source: src/Makefile.am @ 9fc2c7e

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

soname change, add -version-info, fix midi/ install

  • Property mode set to 100644
File size: 1.1 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        beattracking.h \
21        filter.h
22nodist_pkginclude_HEADERS = config.h
23
24lib_LTLIBRARIES = libaubio.la
25libaubio_la_SOURCES = aubio.h \
26        types.h \
27        phasevoc.c \
28        phasevoc.h \
29        mathutils.c \
30        mathutils.h \
31        fft.c \
32        fft.h \
33        sample.c \
34        sample.h \
35        hist.c \
36        hist.h \
37        scale.c \
38        scale.h \
39        resample.c \
40        resample.h \
41        onsetdetection.c \
42        onsetdetection.h \
43        tss.c \
44        tss.h \
45        peakpick.c \
46        peakpick.h \
47        biquad.c \
48        biquad.h \
49        pitchdetection.c \
50        pitchdetection.h \
51        pitchmcomb.c \
52        pitchmcomb.h \
53        pitchyin.c \
54        pitchyin.h \
55        pitchschmitt.c \
56        pitchschmitt.h \
57        pitchfcomb.c \
58        pitchfcomb.h \
59        beattracking.c \
60        beattracking.h \
61        filter.c \
62        filter.h
63
64AM_CFLAGS = @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@
65libaubio_la_LIBADD = @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @LTLIBOBJS@
66libaubio_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
Note: See TracBrowser for help on using the repository browser.