build.info 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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/configuration.h include/openssl/opensslv.h \
  14. include/openssl/fipskey.h \
  15. include/crypto/bn_conf.h include/crypto/dso_conf.h \
  16. doc/man7/openssl_user_macros.pod
  17. GENERATE[include/openssl/configuration.h]=include/openssl/configuration.h.in
  18. GENERATE[include/openssl/opensslv.h]=include/openssl/opensslv.h.in
  19. GENERATE[include/openssl/fipskey.h]=include/openssl/fipskey.h.in
  20. GENERATE[include/crypto/bn_conf.h]=include/crypto/bn_conf.h.in
  21. GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in
  22. GENERATE[doc/man7/openssl_user_macros.pod]=doc/man7/openssl_user_macros.pod.in
  23. IF[{- defined $target{shared_defflag} -}]
  24. SHARED_SOURCE[libcrypto]=libcrypto.ld
  25. SHARED_SOURCE[libssl]=libssl.ld
  26. GENERATE[libcrypto.ld]=util/libcrypto.num libcrypto
  27. GENERATE[libssl.ld]=util/libssl.num libssl
  28. ENDIF
  29. IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-)/ -}]
  30. GENERATE[libcrypto.rc]=util/mkrc.pl libcrypto
  31. GENERATE[libssl.rc]=util/mkrc.pl libssl
  32. SHARED_SOURCE[libcrypto]=libcrypto.rc
  33. SHARED_SOURCE[libssl]=libssl.rc
  34. ENDIF