c@225: TEMPLATE = lib c@225: CONFIG += release warn_on staticlib c@230: CONFIG -= qt c@225: OBJECTS_DIR = tmp_obj c@225: MOC_DIR = tmp_moc c@226: c@225: DEPENDPATH += base \ c@225: dsp/chromagram \ c@225: dsp/maths \ c@225: dsp/onsets \ c@225: dsp/phasevocoder \ c@225: dsp/rateconversion \ c@225: dsp/signalconditioning \ c@225: dsp/tempotracking \ c@225: dsp/tonal \ c@225: dsp/transforms c@225: INCLUDEPATH += . \ c@225: base \ c@225: dsp/maths \ c@225: dsp/chromagram \ c@225: dsp/transforms \ c@225: dsp/onsets \ c@225: dsp/phasevocoder \ c@225: dsp/signalconditioning \ c@225: dsp/rateconversion \ c@225: dsp/tempotracking \ c@225: dsp/tonal c@225: c@225: # Input c@225: HEADERS += base/Pitch.h \ c@225: base/Window.h \ c@225: dsp/chromagram/Chromagram.h \ c@225: dsp/chromagram/ChromaProcess.h \ c@225: dsp/chromagram/ConstantQ.h \ c@225: dsp/maths/Correlation.h \ c@225: dsp/maths/Histogram.h \ c@225: dsp/maths/MathAliases.h \ c@225: dsp/maths/MathUtilities.h \ c@225: dsp/maths/Polyfit.h \ c@225: dsp/onsets/DetectionFunction.h \ c@225: dsp/onsets/PeakPicking.h \ c@225: dsp/phasevocoder/PhaseVocoder.h \ c@225: dsp/rateconversion/Decimator.h \ c@225: dsp/signalconditioning/DFProcess.h \ c@225: dsp/signalconditioning/Filter.h \ c@225: dsp/signalconditioning/FiltFilt.h \ c@225: dsp/signalconditioning/Framer.h \ c@225: dsp/tempotracking/TempoTrack.h \ c@225: dsp/tonal/ChangeDetectionFunction.h \ c@225: dsp/tonal/TCSgram.h \ c@225: dsp/tonal/TonalEstimator.h \ c@226: dsp/transforms/FFT.h c@225: SOURCES += base/Pitch.cpp \ c@225: dsp/chromagram/Chromagram.cpp \ c@225: dsp/chromagram/ChromaProcess.cpp \ c@225: dsp/chromagram/ConstantQ.cpp \ c@225: dsp/maths/Correlation.cpp \ c@225: dsp/maths/MathUtilities.cpp \ c@225: dsp/onsets/DetectionFunction.cpp \ c@225: dsp/onsets/PeakPicking.cpp \ c@225: dsp/phasevocoder/PhaseVocoder.cpp \ c@225: dsp/rateconversion/Decimator.cpp \ c@225: dsp/signalconditioning/DFProcess.cpp \ c@225: dsp/signalconditioning/Filter.cpp \ c@225: dsp/signalconditioning/FiltFilt.cpp \ c@225: dsp/signalconditioning/Framer.cpp \ c@225: dsp/tempotracking/TempoTrack.cpp \ c@225: dsp/tonal/ChangeDetectionFunction.cpp \ c@225: dsp/tonal/TCSgram.cpp \ c@225: dsp/tonal/TonalEstimator.cpp \ c@226: dsp/transforms/FFT.cpp