summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@samba.org>1998-09-28 00:14:36 +0000
committerAlexandre Oliva <oliva@samba.org>1998-09-28 00:14:36 +0000
commitcf971f88ac188eec353a7fb021744b8076cc4eb7 (patch)
treee73d26b9068c7d17e7af42ce562fff7e303c0206 /source3/Makefile.in
parent464f71f414a09727250e5c918405fbbc601b7c32 (diff)
downloadsamba-cf971f88ac188eec353a7fb021744b8076cc4eb7.tar.gz
samba-cf971f88ac188eec353a7fb021744b8076cc4eb7.tar.bz2
samba-cf971f88ac188eec353a7fb021744b8076cc4eb7.zip
automated generation of .dummy files for each subdirectory;
dummy.in files are no longer needed, and new directories will be taken care of automatically, at configure (or config.status --recheck) time (This used to be commit 237a8e5fe62d757c04b8207cbbee4df1470cfe4e)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in11
1 files changed, 9 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 75b6d0a9ff..b3d047b1d1 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -320,7 +320,7 @@ uninstallcp:
@$(SHELL) $(srcdir)/script/uninstallcp.sh $(CODEPAGEDIR) $(CODEPAGELIST)
clean:
- -rm -f core */*~ *~ */*.o $(PROGS) $(SPROGS)
+ -rm -f core */*~ *~ */*.o
proto:
@echo rebuilding include/proto.h
@@ -336,7 +336,7 @@ realclean: clean
-rm -f config.log $(PROGS) $(SPROGS)
distclean: realclean
- -rm -f include/config.h include/stamp-h */dummy Makefile
+ -rm -f include/config.h include/stamp-h Makefile */.dummy
-rm -f config.status config.cache
-rm -rf .deps
@@ -378,6 +378,13 @@ $(srcdir)/include/stamp-h.in: @MAINT@ $(srcdir)/acconfig.h $(srcdir)/configure.i
cd $(srcdir) && $(AUTOHEADER)
@cd $(srcdir) && echo > include/stamp-h.in
+DUMMY_FILES = @DUMMY_FILES@
+DUMMY_BASE = @DUMMY_BASE@
+
+Makefile: $(DUMMY_FILES)
+$(DUMMY_FILES):
+ CONFIG_FILES=$@$(DUMMY_BASE) CONFIG_HEADERS= $(SHELL) ./config.status
+
# automatic dependency tracking rules
.deps/.dummy:
@-if test ! -d .deps; then rm -rf .deps; mkdir .deps; fi