777a288270
Now that we have the foundation for the "unified" build scheme in place, we add build.info files. They have been generated from the Makefiles in the same directories. Things that are platform specific will appear in later commits. Reviewed-by: Andy Polyakov <appro@openssl.org>
7 lines
325 B
Text
7 lines
325 B
Text
{- use File::Spec::Functions qw/catdir abs2rel/; -}
|
|
LIBS=libcrypto libssl
|
|
ORDINALS[libcrypto]=crypto
|
|
ORDINALS[libssl]=ssl
|
|
INCLUDE[libcrypto]={- catdir(abs2rel($builddir,$sourcedir),"include") -} . crypto/include include
|
|
INCLUDE[libssl]={- catdir(abs2rel($builddir,$sourcedir),"include") -} . include
|
|
DEPEND[libssl]=libcrypto
|