pass 0.92 of an OMF2 importer, based on the Reaper extension by Hannes Breul
[ardour.git] / tools / omf / Makefile
1 CXXFLAGS = -g -I../../libs/pbd \
2            $(shell pkg-config --cflags sqlite3) \
3            $(shell pkg-config --cflags libxml-2.0) \
4            $(shell pkg-config --cflags glibmm-2.4)
5
6 omftool: omftool.o
7         $(CXX) -o $@ omftool.o -L../../build/default/libs/pbd -lpbd $(shell pkg-config --libs sqlite3) $(shell pkg-config --libs libxml-2.0)