aboutsummaryrefslogtreecommitdiff
path: root/examples/simpletest/Make.config
diff options
context:
space:
mode:
Diffstat (limited to 'examples/simpletest/Make.config')
-rw-r--r--examples/simpletest/Make.config9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/simpletest/Make.config b/examples/simpletest/Make.config
new file mode 100644
index 0000000..6d21ed7
--- /dev/null
+++ b/examples/simpletest/Make.config
@@ -0,0 +1,9 @@
+
+ifeq ($(PLATFORM), Darwin)
+ DARWIN_LDFLAGS = -framework Accelerate
+endif
+
+LIBRARY :=
+SUFFIX := .cpp
+FLAGS += -I../../
+LDFLAGS = -lxtract -L../../src $(DARWIN_LDFLAGS)