summaryrefslogtreecommitdiff
path: root/GNUmakefile
blob: 96f00f3432e1e65b55c03a77d7b67f214c937c7b (plain)
1
2
3
4
5
6
7
8
9
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
	mv build-aux/config.rpath{,-}
endif

-include gnulib.mk