summaryrefslogtreecommitdiff
path: root/tools/omf/Makefile
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-02-10 03:45:13 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-02-10 03:45:13 +0000
commitcd0e83e01075cf986a4986a08e07ab580d65b22f (patch)
tree1ffea116b0cced8325c82452db8d75cdb4ae75a5 /tools/omf/Makefile
parent3c00a7ca2ae34cb65c8d3394d9a012f20c69ee77 (diff)
pass 0.92 of an OMF2 importer, based on the Reaper extension by Hannes Breul
git-svn-id: svn://localhost/ardour2/branches/3.0@6672 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools/omf/Makefile')
-rw-r--r--tools/omf/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/omf/Makefile b/tools/omf/Makefile
new file mode 100644
index 0000000000..d68fa5bbc4
--- /dev/null
+++ b/tools/omf/Makefile
@@ -0,0 +1,7 @@
+CXXFLAGS = -g -I../../libs/pbd \
+ $(shell pkg-config --cflags sqlite3) \
+ $(shell pkg-config --cflags libxml-2.0) \
+ $(shell pkg-config --cflags glibmm-2.4)
+
+omftool: omftool.o
+ $(CXX) -o $@ omftool.o -L../../build/default/libs/pbd -lpbd $(shell pkg-config --libs sqlite3) $(shell pkg-config --libs libxml-2.0) \ No newline at end of file