2014-12-04 22:37:22 -06:00
|
|
|
SUBDIRS = crypto ssl tls include apps tests man
|
2014-07-10 06:07:09 -05:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
2014-07-12 03:34:08 -05:00
|
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
2015-03-18 19:12:42 -05:00
|
|
|
pkgconfig_DATA = libcrypto.pc libssl.pc libtls.pc openssl.pc
|
2014-12-04 22:37:22 -06:00
|
|
|
|
2015-06-14 06:06:39 -05:00
|
|
|
EXTRA_DIST = README.md README.windows VERSION config scripts
|
2017-01-17 21:27:41 +09:00
|
|
|
EXTRA_DIST += CMakeLists.txt cmake_export_symbol.cmake cmake_uninstall.cmake.in
|
2016-03-12 17:07:28 -06:00
|
|
|
|
|
|
|
.PHONY: install_sw
|
|
|
|
install_sw: install
|