Add GCD testing infrastructure.
[openssl.git] / build.info
1 # Note that some of these directories are filtered in Configure.  Look for
2 # %skipdir there for further explanations.
3 SUBDIRS=crypto ssl apps test util tools fuzz engines providers
4
5 LIBS=libcrypto libssl
6 INCLUDE[libcrypto]=. include
7 INCLUDE[libssl]=. include
8 DEPEND[libssl]=libcrypto
9
10 # Empty DEPEND "indices" means the dependencies are expected to be built
11 # unconditionally before anything else.
12 DEPEND[]=include/openssl/opensslconf.h include/crypto/bn_conf.h \
13          include/crypto/dso_conf.h doc/man7/openssl_user_macros.pod
14 GENERATE[include/openssl/opensslconf.h]=include/openssl/opensslconf.h.in
15 GENERATE[include/crypto/bn_conf.h]=include/crypto/bn_conf.h.in
16 GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in
17 GENERATE[doc/man7/openssl_user_macros.pod]=doc/man7/openssl_user_macros.pod.in
18
19 IF[{- defined $target{shared_defflag} -}]
20   SHARED_SOURCE[libcrypto]=libcrypto.ld
21   SHARED_SOURCE[libssl]=libssl.ld
22
23   GENERATE[libcrypto.ld]=util/libcrypto.num libcrypto
24   GENERATE[libssl.ld]=util/libssl.num libssl
25 ENDIF
26
27 IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-)/ -}]
28   GENERATE[libcrypto.rc]=util/mkrc.pl libcrypto
29   GENERATE[libssl.rc]=util/mkrc.pl libssl
30
31   SHARED_SOURCE[libcrypto]=libcrypto.rc
32   SHARED_SOURCE[libssl]=libssl.rc
33 ENDIF