forked from lix-project/lix
6c8f4ef350
Closes #9343 See that issue for motivation. Installing these is disabled by default, but we enable it (and the additional output we want isntall these too so as not to clutter the existing ones) to use in cross builds and dev shells.
55 lines
1.4 KiB
Makefile
55 lines
1.4 KiB
Makefile
AR = @AR@
|
|
BDW_GC_LIBS = @BDW_GC_LIBS@
|
|
BOOST_LDFLAGS = @BOOST_LDFLAGS@
|
|
BUILD_SHARED_LIBS = @BUILD_SHARED_LIBS@
|
|
CC = @CC@
|
|
CFLAGS = @CFLAGS@
|
|
CXX = @CXX@
|
|
CXXFLAGS = @CXXFLAGS@
|
|
CXXLTO = @CXXLTO@
|
|
EDITLINE_LIBS = @EDITLINE_LIBS@
|
|
ENABLE_S3 = @ENABLE_S3@
|
|
GTEST_LIBS = @GTEST_LIBS@
|
|
HAVE_LIBCPUID = @HAVE_LIBCPUID@
|
|
HAVE_SECCOMP = @HAVE_SECCOMP@
|
|
HOST_OS = @host_os@
|
|
LDFLAGS = @LDFLAGS@
|
|
LIBARCHIVE_LIBS = @LIBARCHIVE_LIBS@
|
|
LIBBROTLI_LIBS = @LIBBROTLI_LIBS@
|
|
LIBCURL_LIBS = @LIBCURL_LIBS@
|
|
LIBSECCOMP_LIBS = @LIBSECCOMP_LIBS@
|
|
LOWDOWN_LIBS = @LOWDOWN_LIBS@
|
|
OPENSSL_LIBS = @OPENSSL_LIBS@
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
RAPIDCHECK_HEADERS = @RAPIDCHECK_HEADERS@
|
|
SHELL = @bash@
|
|
SODIUM_LIBS = @SODIUM_LIBS@
|
|
SQLITE3_LIBS = @SQLITE3_LIBS@
|
|
bash = @bash@
|
|
bindir = @bindir@
|
|
checkbindir = @checkbindir@
|
|
checklibdir = @checklibdir@
|
|
datadir = @datadir@
|
|
datarootdir = @datarootdir@
|
|
doc_generate = @doc_generate@
|
|
docdir = @docdir@
|
|
embedded_sandbox_shell = @embedded_sandbox_shell@
|
|
exec_prefix = @exec_prefix@
|
|
includedir = @includedir@
|
|
libdir = @libdir@
|
|
libexecdir = @libexecdir@
|
|
localstatedir = @localstatedir@
|
|
lsof = @lsof@
|
|
mandir = @mandir@
|
|
pkglibdir = $(libdir)/$(PACKAGE_NAME)
|
|
prefix = @prefix@
|
|
sandbox_shell = @sandbox_shell@
|
|
storedir = @storedir@
|
|
sysconfdir = @sysconfdir@
|
|
system = @system@
|
|
ENABLE_BUILD = @ENABLE_BUILD@
|
|
ENABLE_TESTS = @ENABLE_TESTS@
|
|
INSTALL_UNIT_TESTS = @INSTALL_UNIT_TESTS@
|
|
internal_api_docs = @internal_api_docs@
|