Drop the dependency on Automake
This commit is contained in:
parent
754c05ed6c
commit
6b5f89f2cf
6 changed files with 18 additions and 17 deletions
13
Makefile.lib
13
Makefile.lib
|
|
@ -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 :=
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue