summaryrefslogtreecommitdiff
path: root/GNUmakefile
blob: 8bef04f65d0ceda8c3d116c2c5f3135cc24e3308 (plain)
1
2
3
4
5
6
7
8
have-gnulib-files := $(shell test -f gnulib.mk && test -f maint.mk && echo yes)
ifneq ($(have-gnulib-files),yes)
gnulib.mk:
	ln -s build-aux/GNUmakefile gnulib.mk || cp build-aux/GNUmakefile gnulib.mk
	ln -s build-aux/maint.mk maint.mk || cp build-aux/maint.mk maint.mk
endif

-include gnulib.mk