]> git.ipfire.org Git - thirdparty/openssl.git/blame_incremental - build.info
Coverity: hkdf ENV_MD_size() is an int that can be negative
[thirdparty/openssl.git] / build.info
... / ...
CommitLineData
1# Note that some of these directories are filtered in Configure. Look for
2# %skipdir there for further explanations.
3SUBDIRS=crypto ssl apps test util tools fuzz engines providers
4
5LIBS=libcrypto libssl
6INCLUDE[libcrypto]=. crypto/include include
7INCLUDE[libssl]=. include
8DEPEND[libssl]=libcrypto
9
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 \
13 crypto/include/internal/dso_conf.h doc/man7/openssl_user_macros.pod
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
20DEPEND[doc/man7/openssl_user_macros.pod]=configdata.pm
21GENERATE[doc/man7/openssl_user_macros.pod]=doc/man7/openssl_user_macros.pod.in
22
23IF[{- defined $target{shared_defflag} -}]
24 SHARED_SOURCE[libcrypto]=libcrypto.ld
25 SHARED_SOURCE[libssl]=libssl.ld
26
27 GENERATE[libcrypto.ld]=util/libcrypto.num libcrypto
28 GENERATE[libssl.ld]=util/libssl.num libssl
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