aboutsummaryrefslogtreecommitdiff
path: root/examples/simpletest/Make.config
diff options
context:
space:
mode:
authorJamie Bullock <jamie@jamiebullock.com>2014-11-07 12:45:35 +0000
committerJamie Bullock <jamie@jamiebullock.com>2014-11-07 12:45:35 +0000
commitdf68c095949b4a5d1bad697e2785bd9cd8661f52 (patch)
tree5ab41aa547c1d756bd6d3b5b3e6c5831fa29f46e /examples/simpletest/Make.config
parentf7bcd97626f1a990106e88e1dfcb56806dfb0419 (diff)
downloadLibXtract-df68c095949b4a5d1bad697e2785bd9cd8661f52.tar.gz
LibXtract-df68c095949b4a5d1bad697e2785bd9cd8661f52.tar.bz2
LibXtract-df68c095949b4a5d1bad697e2785bd9cd8661f52.zip
Add examples to new build system
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)