view 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
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