Fix safestack issues in srp.h
[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 test util tools fuzz providers doc
5 IF[{- !$disabled{'deprecated-3.0'} -}]
6   SUBDIRS=engines
7 ENDIF
8
9 LIBS=libcrypto libssl
10 INCLUDE[libcrypto]=. include
11 INCLUDE[libssl]=. include
12 DEPEND[libssl]=libcrypto
13
14 # Empty DEPEND "indices" means the dependencies are expected to be built
15 # unconditionally before anything else.
16 DEPEND[]=include/openssl/asn1.h \
17          include/openssl/cmp.h \
18          include/openssl/cms.h \
19          include/openssl/configuration.h \
20          include/openssl/fipskey.h \
21          include/openssl/opensslv.h \
22          include/openssl/ocsp.h \
23          include/openssl/pkcs7.h \
24          include/openssl/safestack.h \
25          include/openssl/srp.h \
26          include/openssl/ssl.h \
27          include/openssl/x509.h \
28          include/openssl/x509v3.h \
29          include/crypto/bn_conf.h include/crypto/dso_conf.h \
30          doc/man7/openssl_user_macros.pod
31
32 GENERATE[include/openssl/asn1.h]=include/openssl/asn1.h.in
33 GENERATE[include/openssl/configuration.h]=include/openssl/configuration.h.in
34 GENERATE[include/openssl/cmp.h]=include/openssl/cmp.h.in
35 GENERATE[include/openssl/cms.h]=include/openssl/cms.h.in
36 GENERATE[include/openssl/fipskey.h]=include/openssl/fipskey.h.in
37 GENERATE[include/openssl/ocsp.h]=include/openssl/ocsp.h.in
38 GENERATE[include/openssl/opensslv.h]=include/openssl/opensslv.h.in
39 GENERATE[include/openssl/pkcs7.h]=include/openssl/pkcs7.h.in
40 GENERATE[include/openssl/safestack.h]=include/openssl/safestack.h.in
41 GENERATE[include/openssl/srp.h]=include/openssl/srp.h.in
42 GENERATE[include/openssl/ssl.h]=include/openssl/ssl.h.in
43 GENERATE[include/openssl/x509.h]=include/openssl/x509.h.in
44 GENERATE[include/openssl/x509v3.h]=include/openssl/x509v3.h.in
45 GENERATE[include/crypto/bn_conf.h]=include/crypto/bn_conf.h.in
46 GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in
47 GENERATE[doc/man7/openssl_user_macros.pod]=doc/man7/openssl_user_macros.pod.in
48
49 IF[{- defined $target{shared_defflag} -}]
50   SHARED_SOURCE[libcrypto]=libcrypto.ld
51   SHARED_SOURCE[libssl]=libssl.ld
52
53   GENERATE[libcrypto.ld]=util/libcrypto.num libcrypto
54   GENERATE[libssl.ld]=util/libssl.num libssl
55 ENDIF
56
57 IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-)/ -}]
58   GENERATE[libcrypto.rc]=util/mkrc.pl libcrypto
59   GENERATE[libssl.rc]=util/mkrc.pl libssl
60
61   SHARED_SOURCE[libcrypto]=libcrypto.rc
62   SHARED_SOURCE[libssl]=libssl.rc
63 ENDIF