Mercurial > hg > vamp-plugin-sdk
view rdf/generator/Makefile.linux @ 224:11588ad1cc3b
* Remove vamp:copyright_note -- the existing dc:rights is suitable, it
seems
author | cannam |
---|---|
date | Tue, 04 Nov 2008 17:13:25 +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