]> git.ipfire.org Git - thirdparty/openssl.git/blame_incremental - build.info
Add processing by chunks to mac tests
[thirdparty/openssl.git] / build.info
... / ...
CommitLineData
1# Note that some of these directories are filtered in Configure. Look for
2# %skipdir there for further explanations.
3SUBDIRS=crypto ssl apps test util tools fuzz engines providers doc
4
5LIBS=libcrypto libssl
6INCLUDE[libcrypto]=. include
7INCLUDE[libssl]=. include
8DEPEND[libssl]=libcrypto
9
10# Empty DEPEND "indices" means the dependencies are expected to be built
11# unconditionally before anything else.
12DEPEND[]=include/openssl/configuration.h include/openssl/opensslv.h \
13 include/crypto/bn_conf.h include/crypto/dso_conf.h \
14 doc/man7/openssl_user_macros.pod
15
16GENERATE[include/openssl/configuration.h]=include/openssl/configuration.h.in
17GENERATE[include/openssl/opensslv.h]=include/openssl/opensslv.h.in
18GENERATE[include/crypto/bn_conf.h]=include/crypto/bn_conf.h.in
19GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in
20GENERATE[doc/man7/openssl_user_macros.pod]=doc/man7/openssl_user_macros.pod.in
21
22IF[{- defined $target{shared_defflag} -}]
23 SHARED_SOURCE[libcrypto]=libcrypto.ld
24 SHARED_SOURCE[libssl]=libssl.ld
25
26 GENERATE[libcrypto.ld]=util/libcrypto.num libcrypto
27 GENERATE[libssl.ld]=util/libssl.num libssl
28ENDIF
29
30IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-)/ -}]
31 GENERATE[libcrypto.rc]=util/mkrc.pl libcrypto
32 GENERATE[libssl.rc]=util/mkrc.pl libssl
33
34 SHARED_SOURCE[libcrypto]=libcrypto.rc
35 SHARED_SOURCE[libssl]=libssl.rc
36ENDIF