X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=Makefile.in;h=2fa252c72d2b674d9a19c053adb676c7d5c48bbb;hp=b331c5da3f1ff1a5a352ab80770d7f101bda37f2;hb=389877bae1fe1a9f7259b8979f6a930744d90fab;hpb=de84e33cbf49bf0e70ad010d58ab9893c5438cff diff --git a/Makefile.in b/Makefile.in index b331c5d..2fa252c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -70,12 +70,13 @@ INSTALL_DATA = @INSTALL_DATA@ .SUFFIXES: # all files in this directory included in the distribution -DIST = ChangeLog COPYRIGHT INSTALL MACHINES README VERSION ChangeLog install-sh\ - mkinstalldirs Makefile.in aclocal.m4 acconfig.h config.h.in \ - configure.in configure stamp-h.in config.sub config.guess +DIST = ChangeLog COPYRIGHT DATE INSTALL MACHINES README VERSION \ + ChangeLog install-sh mkinstalldirs Makefile.in aclocal.m4 \ + acconfig.h config.h.in configure.in configure stamp-h.in \ + config.sub config.guess # subdirectories in distribution -SUBDIRS = h config sbr zotnet mts uip etc man docs +SUBDIRS = h config sbr mts uip etc man docs # ========== DEPENDENCIES FOR BUILDING AND INSTALLING ========== @@ -87,7 +88,12 @@ all-recursive: (cd $$subdir && $(MAKE) $(MAKEDEFS) all) || exit 1; \ done -install uninstall: +install: all + for subdir in $(SUBDIRS); do \ + (cd $$subdir && $(MAKE) $(MAKEDEFS) $@) || exit 1; \ + done + +uninstall: for subdir in $(SUBDIRS); do \ (cd $$subdir && $(MAKE) $(MAKEDEFS) $@) || exit 1; \ done @@ -129,7 +135,7 @@ lint: # ========== DEPENDENCIES FOR MAINTENANCE ========== Makefile: Makefile.in config.status - CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status + ./config.status $@ config.status: configure VERSION ./config.status --recheck @@ -139,7 +145,7 @@ configure: configure.in aclocal.m4 config.h: stamp-h stamp-h: config.h.in config.status - CONFIG_FILES= CONFIG_HEADERS=config.h ./config.status + ./config.status config.h stamp config.h.in: stamp-h.in stamp-h.in: configure.in acconfig.h aclocal.m4