Mercurial > hg > vampy
view Makefile.cc-linux @ 12:095df80af751
* fix target name to match os/x makefile
author | cannam |
---|---|
date | Thu, 19 Jun 2008 15:08:08 +0000 |
parents | 1facebd0e9e9 |
children | 5e5f2af04e86 |
line wrap: on
line source
CXXFLAGS := -I../vamp-plugin-sdk -O2 -Wall -I/usr/include/python2.5 vampy.so: PyPlugin.o PyPlugScanner.o pyvamp-main.o Mutex.o g++ -shared $^ -o $@ -L../vamp-plugin-sdk/vamp-sdk -Wl,-Bstatic -lvamp-sdk -Wl,-Bdynamic -lpython2.5 -lpthread clean: rm *.o