source: src/Makefile.am @ fd6b90f

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

src/vecutils.{c,h}: add a bunch of function to modify fvec and cvec, defined with some magic macros

  • Property mode set to 100644
File size: 1.6 KB
RevLine 
[4f4d892]1noinst_HEADERS = \
2        aubio_priv.h \
3        temporal/filter_priv.h
4
[7f3cae67]5nobase_pkginclude_HEADERS = \
6        aubio.h \
[96fb8ad]7        types.h \
[d1ec8cb]8        fvec.h \
[a3a01e1]9        lvec.h \
[d1ec8cb]10        cvec.h \
[7f3cae67]11        mathutils.h \
[916f8983]12        vecutils.h \
[32d6958]13        utils/hist.h \
[7f3cae67]14        utils/scale.h \
[32d6958]15        temporal/resample.h \
16        temporal/biquad.h \
[4f4d892]17        temporal/filter.h \
18        temporal/adesign.h \
[7f3cae67]19        temporal/cdesign.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 \
[7f3cae67]26        spectral/spectral_centroid.h \
[bcf38fe]27        pitch/pitchdetection.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 \
34        onset/onsetdetection.h \
[7f3cae67]35        onset/peakpick.h \
[bcf38fe]36        tempo/tempo.h \
[32d6958]37        tempo/beattracking.h
[71d3bf0]38
[31a5c0e8]39nodist_pkginclude_HEADERS = config.h
40
[96fb8ad]41lib_LTLIBRARIES = libaubio.la
[554a9cb]42libaubio_la_SOURCES = \
[a3a01e1]43        fvec.c \
44        lvec.c \
[d1ec8cb]45        cvec.c \
[32d6958]46        mathutils.c \
[916f8983]47        vecutils.c \
[32d6958]48        utils/hist.c \
49        utils/scale.c \
50        temporal/resample.c \
51        temporal/biquad.c \
52        temporal/filter.c \
[4f4d892]53        temporal/adesign.c \
54        temporal/cdesign.c \
[32d6958]55        spectral/filterbank.c \
[06cae6c]56        spectral/filterbank_mel.c \
[32d6958]57        spectral/mfcc.c \
58        spectral/phasevoc.c \
59        spectral/fft.c \
60        spectral/tss.c \
[fc6c831]61        spectral/spectral_centroid.c \
[bcf38fe]62        pitch/pitchdetection.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 \
69        onset/onsetdetection.c \
70        onset/peakpick.c \
71        tempo/tempo.c \
[554a9cb]72        tempo/beattracking.c
[96fb8ad]73
[17db1cd]74AM_CFLAGS = @AUBIO_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@
[205da86]75libaubio_la_LIBADD = @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @LTLIBOBJS@
[9fc2c7e]76libaubio_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
Note: See TracBrowser for help on using the repository browser.