1*e7be843bSPierre Pronchery# For installation: OpenSSLConfig.cmake, OpenSSLConfigVersion.cmake 2*e7be843bSPierre ProncheryGENERATE[OpenSSLConfig.cmake]{exporter=cmake}=cmake/OpenSSLConfig.cmake.in 3*e7be843bSPierre ProncheryDEPEND[OpenSSLConfig.cmake]=../installdata.pm 4*e7be843bSPierre ProncheryGENERATE[OpenSSLConfigVersion.cmake]{exporter=cmake}=cmake/OpenSSLConfigVersion.cmake.in 5*e7be843bSPierre ProncheryDEPEND[OpenSSLConfigVersion.cmake]=../installdata.pm 6*e7be843bSPierre ProncheryDEPEND[OpenSSLConfigVersion.cmake]=OpenSSLConfig.cmake 7*e7be843bSPierre Pronchery 8*e7be843bSPierre ProncheryDEPEND[""]=OpenSSLConfigVersion.cmake 9*e7be843bSPierre Pronchery 10*e7be843bSPierre Pronchery# For installation: libcrypto.pc, libssl.pc, and openssl.pc 11*e7be843bSPierre ProncheryGENERATE[libcrypto.pc]{exporter=pkg-config}=pkg-config/libcrypto.pc.in 12*e7be843bSPierre ProncheryDEPEND[libcrypto.pc]=../installdata.pm 13*e7be843bSPierre ProncheryGENERATE[libssl.pc]{exporter=pkg-config}=pkg-config/libssl.pc.in 14*e7be843bSPierre ProncheryDEPEND[libssl.pc]=../installdata.pm 15*e7be843bSPierre ProncheryGENERATE[openssl.pc]{exporter=pkg-config}=pkg-config/openssl.pc.in 16*e7be843bSPierre ProncheryDEPEND[openssl.pc]=../installdata.pm 17*e7be843bSPierre ProncheryDEPEND[openssl.pc]=libcrypto.pc libssl.pc 18*e7be843bSPierre Pronchery 19*e7be843bSPierre ProncheryDEPEND[""]=openssl.pc 20*e7be843bSPierre Pronchery 21*e7be843bSPierre ProncheryGENERATE[../installdata.pm]=../util/mkinstallvars.pl \ 22*e7be843bSPierre Pronchery "PREFIX=$(INSTALLTOP)" BINDIR=bin "LIBDIR=$(LIBDIR)" "libdir=$(libdir)" \ 23*e7be843bSPierre Pronchery INCLUDEDIR=include APPLINKDIR=include/openssl \ 24*e7be843bSPierre Pronchery "ENGINESDIR=$(ENGINESDIR)" "MODULESDIR=$(MODULESDIR)" \ 25*e7be843bSPierre Pronchery "PKGCONFIGDIR=$(PKGCONFIGDIR)" "CMAKECONFIGDIR=$(CMAKECONFIGDIR)" \ 26*e7be843bSPierre Pronchery "LDLIBS=$(LIB_EX_LIBS)" "VERSION=$(VERSION)" 27