Mercurial > hg > nnls-chroma
comparison 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 |
comparison
equal
deleted
inserted
replaced
0:8aa2e8b3a778 | 1:2a491d71057d |
---|---|
16 # | 16 # |
17 PLUGIN_LIBRARY_NAME = matthiasm | 17 PLUGIN_LIBRARY_NAME = matthiasm |
18 | 18 |
19 # Edit this to list one .o file for each .cpp file in your plugin project | 19 # Edit this to list one .o file for each .cpp file in your plugin project |
20 # | 20 # |
21 PLUGIN_CODE_OBJECTS = NNLSChroma.o plugins.o | 21 PLUGIN_CODE_OBJECTS = NNLSChroma.o plugins.o nnls.o |
22 | 22 |
23 # Edit this to the location of the Vamp plugin SDK, relative to your | 23 # Edit this to the location of the Vamp plugin SDK, relative to your |
24 # project directory | 24 # project directory |
25 # | 25 # |
26 VAMP_SDK_DIR = ../vamp-plugin-sdk | 26 VAMP_SDK_DIR = ../vamp-plugin-sdk |
27 # LAPACK_DIR = ../lapack | 27 # LAPACK_DIR = ../lapack |
28 QMDSP_DIR = ../qm-dsp/build/osx/20091028 | 28 QMDSP_DIR = ../qm-dsp/build/osx/20091028 |
29 FFT_DIR = ../qm-dsp/dsp/transforms | 29 FFT_DIR = ../qm-dsp/dsp/transforms |
30 NNLS_DIR = ../nnls | 30 NNLS_DIR = ../nnls_suvrit |
31 | 31 |
32 | 32 |
33 | 33 |
34 ## Uncomment these for an OS/X native build using command-line tools: | 34 ## Uncomment these for an OS/X native build using command-line tools: |
35 CXXFLAGS = -arch i386 -I$(VAMP_SDK_DIR) -I$(FFT_DIR) -I$(NNLS_DIR) -Wall -fPIC -g | 35 CXXFLAGS = -arch i386 -I$(VAMP_SDK_DIR) -I$(FFT_DIR) -I$(NNLS_DIR) -Wall -fPIC -g |