aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
blob: 9966c711ba3eca0ea18029b7a225bb5daa15e39f (plain)
1
2
3
4
5
6
7
8
9
10
11
# Maintainer's make file for dico.
# 
ifneq (,$(wildcard Makefile))
 include Makefile
configure.ac: configure.boot
	./bootstrap
else
$(if $(MAKECMDGOALS),$(MAKECMDGOALS),all):
	$(MAKE) -f maint/bootstrap.mk
	$(MAKE) $(MAKECMDGOALS)
endif

Return to:

Send suggestions and report system problems to the System administrator.