source: src/Makefile.am @ 729a3c0

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 729a3c0 was 729a3c0, checked in by Paul Brossier <piem@piem.org>, 12 years ago

add support for ooura so that aubio can be build without fftw

  • Property mode set to 100644
File size: 1.6 KB
RevLine 
[4f4d892]1noinst_HEADERS = \
[a4364b8]2        aubio_priv.h
[4f4d892]3
[7f3cae67]4nobase_pkginclude_HEADERS = \
5        aubio.h \
[96fb8ad]6        types.h \
[d1ec8cb]7        fvec.h \
[ead03dd]8        fmat.h \
[a3a01e1]9        lvec.h \
[d1ec8cb]10        cvec.h \
[aac02a1]11        musicutils.h \
[7f3cae67]12        mathutils.h \
[916f8983]13        vecutils.h \
[32d6958]14        utils/hist.h \
[7f3cae67]15        utils/scale.h \
[6fc103d]16        temporal/resampler.h \
[32d6958]17        temporal/biquad.h \
[4f4d892]18        temporal/filter.h \
[f825dd0]19        temporal/a_weighting.h \
20        temporal/c_weighting.h \
[32d6958]21        spectral/filterbank.h \
[06cae6c]22        spectral/filterbank_mel.h \
[554a9cb]23        spectral/mfcc.h \
[32d6958]24        spectral/phasevoc.h \
25        spectral/fft.h \
26        spectral/tss.h \
[31907fd]27        spectral/specdesc.h \
[ca1abdd]28        pitch/pitch.h \
[2d8cffa]29        pitch/pitchmcomb.h \
30        pitch/pitchyin.h \
31        pitch/pitchschmitt.h \
32        pitch/pitchfcomb.h \
[7f3cae67]33        pitch/pitchyinfft.h \
[bcf38fe]34        onset/onset.h \
[a300cef]35        onset/peakpicker.h \
[bcf38fe]36        tempo/tempo.h \
[32d6958]37        tempo/beattracking.h
[71d3bf0]38
[9d3fa49]39nodist_noinst_HEADERS = config.h
[31a5c0e8]40
[96fb8ad]41lib_LTLIBRARIES = libaubio.la
[554a9cb]42libaubio_la_SOURCES = \
[a3a01e1]43        fvec.c \
[ead03dd]44        fmat.c \
[a3a01e1]45        lvec.c \
[d1ec8cb]46        cvec.c \
[32d6958]47        mathutils.c \
[916f8983]48        vecutils.c \
[32d6958]49        utils/hist.c \
50        utils/scale.c \
[6fc103d]51        temporal/resampler.c \
[32d6958]52        temporal/biquad.c \
53        temporal/filter.c \
[f825dd0]54        temporal/a_weighting.c \
55        temporal/c_weighting.c \
[32d6958]56        spectral/filterbank.c \
[06cae6c]57        spectral/filterbank_mel.c \
[32d6958]58        spectral/mfcc.c \
59        spectral/phasevoc.c \
60        spectral/fft.c \
[729a3c0]61        spectral/ooura_fft8g.c \
[32d6958]62        spectral/tss.c \
[1651b58]63        spectral/specdesc.c \
64        spectral/statistics.c \
[ca1abdd]65        pitch/pitch.c \
[2d8cffa]66        pitch/pitchmcomb.c \
67        pitch/pitchyin.c \
68        pitch/pitchschmitt.c \
69        pitch/pitchfcomb.c \
70        pitch/pitchyinfft.c \
[bcf38fe]71        onset/onset.c \
[a300cef]72        onset/peakpicker.c \
[bcf38fe]73        tempo/tempo.c \
[554a9cb]74        tempo/beattracking.c
[96fb8ad]75
[17db1cd]76AM_CFLAGS = @AUBIO_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@
[205da86]77libaubio_la_LIBADD = @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @LTLIBOBJS@
[9fc2c7e]78libaubio_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
Note: See TracBrowser for help on using the repository browser.