Mercurial > hg > vamp-plugin-sdk
view rdf/generator/Makefile.linux @ 203:4e90c48a7460
* of course! with TortoiseSVN under Windows, you can't check out a repository
that has files with ":" in their names, because Windows can't handle them...
author | cannam |
---|---|
date | Mon, 13 Oct 2008 21:27:47 +0000 |
parents | 147de5e64d28 |
children |
line wrap: on
line source
CXXFLAGS := -I../.. -O2 -Wall template-generator: template-generator.o g++ $^ -o $@ -L../../vamp-sdk -Wl,-Bstatic -lvamp-hostsdk -Wl,-Bdynamic -ldl clean: rm *.o