source: src/Makefile.am @ aeb38cf

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

src/Makefile.am: add filterbank.h

  • 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 \
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 \
[7a04950]18        pitchschmitt.h \
19        pitchfcomb.h \
[650e39b]20        pitchyinfft.h \
[b78805a]21        beattracking.h \
[7524d0b]22        onset.h \
23        tempo.h \
[7c6c806d]24        filter.h \
[d3c5282]25        filterbank.h \
[7c6c806d]26        mfcc.h
[71d3bf0]27
[c0063da]28nodist_pkginclude_HEADERS = config.h
[96fb8ad]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 \
[7a04950]61        pitchschmitt.c \
62        pitchschmitt.h \
63        pitchfcomb.c \
64        pitchfcomb.h \
[650e39b]65        pitchyinfft.c \
66        pitchyinfft.h \
[b78805a]67        beattracking.c \
68        beattracking.h \
[7524d0b]69        onset.c \
70        onset.h \
71        tempo.c \
72        tempo.h \
[96fb8ad]73        filter.c \
[71d3bf0]74        filter.h \
[d3c5282]75        filterbank.c \
76        filterbank.h \
[7c6c806d]77        mfcc.h \
78        mfcc.c
[96fb8ad]79
[17db1cd]80AM_CFLAGS = @AUBIO_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@
[205da86]81libaubio_la_LIBADD = @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @LTLIBOBJS@
[9fc2c7e]82libaubio_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
Note: See TracBrowser for help on using the repository browser.