]> git.ipfire.org Git - thirdparty/openssl.git/blame - build.info
Support DLL builds + Fix C RTL variants
[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 3
e60a748a
RL
4SUBDIRS=crypto ssl apps util tools fuzz providers doc
5IF[{- !$disabled{tests} -}]
6 SUBDIRS=test
7ENDIF
77ae4f6f
P
8IF[{- !$disabled{'deprecated-3.0'} -}]
9 SUBDIRS=engines
10ENDIF
9654924f 11
777a2882 12LIBS=libcrypto libssl
25f2138b 13INCLUDE[libcrypto]=. include
0483f586 14INCLUDE[libssl]=. include
777a2882 15DEPEND[libssl]=libcrypto
fcf80c46 16
27ffb86c
RL
17# Empty DEPEND "indices" means the dependencies are expected to be built
18# unconditionally before anything else.
b4780134 19DEPEND[]=include/openssl/asn1.h \
0b282540 20 include/openssl/asn1t.h \
dd731474 21 include/openssl/bio.h \
798f9329 22 include/openssl/cmp.h \
904e1f92 23 include/openssl/cms.h \
e74e562f 24 include/openssl/conf.h \
b4780134 25 include/openssl/configuration.h \
98c35dc4 26 include/openssl/crmf.h \
15c3dcfc 27 include/openssl/crypto.h \
9d01ac71 28 include/openssl/ct.h \
efffd8a6 29 include/openssl/err.h \
1e14bca2 30 include/openssl/ess.h \
31214258 31 include/openssl/fipskey.h \
e82f4598 32 include/openssl/lhash.h \
b4780134 33 include/openssl/opensslv.h \
fd3ed85c 34 include/openssl/ocsp.h \
add33927 35 include/openssl/pkcs12.h \
02199cc3 36 include/openssl/pkcs7.h \
24c4ea95 37 include/openssl/safestack.h \
22fbfe6a 38 include/openssl/srp.h \
6ac1cd10 39 include/openssl/ssl.h \
9cedfc90 40 include/openssl/ui.h \
e6623cfb 41 include/openssl/x509.h \
e144fd36 42 include/openssl/x509v3.h \
c5a55811 43 include/openssl/x509_vfy.h \
b8393eae 44 include/crypto/bn_conf.h include/crypto/dso_conf.h
9fcb9702 45
b4780134 46GENERATE[include/openssl/asn1.h]=include/openssl/asn1.h.in
0b282540 47GENERATE[include/openssl/asn1t.h]=include/openssl/asn1t.h.in
dd731474 48GENERATE[include/openssl/bio.h]=include/openssl/bio.h.in
798f9329 49GENERATE[include/openssl/cmp.h]=include/openssl/cmp.h.in
904e1f92 50GENERATE[include/openssl/cms.h]=include/openssl/cms.h.in
e74e562f 51GENERATE[include/openssl/conf.h]=include/openssl/conf.h.in
98c35dc4
MC
52GENERATE[include/openssl/configuration.h]=include/openssl/configuration.h.in
53GENERATE[include/openssl/crmf.h]=include/openssl/crmf.h.in
15c3dcfc 54GENERATE[include/openssl/crypto.h]=include/openssl/crypto.h.in
9d01ac71 55GENERATE[include/openssl/ct.h]=include/openssl/ct.h.in
efffd8a6 56GENERATE[include/openssl/err.h]=include/openssl/err.h.in
1e14bca2 57GENERATE[include/openssl/ess.h]=include/openssl/ess.h.in
31214258 58GENERATE[include/openssl/fipskey.h]=include/openssl/fipskey.h.in
e82f4598 59GENERATE[include/openssl/lhash.h]=include/openssl/lhash.h.in
fd3ed85c 60GENERATE[include/openssl/ocsp.h]=include/openssl/ocsp.h.in
b4780134 61GENERATE[include/openssl/opensslv.h]=include/openssl/opensslv.h.in
add33927 62GENERATE[include/openssl/pkcs12.h]=include/openssl/pkcs12.h.in
02199cc3 63GENERATE[include/openssl/pkcs7.h]=include/openssl/pkcs7.h.in
24c4ea95 64GENERATE[include/openssl/safestack.h]=include/openssl/safestack.h.in
22fbfe6a 65GENERATE[include/openssl/srp.h]=include/openssl/srp.h.in
6ac1cd10 66GENERATE[include/openssl/ssl.h]=include/openssl/ssl.h.in
9cedfc90 67GENERATE[include/openssl/ui.h]=include/openssl/ui.h.in
e6623cfb 68GENERATE[include/openssl/x509.h]=include/openssl/x509.h.in
e144fd36 69GENERATE[include/openssl/x509v3.h]=include/openssl/x509v3.h.in
c5a55811 70GENERATE[include/openssl/x509_vfy.h]=include/openssl/x509_vfy.h.in
25f2138b 71GENERATE[include/crypto/bn_conf.h]=include/crypto/bn_conf.h.in
25f2138b 72GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in
27ffb86c 73
7a061312 74IF[{- defined $target{shared_defflag} -}]
ef2dfc99
RL
75 SHARED_SOURCE[libcrypto]=libcrypto.ld
76 SHARED_SOURCE[libssl]=libssl.ld
7a061312 77
8effd8fa
RL
78 GENERATE[libcrypto.ld]=util/libcrypto.num libcrypto
79 GENERATE[libssl.ld]=util/libssl.num libssl
7a061312
RL
80ENDIF
81
82IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-)/ -}]
83 GENERATE[libcrypto.rc]=util/mkrc.pl libcrypto
84 GENERATE[libssl.rc]=util/mkrc.pl libssl
85
86 SHARED_SOURCE[libcrypto]=libcrypto.rc
87 SHARED_SOURCE[libssl]=libssl.rc
88ENDIF