annotate rdf/generator/Makefile.linux @ 168:006a775133b1

* Re-do the way the v2 structure (with durations) is returned. I bungled backward compatibility -- I failed to spot the contiguous array returned from process()... duh. Also bump library versions.
author cannam
date Thu, 24 Jul 2008 16:50:11 +0000
parents 147de5e64d28
children
rev   line source
cannam@138 1
cannam@138 2 CXXFLAGS := -I../.. -O2 -Wall
cannam@138 3
cannam@138 4 template-generator: template-generator.o
cannam@138 5 g++ $^ -o $@ -L../../vamp-sdk -Wl,-Bstatic -lvamp-hostsdk -Wl,-Bdynamic -ldl
cannam@138 6
cannam@138 7 clean:
cannam@138 8 rm *.o
cannam@138 9