diff --git a/src/modules/Makefile.in b/src/modules/Makefile.in index 24f9aaae9610eb11ff800c17f8cd613f69927ce6..368a2838f27c2a4f566ddafcbbc121d3b37311d2 100644 --- a/src/modules/Makefile.in +++ b/src/modules/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.62 2006/08/02 20:08:23 mast Exp $ +# $Id: Makefile.in,v 1.63 2006/08/03 12:21:47 mast Exp $ @make_variables@ @@ -40,13 +40,16 @@ $(MODULES) no : Makefile force modules: Makefile $(MODULES) modlist.h: $(MODULE_SEGMENTS) + @echo 'Updating $(MY_DIR)/modlist.h'; \ cat $(MODULE_SEGMENTS) </dev/null >modlist.h modlist_headers.h: $(MODULE_SEGMENTS) + @echo 'Updating $(MY_DIR)/modlist_headers.h'; \ cat $(MODULE_SEGMENTS) </dev/null | \ sed -e 's/^.*{.*,\(.*\),\(.*\)}.*$$/void \1(void),\2(void);/' >modlist_headers.h linker_options: $(MODULE_LINKOPTS) + @echo 'Updating $(MY_DIR)/linker_options'; \ cat $(MODULE_LINKOPTS) </dev/null >linker_options propagated_variables: diff --git a/src/post_modules/Makefile.in b/src/post_modules/Makefile.in index ead761f850552921064d00fb7ba035e8186cc3e3..56bef7463faf60de47fa2a5a8a6dfbddbdcf443d 100644 --- a/src/post_modules/Makefile.in +++ b/src/post_modules/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.27 2006/08/02 20:07:17 mast Exp $ +# $Id: Makefile.in,v 1.28 2006/08/03 12:21:47 mast Exp $ @make_variables@ @@ -40,13 +40,16 @@ $(MODULES) no : Makefile force modules: Makefile $(MODULES) modlist.h: $(MODULE_SEGMENTS) + @echo 'Updating $(MY_DIR)/modlist.h'; \ cat $(MODULE_SEGMENTS) </dev/null >modlist.h modlist_headers.h: $(MODULE_SEGMENTS) + @echo 'Updating $(MY_DIR)/modlist_headers.h'; \ cat $(MODULE_SEGMENTS) </dev/null | \ sed -e 's/^.*{.*,\(.*\),\(.*\)}.*$$/void \1(void),\2(void);/' >modlist_headers.h linker_options: $(MODULE_LINKOPTS) + @echo 'Updating $(MY_DIR)/linker_options'; \ cat $(MODULE_LINKOPTS) </dev/null >linker_options propagated_variables: