VirtualBox

source: vbox/trunk/src/libs/openssl-3.0.7/build.info@ 97371

Last change on this file since 97371 was 94082, checked in by vboxsync, 3 years ago

libs/openssl-3.0.1: started applying and adjusting our OpenSSL changes to 3.0.1. bugref:10128

File size: 3.6 KB
Line 
1# Note that some of these directories are filtered in Configure. Look for
2# %skipdir there for further explanations.
3
4SUBDIRS=crypto ssl apps util tools fuzz providers doc
5IF[{- !$disabled{tests} -}]
6 SUBDIRS=test
7ENDIF
8IF[{- !$disabled{'deprecated-3.0'} -}]
9 SUBDIRS=engines
10ENDIF
11
12LIBS=libcrypto libssl
13INCLUDE[libcrypto]=. include
14INCLUDE[libssl]=. include
15DEPEND[libssl]=libcrypto
16
17# Empty DEPEND "indices" means the dependencies are expected to be built
18# unconditionally before anything else.
19DEPEND[]=include/openssl/asn1.h \
20 include/openssl/asn1t.h \
21 include/openssl/bio.h \
22 include/openssl/cmp.h \
23 include/openssl/cms.h \
24 include/openssl/conf.h \
25 include/openssl/configuration.h \
26 include/openssl/crmf.h \
27 include/openssl/crypto.h \
28 include/openssl/ct.h \
29 include/openssl/err.h \
30 include/openssl/ess.h \
31 include/openssl/fipskey.h \
32 include/openssl/lhash.h \
33 include/openssl/opensslv.h \
34 include/openssl/ocsp.h \
35 include/openssl/pkcs12.h \
36 include/openssl/pkcs7.h \
37 include/openssl/safestack.h \
38 include/openssl/srp.h \
39 include/openssl/ssl.h \
40 include/openssl/ui.h \
41 include/openssl/x509.h \
42 include/openssl/x509v3.h \
43 include/openssl/x509_vfy.h \
44 include/crypto/bn_conf.h include/crypto/dso_conf.h
45
46GENERATE[include/openssl/asn1.h]=include/openssl/asn1.h.in
47GENERATE[include/openssl/asn1t.h]=include/openssl/asn1t.h.in
48GENERATE[include/openssl/bio.h]=include/openssl/bio.h.in
49GENERATE[include/openssl/cmp.h]=include/openssl/cmp.h.in
50GENERATE[include/openssl/cms.h]=include/openssl/cms.h.in
51GENERATE[include/openssl/conf.h]=include/openssl/conf.h.in
52GENERATE[include/openssl/configuration.h]=include/openssl/configuration.h.in
53GENERATE[include/openssl/crmf.h]=include/openssl/crmf.h.in
54GENERATE[include/openssl/crypto.h]=include/openssl/crypto.h.in
55GENERATE[include/openssl/ct.h]=include/openssl/ct.h.in
56GENERATE[include/openssl/err.h]=include/openssl/err.h.in
57GENERATE[include/openssl/ess.h]=include/openssl/ess.h.in
58GENERATE[include/openssl/fipskey.h]=include/openssl/fipskey.h.in
59GENERATE[include/openssl/lhash.h]=include/openssl/lhash.h.in
60GENERATE[include/openssl/ocsp.h]=include/openssl/ocsp.h.in
61GENERATE[include/openssl/opensslv.h]=include/openssl/opensslv.h.in
62GENERATE[include/openssl/pkcs12.h]=include/openssl/pkcs12.h.in
63GENERATE[include/openssl/pkcs7.h]=include/openssl/pkcs7.h.in
64GENERATE[include/openssl/safestack.h]=include/openssl/safestack.h.in
65GENERATE[include/openssl/srp.h]=include/openssl/srp.h.in
66GENERATE[include/openssl/ssl.h]=include/openssl/ssl.h.in
67GENERATE[include/openssl/ui.h]=include/openssl/ui.h.in
68GENERATE[include/openssl/x509.h]=include/openssl/x509.h.in
69GENERATE[include/openssl/x509v3.h]=include/openssl/x509v3.h.in
70GENERATE[include/openssl/x509_vfy.h]=include/openssl/x509_vfy.h.in
71GENERATE[include/crypto/bn_conf.h]=include/crypto/bn_conf.h.in
72GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in
73
74IF[{- defined $target{shared_defflag} -}]
75 SHARED_SOURCE[libcrypto]=libcrypto.ld
76 SHARED_SOURCE[libssl]=libssl.ld
77
78 GENERATE[libcrypto.ld]=util/libcrypto.num libcrypto
79 GENERATE[libssl.ld]=util/libssl.num libssl
80 DEPEND[libcrypto.ld libssl.ld]=configdata.pm util/perl/OpenSSL/Ordinals.pm
81ENDIF
82
83IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-|BC-)/ -}]
84 GENERATE[libcrypto.rc]=util/mkrc.pl libcrypto
85 GENERATE[libssl.rc]=util/mkrc.pl libssl
86 DEPEND[libcrypto.rc libssl.rc]=configdata.pm
87
88 SHARED_SOURCE[libcrypto]=libcrypto.rc
89 SHARED_SOURCE[libssl]=libssl.rc
90ENDIF
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette