X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fengine%2FMakefile.in;h=c93021f595da63cb99f8f2bbbe674987b3206c4d;hp=94df9fb315ee2704f4f4c707f6f903660f89c1b3;hb=ced2c2c598e195175950a67756d426052d38c228;hpb=d10dac1187fbb12fdb44a0386f1619b79b40d264 diff --git a/crypto/engine/Makefile.in b/crypto/engine/Makefile.in index 94df9fb315..c93021f595 100644 --- a/crypto/engine/Makefile.in +++ b/crypto/engine/Makefile.in @@ -47,23 +47,8 @@ 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) + $(TOP)/util/domd $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) clean: rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff