aboutsummaryrefslogtreecommitdiffstats
path: root/macos.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-02-09 21:56:53 +0100
committerMattias Andrée <maandree@kth.se>2019-02-09 21:56:53 +0100
commit7085817a3d356f7c3240fe1d616a5b1f1b56e38a (patch)
tree9bfebc7c3330d99410cc8a73af3ee2f21e386be0 /macos.mk
parentRemove texinfo file (it was truncated anyhow for some reason) (diff)
downloadlibkeccak-7085817a3d356f7c3240fe1d616a5b1f1b56e38a.tar.gz
libkeccak-7085817a3d356f7c3240fe1d616a5b1f1b56e38a.tar.bz2
libkeccak-7085817a3d356f7c3240fe1d616a5b1f1b56e38a.tar.xz
Fix makefile add add OSCONFIGFILE
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'macos.mk')
-rw-r--r--macos.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/macos.mk b/macos.mk
new file mode 100644
index 0000000..b475197
--- /dev/null
+++ b/macos.mk
@@ -0,0 +1,5 @@
+LIBEXT = dylib
+LIBFLAGS = -dynamiclib
+
+LIBMAJOREXT = $(LIB_MAJOR).$(LIBEXT)
+LIBMINOREXT = $(LIB_VERSION).$(LIBEXT)