summaryrefslogtreecommitdiffhomepage
path: root/sofort/exrules
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-04-10 10:24:16 +0000
committermidipix <writeonce@midipix.org>2021-04-10 20:54:45 +0000
commitcff46953c9d5757f128c34f70c0b45fcbc01f1f6 (patch)
treea1baf1930899d64a4a8bab500222f240aed275b7 /sofort/exrules
parent4d730eaa0b1edef88e9cfc0507e728be5d79c1ee (diff)
downloadntcon-cff46953c9d5757f128c34f70c0b45fcbc01f1f6.tar.bz2
ntcon-cff46953c9d5757f128c34f70c0b45fcbc01f1f6.tar.xz
build system: posix make support: exrules/default.mk: added (no) implib rules.
Diffstat (limited to 'sofort/exrules')
-rw-r--r--sofort/exrules/default.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/sofort/exrules/default.mk b/sofort/exrules/default.mk
index b830cd0..9844f37 100644
--- a/sofort/exrules/default.mk
+++ b/sofort/exrules/default.mk
@@ -8,4 +8,10 @@ DSO_REF_SOLINK = $(SHARED_SOLINK)
LDFLAGS_SHARED += -Wl,-soname
LDFLAGS_SHARED += -Wl,$(DSO_SONAME)
+implib:
+
+install-implib:
+
+clean-implib:
+
.PHONY: $(IMPLIB_DEF) $(IMPLIB_VER) $(IMPLIB_SONAME) $(IMPLIB_SOLINK)