]> git.ipfire.org Git - thirdparty/openssl.git/blame - build.info
Make -provider_name and -section_name optional
[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.
df8f116e 3SUBDIRS=crypto ssl apps test util tools fuzz engines providers doc
9654924f 4
777a2882 5LIBS=libcrypto libssl
25f2138b 6INCLUDE[libcrypto]=. include
0483f586 7INCLUDE[libssl]=. include
777a2882 8DEPEND[libssl]=libcrypto
fcf80c46 9
27ffb86c
RL
10# Empty DEPEND "indices" means the dependencies are expected to be built
11# unconditionally before anything else.
46994f71 12DEPEND[]=include/openssl/configuration.h include/openssl/opensslv.h \
31214258 13 include/openssl/fipskey.h \
f3866324
RL
14 include/crypto/bn_conf.h include/crypto/dso_conf.h \
15 doc/man7/openssl_user_macros.pod
9fcb9702 16
46994f71 17GENERATE[include/openssl/configuration.h]=include/openssl/configuration.h.in
f3866324 18GENERATE[include/openssl/opensslv.h]=include/openssl/opensslv.h.in
31214258 19GENERATE[include/openssl/fipskey.h]=include/openssl/fipskey.h.in
25f2138b 20GENERATE[include/crypto/bn_conf.h]=include/crypto/bn_conf.h.in
25f2138b 21GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in
547a3320 22GENERATE[doc/man7/openssl_user_macros.pod]=doc/man7/openssl_user_macros.pod.in
27ffb86c 23
7a061312 24IF[{- defined $target{shared_defflag} -}]
ef2dfc99
RL
25 SHARED_SOURCE[libcrypto]=libcrypto.ld
26 SHARED_SOURCE[libssl]=libssl.ld
7a061312 27
8effd8fa
RL
28 GENERATE[libcrypto.ld]=util/libcrypto.num libcrypto
29 GENERATE[libssl.ld]=util/libssl.num libssl
7a061312
RL
30ENDIF
31
32IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-)/ -}]
33 GENERATE[libcrypto.rc]=util/mkrc.pl libcrypto
34 GENERATE[libssl.rc]=util/mkrc.pl libssl
35
36 SHARED_SOURCE[libcrypto]=libcrypto.rc
37 SHARED_SOURCE[libssl]=libssl.rc
38ENDIF