Fix a copy&paste error in the TLSv1.3 server side PSK documentation
[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/openssl/opensslv.h \
13          include/crypto/bn_conf.h include/crypto/dso_conf.h \
14          doc/man7/openssl_user_macros.pod
15 GENERATE[include/openssl/opensslconf.h]=include/openssl/opensslconf.h.in
16 GENERATE[include/openssl/opensslv.h]=include/openssl/opensslv.h.in
17 GENERATE[include/crypto/bn_conf.h]=include/crypto/bn_conf.h.in
18 GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in
19 GENERATE[doc/man7/openssl_user_macros.pod]=doc/man7/openssl_user_macros.pod.in
20
21 IF[{- defined $target{shared_defflag} -}]
22   SHARED_SOURCE[libcrypto]=libcrypto.ld
23   SHARED_SOURCE[libssl]=libssl.ld
24
25   GENERATE[libcrypto.ld]=util/libcrypto.num libcrypto
26   GENERATE[libssl.ld]=util/libssl.num libssl
27 ENDIF
28
29 IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-)/ -}]
30   GENERATE[libcrypto.rc]=util/mkrc.pl libcrypto
31   GENERATE[libssl.rc]=util/mkrc.pl libssl
32
33   SHARED_SOURCE[libcrypto]=libcrypto.rc
34   SHARED_SOURCE[libssl]=libssl.rc
35 ENDIF