source: src/Makefile.am @ b60dd4ae

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

moved midi functions to ext/

  • Property mode set to 100644
File size: 1.0 KB
Line 
1EXTRA_DIST = aubio_priv.h
2
3pkginclude_HEADERS = aubio.h \
4        config.h \
5        types.h \
6        jackio.h \
7        phasevoc.h \
8        sndfileio.h \
9        mathutils.h \
10        fft.h \
11        sample.h \
12        hist.h \
13        scale.h \
14        resample.h \
15        onsetdetection.h \
16        tss.h \
17        peakpick.h \
18        biquad.h \
19        pitchdetection.h \
20        pitchmcomb.h \
21        pitchyin.h \
22        filter.h
23
24lib_LTLIBRARIES = libaubio.la
25libaubio_la_SOURCES = aubio.h \
26        types.h \
27        jackio.c \
28        jackio.h \
29        phasevoc.c \
30        phasevoc.h \
31        sndfileio.c \
32        sndfileio.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        filter.c \
60        filter.h
61
62AM_CFLAGS = @SNDLIB_CFLAGS@ @JACK_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@ @LADCCA_CFLAGS@
63libaubio_la_LIBADD = @SNDLIB_LIBS@ @JACK_LIBS@ @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @LADCCA_LIBS@ @LTLIBOBJS@
Note: See TracBrowser for help on using the repository browser.