view rdf/generator/Makefile.linux @ 210:a5187dad96cd

* Add example plugins VC project -- though it doesn't produce a working library yet
author cannam
date Fri, 17 Oct 2008 21:59:35 +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