]> git.ipfire.org Git - thirdparty/openssl.git/blame - exporters/build.info
fix all the warnings in our demos and make them enableable
[thirdparty/openssl.git] / exporters / build.info
CommitLineData
c768cceb
RL
1# For installation: OpenSSLConfig.cmake, OpenSSLConfigVersion.cmake
2GENERATE[OpenSSLConfig.cmake]{exporter=cmake}=cmake/OpenSSLConfig.cmake.in
3DEPEND[OpenSSLConfig.cmake]=../installdata.pm
4GENERATE[OpenSSLConfigVersion.cmake]{exporter=cmake}=cmake/OpenSSLConfigVersion.cmake.in
5DEPEND[OpenSSLConfigVersion.cmake]=../installdata.pm
6DEPEND[OpenSSLConfigVersion.cmake]=OpenSSLConfig.cmake
7
8DEPEND[""]=OpenSSLConfigVersion.cmake
9
2ac569a6
RL
10# For installation: libcrypto.pc, libssl.pc, and openssl.pc
11GENERATE[libcrypto.pc]{exporter=pkg-config}=pkg-config/libcrypto.pc.in
12DEPEND[libcrypto.pc]=../installdata.pm
13GENERATE[libssl.pc]{exporter=pkg-config}=pkg-config/libssl.pc.in
14DEPEND[libssl.pc]=../installdata.pm
15GENERATE[openssl.pc]{exporter=pkg-config}=pkg-config/openssl.pc.in
16DEPEND[openssl.pc]=../installdata.pm
17DEPEND[openssl.pc]=libcrypto.pc libssl.pc
18
19DEPEND[""]=openssl.pc
20
21GENERATE[../installdata.pm]=../util/mkinstallvars.pl \
22 "PREFIX=$(INSTALLTOP)" BINDIR=bin "LIBDIR=$(LIBDIR)" \
23 INCLUDEDIR=include APPLINKDIR=include/openssl \
24 "ENGINESDIR=$(ENGINESDIR)" "MODULESDIR=$(MODULESDIR)" \
c768cceb
RL
25 "PKGCONFIGDIR=$(PKGCONFIGDIR)" "CMAKECONFIGDIR=$(CMAKECONFIGDIR)" \
26 "LDLIBS=$(LIB_EX_LIBS)" "VERSION=$(VERSION)"