]> git.ipfire.org Git - thirdparty/openssl.git/blame - build.info
Fix safestack issues in ssl.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.
46994f71 16DEPEND[]=include/openssl/configuration.h include/openssl/opensslv.h \
31214258 17 include/openssl/fipskey.h \
6ac1cd10 18 include/openssl/ssl.h \
f3866324
RL
19 include/crypto/bn_conf.h include/crypto/dso_conf.h \
20 doc/man7/openssl_user_macros.pod
9fcb9702 21
46994f71 22GENERATE[include/openssl/configuration.h]=include/openssl/configuration.h.in
f3866324 23GENERATE[include/openssl/opensslv.h]=include/openssl/opensslv.h.in
31214258 24GENERATE[include/openssl/fipskey.h]=include/openssl/fipskey.h.in
6ac1cd10 25GENERATE[include/openssl/ssl.h]=include/openssl/ssl.h.in
25f2138b 26GENERATE[include/crypto/bn_conf.h]=include/crypto/bn_conf.h.in
25f2138b 27GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in
547a3320 28GENERATE[doc/man7/openssl_user_macros.pod]=doc/man7/openssl_user_macros.pod.in
27ffb86c 29
7a061312 30IF[{- defined $target{shared_defflag} -}]
ef2dfc99
RL
31 SHARED_SOURCE[libcrypto]=libcrypto.ld
32 SHARED_SOURCE[libssl]=libssl.ld
7a061312 33
8effd8fa
RL
34 GENERATE[libcrypto.ld]=util/libcrypto.num libcrypto
35 GENERATE[libssl.ld]=util/libssl.num libssl
7a061312
RL
36ENDIF
37
38IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-)/ -}]
39 GENERATE[libcrypto.rc]=util/mkrc.pl libcrypto
40 GENERATE[libssl.rc]=util/mkrc.pl libssl
41
42 SHARED_SOURCE[libcrypto]=libcrypto.rc
43 SHARED_SOURCE[libssl]=libssl.rc
44ENDIF