Commit b357e95c authored by Ulf Möller's avatar Ulf Möller
Browse files

make testapps after the library.

parent 1cbde6e4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -180,6 +180,7 @@ all: Makefile.ssl
	(cd $$i && echo "making all in $$i..." && \
	$(MAKE) CC='${CC}' PLATFORM='${PLATFORM}' CFLAG='${CFLAG}' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' BN_ASM='${BN_ASM}' DES_ENC='${DES_ENC}' BF_ENC='${BF_ENC}' CAST_ENC='${CAST_ENC}' RC4_ENC='${RC4_ENC}' RC5_ENC='${RC5_ENC}' SHA1_ASM_OBJ='${SHA1_ASM_OBJ}' MD5_ASM_OBJ='${MD5_ASM_OBJ}' RMD160_ASM_OBJ='${RMD160_ASM_OBJ}' SDIRS='${SDIRS}' AR='${AR}' PROCESSOR='${PROCESSOR}' PERL='${PERL}' RANLIB='${RANLIB}' all ) || exit 1; \
	done
	(cd crypto; $(MAKE) testapps)
	-@# cd perl; $(PERL) Makefile.PL; make

sub_all:
+4 −0
Original line number Diff line number Diff line
@@ -57,6 +57,10 @@ buildinf.h: ../Makefile.ssl
	echo "  #define DATE \"`date`\""; \
	echo "#endif" ) >buildinf.h

testapps:
	(cd des && make des)
	(cd pkcs7 && make testapps)

subdirs:
	@for i in $(SDIRS) ;\
	do \
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ ALL= $(GENERAL) $(SRC) $(HEADER)
top:
	(cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)

all:	lib des
all:	lib

lib:	$(LIBOBJ)
	$(AR) $(LIB) $(LIBOBJ)
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ top:

test:

all:	lib testapps
all:	lib

testapps: enc dec sign verify