Mercurial > hg > vamp-plugin-sdk
view rdf/generator/Makefile.linux @ 139:bb46b8bd213a
* Update template generator with changes from km-rdf repo -- apart from the
Prolog compatibility bits
author | cannam |
---|---|
date | Thu, 19 Jun 2008 09:43: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