summaryrefslogtreecommitdiffhomepage
path: root/sofort/exrules/default.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sofort/exrules/default.mk')
-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)