]> git.ipfire.org Git - thirdparty/openssl.git/blame - build.info
Add functions to set values into an EVP_PKEY
[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.
b4780134 16DEPEND[]=include/openssl/asn1.h \
0b282540 17 include/openssl/asn1t.h \
dd731474 18 include/openssl/bio.h \
798f9329 19 include/openssl/cmp.h \
904e1f92 20 include/openssl/cms.h \
e74e562f 21 include/openssl/conf.h \
b4780134 22 include/openssl/configuration.h \
98c35dc4 23 include/openssl/crmf.h \
15c3dcfc 24 include/openssl/crypto.h \
9d01ac71 25 include/openssl/ct.h \
efffd8a6 26 include/openssl/err.h \
1e14bca2 27 include/openssl/ess.h \
31214258 28 include/openssl/fipskey.h \
e82f4598 29 include/openssl/lhash.h \
b4780134 30 include/openssl/opensslv.h \
fd3ed85c 31 include/openssl/ocsp.h \
add33927 32 include/openssl/pkcs12.h \
02199cc3 33 include/openssl/pkcs7.h \
24c4ea95 34 include/openssl/safestack.h \
22fbfe6a 35 include/openssl/srp.h \
6ac1cd10 36 include/openssl/ssl.h \
9cedfc90 37 include/openssl/ui.h \
e6623cfb 38 include/openssl/x509.h \
e144fd36 39 include/openssl/x509v3.h \
c5a55811 40 include/openssl/x509_vfy.h \
f3866324
RL
41 include/crypto/bn_conf.h include/crypto/dso_conf.h \
42 doc/man7/openssl_user_macros.pod
9fcb9702 43
b4780134 44GENERATE[include/openssl/asn1.h]=include/openssl/asn1.h.in
0b282540 45GENERATE[include/openssl/asn1t.h]=include/openssl/asn1t.h.in
dd731474 46GENERATE[include/openssl/bio.h]=include/openssl/bio.h.in
798f9329 47GENERATE[include/openssl/cmp.h]=include/openssl/cmp.h.in
904e1f92 48GENERATE[include/openssl/cms.h]=include/openssl/cms.h.in
e74e562f 49GENERATE[include/openssl/conf.h]=include/openssl/conf.h.in
98c35dc4
MC
50GENERATE[include/openssl/configuration.h]=include/openssl/configuration.h.in
51GENERATE[include/openssl/crmf.h]=include/openssl/crmf.h.in
15c3dcfc 52GENERATE[include/openssl/crypto.h]=include/openssl/crypto.h.in
9d01ac71 53GENERATE[include/openssl/ct.h]=include/openssl/ct.h.in
efffd8a6 54GENERATE[include/openssl/err.h]=include/openssl/err.h.in
1e14bca2 55GENERATE[include/openssl/ess.h]=include/openssl/ess.h.in
31214258 56GENERATE[include/openssl/fipskey.h]=include/openssl/fipskey.h.in
e82f4598 57GENERATE[include/openssl/lhash.h]=include/openssl/lhash.h.in
fd3ed85c 58GENERATE[include/openssl/ocsp.h]=include/openssl/ocsp.h.in
b4780134 59GENERATE[include/openssl/opensslv.h]=include/openssl/opensslv.h.in
add33927 60GENERATE[include/openssl/pkcs12.h]=include/openssl/pkcs12.h.in
02199cc3 61GENERATE[include/openssl/pkcs7.h]=include/openssl/pkcs7.h.in
24c4ea95 62GENERATE[include/openssl/safestack.h]=include/openssl/safestack.h.in
22fbfe6a 63GENERATE[include/openssl/srp.h]=include/openssl/srp.h.in
6ac1cd10 64GENERATE[include/openssl/ssl.h]=include/openssl/ssl.h.in
9cedfc90 65GENERATE[include/openssl/ui.h]=include/openssl/ui.h.in
e6623cfb 66GENERATE[include/openssl/x509.h]=include/openssl/x509.h.in
e144fd36 67GENERATE[include/openssl/x509v3.h]=include/openssl/x509v3.h.in
c5a55811 68GENERATE[include/openssl/x509_vfy.h]=include/openssl/x509_vfy.h.in
25f2138b 69GENERATE[include/crypto/bn_conf.h]=include/crypto/bn_conf.h.in
25f2138b 70GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in
27ffb86c 71
7a061312 72IF[{- defined $target{shared_defflag} -}]
ef2dfc99
RL
73 SHARED_SOURCE[libcrypto]=libcrypto.ld
74 SHARED_SOURCE[libssl]=libssl.ld
7a061312 75
8effd8fa
RL
76 GENERATE[libcrypto.ld]=util/libcrypto.num libcrypto
77 GENERATE[libssl.ld]=util/libssl.num libssl
7a061312
RL
78ENDIF
79
80IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-)/ -}]
81 GENERATE[libcrypto.rc]=util/mkrc.pl libcrypto
82 GENERATE[libssl.rc]=util/mkrc.pl libssl
83
84 SHARED_SOURCE[libcrypto]=libcrypto.rc
85 SHARED_SOURCE[libssl]=libssl.rc
86ENDIF