]> git.ipfire.org Git - thirdparty/openssl.git/blob - build.info
Fix safestack issues in x509.h
[thirdparty/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/openssl/ssl.h \
19 include/openssl/x509.h \
20 include/crypto/bn_conf.h include/crypto/dso_conf.h \
21 doc/man7/openssl_user_macros.pod
22
23 GENERATE[include/openssl/configuration.h]=include/openssl/configuration.h.in
24 GENERATE[include/openssl/opensslv.h]=include/openssl/opensslv.h.in
25 GENERATE[include/openssl/fipskey.h]=include/openssl/fipskey.h.in
26 GENERATE[include/openssl/ssl.h]=include/openssl/ssl.h.in
27 GENERATE[include/openssl/x509.h]=include/openssl/x509.h.in
28 GENERATE[include/crypto/bn_conf.h]=include/crypto/bn_conf.h.in
29 GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in
30 GENERATE[doc/man7/openssl_user_macros.pod]=doc/man7/openssl_user_macros.pod.in
31
32 IF[{- defined $target{shared_defflag} -}]
33 SHARED_SOURCE[libcrypto]=libcrypto.ld
34 SHARED_SOURCE[libssl]=libssl.ld
35
36 GENERATE[libcrypto.ld]=util/libcrypto.num libcrypto
37 GENERATE[libssl.ld]=util/libssl.num libssl
38 ENDIF
39
40 IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-)/ -}]
41 GENERATE[libcrypto.rc]=util/mkrc.pl libcrypto
42 GENERATE[libssl.rc]=util/mkrc.pl libssl
43
44 SHARED_SOURCE[libcrypto]=libcrypto.rc
45 SHARED_SOURCE[libssl]=libssl.rc
46 ENDIF