]> git.ipfire.org Git - thirdparty/openssl.git/blame - build.info
Modify ENGINE_pkey_asn1_find_str() to use a read lock instead of a write
[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 \
e84b5fcc 25 include/openssl/core_names.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 \
e84b5fcc
P
44 include/crypto/bn_conf.h include/crypto/dso_conf.h \
45 include/internal/param_names.h crypto/params_idx.c
9fcb9702 46
b4780134 47GENERATE[include/openssl/asn1.h]=include/openssl/asn1.h.in
0b282540 48GENERATE[include/openssl/asn1t.h]=include/openssl/asn1t.h.in
dd731474 49GENERATE[include/openssl/bio.h]=include/openssl/bio.h.in
798f9329 50GENERATE[include/openssl/cmp.h]=include/openssl/cmp.h.in
904e1f92 51GENERATE[include/openssl/cms.h]=include/openssl/cms.h.in
e74e562f 52GENERATE[include/openssl/conf.h]=include/openssl/conf.h.in
4d02d500
RL
53# include/openssl/configuration.h is generated by configdata.pm
54# We still need this information for the FIPS module checksum, but the attribute
55# 'skip' ensures that nothing is actually done with it.
56GENERATE[include/openssl/configuration.h]{skip}=include/openssl/configuration.h.in
98c35dc4 57GENERATE[include/openssl/crmf.h]=include/openssl/crmf.h.in
15c3dcfc 58GENERATE[include/openssl/crypto.h]=include/openssl/crypto.h.in
9d01ac71 59GENERATE[include/openssl/ct.h]=include/openssl/ct.h.in
efffd8a6 60GENERATE[include/openssl/err.h]=include/openssl/err.h.in
1e14bca2 61GENERATE[include/openssl/ess.h]=include/openssl/ess.h.in
31214258 62GENERATE[include/openssl/fipskey.h]=include/openssl/fipskey.h.in
e82f4598 63GENERATE[include/openssl/lhash.h]=include/openssl/lhash.h.in
fd3ed85c 64GENERATE[include/openssl/ocsp.h]=include/openssl/ocsp.h.in
b4780134 65GENERATE[include/openssl/opensslv.h]=include/openssl/opensslv.h.in
add33927 66GENERATE[include/openssl/pkcs12.h]=include/openssl/pkcs12.h.in
02199cc3 67GENERATE[include/openssl/pkcs7.h]=include/openssl/pkcs7.h.in
24c4ea95 68GENERATE[include/openssl/safestack.h]=include/openssl/safestack.h.in
22fbfe6a 69GENERATE[include/openssl/srp.h]=include/openssl/srp.h.in
6ac1cd10 70GENERATE[include/openssl/ssl.h]=include/openssl/ssl.h.in
9cedfc90 71GENERATE[include/openssl/ui.h]=include/openssl/ui.h.in
e6623cfb 72GENERATE[include/openssl/x509.h]=include/openssl/x509.h.in
e144fd36 73GENERATE[include/openssl/x509v3.h]=include/openssl/x509v3.h.in
c5a55811 74GENERATE[include/openssl/x509_vfy.h]=include/openssl/x509_vfy.h.in
25f2138b 75GENERATE[include/crypto/bn_conf.h]=include/crypto/bn_conf.h.in
25f2138b 76GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in
27ffb86c 77
e84b5fcc
P
78GENERATE[crypto/params_idx.c]=crypto/params_idx.c.in
79GENERATE[include/internal/param_names.h]=include/internal/param_names.h.in
80GENERATE[include/openssl/core_names.h]=include/openssl/core_names.h.in
81
7a061312 82IF[{- defined $target{shared_defflag} -}]
ef2dfc99
RL
83 SHARED_SOURCE[libcrypto]=libcrypto.ld
84 SHARED_SOURCE[libssl]=libssl.ld
7a061312 85
8effd8fa
RL
86 GENERATE[libcrypto.ld]=util/libcrypto.num libcrypto
87 GENERATE[libssl.ld]=util/libssl.num libssl
773e67ab 88 DEPEND[libcrypto.ld libssl.ld]=configdata.pm util/perl/OpenSSL/Ordinals.pm
7a061312
RL
89ENDIF
90
6afb3634 91IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-|BC-)/ -}]
7a061312
RL
92 GENERATE[libcrypto.rc]=util/mkrc.pl libcrypto
93 GENERATE[libssl.rc]=util/mkrc.pl libssl
773e67ab 94 DEPEND[libcrypto.rc libssl.rc]=configdata.pm
7a061312
RL
95
96 SHARED_SOURCE[libcrypto]=libcrypto.rc
97 SHARED_SOURCE[libssl]=libssl.rc
98ENDIF