Better error messages if there are no encoders/decoders/store loaders
[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{'deprecated-3.0'} -}]
9   SUBDIRS=engines
10 ENDIF
11
12 LIBS=libcrypto libssl
13 INCLUDE[libcrypto]=. include
14 INCLUDE[libssl]=. include
15 DEPEND[libssl]=libcrypto
16
17 # Empty DEPEND "indices" means the dependencies are expected to be built
18 # unconditionally before anything else.
19 DEPEND[]=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
46 GENERATE[include/openssl/asn1.h]=include/openssl/asn1.h.in
47 GENERATE[include/openssl/asn1t.h]=include/openssl/asn1t.h.in
48 GENERATE[include/openssl/bio.h]=include/openssl/bio.h.in
49 GENERATE[include/openssl/cmp.h]=include/openssl/cmp.h.in
50 GENERATE[include/openssl/cms.h]=include/openssl/cms.h.in
51 GENERATE[include/openssl/conf.h]=include/openssl/conf.h.in
52 GENERATE[include/openssl/configuration.h]=include/openssl/configuration.h.in
53 GENERATE[include/openssl/crmf.h]=include/openssl/crmf.h.in
54 GENERATE[include/openssl/crypto.h]=include/openssl/crypto.h.in
55 GENERATE[include/openssl/ct.h]=include/openssl/ct.h.in
56 GENERATE[include/openssl/err.h]=include/openssl/err.h.in
57 GENERATE[include/openssl/ess.h]=include/openssl/ess.h.in
58 GENERATE[include/openssl/fipskey.h]=include/openssl/fipskey.h.in
59 GENERATE[include/openssl/lhash.h]=include/openssl/lhash.h.in
60 GENERATE[include/openssl/ocsp.h]=include/openssl/ocsp.h.in
61 GENERATE[include/openssl/opensslv.h]=include/openssl/opensslv.h.in
62 GENERATE[include/openssl/pkcs12.h]=include/openssl/pkcs12.h.in
63 GENERATE[include/openssl/pkcs7.h]=include/openssl/pkcs7.h.in
64 GENERATE[include/openssl/safestack.h]=include/openssl/safestack.h.in
65 GENERATE[include/openssl/srp.h]=include/openssl/srp.h.in
66 GENERATE[include/openssl/ssl.h]=include/openssl/ssl.h.in
67 GENERATE[include/openssl/ui.h]=include/openssl/ui.h.in
68 GENERATE[include/openssl/x509.h]=include/openssl/x509.h.in
69 GENERATE[include/openssl/x509v3.h]=include/openssl/x509v3.h.in
70 GENERATE[include/openssl/x509_vfy.h]=include/openssl/x509_vfy.h.in
71 GENERATE[include/crypto/bn_conf.h]=include/crypto/bn_conf.h.in
72 GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in
73
74 IF[{- 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 ENDIF
81
82 IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-|BC-)/ -}]
83   GENERATE[libcrypto.rc]=util/mkrc.pl libcrypto
84   GENERATE[libssl.rc]=util/mkrc.pl libssl
85
86   SHARED_SOURCE[libcrypto]=libcrypto.rc
87   SHARED_SOURCE[libssl]=libssl.rc
88 ENDIF