]> git.ipfire.org Git - thirdparty/openssl.git/blame - build.info
Fix safestack issues in asn1t.h
[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
P
3
4SUBDIRS=crypto ssl apps test util tools fuzz providers doc
5IF[{- !$disabled{'deprecated-3.0'} -}]
6 SUBDIRS=engines
7ENDIF
9654924f 8
777a2882 9LIBS=libcrypto libssl
25f2138b 10INCLUDE[libcrypto]=. include
0483f586 11INCLUDE[libssl]=. include
777a2882 12DEPEND[libssl]=libcrypto
fcf80c46 13
27ffb86c
RL
14# Empty DEPEND "indices" means the dependencies are expected to be built
15# unconditionally before anything else.
b4780134 16DEPEND[]=include/openssl/asn1.h \
0b282540 17 include/openssl/asn1t.h \
798f9329 18 include/openssl/cmp.h \
904e1f92 19 include/openssl/cms.h \
b4780134 20 include/openssl/configuration.h \
98c35dc4 21 include/openssl/crmf.h \
9d01ac71 22 include/openssl/ct.h \
31214258 23 include/openssl/fipskey.h \
b4780134 24 include/openssl/opensslv.h \
fd3ed85c 25 include/openssl/ocsp.h \
02199cc3 26 include/openssl/pkcs7.h \
24c4ea95 27 include/openssl/safestack.h \
22fbfe6a 28 include/openssl/srp.h \
6ac1cd10 29 include/openssl/ssl.h \
e6623cfb 30 include/openssl/x509.h \
e144fd36 31 include/openssl/x509v3.h \
c5a55811 32 include/openssl/x509_vfy.h \
f3866324
RL
33 include/crypto/bn_conf.h include/crypto/dso_conf.h \
34 doc/man7/openssl_user_macros.pod
9fcb9702 35
b4780134 36GENERATE[include/openssl/asn1.h]=include/openssl/asn1.h.in
0b282540 37GENERATE[include/openssl/asn1t.h]=include/openssl/asn1t.h.in
798f9329 38GENERATE[include/openssl/cmp.h]=include/openssl/cmp.h.in
904e1f92 39GENERATE[include/openssl/cms.h]=include/openssl/cms.h.in
98c35dc4
MC
40GENERATE[include/openssl/configuration.h]=include/openssl/configuration.h.in
41GENERATE[include/openssl/crmf.h]=include/openssl/crmf.h.in
9d01ac71 42GENERATE[include/openssl/ct.h]=include/openssl/ct.h.in
31214258 43GENERATE[include/openssl/fipskey.h]=include/openssl/fipskey.h.in
fd3ed85c 44GENERATE[include/openssl/ocsp.h]=include/openssl/ocsp.h.in
b4780134 45GENERATE[include/openssl/opensslv.h]=include/openssl/opensslv.h.in
02199cc3 46GENERATE[include/openssl/pkcs7.h]=include/openssl/pkcs7.h.in
24c4ea95 47GENERATE[include/openssl/safestack.h]=include/openssl/safestack.h.in
22fbfe6a 48GENERATE[include/openssl/srp.h]=include/openssl/srp.h.in
6ac1cd10 49GENERATE[include/openssl/ssl.h]=include/openssl/ssl.h.in
e6623cfb 50GENERATE[include/openssl/x509.h]=include/openssl/x509.h.in
e144fd36 51GENERATE[include/openssl/x509v3.h]=include/openssl/x509v3.h.in
c5a55811 52GENERATE[include/openssl/x509_vfy.h]=include/openssl/x509_vfy.h.in
25f2138b 53GENERATE[include/crypto/bn_conf.h]=include/crypto/bn_conf.h.in
25f2138b 54GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in
547a3320 55GENERATE[doc/man7/openssl_user_macros.pod]=doc/man7/openssl_user_macros.pod.in
27ffb86c 56
7a061312 57IF[{- defined $target{shared_defflag} -}]
ef2dfc99
RL
58 SHARED_SOURCE[libcrypto]=libcrypto.ld
59 SHARED_SOURCE[libssl]=libssl.ld
7a061312 60
8effd8fa
RL
61 GENERATE[libcrypto.ld]=util/libcrypto.num libcrypto
62 GENERATE[libssl.ld]=util/libssl.num libssl
7a061312
RL
63ENDIF
64
65IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-)/ -}]
66 GENERATE[libcrypto.rc]=util/mkrc.pl libcrypto
67 GENERATE[libssl.rc]=util/mkrc.pl libssl
68
69 SHARED_SOURCE[libcrypto]=libcrypto.rc
70 SHARED_SOURCE[libssl]=libssl.rc
71ENDIF