build.info 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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/bio.h \
  16. include/openssl/cmp.h \
  17. include/openssl/cms.h \
  18. include/openssl/conf.h \
  19. include/openssl/configuration.h \
  20. include/openssl/crmf.h \
  21. include/openssl/crypto.h \
  22. include/openssl/ct.h \
  23. include/openssl/ess.h \
  24. include/openssl/fipskey.h \
  25. include/openssl/opensslv.h \
  26. include/openssl/ocsp.h \
  27. include/openssl/pkcs12.h \
  28. include/openssl/pkcs7.h \
  29. include/openssl/safestack.h \
  30. include/openssl/srp.h \
  31. include/openssl/ssl.h \
  32. include/openssl/ui.h \
  33. include/openssl/x509.h \
  34. include/openssl/x509v3.h \
  35. include/openssl/x509_vfy.h \
  36. include/crypto/bn_conf.h include/crypto/dso_conf.h \
  37. doc/man7/openssl_user_macros.pod
  38. GENERATE[include/openssl/asn1.h]=include/openssl/asn1.h.in
  39. GENERATE[include/openssl/asn1t.h]=include/openssl/asn1t.h.in
  40. GENERATE[include/openssl/bio.h]=include/openssl/bio.h.in
  41. GENERATE[include/openssl/cmp.h]=include/openssl/cmp.h.in
  42. GENERATE[include/openssl/cms.h]=include/openssl/cms.h.in
  43. GENERATE[include/openssl/conf.h]=include/openssl/conf.h.in
  44. GENERATE[include/openssl/configuration.h]=include/openssl/configuration.h.in
  45. GENERATE[include/openssl/crmf.h]=include/openssl/crmf.h.in
  46. GENERATE[include/openssl/crypto.h]=include/openssl/crypto.h.in
  47. GENERATE[include/openssl/ct.h]=include/openssl/ct.h.in
  48. GENERATE[include/openssl/ess.h]=include/openssl/ess.h.in
  49. GENERATE[include/openssl/fipskey.h]=include/openssl/fipskey.h.in
  50. GENERATE[include/openssl/ocsp.h]=include/openssl/ocsp.h.in
  51. GENERATE[include/openssl/opensslv.h]=include/openssl/opensslv.h.in
  52. GENERATE[include/openssl/pkcs12.h]=include/openssl/pkcs12.h.in
  53. GENERATE[include/openssl/pkcs7.h]=include/openssl/pkcs7.h.in
  54. GENERATE[include/openssl/safestack.h]=include/openssl/safestack.h.in
  55. GENERATE[include/openssl/srp.h]=include/openssl/srp.h.in
  56. GENERATE[include/openssl/ssl.h]=include/openssl/ssl.h.in
  57. GENERATE[include/openssl/ui.h]=include/openssl/ui.h.in
  58. GENERATE[include/openssl/x509.h]=include/openssl/x509.h.in
  59. GENERATE[include/openssl/x509v3.h]=include/openssl/x509v3.h.in
  60. GENERATE[include/openssl/x509_vfy.h]=include/openssl/x509_vfy.h.in
  61. GENERATE[include/crypto/bn_conf.h]=include/crypto/bn_conf.h.in
  62. GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in
  63. GENERATE[doc/man7/openssl_user_macros.pod]=doc/man7/openssl_user_macros.pod.in
  64. IF[{- defined $target{shared_defflag} -}]
  65. SHARED_SOURCE[libcrypto]=libcrypto.ld
  66. SHARED_SOURCE[libssl]=libssl.ld
  67. GENERATE[libcrypto.ld]=util/libcrypto.num libcrypto
  68. GENERATE[libssl.ld]=util/libssl.num libssl
  69. ENDIF
  70. IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-)/ -}]
  71. GENERATE[libcrypto.rc]=util/mkrc.pl libcrypto
  72. GENERATE[libssl.rc]=util/mkrc.pl libssl
  73. SHARED_SOURCE[libcrypto]=libcrypto.rc
  74. SHARED_SOURCE[libssl]=libssl.rc
  75. ENDIF