2018-11-04 01:38:04 +08:00
|
|
|
# Note that some of these directories are filtered in Configure. Look for
|
|
|
|
# %skipdir there for further explanations.
|
2020-04-22 08:38:10 +08:00
|
|
|
|
2021-02-05 22:39:32 +08:00
|
|
|
SUBDIRS=crypto ssl apps util tools fuzz providers doc
|
|
|
|
IF[{- !$disabled{tests} -}]
|
|
|
|
SUBDIRS=test
|
|
|
|
ENDIF
|
2020-04-22 08:38:10 +08:00
|
|
|
IF[{- !$disabled{'deprecated-3.0'} -}]
|
|
|
|
SUBDIRS=engines
|
|
|
|
ENDIF
|
2018-11-04 01:26:35 +08:00
|
|
|
|
2016-01-30 06:33:10 +08:00
|
|
|
LIBS=libcrypto libssl
|
2019-09-28 06:45:33 +08:00
|
|
|
INCLUDE[libcrypto]=. include
|
2016-06-30 04:59:50 +08:00
|
|
|
INCLUDE[libssl]=. include
|
2016-01-30 06:33:10 +08:00
|
|
|
DEPEND[libssl]=libcrypto
|
2016-01-30 12:45:29 +08:00
|
|
|
|
2016-06-14 04:01:08 +08:00
|
|
|
# Empty DEPEND "indices" means the dependencies are expected to be built
|
|
|
|
# unconditionally before anything else.
|
2020-09-03 21:35:41 +08:00
|
|
|
DEPEND[]=include/openssl/asn1.h \
|
2020-09-03 22:56:05 +08:00
|
|
|
include/openssl/asn1t.h \
|
2020-09-03 23:06:16 +08:00
|
|
|
include/openssl/bio.h \
|
2020-09-03 21:45:54 +08:00
|
|
|
include/openssl/cmp.h \
|
2020-09-03 21:55:08 +08:00
|
|
|
include/openssl/cms.h \
|
2020-09-03 23:14:28 +08:00
|
|
|
include/openssl/conf.h \
|
2020-09-03 21:35:41 +08:00
|
|
|
include/openssl/configuration.h \
|
2020-09-03 22:45:01 +08:00
|
|
|
include/openssl/crmf.h \
|
2020-09-03 23:24:47 +08:00
|
|
|
include/openssl/crypto.h \
|
2020-09-03 22:50:09 +08:00
|
|
|
include/openssl/ct.h \
|
2020-09-11 20:51:58 +08:00
|
|
|
include/openssl/err.h \
|
2020-09-03 23:01:51 +08:00
|
|
|
include/openssl/ess.h \
|
2020-06-29 10:20:41 +08:00
|
|
|
include/openssl/fipskey.h \
|
2020-10-29 20:46:28 +08:00
|
|
|
include/openssl/lhash.h \
|
2020-09-03 21:35:41 +08:00
|
|
|
include/openssl/opensslv.h \
|
2020-09-03 22:05:30 +08:00
|
|
|
include/openssl/ocsp.h \
|
2020-09-03 23:35:20 +08:00
|
|
|
include/openssl/pkcs12.h \
|
2020-09-03 22:20:03 +08:00
|
|
|
include/openssl/pkcs7.h \
|
2020-09-03 21:10:41 +08:00
|
|
|
include/openssl/safestack.h \
|
2020-09-03 22:31:44 +08:00
|
|
|
include/openssl/srp.h \
|
2020-09-02 23:15:06 +08:00
|
|
|
include/openssl/ssl.h \
|
2020-09-03 23:39:36 +08:00
|
|
|
include/openssl/ui.h \
|
2020-09-03 17:23:44 +08:00
|
|
|
include/openssl/x509.h \
|
2020-09-03 19:46:08 +08:00
|
|
|
include/openssl/x509v3.h \
|
2020-09-03 22:37:45 +08:00
|
|
|
include/openssl/x509_vfy.h \
|
2021-02-04 19:58:35 +08:00
|
|
|
include/crypto/bn_conf.h include/crypto/dso_conf.h
|
2019-10-13 05:45:56 +08:00
|
|
|
|
2020-09-03 21:35:41 +08:00
|
|
|
GENERATE[include/openssl/asn1.h]=include/openssl/asn1.h.in
|
2020-09-03 22:56:05 +08:00
|
|
|
GENERATE[include/openssl/asn1t.h]=include/openssl/asn1t.h.in
|
2020-09-03 23:06:16 +08:00
|
|
|
GENERATE[include/openssl/bio.h]=include/openssl/bio.h.in
|
2020-09-03 21:45:54 +08:00
|
|
|
GENERATE[include/openssl/cmp.h]=include/openssl/cmp.h.in
|
2020-09-03 21:55:08 +08:00
|
|
|
GENERATE[include/openssl/cms.h]=include/openssl/cms.h.in
|
2020-09-03 23:14:28 +08:00
|
|
|
GENERATE[include/openssl/conf.h]=include/openssl/conf.h.in
|
2020-09-03 22:45:01 +08:00
|
|
|
GENERATE[include/openssl/configuration.h]=include/openssl/configuration.h.in
|
|
|
|
GENERATE[include/openssl/crmf.h]=include/openssl/crmf.h.in
|
2020-09-03 23:24:47 +08:00
|
|
|
GENERATE[include/openssl/crypto.h]=include/openssl/crypto.h.in
|
2020-09-03 22:50:09 +08:00
|
|
|
GENERATE[include/openssl/ct.h]=include/openssl/ct.h.in
|
2020-09-11 20:51:58 +08:00
|
|
|
GENERATE[include/openssl/err.h]=include/openssl/err.h.in
|
2020-09-03 23:01:51 +08:00
|
|
|
GENERATE[include/openssl/ess.h]=include/openssl/ess.h.in
|
2020-06-29 10:20:41 +08:00
|
|
|
GENERATE[include/openssl/fipskey.h]=include/openssl/fipskey.h.in
|
2020-10-29 20:46:28 +08:00
|
|
|
GENERATE[include/openssl/lhash.h]=include/openssl/lhash.h.in
|
2020-09-03 22:05:30 +08:00
|
|
|
GENERATE[include/openssl/ocsp.h]=include/openssl/ocsp.h.in
|
2020-09-03 21:35:41 +08:00
|
|
|
GENERATE[include/openssl/opensslv.h]=include/openssl/opensslv.h.in
|
2020-09-03 23:35:20 +08:00
|
|
|
GENERATE[include/openssl/pkcs12.h]=include/openssl/pkcs12.h.in
|
2020-09-03 22:20:03 +08:00
|
|
|
GENERATE[include/openssl/pkcs7.h]=include/openssl/pkcs7.h.in
|
2020-09-03 21:10:41 +08:00
|
|
|
GENERATE[include/openssl/safestack.h]=include/openssl/safestack.h.in
|
2020-09-03 22:31:44 +08:00
|
|
|
GENERATE[include/openssl/srp.h]=include/openssl/srp.h.in
|
2020-09-02 23:15:06 +08:00
|
|
|
GENERATE[include/openssl/ssl.h]=include/openssl/ssl.h.in
|
2020-09-03 23:39:36 +08:00
|
|
|
GENERATE[include/openssl/ui.h]=include/openssl/ui.h.in
|
2020-09-03 17:23:44 +08:00
|
|
|
GENERATE[include/openssl/x509.h]=include/openssl/x509.h.in
|
2020-09-03 19:46:08 +08:00
|
|
|
GENERATE[include/openssl/x509v3.h]=include/openssl/x509v3.h.in
|
2020-09-03 22:37:45 +08:00
|
|
|
GENERATE[include/openssl/x509_vfy.h]=include/openssl/x509_vfy.h.in
|
2019-09-28 06:45:33 +08:00
|
|
|
GENERATE[include/crypto/bn_conf.h]=include/crypto/bn_conf.h.in
|
|
|
|
GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in
|
2016-06-14 04:01:08 +08:00
|
|
|
|
2017-12-04 21:59:27 +08:00
|
|
|
IF[{- defined $target{shared_defflag} -}]
|
2018-09-30 20:44:59 +08:00
|
|
|
SHARED_SOURCE[libcrypto]=libcrypto.ld
|
|
|
|
SHARED_SOURCE[libssl]=libssl.ld
|
2017-12-04 21:59:27 +08:00
|
|
|
|
2018-09-14 20:59:40 +08:00
|
|
|
GENERATE[libcrypto.ld]=util/libcrypto.num libcrypto
|
|
|
|
GENERATE[libssl.ld]=util/libssl.num libssl
|
2017-12-04 21:59:27 +08:00
|
|
|
ENDIF
|
|
|
|
|
2020-12-09 08:29:14 +08:00
|
|
|
IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-|BC-)/ -}]
|
2017-12-04 21:59:27 +08:00
|
|
|
GENERATE[libcrypto.rc]=util/mkrc.pl libcrypto
|
|
|
|
GENERATE[libssl.rc]=util/mkrc.pl libssl
|
|
|
|
|
|
|
|
SHARED_SOURCE[libcrypto]=libcrypto.rc
|
|
|
|
SHARED_SOURCE[libssl]=libssl.rc
|
|
|
|
ENDIF
|