From ee6d9f4eb602479d04872f3a9fd1d3904bd96fd1 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Fri, 15 Jan 2016 15:01:30 -0500 Subject: Remove some old makefile targets 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 --- crypto/des/Makefile.in | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'crypto/des') diff --git a/crypto/des/Makefile.in b/crypto/des/Makefile.in index 339bf12..463159d 100644 --- a/crypto/des/Makefile.in +++ b/crypto/des/Makefile.in @@ -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 -- cgit v1.1