]> git.ipfire.org Git - thirdparty/openssl.git/blame - build.info
Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK
[thirdparty/openssl.git] / build.info
CommitLineData
75d47db4
RL
1# Note that some of these directories are filtered in Configure. Look for
2# %skipdir there for further explanations.
77ae4f6f
P
3
4SUBDIRS=crypto ssl apps test util tools fuzz providers doc
5IF[{- !$disabled{'deprecated-3.0'} -}]
6 SUBDIRS=engines
7ENDIF
9654924f 8
777a2882 9LIBS=libcrypto libssl
25f2138b 10INCLUDE[libcrypto]=. include
0483f586 11INCLUDE[libssl]=. include
777a2882 12DEPEND[libssl]=libcrypto
fcf80c46 13
27ffb86c
RL
14# Empty DEPEND "indices" means the dependencies are expected to be built
15# unconditionally before anything else.
46994f71 16DEPEND[]=include/openssl/configuration.h include/openssl/opensslv.h \
31214258 17 include/openssl/fipskey.h \
24c4ea95 18 include/openssl/safestack.h \
6ac1cd10 19 include/openssl/ssl.h \
e6623cfb 20 include/openssl/x509.h \
e144fd36 21 include/openssl/x509v3.h \
f3866324
RL
22 include/crypto/bn_conf.h include/crypto/dso_conf.h \
23 doc/man7/openssl_user_macros.pod
9fcb9702 24
46994f71 25GENERATE[include/openssl/configuration.h]=include/openssl/configuration.h.in
f3866324 26GENERATE[include/openssl/opensslv.h]=include/openssl/opensslv.h.in
31214258 27GENERATE[include/openssl/fipskey.h]=include/openssl/fipskey.h.in
24c4ea95 28GENERATE[include/openssl/safestack.h]=include/openssl/safestack.h.in
6ac1cd10 29GENERATE[include/openssl/ssl.h]=include/openssl/ssl.h.in
e6623cfb 30GENERATE[include/openssl/x509.h]=include/openssl/x509.h.in
e144fd36 31GENERATE[include/openssl/x509v3.h]=include/openssl/x509v3.h.in
25f2138b 32GENERATE[include/crypto/bn_conf.h]=include/crypto/bn_conf.h.in
25f2138b 33GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in
547a3320 34GENERATE[doc/man7/openssl_user_macros.pod]=doc/man7/openssl_user_macros.pod.in
27ffb86c 35
7a061312 36IF[{- defined $target{shared_defflag} -}]
ef2dfc99
RL
37 SHARED_SOURCE[libcrypto]=libcrypto.ld
38 SHARED_SOURCE[libssl]=libssl.ld
7a061312 39
8effd8fa
RL
40 GENERATE[libcrypto.ld]=util/libcrypto.num libcrypto
41 GENERATE[libssl.ld]=util/libssl.num libssl
7a061312
RL
42ENDIF
43
44IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-)/ -}]
45 GENERATE[libcrypto.rc]=util/mkrc.pl libcrypto
46 GENERATE[libssl.rc]=util/mkrc.pl libssl
47
48 SHARED_SOURCE[libcrypto]=libcrypto.rc
49 SHARED_SOURCE[libssl]=libssl.rc
50ENDIF