source: src/Makefile.am @ d1ec8cb

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since d1ec8cb was d1ec8cb, checked in by Paul Brossier <piem@piem.org>, 16 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
Line 
1noinst_HEADERS = aubio_priv.h
2pkginclude_HEADERS = aubio.h \
3        types.h \
4        phasevoc.h \
5        mathutils.h \
6        fft.h \
7        sample.h \
8        fvec.h \
9        cvec.h \
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 \
20        pitchschmitt.h \
21        pitchfcomb.h \
22        pitchyinfft.h \
23        beattracking.h \
24        onset.h \
25        tempo.h \
26        filter.h
27nodist_pkginclude_HEADERS = config.h
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 \
38        fvec.c \
39        fvec.h \
40        cvec.c \
41        cvec.h \
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 \
62        pitchschmitt.c \
63        pitchschmitt.h \
64        pitchfcomb.c \
65        pitchfcomb.h \
66        pitchyinfft.c \
67        pitchyinfft.h \
68        beattracking.c \
69        beattracking.h \
70        onset.c \
71        onset.h \
72        tempo.c \
73        tempo.h \
74        filter.c \
75        filter.h
76
77AM_CFLAGS = @AUBIO_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@
78libaubio_la_LIBADD = @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @LTLIBOBJS@
79libaubio_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
Note: See TracBrowser for help on using the repository browser.