Implement riscv_vlen_asm for riscv32
[openssl.git] / build.info
1 # Note that some of these directories are filtered in Configure.  Look for
2 # %skipdir there for further explanations.
3
4 SUBDIRS=crypto ssl apps util tools fuzz providers doc
5 IF[{- !$disabled{tests} -}]
6   SUBDIRS=test
7 ENDIF
8 IF[{- !$disabled{demos} -}]
9   SUBDIRS=demos
10 ENDIF
11 IF[{- !$disabled{'deprecated-3.0'} -}]
12   SUBDIRS=engines
13 ENDIF
14 SUBDIRS=exporters
15
16 LIBS=libcrypto libssl
17 INCLUDE[libcrypto]=. include
18 INCLUDE[libssl]=. include
19 DEPEND[libssl]=libcrypto
20
21 # Empty DEPEND "indices" means the dependencies are expected to be built
22 # unconditionally before anything else.
23 DEPEND[]=include/openssl/asn1.h \
24          include/openssl/asn1t.h \
25          include/openssl/bio.h \
26          include/openssl/cmp.h \
27          include/openssl/cms.h \
28          include/openssl/conf.h \
29          include/openssl/core_names.h \
30          include/openssl/crmf.h \
31          include/openssl/crypto.h \
32          include/openssl/ct.h \
33          include/openssl/err.h \
34          include/openssl/ess.h \
35          include/openssl/fipskey.h \
36          include/openssl/lhash.h \
37          include/openssl/opensslv.h \
38          include/openssl/ocsp.h \
39          include/openssl/pkcs12.h \
40          include/openssl/pkcs7.h \
41          include/openssl/safestack.h \
42          include/openssl/srp.h \
43          include/openssl/ssl.h \
44          include/openssl/ui.h \
45          include/openssl/x509.h \
46          include/openssl/x509v3.h \
47          include/openssl/x509_acert.h \
48          include/openssl/x509_vfy.h \
49          include/crypto/bn_conf.h include/crypto/dso_conf.h \
50          include/internal/param_names.h crypto/params_idx.c
51
52 GENERATE[include/openssl/asn1.h]=include/openssl/asn1.h.in
53 GENERATE[include/openssl/asn1t.h]=include/openssl/asn1t.h.in
54 GENERATE[include/openssl/bio.h]=include/openssl/bio.h.in
55 GENERATE[include/openssl/cmp.h]=include/openssl/cmp.h.in
56 GENERATE[include/openssl/cms.h]=include/openssl/cms.h.in
57 GENERATE[include/openssl/conf.h]=include/openssl/conf.h.in
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.
61 GENERATE[include/openssl/configuration.h]{skip}=include/openssl/configuration.h.in
62 GENERATE[include/openssl/crmf.h]=include/openssl/crmf.h.in
63 GENERATE[include/openssl/crypto.h]=include/openssl/crypto.h.in
64 GENERATE[include/openssl/ct.h]=include/openssl/ct.h.in
65 GENERATE[include/openssl/err.h]=include/openssl/err.h.in
66 GENERATE[include/openssl/ess.h]=include/openssl/ess.h.in
67 GENERATE[include/openssl/fipskey.h]=include/openssl/fipskey.h.in
68 GENERATE[include/openssl/lhash.h]=include/openssl/lhash.h.in
69 GENERATE[include/openssl/ocsp.h]=include/openssl/ocsp.h.in
70 GENERATE[include/openssl/opensslv.h]=include/openssl/opensslv.h.in
71 GENERATE[include/openssl/pkcs12.h]=include/openssl/pkcs12.h.in
72 GENERATE[include/openssl/pkcs7.h]=include/openssl/pkcs7.h.in
73 GENERATE[include/openssl/safestack.h]=include/openssl/safestack.h.in
74 GENERATE[include/openssl/srp.h]=include/openssl/srp.h.in
75 GENERATE[include/openssl/ssl.h]=include/openssl/ssl.h.in
76 GENERATE[include/openssl/ui.h]=include/openssl/ui.h.in
77 GENERATE[include/openssl/x509.h]=include/openssl/x509.h.in
78 GENERATE[include/openssl/x509v3.h]=include/openssl/x509v3.h.in
79 GENERATE[include/openssl/x509_acert.h]=include/openssl/x509_acert.h.in
80 GENERATE[include/openssl/x509_vfy.h]=include/openssl/x509_vfy.h.in
81 GENERATE[include/crypto/bn_conf.h]=include/crypto/bn_conf.h.in
82 GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in
83
84 DEPEND[crypto/params_idx.c \
85        include/internal/param_names.h \
86        include/openssl/core_names.h]=util/perl|OpenSSL/paramnames.pm
87 GENERATE[crypto/params_idx.c]=crypto/params_idx.c.in
88 GENERATE[include/internal/param_names.h]=include/internal/param_names.h.in
89 GENERATE[include/openssl/core_names.h]=include/openssl/core_names.h.in
90
91 IF[{- defined $target{shared_defflag} -}]
92   SHARED_SOURCE[libcrypto]=libcrypto.ld
93   SHARED_SOURCE[libssl]=libssl.ld
94
95   GENERATE[libcrypto.ld]=util/libcrypto.num libcrypto
96   GENERATE[libssl.ld]=util/libssl.num libssl
97   DEPEND[libcrypto.ld libssl.ld]=configdata.pm util/perl/OpenSSL/Ordinals.pm
98 ENDIF
99
100 IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-|BC-)/ -}]
101   GENERATE[libcrypto.rc]=util/mkrc.pl libcrypto
102   GENERATE[libssl.rc]=util/mkrc.pl libssl
103   DEPEND[libcrypto.rc libssl.rc]=configdata.pm
104
105   SHARED_SOURCE[libcrypto]=libcrypto.rc
106   SHARED_SOURCE[libssl]=libssl.rc
107 ENDIF
108
109 # This file sets the build directory up for CMake inclusion
110 GENERATE[OpenSSLConfig.cmake]=exporters/cmake/OpenSSLConfig.cmake.in
111 DEPEND[OpenSSLConfig.cmake]=builddata.pm
112 GENERATE[OpenSSLConfigVersion.cmake]=exporters/cmake/OpenSSLConfigVersion.cmake.in
113 DEPEND[OpenSSLConfigVersion.cmake]=builddata.pm
114 DEPEND[OpenSSLConfigVersion.cmake]=OpenSSLConfig.cmake
115 DEPEND[""]=OpenSSLConfigVersion.cmake
116
117 # This file sets the build directory up for pkg-config
118 GENERATE[libcrypto.pc]=exporters/pkg-config/libcrypto.pc.in
119 DEPEND[libcrypto.pc]=builddata.pm
120 GENERATE[libssl.pc]=exporters/pkg-config/libssl.pc.in
121 DEPEND[libssl.pc]=builddata.pm
122 GENERATE[openssl.pc]=exporters/pkg-config/openssl.pc.in
123 DEPEND[openssl.pc]=builddata.pm
124 DEPEND[openssl.pc]=libcrypto.pc libssl.pc
125
126 GENERATE[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
131 DEPEND[""]=openssl.pc