source: src/Makefile.am @ 4b6937b

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

splitted sample.c into fvec.c and cvec.c, kept sample.h for convenience

  • Property mode set to 100644
File size: 1.3 KB
RevLine 
[c0063da]1noinst_HEADERS = aubio_priv.h
[96fb8ad]2pkginclude_HEADERS = aubio.h \
3        types.h \
4        phasevoc.h \
5        mathutils.h \
6        fft.h \
7        sample.h \
[d1ec8cb]8        fvec.h \
9        cvec.h \
[96fb8ad]10        hist.h \
11        scale.h \
12        resample.h \
13        onsetdetection.h \
14        tss.h \
15        peakpick.h \
16        biquad.h \
17        pitchdetection.h \
18        pitchmcomb.h \
19        pitchyin.h \
[7a04950]20        pitchschmitt.h \
21        pitchfcomb.h \
[650e39b]22        pitchyinfft.h \
[b78805a]23        beattracking.h \
[7524d0b]24        onset.h \
25        tempo.h \
[b60dd4ae]26        filter.h
[c0063da]27nodist_pkginclude_HEADERS = config.h
[96fb8ad]28
29lib_LTLIBRARIES = libaubio.la
30libaubio_la_SOURCES = aubio.h \
31        types.h \
32        phasevoc.c \
33        phasevoc.h \
34        mathutils.c \
35        mathutils.h \
36        fft.c \
37        fft.h \
[d1ec8cb]38        fvec.c \
39        fvec.h \
40        cvec.c \
41        cvec.h \
[96fb8ad]42        hist.c \
43        hist.h \
44        scale.c \
45        scale.h \
46        resample.c \
47        resample.h \
48        onsetdetection.c \
49        onsetdetection.h \
50        tss.c \
51        tss.h \
52        peakpick.c \
53        peakpick.h \
54        biquad.c \
55        biquad.h \
56        pitchdetection.c \
57        pitchdetection.h \
58        pitchmcomb.c \
59        pitchmcomb.h \
60        pitchyin.c \
61        pitchyin.h \
[7a04950]62        pitchschmitt.c \
63        pitchschmitt.h \
64        pitchfcomb.c \
65        pitchfcomb.h \
[650e39b]66        pitchyinfft.c \
67        pitchyinfft.h \
[b78805a]68        beattracking.c \
69        beattracking.h \
[7524d0b]70        onset.c \
71        onset.h \
72        tempo.c \
73        tempo.h \
[96fb8ad]74        filter.c \
[b60dd4ae]75        filter.h
[96fb8ad]76
[17db1cd]77AM_CFLAGS = @AUBIO_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@
[205da86]78libaubio_la_LIBADD = @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @LTLIBOBJS@
[9fc2c7e]79libaubio_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
Note: See TracBrowser for help on using the repository browser.