From 0bd2b68c92aabae7131625897343416321fa94e2 Mon Sep 17 00:00:00 2001 From: danw Date: Mon, 12 Jul 1999 16:20:33 +0000 Subject: [PATCH] add cleandir/distclean target --- Makefile.in | 4 ++++ afssync/Makefile.in | 3 +++ backup/Makefile.in | 3 +++ clients/Makefile.in | 4 ++++ clients/addusr/Makefile.in | 3 +++ clients/blanche/Makefile.in | 3 +++ clients/lib/Makefile.in | 3 +++ clients/mailmaint/Makefile.in | 3 +++ clients/moira/Makefile.in | 3 +++ clients/mrcheck/Makefile.in | 3 +++ clients/mrtest/Makefile.in | 3 +++ clients/passwd/Makefile.in | 3 +++ db/Makefile.in | 3 +++ dbck/Makefile.in | 3 +++ dcm/Makefile.in | 3 +++ gen/Makefile.in | 3 +++ include/Makefile.in | 3 +++ incremental/Makefile.in | 3 +++ lib/Makefile.in | 3 +++ man/Makefile.in | 3 +++ reg_svr/Makefile.in | 3 +++ regtape/Makefile.in | 3 +++ server/Makefile.in | 3 +++ update/Makefile.in | 3 +++ util/gdss/Makefile.in | 4 ++++ util/rsaref/Makefile.in | 3 +++ 26 files changed, 81 insertions(+) diff --git a/Makefile.in b/Makefile.in index 452843b2..871cb0d2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -24,6 +24,10 @@ all: clean: @for d in $(SUBDIRS); do (echo "### Making $@ in $$d"; cd $$d; $(MAKE) $@) || exit 1; done +cleandir distclean: + rm -f config.log config.cache config.status Makefile + @for d in $(SUBDIRS); do (echo "### Making $@ in $$d"; cd $$d; $(MAKE) $@) || exit 1; done + depend: @if [ "x$(DEPDIRS)" != x ]; then \ for d in $(DEPDIRS); do (echo "### Making all in $$d"; cd $$d; $(MAKE) all) || exit 1; done; \ diff --git a/afssync/Makefile.in b/afssync/Makefile.in index dcb5379c..2dd863dc 100644 --- a/afssync/Makefile.in +++ b/afssync/Makefile.in @@ -51,6 +51,9 @@ all: $(TARGET) clean: rm -f $(SYNC_OBJS) $(UTIL_OBJS) $(CFILES) $(TARGET) +cleandir distclean: clean + rm -f Makefile + depend: $(CFILES) install: all diff --git a/backup/Makefile.in b/backup/Makefile.in index 16f86856..ea0c2668 100644 --- a/backup/Makefile.in +++ b/backup/Makefile.in @@ -46,6 +46,9 @@ all: $(TARGET) clean: rm -f $(BOBJS) $(ROBJS) $(CFILES) $(GENFILES) $(TARGET) +cleandir distclean: clean + rm -f Makefile + depend: $(GENFILES) $(CFILES) install: all diff --git a/clients/Makefile.in b/clients/Makefile.in index bf77378c..3efc9a9d 100644 --- a/clients/Makefile.in +++ b/clients/Makefile.in @@ -15,6 +15,10 @@ all: clean: @for d in $(SUBDIRS); do (echo "### Making $@ in clients/$$d"; cd $$d; $(MAKE) $@) || exit 1; done +cleandir distclean: + rm -f Makefile + @for d in $(SUBDIRS); do (echo "### Making $@ in clients/$$d"; cd $$d; $(MAKE) $@) || exit 1; done + depend: @for d in $(SUBDIRS); do (echo "### Making $@ in clients/$$d"; cd $$d; $(MAKE) $@) || exit 1; done diff --git a/clients/addusr/Makefile.in b/clients/addusr/Makefile.in index a01ffd3e..10a8e694 100644 --- a/clients/addusr/Makefile.in +++ b/clients/addusr/Makefile.in @@ -34,6 +34,9 @@ all: depend $(TARGET) clean: rm -f $(OBJS) $(TARGET) +cleandir distclean: clean + rm -f Makefile + depend: install: all diff --git a/clients/blanche/Makefile.in b/clients/blanche/Makefile.in index 7757ba20..7811eaab 100644 --- a/clients/blanche/Makefile.in +++ b/clients/blanche/Makefile.in @@ -34,6 +34,9 @@ all: $(TARGET) clean: rm -f $(OBJS) $(TARGET) +cleandir distclean: clean + rm -f Makefile + depend: install: all diff --git a/clients/lib/Makefile.in b/clients/lib/Makefile.in index de964d7a..2fce070b 100644 --- a/clients/lib/Makefile.in +++ b/clients/lib/Makefile.in @@ -24,6 +24,9 @@ all: libmrclient.a clean: rm -f $(OBJS) libmrclient.a +cleandir distclean: clean + rm -f Makefile + depend: install: all diff --git a/clients/mailmaint/Makefile.in b/clients/mailmaint/Makefile.in index 36b6d5d9..12fd8618 100644 --- a/clients/mailmaint/Makefile.in +++ b/clients/mailmaint/Makefile.in @@ -34,6 +34,9 @@ all: $(TARGET) clean: rm -f $(OBJS) $(TARGET) +cleandir distclean: clean + rm -f Makefile + depend: install: all diff --git a/clients/moira/Makefile.in b/clients/moira/Makefile.in index 18f0d78e..ededb157 100644 --- a/clients/moira/Makefile.in +++ b/clients/moira/Makefile.in @@ -39,6 +39,9 @@ all: $(TARGET) clean: rm -f $(OBJS) $(TARGET) +cleandir distclean: clean + rm -f Makefile + depend: install: all diff --git a/clients/mrcheck/Makefile.in b/clients/mrcheck/Makefile.in index fa1ce0b7..25b149e8 100644 --- a/clients/mrcheck/Makefile.in +++ b/clients/mrcheck/Makefile.in @@ -34,6 +34,9 @@ all: $(TARGET) clean: rm -f $(OBJS) $(TARGET) +cleandir distclean: clean + rm -f Makefile + depend: install: all diff --git a/clients/mrtest/Makefile.in b/clients/mrtest/Makefile.in index e49f4a6c..2ea963e7 100644 --- a/clients/mrtest/Makefile.in +++ b/clients/mrtest/Makefile.in @@ -34,6 +34,9 @@ all: $(TARGET) clean: rm -f $(OBJS) $(TARGET) +cleandir distclean: clean + rm -f Makefile + depend: install: all diff --git a/clients/passwd/Makefile.in b/clients/passwd/Makefile.in index 9893ff09..ba634706 100644 --- a/clients/passwd/Makefile.in +++ b/clients/passwd/Makefile.in @@ -34,6 +34,9 @@ all: $(TARGET) clean: rm -f $(OBJS) $(TARGET) +cleandir distclean: clean + rm -f Makefile + depend: install: all diff --git a/db/Makefile.in b/db/Makefile.in index c1a7d42f..a110a0f0 100644 --- a/db/Makefile.in +++ b/db/Makefile.in @@ -22,6 +22,9 @@ all: moira_schema.h moira_schema.c moira_schema.o clean: rm -f moira_schema.h moira_schema.c moira_schema.o +cleandir distclean: clean + rm -f Makefile + depend: moira_schema.c moira_schema.h install: diff --git a/dbck/Makefile.in b/dbck/Makefile.in index 342bb6e2..4509ca8f 100644 --- a/dbck/Makefile.in +++ b/dbck/Makefile.in @@ -44,6 +44,9 @@ all: $(TARGET) clean: rm -f $(OBJS) $(CFILES) $(TARGET) +cleandir distclean: clean + rm -f Makefile + depend: $(CFILES) install: all diff --git a/dcm/Makefile.in b/dcm/Makefile.in index 27ece274..2f5747be 100644 --- a/dcm/Makefile.in +++ b/dcm/Makefile.in @@ -48,6 +48,9 @@ all: $(TARGET) clean: rm -f $(DCM_OBJS) $(START_OBJS) $(CFILES) $(TARGET) +cleandir distclean: clean + rm -f Makefile + depend: $(CFILES) install: all diff --git a/gen/Makefile.in b/gen/Makefile.in index c38ca4cc..2eae800c 100644 --- a/gen/Makefile.in +++ b/gen/Makefile.in @@ -53,6 +53,9 @@ all: $(TARGET) clean: rm -f $(OBJS) $(CFILES) $(TARGET) +cleandir distclean: clean + rm -f Makefile + depend: $(CFILES) install: all diff --git a/include/Makefile.in b/include/Makefile.in index 7ae4a155..64348030 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -11,6 +11,9 @@ all: clean: +cleandir distclean: clean + rm -f Makefile + depend: install: diff --git a/incremental/Makefile.in b/incremental/Makefile.in index 77cbb81f..5f347ce4 100644 --- a/incremental/Makefile.in +++ b/incremental/Makefile.in @@ -42,6 +42,9 @@ all: $(TARGET) clean: rm -f $(AFS_OBJS) $(KSRVTGT_OBJS) $(TARGET) +cleandir distclean: clean + rm -f Makefile + depend: install: all diff --git a/lib/Makefile.in b/lib/Makefile.in index 86c5826e..946ab2f4 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -36,6 +36,9 @@ all: depend libmoira.a clean: rm -f $(OBJS) $(ET_H) $(ET_C) libmoira.a +cleandir distclean: clean + rm -f Makefile + depend: $(ET_C) install: all diff --git a/man/Makefile.in b/man/Makefile.in index b759e82b..eb314927 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -26,6 +26,9 @@ all: clean: +cleandir distclean: clean + rm -f Makefile + depend: install: diff --git a/reg_svr/Makefile.in b/reg_svr/Makefile.in index 5aa23325..d8d3e7d1 100644 --- a/reg_svr/Makefile.in +++ b/reg_svr/Makefile.in @@ -50,6 +50,9 @@ clean: rm -f $(REG_OBJS) $(START_OBJS) $(GENKEY_OBJS) $(GENWORDS_OBJS) \ $(CFILES) $(TARGET) +cleandir distclean: clean + rm -f Makefile + depend: $(CFILES) install: all diff --git a/regtape/Makefile.in b/regtape/Makefile.in index 74a07f94..31f4dab3 100644 --- a/regtape/Makefile.in +++ b/regtape/Makefile.in @@ -52,6 +52,9 @@ clean: rm -f $(STDENTS_OBJS) $(STAFF_OBJS) $(VOTE_OBJS) rm -f $(VERIFY_OBJS) $(SIGN_OBJS) $(CFILES) $(TARGET) +cleandir distclean: clean + rm -f Makefile + depend: $(CFILES) install: all diff --git a/server/Makefile.in b/server/Makefile.in index 00dd09b4..d9604466 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -51,6 +51,9 @@ all: $(TARGET) clean: rm -f $(SERVER_OBJS) $(START_OBJS) $(CFILES) $(TARGET) +cleandir distclean: clean + rm -f Makefile + depend: $(CFILES) install: all diff --git a/update/Makefile.in b/update/Makefile.in index 87601ba8..31a1abbc 100644 --- a/update/Makefile.in +++ b/update/Makefile.in @@ -37,6 +37,9 @@ all: $(TARGET) clean: rm -f $(SOBJS) $(COBJS) $(TARGET) +cleandir distclean: clean + rm -f Makefile + depend: install: all diff --git a/util/gdss/Makefile.in b/util/gdss/Makefile.in index 4946c203..33dff090 100644 --- a/util/gdss/Makefile.in +++ b/util/gdss/Makefile.in @@ -19,6 +19,10 @@ clean: @(cd lib; $(MAKE) $@) rm -f gdss_test +cleandir distclean: clean + rm -f Makefile lib/Makefile lib/crypto/Makefile + rm -f lib/crypto/algorithm/Makefile lib/crypto/bignum/Makefile + depend: @(cd lib; $(MAKE) $@) diff --git a/util/rsaref/Makefile.in b/util/rsaref/Makefile.in index 33987f9f..e5a6cfed 100644 --- a/util/rsaref/Makefile.in +++ b/util/rsaref/Makefile.in @@ -25,6 +25,9 @@ all: rsaref.a clean: rm -f $(OBJS) rsaref.a +cleandir distclean: clean + rm -f Makefile + depend: install: all -- 2.45.2