Mercurial > hg > nnls-chroma
comparison Makefile.cc-linux @ 24:568ff0daa659 matthiasm-plugin
* Remove some obsolete files
author | Chris Cannam |
---|---|
date | Thu, 21 Oct 2010 12:21:41 +0100 |
parents | 444c344681f3 |
children | 6d9e1ee7b35a |
comparison
equal
deleted
inserted
replaced
23:93c836cfb8c5 | 24:568ff0daa659 |
---|---|
17 # | 17 # |
18 PLUGIN_LIBRARY_NAME = matthiasm | 18 PLUGIN_LIBRARY_NAME = matthiasm |
19 | 19 |
20 # Edit this to list one .o file for each .cpp file in your plugin project | 20 # Edit this to list one .o file for each .cpp file in your plugin project |
21 # | 21 # |
22 PLUGIN_CODE_OBJECTS = NNLSChroma.o plugins.o nnls.o coskernel-20-105-3-44100-16384-80.o | 22 PLUGIN_CODE_OBJECTS = NNLSChroma.o plugins.o nnls.o |
23 | 23 |
24 # Edit this to the location of the Vamp plugin SDK, relative to your | 24 # Edit this to the location of the Vamp plugin SDK, relative to your |
25 # project directory | 25 # project directory |
26 # | 26 # |
27 VAMP_SDK_DIR = /work/vamp-plugin-sdk | 27 VAMP_SDK_DIR = /work/vamp-plugin-sdk |