]> git.ipfire.org Git - thirdparty/openssl.git/blame - build.info
Update perl-actions/install-with-cpanm version in CI
[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
7a7fbeb9 4SUBDIRS=crypto ssl apps util tools fuzz providers doc
e60a748a
RL
5IF[{- !$disabled{tests} -}]
6 SUBDIRS=test
7ENDIF
7a7fbeb9
NH
8IF[{- !$disabled{demos} -}]
9 SUBDIRS=demos
10ENDIF
77ae4f6f
P
11IF[{- !$disabled{'deprecated-3.0'} -}]
12 SUBDIRS=engines
13ENDIF
2ac569a6 14SUBDIRS=exporters
9654924f 15
777a2882 16LIBS=libcrypto libssl
25f2138b 17INCLUDE[libcrypto]=. include
0483f586 18INCLUDE[libssl]=. include
777a2882 19DEPEND[libssl]=libcrypto
fcf80c46 20
27ffb86c
RL
21# Empty DEPEND "indices" means the dependencies are expected to be built
22# unconditionally before anything else.
b4780134 23DEPEND[]=include/openssl/asn1.h \
0b282540 24 include/openssl/asn1t.h \
dd731474 25 include/openssl/bio.h \
798f9329 26 include/openssl/cmp.h \
904e1f92 27 include/openssl/cms.h \
e74e562f 28 include/openssl/conf.h \
e84b5fcc 29 include/openssl/core_names.h \
98c35dc4 30 include/openssl/crmf.h \
15c3dcfc 31 include/openssl/crypto.h \
9d01ac71 32 include/openssl/ct.h \
efffd8a6 33 include/openssl/err.h \
1e14bca2 34 include/openssl/ess.h \
31214258 35 include/openssl/fipskey.h \
e82f4598 36 include/openssl/lhash.h \
b4780134 37 include/openssl/opensslv.h \
fd3ed85c 38 include/openssl/ocsp.h \
add33927 39 include/openssl/pkcs12.h \
02199cc3 40 include/openssl/pkcs7.h \
24c4ea95 41 include/openssl/safestack.h \
22fbfe6a 42 include/openssl/srp.h \
6ac1cd10 43 include/openssl/ssl.h \
9cedfc90 44 include/openssl/ui.h \
e6623cfb 45 include/openssl/x509.h \
e144fd36 46 include/openssl/x509v3.h \
7dcee34c 47 include/openssl/x509_acert.h \
c5a55811 48 include/openssl/x509_vfy.h \
e84b5fcc
P
49 include/crypto/bn_conf.h include/crypto/dso_conf.h \
50 include/internal/param_names.h crypto/params_idx.c
9fcb9702 51
b4780134 52GENERATE[include/openssl/asn1.h]=include/openssl/asn1.h.in
0b282540 53GENERATE[include/openssl/asn1t.h]=include/openssl/asn1t.h.in
dd731474 54GENERATE[include/openssl/bio.h]=include/openssl/bio.h.in
798f9329 55GENERATE[include/openssl/cmp.h]=include/openssl/cmp.h.in
904e1f92 56GENERATE[include/openssl/cms.h]=include/openssl/cms.h.in
e74e562f 57GENERATE[include/openssl/conf.h]=include/openssl/conf.h.in
4d02d500
RL
58# include/openssl/configuration.h is generated by configdata.pm
59# We still need this information for the FIPS module checksum, but the attribute
60# 'skip' ensures that nothing is actually done with it.
61GENERATE[include/openssl/configuration.h]{skip}=include/openssl/configuration.h.in
98c35dc4 62GENERATE[include/openssl/crmf.h]=include/openssl/crmf.h.in
15c3dcfc 63GENERATE[include/openssl/crypto.h]=include/openssl/crypto.h.in
9d01ac71 64GENERATE[include/openssl/ct.h]=include/openssl/ct.h.in
efffd8a6 65GENERATE[include/openssl/err.h]=include/openssl/err.h.in
1e14bca2 66GENERATE[include/openssl/ess.h]=include/openssl/ess.h.in
31214258 67GENERATE[include/openssl/fipskey.h]=include/openssl/fipskey.h.in
e82f4598 68GENERATE[include/openssl/lhash.h]=include/openssl/lhash.h.in
fd3ed85c 69GENERATE[include/openssl/ocsp.h]=include/openssl/ocsp.h.in
b4780134 70GENERATE[include/openssl/opensslv.h]=include/openssl/opensslv.h.in
add33927 71GENERATE[include/openssl/pkcs12.h]=include/openssl/pkcs12.h.in
02199cc3 72GENERATE[include/openssl/pkcs7.h]=include/openssl/pkcs7.h.in
24c4ea95 73GENERATE[include/openssl/safestack.h]=include/openssl/safestack.h.in
22fbfe6a 74GENERATE[include/openssl/srp.h]=include/openssl/srp.h.in
6ac1cd10 75GENERATE[include/openssl/ssl.h]=include/openssl/ssl.h.in
9cedfc90 76GENERATE[include/openssl/ui.h]=include/openssl/ui.h.in
e6623cfb 77GENERATE[include/openssl/x509.h]=include/openssl/x509.h.in
e144fd36 78GENERATE[include/openssl/x509v3.h]=include/openssl/x509v3.h.in
7dcee34c 79GENERATE[include/openssl/x509_acert.h]=include/openssl/x509_acert.h.in
c5a55811 80GENERATE[include/openssl/x509_vfy.h]=include/openssl/x509_vfy.h.in
25f2138b 81GENERATE[include/crypto/bn_conf.h]=include/crypto/bn_conf.h.in
25f2138b 82GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in
27ffb86c 83
b684ee2c
RL
84DEPEND[crypto/params_idx.c \
85 include/internal/param_names.h \
86 include/openssl/core_names.h]=util/perl|OpenSSL/paramnames.pm
e84b5fcc
P
87GENERATE[crypto/params_idx.c]=crypto/params_idx.c.in
88GENERATE[include/internal/param_names.h]=include/internal/param_names.h.in
89GENERATE[include/openssl/core_names.h]=include/openssl/core_names.h.in
90
7a061312 91IF[{- defined $target{shared_defflag} -}]
ef2dfc99
RL
92 SHARED_SOURCE[libcrypto]=libcrypto.ld
93 SHARED_SOURCE[libssl]=libssl.ld
7a061312 94
8effd8fa
RL
95 GENERATE[libcrypto.ld]=util/libcrypto.num libcrypto
96 GENERATE[libssl.ld]=util/libssl.num libssl
773e67ab 97 DEPEND[libcrypto.ld libssl.ld]=configdata.pm util/perl/OpenSSL/Ordinals.pm
7a061312
RL
98ENDIF
99
6afb3634 100IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-|BC-)/ -}]
7a061312
RL
101 GENERATE[libcrypto.rc]=util/mkrc.pl libcrypto
102 GENERATE[libssl.rc]=util/mkrc.pl libssl
773e67ab 103 DEPEND[libcrypto.rc libssl.rc]=configdata.pm
7a061312
RL
104
105 SHARED_SOURCE[libcrypto]=libcrypto.rc
106 SHARED_SOURCE[libssl]=libssl.rc
107ENDIF
2ac569a6 108
c768cceb
RL
109# This file sets the build directory up for CMake inclusion
110GENERATE[OpenSSLConfig.cmake]=exporters/cmake/OpenSSLConfig.cmake.in
111DEPEND[OpenSSLConfig.cmake]=builddata.pm
112GENERATE[OpenSSLConfigVersion.cmake]=exporters/cmake/OpenSSLConfigVersion.cmake.in
113DEPEND[OpenSSLConfigVersion.cmake]=builddata.pm
114DEPEND[OpenSSLConfigVersion.cmake]=OpenSSLConfig.cmake
115DEPEND[""]=OpenSSLConfigVersion.cmake
116
2ac569a6
RL
117# This file sets the build directory up for pkg-config
118GENERATE[libcrypto.pc]=exporters/pkg-config/libcrypto.pc.in
119DEPEND[libcrypto.pc]=builddata.pm
120GENERATE[libssl.pc]=exporters/pkg-config/libssl.pc.in
121DEPEND[libssl.pc]=builddata.pm
122GENERATE[openssl.pc]=exporters/pkg-config/openssl.pc.in
123DEPEND[openssl.pc]=builddata.pm
124DEPEND[openssl.pc]=libcrypto.pc libssl.pc
125
126GENERATE[builddata.pm]=util/mkinstallvars.pl \
127 PREFIX=. BINDIR=apps LIBDIR= INCLUDEDIR=include APPLINKDIR=ms \
128 ENGINESDIR=engines MODULESDIR=providers \
129 "VERSION=$(VERSION)" "LDLIBS=$(LIB_EX_LIBS)"
130
131DEPEND[""]=openssl.pc