aboutsummaryrefslogtreecommitdiffstats
path: root/mk/linux.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-19 22:09:49 +0100
committerMattias Andrée <maandree@kth.se>2022-02-19 22:09:49 +0100
commitc18cacf683d1b5ae6256d71fb5076cae02fa9daf (patch)
tree02cee1c9472d9131a52a8a0705da97c74ca4a008 /mk/linux.mk
parentFirst commit (diff)
downloadlibparsepsf-c18cacf683d1b5ae6256d71fb5076cae02fa9daf.tar.gz
libparsepsf-c18cacf683d1b5ae6256d71fb5076cae02fa9daf.tar.bz2
libparsepsf-c18cacf683d1b5ae6256d71fb5076cae02fa9daf.tar.xz
Improve makefile
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'mk/linux.mk')
-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..038120b
--- /dev/null
+++ b/mk/linux.mk
@@ -0,0 +1,7 @@
+LIBEXT = so
+LIBFLAGS = -shared -Wl,-soname,libparsepsf.$(LIBEXT).$(LIB_MAJOR)
+
+LIBMAJOREXT = $(LIBEXT).$(LIB_MAJOR)
+LIBMINOREXT = $(LIBEXT).$(LIB_MAJOR).$(LIB_MINOR)
+
+FIX_INSTALL_NAME = :