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:
@@ -20,3 +20,4 @@ client-conf: client-conf.o
|
||||
clean:
|
||||
rm -f $(EXAMPLES) *.o
|
||||
|
||||
# DO NOT DELETE THIS LINE -- make depend depends on it.
|
||||
|
||||
@@ -121,3 +121,4 @@ test: $(OBJS)
|
||||
|
||||
test.o: $(HEADERS)
|
||||
easy-tls.o: $(HEADERS)
|
||||
# DO NOT DELETE THIS LINE -- make depend depends on it.
|
||||
|
||||
@@ -13,3 +13,4 @@ clean:
|
||||
|
||||
test: all
|
||||
./sign
|
||||
# DO NOT DELETE THIS LINE -- make depend depends on it.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user