Mercurial > hg > vamp-plugin-sdk
view rdf/generator/Makefile.linux @ 181:cd16cbf80c87
* More work on continuous-time averaging
author | cannam |
---|---|
date | Thu, 04 Sep 2008 15:19:24 +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