X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile.org;h=f2460dc180a00450664e7f8c5663d0d308c28e11;hb=248385c606620b29ecc96ca9d3603463f879652b;hp=0844925eabae96cc0a5cb283fe6540bff2e53c18;hpb=5ab65c50ef8287b128d6642209525283e1ea07be;p=oweals%2Fopenssl.git diff --git a/Makefile.org b/Makefile.org index 0844925eab..f2460dc180 100644 --- a/Makefile.org +++ b/Makefile.org @@ -348,21 +348,23 @@ FIPS_EX_OBJ= ../crypto/aes/aes_cfb.o \ ../crypto/uid.o sub_all: build_all + build_all: build_libs build_apps build_tests build_tools build_libs: build_crypto build_ssl build_engines build_crypto: @dir=crypto; target=all; $(BUILD_ONE_CMD) -build_ssl: +build_ssl: build_crypto @dir=ssl; target=all; $(BUILD_ONE_CMD) -build_engines: +build_engines: build_crypto @dir=engines; target=all; AS='$(CC) -c'; export AS; $(BUILD_ONE_CMD) -build_apps: + +build_apps: build_libs @dir=apps; target=all; $(BUILD_ONE_CMD) -build_tests: +build_tests: build_libs @dir=test; target=all; $(BUILD_ONE_CMD) -build_tools: +build_tools: build_libs @dir=tools; target=all; $(BUILD_ONE_CMD) all_testapps: build_libs build_testapps @@ -476,7 +478,7 @@ libclean: clean: libclean rm -f shlib/*.o *.o core a.out fluff rehash.time testlog make.log cctest cctest.c - rm -rf *.bak include/openssl certs/.0 + rm -rf *.bak certs/.0 @set -e; target=clean; $(RECURSIVE_BUILD_CMD) rm -f $(LIBS) tags TAGS rm -f openssl.pc libssl.pc libcrypto.pc