source: src/Makefile.am @ 97886fa

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 97886fa was 71d3bf0, checked in by Amaury Hazan <mahmoudax@gmail.com>, 17 years ago

small adds

  • Property mode set to 100644
File size: 1.2 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 \
[71d3bf0]24        filter.h
25
[c0063da]26nodist_pkginclude_HEADERS = config.h
[96fb8ad]27
28lib_LTLIBRARIES = libaubio.la
29libaubio_la_SOURCES = aubio.h \
30        types.h \
31        phasevoc.c \
32        phasevoc.h \
33        mathutils.c \
34        mathutils.h \
35        fft.c \
36        fft.h \
37        sample.c \
38        sample.h \
39        hist.c \
40        hist.h \
41        scale.c \
42        scale.h \
43        resample.c \
44        resample.h \
45        onsetdetection.c \
46        onsetdetection.h \
47        tss.c \
48        tss.h \
49        peakpick.c \
50        peakpick.h \
51        biquad.c \
52        biquad.h \
53        pitchdetection.c \
54        pitchdetection.h \
55        pitchmcomb.c \
56        pitchmcomb.h \
57        pitchyin.c \
58        pitchyin.h \
[7a04950]59        pitchschmitt.c \
60        pitchschmitt.h \
61        pitchfcomb.c \
62        pitchfcomb.h \
[650e39b]63        pitchyinfft.c \
64        pitchyinfft.h \
[b78805a]65        beattracking.c \
66        beattracking.h \
[7524d0b]67        onset.c \
68        onset.h \
69        tempo.c \
70        tempo.h \
[96fb8ad]71        filter.c \
[71d3bf0]72        filter.h \
[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.