build.info 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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 providers doc
  4. IF[{- !$disabled{'deprecated-3.0'} -}]
  5. SUBDIRS=engines
  6. ENDIF
  7. LIBS=libcrypto libssl
  8. INCLUDE[libcrypto]=. include
  9. INCLUDE[libssl]=. include
  10. DEPEND[libssl]=libcrypto
  11. # Empty DEPEND "indices" means the dependencies are expected to be built
  12. # unconditionally before anything else.
  13. DEPEND[]=include/openssl/asn1.h \
  14. include/openssl/asn1t.h \
  15. include/openssl/cmp.h \
  16. include/openssl/cms.h \
  17. include/openssl/configuration.h \
  18. include/openssl/crmf.h \
  19. include/openssl/ct.h \
  20. include/openssl/ess.h \
  21. include/openssl/fipskey.h \
  22. include/openssl/opensslv.h \
  23. include/openssl/ocsp.h \
  24. include/openssl/pkcs7.h \
  25. include/openssl/safestack.h \
  26. include/openssl/srp.h \
  27. include/openssl/ssl.h \
  28. include/openssl/x509.h \
  29. include/openssl/x509v3.h \
  30. include/openssl/x509_vfy.h \
  31. include/crypto/bn_conf.h include/crypto/dso_conf.h \
  32. doc/man7/openssl_user_macros.pod
  33. GENERATE[include/openssl/asn1.h]=include/openssl/asn1.h.in
  34. GENERATE[include/openssl/asn1t.h]=include/openssl/asn1t.h.in
  35. GENERATE[include/openssl/cmp.h]=include/openssl/cmp.h.in
  36. GENERATE[include/openssl/cms.h]=include/openssl/cms.h.in
  37. GENERATE[include/openssl/configuration.h]=include/openssl/configuration.h.in
  38. GENERATE[include/openssl/crmf.h]=include/openssl/crmf.h.in
  39. GENERATE[include/openssl/ct.h]=include/openssl/ct.h.in
  40. GENERATE[include/openssl/ess.h]=include/openssl/ess.h.in
  41. GENERATE[include/openssl/fipskey.h]=include/openssl/fipskey.h.in
  42. GENERATE[include/openssl/ocsp.h]=include/openssl/ocsp.h.in
  43. GENERATE[include/openssl/opensslv.h]=include/openssl/opensslv.h.in
  44. GENERATE[include/openssl/pkcs7.h]=include/openssl/pkcs7.h.in
  45. GENERATE[include/openssl/safestack.h]=include/openssl/safestack.h.in
  46. GENERATE[include/openssl/srp.h]=include/openssl/srp.h.in
  47. GENERATE[include/openssl/ssl.h]=include/openssl/ssl.h.in
  48. GENERATE[include/openssl/x509.h]=include/openssl/x509.h.in
  49. GENERATE[include/openssl/x509v3.h]=include/openssl/x509v3.h.in
  50. GENERATE[include/openssl/x509_vfy.h]=include/openssl/x509_vfy.h.in
  51. GENERATE[include/crypto/bn_conf.h]=include/crypto/bn_conf.h.in
  52. GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in
  53. GENERATE[doc/man7/openssl_user_macros.pod]=doc/man7/openssl_user_macros.pod.in
  54. IF[{- defined $target{shared_defflag} -}]
  55. SHARED_SOURCE[libcrypto]=libcrypto.ld
  56. SHARED_SOURCE[libssl]=libssl.ld
  57. GENERATE[libcrypto.ld]=util/libcrypto.num libcrypto
  58. GENERATE[libssl.ld]=util/libssl.num libssl
  59. ENDIF
  60. IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-)/ -}]
  61. GENERATE[libcrypto.rc]=util/mkrc.pl libcrypto
  62. GENERATE[libssl.rc]=util/mkrc.pl libssl
  63. SHARED_SOURCE[libcrypto]=libcrypto.rc
  64. SHARED_SOURCE[libssl]=libssl.rc
  65. ENDIF