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>
This commit is contained in:
Rich Salz
2016-01-15 15:01:30 -05:00
committed by Rich Salz
parent 9e5cd4bac7
commit ee6d9f4eb6
68 changed files with 4 additions and 742 deletions

View 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.

View File

@@ -121,3 +121,4 @@ test: $(OBJS)
test.o: $(HEADERS)
easy-tls.o: $(HEADERS)
# DO NOT DELETE THIS LINE -- make depend depends on it.

View File

@@ -13,3 +13,4 @@ clean:
test: all
./sign
# DO NOT DELETE THIS LINE -- make depend depends on it.

View 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.