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