source: src/Makefile.am @ 71d3bf0

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 71d3bf0 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
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
26nodist_pkginclude_HEADERS = config.h
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 \
59        pitchschmitt.c \
60        pitchschmitt.h \
61        pitchfcomb.c \
62        pitchfcomb.h \
63        pitchyinfft.c \
64        pitchyinfft.h \
65        beattracking.c \
66        beattracking.h \
67        onset.c \
68        onset.h \
69        tempo.c \
70        tempo.h \
71        filter.c \
72        filter.h \
73
74AM_CFLAGS = @AUBIO_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@
75libaubio_la_LIBADD = @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @LTLIBOBJS@
76libaubio_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
Note: See TracBrowser for help on using the repository browser.