Remove some old makefile targets
authorRich Salz <rsalz@akamai.com>
Fri, 15 Jan 2016 20:01:30 +0000 (15:01 -0500)
committerRich Salz <rsalz@openssl.org>
Sun, 17 Jan 2016 19:47:32 +0000 (14:47 -0500)
Remove lint, tags, dclean, tests.
This is prep for a new makedepend scheme.
This is temporary pending unified makefile, and might help it.

Reviewed-by: Richard Levitte <levitte@openssl.org>
68 files changed:
Makefile.in
apps/Makefile.in
crypto/Makefile.in
crypto/aes/Makefile.in
crypto/asn1/Makefile.in
crypto/async/Makefile.in
crypto/bf/Makefile.in
crypto/bio/Makefile.in
crypto/bn/Makefile.in
crypto/buffer/Makefile.in
crypto/camellia/Makefile.in
crypto/cast/Makefile.in
crypto/chacha/Makefile.in
crypto/cmac/Makefile.in
crypto/cms/Makefile.in
crypto/comp/Makefile.in
crypto/conf/Makefile.in
crypto/ct/Makefile.in
crypto/des/Makefile.in
crypto/dh/Makefile.in
crypto/dsa/Makefile.in
crypto/dso/Makefile.in
crypto/ec/Makefile.in
crypto/engine/Makefile.in
crypto/err/Makefile.in
crypto/evp/Makefile.in
crypto/hmac/Makefile.in
crypto/idea/Makefile.in
crypto/jpake/Makefile.in
crypto/lhash/Makefile.in
crypto/md2/Makefile.in
crypto/md4/Makefile.in
crypto/md5/Makefile.in
crypto/mdc2/Makefile.in
crypto/modes/Makefile.in
crypto/objects/Makefile.in
crypto/ocsp/Makefile.in
crypto/pem/Makefile.in
crypto/pkcs12/Makefile.in
crypto/pkcs7/Makefile.in
crypto/poly1305/Makefile.in
crypto/pqueue/Makefile.in
crypto/rand/Makefile.in
crypto/rc2/Makefile.in
crypto/rc4/Makefile.in
crypto/rc5/Makefile.in
crypto/ripemd/Makefile.in
crypto/rsa/Makefile.in
crypto/seed/Makefile.in
crypto/sha/Makefile.in
crypto/srp/Makefile.in
crypto/stack/Makefile.in
crypto/store/Makefile.in
crypto/ts/Makefile.in
crypto/txt_db/Makefile.in
crypto/ui/Makefile.in
crypto/whrlpool/Makefile.in
crypto/x509/Makefile.in
crypto/x509v3/Makefile.in
demos/bio/Makefile.in
demos/easy_tls/Makefile.in
demos/sign/Makefile.in
demos/state_machine/Makefile.in
engines/Makefile.in
engines/ccgost/Makefile.in
ssl/Makefile.in
test/Makefile.in
tools/Makefile.in

index af24a243f467850f54433dbec4c24e04c326db04..496f118e1165227078189eac6f99764f853a4771 100644 (file)
@@ -422,9 +422,6 @@ gentests:
        @(cd test && echo "generating dummy tests (if needed)..." && \
        $(CLEARENV) && $(MAKE) -e $(BUILDENV) TESTS='$(TESTS)' OPENSSL_DEBUG_MEMORY=on generate );
 
-dclean:
-       @set -e; target=dclean; $(RECURSIVE_BUILD_CMD)
-
 rehash: rehash.time
 rehash.time: certs build_apps
        @if [ -z "$(CROSS_COMPILE)" ]; then \
@@ -462,9 +459,6 @@ update: errors util/libeay.num util/ssleay.num TABLE test_ordinals
 depend:
        @set -e; target=depend; $(RECURSIVE_BUILD_CMD)
 
-lint:
-       @set -e; target=lint; $(RECURSIVE_BUILD_CMD)
-
 tags TAGS: FORCE
        rm -f TAGS tags
        -ctags -R .
