summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-04-09 13:31:49 +0000
committermidipix <writeonce@midipix.org>2021-04-10 20:54:55 +0000
commitf4714279e8543ce3d2cdb834ea8d766a2d7b90b0 (patch)
treee615c4a76c51e957b7c834cacab01e3c8f7828c7 /Makefile.in
parent9a06eec7f61a267a15baa5b15a1458d11361bf89 (diff)
downloadsltdl-f4714279e8543ce3d2cdb834ea8d766a2d7b90b0.tar.bz2
sltdl-f4714279e8543ce3d2cdb834ea8d766a2d7b90b0.tar.xz
build system: posix make support: refactored build-flavor dependency schemes.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index ed67e4c..7e4ee78 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -121,6 +121,14 @@ SHARED_LIB_LDFLAGS = @shared_lib_ldflags@
VERSION_OPT = @version_opt@
+SHARED_LIBRARY_OPT = @shared_library_opt@
+STATIC_LIBRARY_OPT = @static_library_opt@
+
+APP_FRONTEND_OPT = @app_frontend_opt@
+APP_LINKING_OPT = @app_linking_opt@
+
+INSTALL_HEADERS_OPT = @install_headers_opt@
+
.cflags-host:
@printf '%s' "$(CFLAGS)"