aboutsummaryrefslogtreecommitdiffstats
path: root/mk/linux.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-19 21:05:57 +0100
committerMattias Andrée <maandree@kth.se>2022-02-19 21:05:57 +0100
commit1af6acb23d4b00f02a6b520562258e8bb7e38d2b (patch)
treea81ea358a4a58a4ab23fa33b5099c7451ed76a48 /mk/linux.mk
parentFix makefile, fix warnings, fix bugs, and otherwise improve code (diff)
downloadlibclut-1af6acb23d4b00f02a6b520562258e8bb7e38d2b.tar.gz
libclut-1af6acb23d4b00f02a6b520562258e8bb7e38d2b.tar.bz2
libclut-1af6acb23d4b00f02a6b520562258e8bb7e38d2b.tar.xz
Improve makefile
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--mk/linux.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/mk/linux.mk b/mk/linux.mk
new file mode 100644
index 0000000..37ce5a6
--- /dev/null
+++ b/mk/linux.mk
@@ -0,0 +1,7 @@
+LIBEXT = so
+LIBFLAGS = -shared -Wl,-soname,libclut.$(LIBEXT).$(LIB_MAJOR)
+
+LIBMAJOREXT = $(LIBEXT).$(LIB_MAJOR)
+LIBMINOREXT = $(LIBEXT).$(LIB_MAJOR).$(LIB_MINOR)
+
+FIX_INSTALL_NAME = :