From 45c6e23c978da0b23df5e5a9a3c2e631b79ba497 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 2 Apr 2016 18:36:52 +0200 Subject: Remove --classic build entirely The Unix build was the last to retain the classic build scheme. The new unified scheme has matured enough, even though some details may need polishing. Reviewed-by: Rich Salz --- demos/bio/Makefile.in | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 demos/bio/Makefile.in (limited to 'demos') diff --git a/demos/bio/Makefile.in b/demos/bio/Makefile.in deleted file mode 100644 index 04c5dc7e4e..0000000000 --- a/demos/bio/Makefile.in +++ /dev/null @@ -1,23 +0,0 @@ -CC=cc -CFLAGS= -g -I../../include -LIBS= -L../.. ../../libssl.a ../../libcrypto.a -ldl -EXAMPLES=saccept sconnect client-arg client-conf - -all: $(EXAMPLES) - -saccept: saccept.o - $(CC) -o saccept saccept.o $(LIBS) - -sconnect: sconnect.o - $(CC) -o sconnect sconnect.o $(LIBS) - -client-arg: client-arg.o - $(CC) -o client-arg client-arg.o $(LIBS) - -client-conf: client-conf.o - $(CC) -o client-conf client-conf.o $(LIBS) - -clean: - rm -f $(EXAMPLES) *.o - -# DO NOT DELETE THIS LINE -- make depend depends on it. -- cgit v1.2.3