view rdf/generator/Makefile.linux @ 140:a6cfe3d9f752

* Load plugins with RTLD_GLOBAL -- otherwise Vampy plugins will be unable to load additional modules (for some reason I don't fully understand)
author cannam
date Thu, 19 Jun 2008 15:12:41 +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