13
0
livetrax/libs/pbd/tests/Makefile
Hans Baier 376263d925 * added XPath support to pbd/xml++
git-svn-id: svn://localhost/ardour2/branches/3.0@3384 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-05-22 12:06:20 +00:00

5 lines
210 B
Makefile

test: xpath
LD_LIBRARY_PATH=..:../../sigc++2:../../glibmm2 ./xpath
xpath: xpath.cc
gcc -o $@ -g -I.. `xml2-config --libs --cflags` -L.. -L../../sigc++2 -L../../glibmm2 -lstdc++ -lpbd -lglibmm2 -lsigc++2 $<