source: src/Makefile.am @ bc4ba75

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

src/Makefile.am: add filterbank.h

  • 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        hist.h \
9        scale.h \
10        resample.h \
11        onsetdetection.h \
12        tss.h \
13        peakpick.h \
14        biquad.h \
15        pitchdetection.h \
16        pitchmcomb.h \
17        pitchyin.h \
18        pitchschmitt.h \
19        pitchfcomb.h \
20        pitchyinfft.h \
21        beattracking.h \
22        onset.h \
23        tempo.h \
24        filter.h \
25        filterbank.h \
26        mfcc.h
27
28nodist_pkginclude_HEADERS = config.h
29
30lib_LTLIBRARIES = libaubio.la
31libaubio_la_SOURCES = aubio.h \
32        types.h \
33        phasevoc.c \
34        phasevoc.h \
35        mathutils.c \
36        mathutils.h \
37        fft.c \
38        fft.h \
39        sample.c \
40        sample.h \
41        hist.c \
42        hist.h \
43        scale.c \
44        scale.h \
45        resample.c \
46        resample.h \
47        onsetdetection.c \
48        onsetdetection.h \
49        tss.c \
50        tss.h \
51        peakpick.c \
52        peakpick.h \
53        biquad.c \
54        biquad.h \
55        pitchdetection.c \
56        pitchdetection.h \
57        pitchmcomb.c \
58        pitchmcomb.h \
59        pitchyin.c \
60        pitchyin.h \
61        pitchschmitt.c \
62        pitchschmitt.h \
63        pitchfcomb.c \
64        pitchfcomb.h \
65        pitchyinfft.c \
66        pitchyinfft.h \
67        beattracking.c \
68        beattracking.h \
69        onset.c \
70        onset.h \
71        tempo.c \
72        tempo.h \
73        filter.c \
74        filter.h \
75        filterbank.c \
76        filterbank.h \
77        mfcc.h \
78        mfcc.c
79
80AM_CFLAGS = @AUBIO_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@
81libaubio_la_LIBADD = @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @LTLIBOBJS@
82libaubio_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
Note: See TracBrowser for help on using the repository browser.