X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=build.info;h=6cfa2017c433dbb86dfc20eecb4da8ab8e75eaad;hp=a0ecb21881637a2c998a8cfbae4e244a36cbe379;hb=bb4f39114caabbc11caf7840db7bfcd2bf2ff430;hpb=8a73348be02fabc367c375dd3c543753649b2a58 diff --git a/build.info b/build.info index a0ecb21881..6cfa2017c4 100644 --- a/build.info +++ b/build.info @@ -1,23 +1,22 @@ # Note that some of these directories are filtered in Configure. Look for # %skipdir there for further explanations. -SUBDIRS=crypto ssl apps test util tools fuzz engines providers +SUBDIRS=crypto ssl apps test util tools fuzz engines providers doc LIBS=libcrypto libssl -INCLUDE[libcrypto]=. crypto/include include +INCLUDE[libcrypto]=. include INCLUDE[libssl]=. include DEPEND[libssl]=libcrypto # Empty DEPEND "indices" means the dependencies are expected to be built # unconditionally before anything else. -DEPEND[]=include/openssl/opensslconf.h crypto/include/internal/bn_conf.h \ - crypto/include/internal/dso_conf.h doc/man7/openssl_user_macros.pod -DEPEND[include/openssl/opensslconf.h]=configdata.pm -GENERATE[include/openssl/opensslconf.h]=include/openssl/opensslconf.h.in -DEPEND[crypto/include/internal/bn_conf.h]=configdata.pm -GENERATE[crypto/include/internal/bn_conf.h]=crypto/include/internal/bn_conf.h.in -DEPEND[crypto/include/internal/dso_conf.h]=configdata.pm -GENERATE[crypto/include/internal/dso_conf.h]=crypto/include/internal/dso_conf.h.in -DEPEND[doc/man7/openssl_user_macros.pod]=configdata.pm +DEPEND[]=include/openssl/configuration.h include/openssl/opensslv.h \ + include/crypto/bn_conf.h include/crypto/dso_conf.h \ + doc/man7/openssl_user_macros.pod + +GENERATE[include/openssl/configuration.h]=include/openssl/configuration.h.in +GENERATE[include/openssl/opensslv.h]=include/openssl/opensslv.h.in +GENERATE[include/crypto/bn_conf.h]=include/crypto/bn_conf.h.in +GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in GENERATE[doc/man7/openssl_user_macros.pod]=doc/man7/openssl_user_macros.pod.in IF[{- defined $target{shared_defflag} -}]