summaryrefslogtreecommitdiffhomepage
path: root/sofort/exrules/default.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-01-02 05:35:10 -0500
committermidipix <writeonce@midipix.org>2019-01-09 22:43:12 -0500
commit3ae283b13f9f9802f45f384f6baa158638c5fc82 (patch)
tree7e1684ccaabe33cb66404b0ea6486f1ccd96b011 /sofort/exrules/default.mk
parentba1612545d669ecc46f31fffd16d76a1d1f3f8f6 (diff)
downloadmmglue-3ae283b13f9f9802f45f384f6baa158638c5fc82.tar.bz2
mmglue-3ae283b13f9f9802f45f384f6baa158638c5fc82.tar.xz
build-system transition: created a sofort-based skeleton.
Diffstat (limited to 'sofort/exrules/default.mk')
-rw-r--r--sofort/exrules/default.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/sofort/exrules/default.mk b/sofort/exrules/default.mk
new file mode 100644
index 0000000..ad1c11c
--- /dev/null
+++ b/sofort/exrules/default.mk
@@ -0,0 +1,8 @@
+DSO_REF_VER = $(SHARED_LIB)
+DSO_REF_SONAME = $(SHARED_SONAME)
+DSO_REF_SOLINK = $(SHARED_SOLINK)
+
+LDFLAGS_SHARED += -Wl,-soname
+LDFLAGS_SHARED += -Wl,$(DSO_SONAME)
+
+.PHONY: $(IMPLIB_DEF) $(IMPLIB_VER) $(IMPLIB_SONAME) $(IMPLIB_SOLINK)