Mercurial > hg > vamp-plugin-sdk
view rdf/generator/Makefile.linux @ 221:2d713ece8dbf
* Add copyright note, use long string form for description (and
copyright note)
author | cannam |
---|---|
date | Wed, 29 Oct 2008 17:15:10 +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