engines: fixed to work with EVP_*_meth calls deprecated
[openssl.git] / build.info
1 # Note that some of these directories are filtered in Configure.  Look for
2 # %skipdir there for further explanations.
3
4 SUBDIRS=crypto ssl apps test util tools fuzz providers doc
5 IF[{- !$disabled{'deprecated-3.0'} -}]
6   SUBDIRS=engines
7 ENDIF
8
9 LIBS=libcrypto libssl
10 INCLUDE[libcrypto]=. include
11 INCLUDE[libssl]=. include
12 DEPEND[libssl]=libcrypto
13
14 # Empty DEPEND "indices" means the dependencies are expected to be built
15 # unconditionally before anything else.
16 DEPEND[]=include/openssl/configuration.h include/openssl/opensslv.h \
17          include/openssl/fipskey.h \
18          include/crypto/bn_conf.h include/crypto/dso_conf.h \
19          doc/man7/openssl_user_macros.pod
20
21 GENERATE[include/openssl/configuration.h]=include/openssl/configuration.h.in
22 GENERATE[include/openssl/opensslv.h]=include/openssl/opensslv.h.in
23 GENERATE[include/openssl/fipskey.h]=include/openssl/fipskey.h.in
24 GENERATE[include/crypto/bn_conf.h]=include/crypto/bn_conf.h.in
25 GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in
26 GENERATE[doc/man7/openssl_user_macros.pod]=doc/man7/openssl_user_macros.pod.in
27
28 IF[{- defined $target{shared_defflag} -}]
29   SHARED_SOURCE[libcrypto]=libcrypto.ld
30   SHARED_SOURCE[libssl]=libssl.ld
31
32   GENERATE[libcrypto.ld]=util/libcrypto.num libcrypto
33   GENERATE[libssl.ld]=util/libssl.num libssl
34 ENDIF
35
36 IF[{- $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
42 ENDIF