build.info 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  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 engines
  4. LIBS=libcrypto libssl
  5. INCLUDE[libcrypto]=. crypto/include include
  6. INCLUDE[libssl]=. include
  7. DEPEND[libssl]=libcrypto
  8. # Empty DEPEND "indices" means the dependencies are expected to be built
  9. # unconditionally before anything else.
  10. DEPEND[]=include/openssl/opensslconf.h crypto/include/internal/bn_conf.h \
  11. crypto/include/internal/dso_conf.h doc/man7/openssl_user_macros.pod
  12. DEPEND[include/openssl/opensslconf.h]=configdata.pm
  13. GENERATE[include/openssl/opensslconf.h]=include/openssl/opensslconf.h.in
  14. DEPEND[crypto/include/internal/bn_conf.h]=configdata.pm
  15. GENERATE[crypto/include/internal/bn_conf.h]=crypto/include/internal/bn_conf.h.in
  16. DEPEND[crypto/include/internal/dso_conf.h]=configdata.pm
  17. GENERATE[crypto/include/internal/dso_conf.h]=crypto/include/internal/dso_conf.h.in
  18. DEPEND[doc/man7/openssl_user_macros.pod]=configdata.pm
  19. GENERATE[doc/man7/openssl_user_macros.pod]=doc/man7/openssl_user_macros.pod.in
  20. IF[{- defined $target{shared_defflag} -}]
  21. SHARED_SOURCE[libcrypto]=libcrypto.ld
  22. SHARED_SOURCE[libssl]=libssl.ld
  23. GENERATE[libcrypto.ld]=util/libcrypto.num libcrypto
  24. GENERATE[libssl.ld]=util/libssl.num libssl
  25. ENDIF
  26. IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-)/ -}]
  27. GENERATE[libcrypto.rc]=util/mkrc.pl libcrypto
  28. GENERATE[libssl.rc]=util/mkrc.pl libssl
  29. SHARED_SOURCE[libcrypto]=libcrypto.rc
  30. SHARED_SOURCE[libssl]=libssl.rc
  31. ENDIF