]> git.ipfire.org Git - thirdparty/openssl.git/blame - build.info
Rework the provider digest constructor to provide implementation get_params
[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.
8a73348b 3SUBDIRS=crypto ssl apps test util tools fuzz engines providers
9654924f 4
777a2882 5LIBS=libcrypto libssl
16da72a8 6INCLUDE[libcrypto]=. crypto/include 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.
12DEPEND[]=include/openssl/opensslconf.h crypto/include/internal/bn_conf.h \
547a3320 13 crypto/include/internal/dso_conf.h doc/man7/openssl_user_macros.pod
27ffb86c
RL
14DEPEND[include/openssl/opensslconf.h]=configdata.pm
15GENERATE[include/openssl/opensslconf.h]=include/openssl/opensslconf.h.in
16DEPEND[crypto/include/internal/bn_conf.h]=configdata.pm
17GENERATE[crypto/include/internal/bn_conf.h]=crypto/include/internal/bn_conf.h.in
18DEPEND[crypto/include/internal/dso_conf.h]=configdata.pm
19GENERATE[crypto/include/internal/dso_conf.h]=crypto/include/internal/dso_conf.h.in
547a3320
RL
20DEPEND[doc/man7/openssl_user_macros.pod]=configdata.pm
21GENERATE[doc/man7/openssl_user_macros.pod]=doc/man7/openssl_user_macros.pod.in
27ffb86c 22
7a061312 23IF[{- defined $target{shared_defflag} -}]
ef2dfc99
RL
24 SHARED_SOURCE[libcrypto]=libcrypto.ld
25 SHARED_SOURCE[libssl]=libssl.ld
7a061312 26
8effd8fa
RL
27 GENERATE[libcrypto.ld]=util/libcrypto.num libcrypto
28 GENERATE[libssl.ld]=util/libssl.num libssl
7a061312
RL
29ENDIF
30
31IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-)/ -}]
32 GENERATE[libcrypto.rc]=util/mkrc.pl libcrypto
33 GENERATE[libssl.rc]=util/mkrc.pl libssl
34
35 SHARED_SOURCE[libcrypto]=libcrypto.rc
36 SHARED_SOURCE[libssl]=libssl.rc
37ENDIF