aboutsummaryrefslogtreecommitdiff
path: root/flow-native/mac
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-04-15 23:52:40 +0200
committerJakob Odersky <jodersky@gmail.com>2014-04-15 23:52:40 +0200
commit975a07373e4ffe5ff269675bc8da896e60f84427 (patch)
treeefd7c87b086c1a8a5643b3939b50086b1ae05f01 /flow-native/mac
parent416aacf8940ba0f281a3d7afb90f27b3ae99e664 (diff)
downloadakka-serial-975a07373e4ffe5ff269675bc8da896e60f84427.tar.gz
akka-serial-975a07373e4ffe5ff269675bc8da896e60f84427.tar.bz2
akka-serial-975a07373e4ffe5ff269675bc8da896e60f84427.zip
reorganize build
Diffstat (limited to 'flow-native/mac')
-rw-r--r--flow-native/mac/Makefile12
-rw-r--r--flow-native/mac/Readme2
2 files changed, 0 insertions, 14 deletions
diff --git a/flow-native/mac/Makefile b/flow-native/mac/Makefile
deleted file mode 100644
index 0f73b68..0000000
--- a/flow-native/mac/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# Include common settings
-include ../common.mk
-
-JAVALIB=lib$(NAME)$(MAJOR).dylib
-
-all: $(JAVALIB)
-
-$(JAVALIB):
- gcc -dynamiclib -I$(JAVA_HOME)/include/darwin -I$(JAVA_HOME)/include -I../include ../flow_jni.c ../posix/flow.c -o $(JAVALIB) -m64
-
-clean:
- -del $(JAVALIB) \ No newline at end of file
diff --git a/flow-native/mac/Readme b/flow-native/mac/Readme
deleted file mode 100644
index 6df640b..0000000
--- a/flow-native/mac/Readme
+++ /dev/null
@@ -1,2 +0,0 @@
-You should be able to build on OSX by just running make in this directory.
-The libFlow3.dylib file produced will have to be copied manually into the classpath of your project \ No newline at end of file