diff options
author | midipix <writeonce@midipix.org> | 2021-04-10 10:24:16 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-04-10 20:54:36 +0000 |
commit | edc650ad033c856d6060093c8c20a93fe3007639 (patch) | |
tree | 0b9fe99ee2d3f80a91cce9cf76636fdafad998c6 /sofort | |
parent | 0c7560a5dd7d43f30b07ea9de7f00be0bfafadf5 (diff) | |
download | bcparser-edc650ad033c856d6060093c8c20a93fe3007639.tar.bz2 bcparser-edc650ad033c856d6060093c8c20a93fe3007639.tar.xz |
build system: posix make support: exrules/default.mk: added (no) implib rules.
Diffstat (limited to 'sofort')
-rw-r--r-- | sofort/exrules/default.mk | 6 |
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) |