index 6d01af538ece1fa7ebd80068f1b910ca3e4993ac..73a665b6fcef42f056f436006ca63a88053ccb95 100644 (file)
@@ -106,14 +106,6 @@ uninstall:
        done
        $(RM) $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf
 
-tags:
-       ctags $(EXE_SRC) $(HEADER)
-
-tests:
-
-lint:
-       echo nope >fluff
-
 update: openssl-vms.cnf local_depend
 
 depend: local_depend
@@ -121,10 +113,6 @@ depend: local_depend
 local_depend:
        @[ -z "$(THIS)" ] || $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(EXE_SRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj *.dll lib tags core .pure .nfs* *.old *.bak fluff $(EXE)
        rm -f req
index 4d1eb75c61d1a85a7ba445fd5820b38b4514fe80..bdebbd5eb3aada7733e553057800076bf36ce0f3 100644 (file)
@@ -107,9 +107,6 @@ shared: buildinf.h lib subdirs
 libs:
        @target=lib; $(RECURSIVE_MAKE)
 
-lint:
-       @target=lint; $(RECURSIVE_MAKE)
-
 update: local_depend
        @[ -z "$(THIS)" ] || (set -e; target=update; $(RECURSIVE_MAKE) )
        @if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi
@@ -126,9 +123,4 @@ clean:
        rm -f buildinf.h *.s *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
        @target=clean; $(RECURSIVE_MAKE)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-       @target=dclean; $(RECURSIVE_MAKE)
-
 # DO NOT DELETE THIS LINE -- make depend depends on it.
index 79f44db90a9fc6526cc172bb7eb3afa12107157c..4b704c45e84c5c54008b953e089488c429c7ba3f 100644 (file)
@@ -100,24 +100,12 @@ bsaes-armv7.o:    bsaes-armv7.S
 files:
        $(PERL) $(TOP)/util/files.pl "AES_ENC=$(AES_ENC)" Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 7ffd4545af6d0d600262325bee970323b9799759..341b4746f69bf81bc4474879625e6e3b3d2b07fc 100644 (file)
@@ -71,24 +71,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by top Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 150bd1150d5213caa41bce9924f087805abd4525..b040e9c66c1e187eb54185cefa9dcfc3958f9ee6 100644 (file)
@@ -52,24 +52,12 @@ install:
        chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
        done;
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
        rm -f arch/*.o arch/*.obj arch/lib arch/tags arch/core arch/.pure arch/.nfs* arch/*.old arch/*.bak arch/fluff
index c59ab6a75b1f06dcc4a4a41011eefc2247aea83b..57873503dee9a59039db6f5b70e70ef6ea131b9b 100644 (file)
@@ -45,24 +45,12 @@ bf-586.s:   asm/bf-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 14bdd857928b725db2e08818e21c51ba8061c66c..3148952bf7a42059d4876d5699944a6a28e6c47e 100644 (file)
@@ -49,24 +49,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 73c9405f9138d93f0e0bf7e8b5c56e0fd7c6c738..d7133283ee36dbae1ce8a6b44306407cb3657a82 100644 (file)
@@ -150,24 +150,12 @@ div:
        rm -f a.out
        gcc -I.. -g div.c ../../libcrypto.a
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: bn_prime.h depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index f9469ba402e100ed39ac7bdd1d5fe555da10c657..2d2a4bd8ff24ad89a37d61f6603539a7ad65b3f4 100644 (file)
@@ -37,24 +37,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 473721ded3dd62cc367489c74b94d80dfaa21996..866d6feebb8cad3dbd52cdaeb8b0205f6bbb277f 100644 (file)
@@ -51,24 +51,12 @@ cmllt4-sparcv9.s: asm/cmllt4-sparcv9.pl ../perlasm/sparcv9_modes.pl
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 329df6aaf8beec60945643078990f5116846a73f..c45c92b40a4a1035326ee7fe2398b7a91548dbb8 100644 (file)
@@ -45,24 +45,12 @@ cast-586.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 7c7b15e528bd3e70124a7f18978934a35a227fd3..52624ff9e2708e6e4ec1bbe34fd1ee33571016d1 100644 (file)
@@ -39,24 +39,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update:        depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index f1290886b9b2f9858c86c7f2e671b99cc8c1cfcb..d9cc9c57fa3fe26bfcd0ba5cfc73d724f9a40a93 100644 (file)
@@ -37,24 +37,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index fc208f79c5b6b3070888b964653ead90776dfdee..5c2f952712101e3d0c2bc3aa967c2a4ec14465d4 100644 (file)
@@ -43,24 +43,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index dcc59217585115adcfc9789e60b9728eec1a5268..20b48d3d183f0e9144e4b413841baf5020766d94 100644 (file)
@@ -40,24 +40,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 40ecbaf1688a15aa1dee17aade937dab7867f325..9343a0ef295eaf9f2387b9fc86527bec6ea84251 100644 (file)
@@ -40,24 +40,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index d5888d3145790d6aced73d8b6717fd064cd18e5d..6835083376349ccae61fc6485be68da77c8c3431 100644 (file)
@@ -39,25 +39,15 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
 errors:
        $(PERL) $(TOP)/util/mkerr.pl -conf ct.ec -hprefix internal/ -write *.c
 
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update:  depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 339bf1276a45f89dbb5eb101db06d948075e621e..463159dde6201d4876fc385a728fe874346bbdd2 100644 (file)
@@ -66,24 +66,12 @@ crypt586.s: asm/crypt586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.s *.o *.obj des lib tags core .pure .nfs* *.old *.bak fluff
 
index b270415d63e3727161d4eae97f31a215f7a76f4e..71e820595417655a63ce29bdcfa34741a5952823 100644 (file)
@@ -39,24 +39,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index cb9abd26842612be6553bb7497c268cab6a049de..b456bc6182204c07cdae6a3fc899733116d78486 100644 (file)
@@ -39,24 +39,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index cf9310fc0e69b6e361a305992a1c43525c68de87..dded370e1cc43d4ed266a9dfc16105dfd047efc7 100644 (file)
@@ -39,24 +39,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 0c1123fa3954b7f834edf6514ea08abe15eb35c9..f815a18cd5d350705e2904d9a776fa94189cf05d 100644 (file)
@@ -66,24 +66,12 @@ ecp_nistz256-armv8.o:       ecp_nistz256-armv8.S
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.s *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 94df9fb315ee2704f4f4c707f6f903660f89c1b3..75175b1e362dccda6d150110be5a1bf20e911abc 100644 (file)
@@ -47,24 +47,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index b056269d47730b423590d93dba31e3a513c52b7d..0819c949ad3cf6540c9b15826adff1536ceaef34 100644 (file)
@@ -37,24 +37,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index dfaa991cef604981d5cf421f2f4f71968e494f3a..4ca766f2503965fe5b84e6b9d36b46306a463f0f 100644 (file)
@@ -62,24 +62,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index f29939ca2c1be20cddb388e488a3b368a67ed16a..98fb5be7ad661d26dc19f58b4d649e98b6eb21fc 100644 (file)
@@ -37,24 +37,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index e5885f4911cd92d9a29c2d202311f3b6ae733b58..aa0a1e608d2559bc6252021511be44d8063de510 100644 (file)
@@ -37,24 +37,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 1bd57e1eaa20b36908206dd36a0623edfaaee75b..5bb976446e32849d09d284b45a4dbd23e396ca87 100644 (file)
@@ -33,10 +33,6 @@ depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.s *.o *.obj des lib tags core .pure .nfs* *.old *.bak fluff
 
index 6fd33fbdc25601cf98b4ffbb315adac8aca4a508..b08bdbff6cd6e22734cdba4554933d7c111ead64 100644 (file)
@@ -37,24 +37,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 3f7820c64c20d9e4ed6d24a408b16380868d8ff1..b90e51e4edf755e17111e862c17b493a23601cb8 100644 (file)
@@ -37,24 +37,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index ec85219efe6cc041b46571ca27191ec4cd6960c7..870123729cef8263e3448c509f55bf9a385e5ccb 100644 (file)
@@ -38,24 +38,12 @@ lib:    $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f asm/mx86unix.cpp *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 49e6d99525fbb8316b3b0abf6a0ed07648c9ec79..cad2317065fd531d5662fa9896549780782c624c 100644 (file)
@@ -55,24 +55,12 @@ md5-sparcv9.S:      asm/md5-sparcv9.pl
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 2cb54d4dfe7bca3262f17683f609afd087bc4523..08b9a97145bcf794f1dfb140e8d391b38f681984 100644 (file)
@@ -37,24 +37,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 7254884cbb28ff0c1701fbbfbdc6b5921f002ea1..7fd8e25f5b1089af488148abf2fc1c28ec7c0310 100644 (file)
@@ -70,24 +70,12 @@ ghashv8-armx.o:     ghashv8-armx.S
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.s *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index abd5db056873ab14c37769d6ff534d3352a18473..8e4b577a808d64e2d84c941db81fbec226d971da 100644 (file)
@@ -50,24 +50,12 @@ obj_xref.h: objxref.pl obj_xref.txt obj_mac.num
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: obj_dat.h ../../include/openssl/obj_mac.h obj_xref.h depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index f7b866446b2753154fe05574d937b1c94a6dee55..70696584304b9bff8187893036801886de6902dd 100644 (file)
@@ -40,24 +40,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 5138086f519bf32ecdd27285474de615e0cf3587..164edc91c8105bc503369dbebd70afce791b02d5 100644 (file)
@@ -40,24 +40,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index f204b9bd52671b0603a155c7492c271ec6a9d522..4fa1c8821513cf51e11b416ee62f1d2cd4c9b2f5 100644 (file)
@@ -43,24 +43,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 1beff69aa0e6af44886fe0292fb8d44caf101e1f..c5e887904c93a5b79309d01270d2de1ab48db8ec 100644 (file)
@@ -44,24 +44,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff enc dec sign verify
 
index 313bc652823ecb5367c11e6f4c14fb1c86fec1db..9698dd0e3d71abcb797dc3677e3ef9649e1a3cfd 100644 (file)
@@ -39,24 +39,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update:        depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 1384fac76adfb95d3782e627f0cff83a17eb3870..cfd0087b134fd8cd940e7401c21dbf9701269e00 100644 (file)
@@ -37,24 +37,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 90dbf0a6c18cf1e34816318413ccdc0940c109bf..6b0f588fdca5324d74e34383c321a7e1d578728f 100644 (file)
@@ -39,24 +39,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 8ebf0a6438f1ebba1d606816da88ffacd944f5a5..2c2ac1f1dd81c604c23b3c0cbae08699a946f536 100644 (file)
@@ -37,24 +37,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 361d117d67b41b04dbe7bf9d32219178f7b8858b..8b1b7d5e4fd873cc8ba05cbaa91cb694ceec74ec 100644 (file)
@@ -65,24 +65,12 @@ rc4-%.s:    asm/rc4-%.pl;   $(PERL) $< $(PERLASM_SCHEME) $@
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 60f4a64edafaa0079f39b2d72050546cc1a61f5e..4a043a27b986af49e7ff2181114447f6d71fc2c4 100644 (file)
@@ -45,24 +45,12 @@ rc5-586.s: asm/rc5-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index e242271f4f54d0edb842e0f4fb8144d54448d4ca..ea272704d8d1522d89b14227f6a3141882a4faf2 100644 (file)
@@ -45,24 +45,12 @@ rmd-586.s:  asm/rmd-586.pl ../perlasm/x86asm.pl
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 00f27564dd241898b699c17b3f5172f20f62ab76..86f8da42b2b1c0702836078ad3275fa49fb464c2 100644 (file)
@@ -43,24 +43,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 9dd4a8102203a14e9c60d4e36691ccdafec56d49..5ef7ba3c55ae83e05c19285d8af4f05dc45ac483 100644 (file)
@@ -38,24 +38,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 68ca931a1a20601dc275ccc7c149c7bdad2fc11a..77b190ee420d54dbd0ca84817ff997b86f57e0e7 100644 (file)
@@ -100,24 +100,12 @@ sha512-armv8.o:           sha512-armv8.S
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index fab1b39cf27e1a115d8210ad75061142103c3da3..a6a70a28913dde0abcf379f8aa3e8dccc67f04c3 100644 (file)
@@ -36,23 +36,11 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 51e16def495c4b470e24c4d22ec47a9d8cf56248..1e3a2e0d8b9d2b4bbb4f5f6cac454fbf903775af 100644 (file)
@@ -37,24 +37,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 09f90ee7d1ee9cac182b7b7e19c4af462dcde2e8..ae37d9d82242a04e673d033791d41a5f2129c323 100644 (file)
@@ -37,24 +37,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 8395c65a0c14e15d1edc6207bc64aa85578ec38c..4581e1cdac3f6e29004e7ad35751b126946b945f 100644 (file)
@@ -51,21 +51,11 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff enc dec sign verify
 
index cd348b56fb433312f0021b34e29bce6eab90017f..e0ba013b6a5fca72599b063da31522a0031dc031 100644 (file)
@@ -37,24 +37,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by top Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 20de802fc315c8b4073e04b2fd83cdcd7ef09f7d..1344725c0f2ff68d87775295e5254cff431d7b08 100644 (file)
@@ -37,24 +37,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 303335966468319657746486084099a554d04249..33bd3530c111eef316082af9301969fc049046ce 100644 (file)
@@ -50,24 +50,12 @@ $(LIBOBJ): $(LIBSRC)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index f2aaf5a4a9cf6b88cbfe9b9ebaeccadc300080d6..66b5a68262e74f482563e07bb99c816c284772be 100644 (file)
@@ -51,24 +51,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index 6da2a301de6ac79985d4f18d150218e13af8b268..d2536bd4260da3c2d703d837d1409dd1769a9342 100644 (file)
@@ -47,24 +47,12 @@ lib:        $(LIBOBJ)
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: depend
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
index f8c8f03517c4af8f25a03c715058cb6cdfcc3a47..04c5dc7e4e35d79b26b80c6851e2bba8de411ca6 100644 (file)
@@ -20,3 +20,4 @@ client-conf: client-conf.o
 clean: 
        rm -f $(EXAMPLES) *.o
 
+# DO NOT DELETE THIS LINE -- make depend depends on it.
index 208070074c028dd97a480c60598d7c37ff71e5a2..087caa8afc8208d3c08ada6192510da7b06addf6 100644 (file)
@@ -121,3 +121,4 @@ test: $(OBJS)
 
 test.o: $(HEADERS)
 easy-tls.o: $(HEADERS)
+# DO NOT DELETE THIS LINE -- make depend depends on it.
index e6d391e4ada441db01f7b1593d418f9d635748a3..f6afeb7be0f047fa1afc792f413e5448c1e344d9 100644 (file)
@@ -13,3 +13,4 @@ clean:
 
 test: all
        ./sign
+# DO NOT DELETE THIS LINE -- make depend depends on it.
index c7a114540de91d8433f541a35b71f11091cf7f8f..fde447488833e38c20c7693ed35521f961104f68 100644 (file)
@@ -7,3 +7,4 @@ state_machine: state_machine.o
 
 test: state_machine
        ./state_machine 10000 ../../apps/server.pem ../../apps/server.pem
+# DO NOT DELETE THIS LINE -- make depend depends on it.
index 0b7dc8dba655f958366f725551a7733426c843a2..b8665ff406785771d5b86284bebdf46d6ab4fcbd 100644 (file)
@@ -120,9 +120,6 @@ install:
        fi
        @target=install; $(RECURSIVE_MAKE)
 
-tags:
-       ctags $(SRC)
-
 errors:
        set -e; for l in $(LIBNAMES); do \
                $(PERL) ../util/mkerr.pl -conf e_$$l.ec \
@@ -130,12 +127,6 @@ errors:
        done
        (cd ccgost; $(MAKE) PERL=$(PERL) errors)
 
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-       @target=lint; $(RECURSIVE_MAKE)
-
 update: local_depend
        @if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi
        @[ -z "$(THIS)" ] || (set -e; target=update; $(RECURSIVE_MAKE) )
@@ -146,11 +137,6 @@ depend: local_depend
 local_depend:
        @[ -z "$(THIS)" ] || $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) $(TESTLIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-       @target=dclean; $(RECURSIVE_MAKE)
-
 clean:
        rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
        @target=clean; $(RECURSIVE_MAKE)
index 2fed391ee4064d914d8f946cc0a05da905fbc82f..77d552f85f3cae4a853b6e08c55f97a05234a8f9 100644 (file)
@@ -21,9 +21,6 @@ top:
 
 all: lib
 
-tags:
-       ctags $(SRC)
-
 errors:
        $(PERL) ../../util/mkerr.pl -conf gost.ec -nostatic -write $(SRC)
 
@@ -61,8 +58,6 @@ install:
                mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx; \
        fi
 
-tests:
-
 update: local_depend
        @if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi
 
@@ -74,13 +69,6 @@ local_depend:
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff *.so *.sl *.dll *.dylib
 
index e2623ce2eda09846c0bb6ed13e086715c43698c1..d095f1add223966a70d346a8a2591f1b73944c88 100644 (file)
@@ -69,14 +69,6 @@ shared: lib
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-tags:
-       ctags $(SRC)
-
-tests:
-
-lint:
-       lint -DLINT $(INCLUDES) $(SRC)>fluff
-
 update: local_depend
        @if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi
 
@@ -85,10 +77,6 @@ depend: local_depend
 local_depend:
        @[ -z "$(THIS)" ] || $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f $(LIBOBJ) *.obj lib tags core .pure .nfs* *.old *.bak fluff
        rm -f record/*.obj record/lib record/retags record/core \
index cf59499d19e5291ac346ee853de572a3c0fb6cdc..0ee9e065a30b4b09762cc84362023799f913c36d 100644 (file)
@@ -154,11 +154,6 @@ $(SRC):
 
 errors:
 
-tags:
-       ctags $(SRC)
-
-tests: exe apps
-       TOP=$(TOP) PERL=$(PERL) $(PERL) run_tests.pl $(TESTS)
 list-tests:
        @TOP=$(TOP) PERL=$(PERL) $(PERL) run_tests.pl list
 
@@ -173,11 +168,6 @@ depend: local_depend
 local_depend:
        @[ -z "$(THIS)" ] || $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(SRC)
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-       rm -f newkey.pem testkey.pem testreq.pem
-
 clean:
        rm -f .rnd tmp.bntest tmp.bctest *.o *.obj *.dll lib tags core .pure .nfs* *.old *.bak fluff $(EXE) *.ss *.srl log *.log dummytest
 
index d4752f833b9b2421116f07789cd75cbcb7883350..57669817d7e5972a8a99b125d8d2a35209abc212 100644 (file)
@@ -47,20 +47,12 @@ uninstall:
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
-lint:
-
-tags:
-
 errors:
 
 update: depend
 
 depend:
 
-dclean:
-       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
-       mv -f Makefile.new $(MAKEFILE)
-
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff