GUI support for type-0/1 SMF import (display channel/track count)
[ardour.git] / libs / qm-dsp / build / osx / qm-dsp.pro
1 QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.4u.sdk
2 TEMPLATE = lib
3 CONFIG += release warn_on staticlib x86 ppc
4 CONFIG -= qt
5 OBJECTS_DIR = tmp_obj
6 MOC_DIR = tmp_moc
7 QMAKE_CXXFLAGS_RELEASE += -O2 -g0
8
9 linux-g++:QMAKE_CXXFLAGS_RELEASE += -DNDEBUG -O3 -march=pentium4 -msse -msse2
10
11 #DEPENDPATH += base \
12 #              dsp/chromagram \
13 #              dsp/keydetection \
14 #              dsp/maths \
15 #              dsp/onsets \
16 #              dsp/phasevocoder \
17 #              dsp/rateconversion \
18 #              dsp/signalconditioning \
19 #              dsp/tempotracking \
20 #              dsp/tonal \
21 #              dsp/transforms
22 INCLUDEPATH += . include
23
24 # Input
25 HEADERS += base/Pitch.h \
26            base/Window.h \
27            dsp/chromagram/Chromagram.h \
28            dsp/chromagram/ChromaProcess.h \
29            dsp/chromagram/ConstantQ.h \
30            dsp/keydetection/GetKeyMode.h \
31            dsp/mfcc/MFCC.h \
32            dsp/onsets/DetectionFunction.h \
33            dsp/onsets/PeakPicking.h \
34            dsp/phasevocoder/PhaseVocoder.h \
35            dsp/rateconversion/Decimator.h \
36            dsp/rhythm/BeatSpectrum.h \
37            dsp/segmentation/cluster_melt.h \
38            dsp/segmentation/ClusterMeltSegmenter.h \
39            dsp/segmentation/cluster_segmenter.h \
40            dsp/segmentation/SavedFeatureSegmenter.h \
41            dsp/segmentation/Segmenter.h \
42            dsp/segmentation/segment.h \
43            dsp/signalconditioning/DFProcess.h \
44            dsp/signalconditioning/Filter.h \
45            dsp/signalconditioning/FiltFilt.h \
46            dsp/signalconditioning/Framer.h \
47            dsp/tempotracking/TempoTrack.h \
48            dsp/tonal/ChangeDetectionFunction.h \
49            dsp/tonal/TCSgram.h \
50            dsp/tonal/TonalEstimator.h \
51            dsp/transforms/FFT.h \
52            hmm/hmm.h \
53            maths/Correlation.h \
54            maths/CosineDistance.h \
55            maths/Histogram.h \
56            maths/KLDivergence.h \
57            maths/MathAliases.h \
58            maths/MathUtilities.h \
59            maths/Polyfit.h \
60            maths/pca/pca.h
61 SOURCES += base/Pitch.cpp \
62            dsp/chromagram/Chromagram.cpp \
63            dsp/chromagram/ChromaProcess.cpp \
64            dsp/chromagram/ConstantQ.cpp \
65            dsp/keydetection/GetKeyMode.cpp \
66            dsp/mfcc/MFCC.cpp \
67            dsp/onsets/DetectionFunction.cpp \
68            dsp/onsets/PeakPicking.cpp \
69            dsp/phasevocoder/PhaseVocoder.cpp \
70            dsp/rateconversion/Decimator.cpp \
71            dsp/rhythm/BeatSpectrum.cpp \
72            dsp/segmentation/cluster_melt.c \
73            dsp/segmentation/ClusterMeltSegmenter.cpp \
74            dsp/segmentation/cluster_segmenter.c \
75            dsp/segmentation/SavedFeatureSegmenter.cpp \
76            dsp/segmentation/Segmenter.cpp \
77            dsp/signalconditioning/DFProcess.cpp \
78            dsp/signalconditioning/Filter.cpp \
79            dsp/signalconditioning/FiltFilt.cpp \
80            dsp/signalconditioning/Framer.cpp \
81            dsp/tempotracking/TempoTrack.cpp \
82            dsp/tonal/ChangeDetectionFunction.cpp \
83            dsp/tonal/TCSgram.cpp \
84            dsp/tonal/TonalEstimator.cpp \
85            dsp/transforms/FFT.cpp \
86            hmm/hmm.c \
87            maths/Correlation.cpp \
88            maths/CosineDistance.cpp \
89            maths/KLDivergence.cpp \
90            maths/MathUtilities.cpp \
91            maths/pca/pca.c