summaryrefslogtreecommitdiffhomepage
path: root/sofort/exrules/default.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-30 18:20:11 -0500
committermidipix <writeonce@midipix.org>2018-12-30 18:23:04 -0500
commit1a1e1574a67cd21782b7e5676da5b0d03c6162b3 (patch)
tree2bb19b6bcd0e8bded6a42d3ec09c22bb02bfbe49 /sofort/exrules/default.mk
parentc3272a4674a70daa046fc4427ea20a5893f79c78 (diff)
downloadntcon-1a1e1574a67cd21782b7e5676da5b0d03c6162b3.tar.bz2
ntcon-1a1e1574a67cd21782b7e5676da5b0d03c6162b3.tar.xz
build system: major overhaul: removed sysinfo, integrated ccenv.
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)