diff options
author | Maria Matejka <mq@ucw.cz> | 2019-02-11 15:27:47 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2019-02-20 22:30:54 +0100 |
commit | 75206f266f8534367b88401be463953b7d5dc770 (patch) | |
tree | 73457aa0cccbf0431728472ef1816de09ec74b78 /Makefile.in | |
parent | 4f082dfa892e95f86ca8137410992a248110b6ef (diff) |
Conf: Fixed makefiles
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 0ecd6811..695fa744 100644 --- a/Makefile.in +++ b/Makefile.in @@ -76,6 +76,8 @@ $(daemon): LIBS += $(DAEMON_LIBS) # Include directories dirs := client conf doc filter lib nest test $(addprefix proto/,$(protocols)) @sysdep_dirs@ +# conf/Makefile declarations needed for all other modules +conf-lex-targets := $(addprefix $(objdir)/conf/,cf-lex.o) conf-y-targets := $(addprefix $(objdir)/conf/,cf-parse.y keywords.h commands.h) cf-local = $(conf-y-targets): $(s)config.Y @@ -99,6 +101,7 @@ endef clean = $(eval $(call clean_in,$(1))) +# Include main Makefiles of the directories include $(addsuffix /Makefile,$(addprefix $(srcdir)/,$(dirs))) # Generic rules |