Mercurial > hg > vamp-plugin-sdk
view rdf/generator/Makefile.linux @ 161:7fc1041daa9d
* Revert pragmas and RTLD_GLOBAL -- we think we can fix the underlying
problem in vampy instead
author | cannam |
---|---|
date | Mon, 07 Jul 2008 17:17:11 +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