]> andersk Git - moira.git/commitdiff
add cleandir/distclean target
authordanw <danw>
Mon, 12 Jul 1999 16:20:33 +0000 (16:20 +0000)
committerdanw <danw>
Mon, 12 Jul 1999 16:20:33 +0000 (16:20 +0000)
26 files changed:
Makefile.in
afssync/Makefile.in
backup/Makefile.in
clients/Makefile.in
clients/addusr/Makefile.in
clients/blanche/Makefile.in
clients/lib/Makefile.in
clients/mailmaint/Makefile.in
clients/moira/Makefile.in
clients/mrcheck/Makefile.in
clients/mrtest/Makefile.in
clients/passwd/Makefile.in
db/Makefile.in
dbck/Makefile.in
dcm/Makefile.in
gen/Makefile.in
include/Makefile.in
incremental/Makefile.in
lib/Makefile.in
man/Makefile.in
reg_svr/Makefile.in
regtape/Makefile.in
server/Makefile.in
update/Makefile.in
util/gdss/Makefile.in
util/rsaref/Makefile.in

index 452843b2ec9083e8098f3789111dff66519a301d..871cb0d2d0afa5cb4e1a987ec2fde78c8311ea62 100644 (file)
@@ -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; \
index dcb5379ca8ba311520d3b5144af5a2fe4d513ff0..2dd863dc1772b4b6c1db8ec3f668878479710e8e 100644 (file)
@@ -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
index 16f86856efba4df58219ca81bbf93038dd3dc8d3..ea0c2668c0adc73c2e5f60f20c9e914f3de5089e 100644 (file)
@@ -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
index bf77378c3b24ef1d88fe153776b8764282b3a2f0..3efc9a9d4a35425525b467604d495cf5c8813434 100644 (file)
@@ -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
 
index a01ffd3ecbc9e448aedd0525f44fa5a4cfc75c83..10a8e694f9d9f86bd42905dd14eab8e452ef462e 100644 (file)
@@ -34,6 +34,9 @@ all: depend $(TARGET)
 clean:
        rm -f $(OBJS) $(TARGET)
 
+cleandir distclean: clean
+       rm -f Makefile
+
 depend:
 
 install: all
index 7757ba20b1940fca0779fae07c27507102cafd09..7811eaabe661b1f65a68074173585c488471c9b2 100644 (file)
@@ -34,6 +34,9 @@ all: $(TARGET)
 clean:
        rm -f $(OBJS) $(TARGET)
 
+cleandir distclean: clean
+       rm -f Makefile
+
 depend:
 
 install: all
index de964d7ae526972dc2f2490fe2b6d52932951193..2fce070b797480761cf0dd9a81d955be91fa30c3 100644 (file)
@@ -24,6 +24,9 @@ all: libmrclient.a
 clean:
        rm -f $(OBJS) libmrclient.a
 
+cleandir distclean: clean
+       rm -f Makefile
+
 depend:
 
 install: all
index 36b6d5d9210ca3f62e655cdd083a09d6fc425831..12fd861886fb89f953b2547be6c1f9b222f477ca 100644 (file)
@@ -34,6 +34,9 @@ all: $(TARGET)
 clean:
        rm -f $(OBJS) $(TARGET)
 
+cleandir distclean: clean
+       rm -f Makefile
+
 depend:
 
 install: all
index 18f0d78e364a5d3a98adf51460de44e2ff0efacf..ededb157f4895d9f0e766776654352d392f28d73 100644 (file)
@@ -39,6 +39,9 @@ all: $(TARGET)
 clean:
        rm -f $(OBJS) $(TARGET)
 
+cleandir distclean: clean
+       rm -f Makefile
+
 depend:
 
 install: all
index fa1ce0b72c81e3235102fc809700ec79091c1126..25b149e8df1ad1081445ec21dfbad70a315984b2 100644 (file)
@@ -34,6 +34,9 @@ all: $(TARGET)
 clean:
        rm -f $(OBJS) $(TARGET)
 
+cleandir distclean: clean
+       rm -f Makefile
+
 depend:
 
 install: all
index e49f4a6cfdd2089e24bd254658529a22fc1b79b2..2ea963e7c68b561f114e795be18f6009302c5c4a 100644 (file)
@@ -34,6 +34,9 @@ all: $(TARGET)
 clean:
        rm -f $(OBJS) $(TARGET)
 
+cleandir distclean: clean
+       rm -f Makefile
+
 depend:
 
 install: all
