source: src/Makefile.am @ c7860af

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

src/Makefile.am: rename peakpicker.h here too, thanks to Laurent Feron for noticing it

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