Mercurial > hg > vampy
diff Makefile.linux @ 49:0f16923521bb
* Minor Makefile updates
author | cannam |
---|---|
date | Tue, 06 Oct 2009 12:04:33 +0000 |
parents | 2fbb37d50be5 |
children | 74703a562ce3 |
line wrap: on
line diff
--- a/Makefile.linux Tue Oct 06 11:48:15 2009 +0000 +++ b/Makefile.linux Tue Oct 06 12:04:33 2009 +0000 @@ -1,5 +1,5 @@ -CXXFLAGS := -DHAVE_NUMPY -O2 -Wall -I/usr/include/python2.6 -I/usr/lib/python2.6/dist-packages/numpy/core/include/numpy -fPIC +CXXFLAGS := -DHAVE_NUMPY -O2 -Wall -I/usr/include/python2.6 -I/usr/lib/python2.6/dist-packages/numpy/core/include -fPIC LDFLAGS := -shared -Wl,-Bstatic -lvamp-sdk -Wl,-Bdynamic -lpython2.6 -lpthread -Wl,--version-script=vamp-plugin.map default: vampy.so @@ -31,7 +31,7 @@ cleanplug : clean clean: - rm *.o - rm *.a - rm *$(PLUGIN_EXT) + rm -f *.o + rm -f *.a + rm -f *$(PLUGIN_EXT)