Mercurial > hg > nnls-chroma
diff Makefile @ 1:2a491d71057d matthiasm-plugin
dictionary matrix, included nnls, next step will be nnls computation
author | matthiasm |
---|---|
date | Wed, 19 May 2010 11:38:48 +0000 |
parents | 8aa2e8b3a778 |
children | 84db8ce38fd3 |
line wrap: on
line diff
--- a/Makefile Tue May 18 09:29:39 2010 +0000 +++ b/Makefile Wed May 19 11:38:48 2010 +0000 @@ -18,7 +18,7 @@ # Edit this to list one .o file for each .cpp file in your plugin project # -PLUGIN_CODE_OBJECTS = NNLSChroma.o plugins.o +PLUGIN_CODE_OBJECTS = NNLSChroma.o plugins.o nnls.o # Edit this to the location of the Vamp plugin SDK, relative to your # project directory @@ -27,7 +27,7 @@ # LAPACK_DIR = ../lapack QMDSP_DIR = ../qm-dsp/build/osx/20091028 FFT_DIR = ../qm-dsp/dsp/transforms -NNLS_DIR = ../nnls +NNLS_DIR = ../nnls_suvrit