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 --- demos/bio/Makefile.in | 1 + demos/easy_tls/Makefile.in | 1 + demos/sign/Makefile.in | 1 + demos/state_machine/Makefile.in | 1 + 4 files changed, 4 insertions(+) (limited to 'demos') diff --git a/demos/bio/Makefile.in b/demos/bio/Makefile.in index f8c8f03517..04c5dc7e4e 100644 --- a/demos/bio/Makefile.in +++ b/demos/bio/Makefile.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. diff --git a/demos/easy_tls/Makefile.in b/demos/easy_tls/Makefile.in index 208070074c..087caa8afc 100644 --- a/demos/easy_tls/Makefile.in +++ b/demos/easy_tls/Makefile.in @@ -121,3 +121,4 @@ test: $(OBJS) test.o: $(HEADERS) easy-tls.o: $(HEADERS) +# DO NOT DELETE THIS LINE -- make depend depends on it. diff --git a/demos/sign/Makefile.in b/demos/sign/Makefile.in index e6d391e4ad..f6afeb7be0 100644 --- a/demos/sign/Makefile.in +++ b/demos/sign/Makefile.in @@ -13,3 +13,4 @@ clean: test: all ./sign +# DO NOT DELETE THIS LINE -- make depend depends on it. diff --git a/demos/state_machine/Makefile.in b/demos/state_machine/Makefile.in index c7a114540d..fde4474888 100644 --- a/demos/state_machine/Makefile.in +++ b/demos/state_machine/Makefile.in @@ -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. -- cgit v1.2.3