view rdf/generator/Makefile.linux @ 167:31eda4b11f2b

* First bit of Vamp v2 work -- add an optional duration to features in a backward compatible way. Warning: this code is unstable and experimental and may change significantly in the coming weeks.
author cannam
date Thu, 17 Jul 2008 08:52:26 +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