summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2016-01-15 15:01:30 -0500
committerRich Salz <rsalz@openssl.org>2016-01-17 14:47:32 -0500
commitee6d9f4eb602479d04872f3a9fd1d3904bd96fd1 (patch)
treeba4a3c3e0f85566167d3051980997eef23bf6142 /engines
parent9e5cd4bac777e27ebcdc9aa411f0a63c27500468 (diff)
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 <levitte@openssl.org>
Diffstat (limited to 'engines')
-rw-r--r--engines/Makefile.in14
-rw-r--r--engines/ccgost/Makefile.in12
2 files changed, 0 insertions, 26 deletions
diff --git a/engines/Makefile.in b/engines/Makefile.in
index 0b7dc8dba6..b8665ff406 100644
--- a/engines/Makefile.in
+++ b/engines/Makefile.in
@@ -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)
diff --git a/engines/ccgost/Makefile.in b/engines/ccgost/Makefile.in
index 2fed391ee4..77d552f85f 100644
--- a/engines/ccgost/Makefile.in
+++ b/engines/ccgost/Makefile.in
@@ -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