index 9893ff09419aef7224628fb343c3d1368d03fcc0..ba63470619845612b980ecd3df3c828ba14db4ab 100644 (file)
@@ -34,6 +34,9 @@ all: $(TARGET)
 clean:
        rm -f $(OBJS) $(TARGET)
 
+cleandir distclean: clean
+       rm -f Makefile
+
 depend:
 
 install: all
index c1a7d42f30f2166a96a961029c6224c2e704ca6b..a110a0f0651a88ce3560e935a1aae502042ec9b0 100644 (file)
@@ -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:
index 342bb6e211fdf98c195631ded7567ebb38e7111b..4509ca8f6a92b7f651725cd01c55070c64c225a7 100644 (file)
@@ -44,6 +44,9 @@ all: $(TARGET)
 clean:
        rm -f $(OBJS) $(CFILES) $(TARGET)
 
+cleandir distclean: clean
+       rm -f Makefile
+
 depend: $(CFILES)
 
 install: all
index 27ece2744554be6125c73a57a274964bbca353d4..2f5747be4843d778ce65ee81a9a22620915c9c0b 100644 (file)
@@ -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
index c38ca4cc5fab21a18b4003a52fd289c3e4bc9761..2eae800cb107f6622d6bd8020ace4b4fe2014ed5 100644 (file)
@@ -53,6 +53,9 @@ all: $(TARGET)
 clean:
        rm -f $(OBJS) $(CFILES) $(TARGET)
 
+cleandir distclean: clean
+       rm -f Makefile
+
 depend: $(CFILES)
 
 install: all
index 7ae4a1554bf691640bb6b404e9efeb640660bcc6..64348030bc2f6fa710893dd17881f01c0ba9dbe7 100644 (file)
@@ -11,6 +11,9 @@ all:
 
 clean:
 
+cleandir distclean: clean
+       rm -f Makefile
+
 depend:
 
 install:
index 77cbb81f70f70fe1acffeace77d87ee37cd77ddf..5f347ce4f3b529ccf77dea365073f537e2b6ad15 100644 (file)
@@ -42,6 +42,9 @@ all: $(TARGET)
 clean:
        rm -f $(AFS_OBJS) $(KSRVTGT_OBJS) $(TARGET)
 
+cleandir distclean: clean
+       rm -f Makefile
+
 depend:
 
 install: all
index 86c5826e313e81a31d0393b38c1a12a849f89c1b..946ab2f4060f0272e3b283396aa0fbc09175cd7f 100644 (file)
@@ -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
index b759e82b3884e391aa4e03054a19ceb86e11fc15..eb3149277336d399ee4481bd4b8c06657d3e7e40 100644 (file)
@@ -26,6 +26,9 @@ all:
 
 clean:
 
+cleandir distclean: clean
+       rm -f Makefile
+
 depend:
 
 install:
index 5aa23325de35d15f908df56ac38525ce2da37ffc..d8d3e7d1e30c8a5b7fea4f86d0ac5be4b237e46b 100644 (file)
@@ -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
index 74a07f949d4658e23a8ea1d9eaee1b568d5560ae..31f4dab3014b148897a8b15f18f4e162d95cf9cd 100644 (file)
@@ -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
index 00dd09b41e96b26512ba52d9f52fbb8a68ec8d57..d9604466dafe49ed8406c876144378ead896b877 100644 (file)
@@ -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
index 87601ba8aa3da0ec5e68e823d204df645561af61..31a1abbc1526052e8ed15571143a514e7a15baba 100644 (file)
@@ -37,6 +37,9 @@ all: $(TARGET)
 clean:
        rm -f $(SOBJS) $(COBJS) $(TARGET)
 
+cleandir distclean: clean
+       rm -f Makefile
+
 depend:
 
 install: all
index 4946c2038c3692b246e8e93aa5fdf12df35c5014..33dff090dab8756f904d4d92051f97afb487978f 100644 (file)
@@ -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) $@)
 
index 33987f9f9e04e6c8ab89dc5104709aa10348f3f7..e5a6cfededf81802143a7e96fc87d210810bacd2 100644 (file)
@@ -25,6 +25,9 @@ all: rsaref.a
 clean:
        rm -f $(OBJS) rsaref.a
 
+cleandir distclean: clean
+       rm -f Makefile
+
 depend:
 
 install: all
This page took 1.315994 seconds and 5 git commands to generate.