X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=Makefile.in;h=81f7067dc1a2e9de51ca2f953fad392b640e82f4;hb=37910518c33a356c5da893c3db0dce6349b78aa0;hp=7cd91b04f5f5bc85fe5d4a36e592d8d654fede91;hpb=4c4e933cf4f3c7b74a5a17d7ac3caf1b06fccb85;p=mmh diff --git a/Makefile.in b/Makefile.in index 7cd91b0..81f7067 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,8 +1,6 @@ # # Makefile for top level of nmh distribution # -# $Id$ -# # nmh version VERSION = @VERSION@ @@ -48,7 +46,7 @@ default_pager = @pagerpath@ CC = @CC@ CPPFLAGS = @CPPFLAGS@ -DEFS = @DEFS@ +DEFS = @DEFS@ @OURDEFS@ CFLAGS = @CFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ @@ -76,7 +74,7 @@ DIST = ChangeLog COPYRIGHT DATE INSTALL MACHINES README VERSION \ config.sub config.guess # subdirectories in distribution -SUBDIRS = h config sbr mts uip etc man docs +SUBDIRS = h config sbr uip etc man docs # ========== DEPENDENCIES FOR BUILDING AND INSTALLING ========== @@ -88,7 +86,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 @@ -130,7 +133,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 @@ -140,7 +143,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