Drop the dependency on Automake

This commit is contained in:
Eelco Dolstra 2013-11-22 19:30:24 +00:00
parent 754c05ed6c
commit 6b5f89f2cf
6 changed files with 18 additions and 17 deletions

View file

@ -1,6 +1,13 @@
default: all
# Include Autoconf variables.
Makefile.config: Makefile.config.in
./config.status
include Makefile.config
# Include all sub-Makefiles.
define include_sub_makefile =
d := $$(patsubst %/, %, $$(dir $(1)))
@ -10,12 +17,6 @@ endef
$(foreach mf, $(SUBS), $(eval $(call include_sub_makefile, $(mf))))
# Include Autoconf variables.
Makefile.config: Makefile.config.in
./config.status
include Makefile.config
clean_list :=
dist_files :=