source: src/Makefile.am @ 3050cb8

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

moved jack and sndfile to aubioext

  • Property mode set to 100644
File size: 874 bytes
Line 
1EXTRA_DIST = aubio_priv.h
2
3pkginclude_HEADERS = aubio.h \
4        config.h \
5        types.h \
6        phasevoc.h \
7        mathutils.h \
8        fft.h \
9        sample.h \
10        hist.h \
11        scale.h \
12        resample.h \
13        onsetdetection.h \
14        tss.h \
15        peakpick.h \
16        biquad.h \
17        pitchdetection.h \
18        pitchmcomb.h \
19        pitchyin.h \
20        filter.h
21
22lib_LTLIBRARIES = libaubio.la
23libaubio_la_SOURCES = aubio.h \
24        types.h \
25        phasevoc.c \
26        phasevoc.h \
27        mathutils.c \
28        mathutils.h \
29        fft.c \
30        fft.h \
31        sample.c \
32        sample.h \
33        hist.c \
34        hist.h \
35        scale.c \
36        scale.h \
37        resample.c \
38        resample.h \
39        onsetdetection.c \
40        onsetdetection.h \
41        tss.c \
42        tss.h \
43        peakpick.c \
44        peakpick.h \
45        biquad.c \
46        biquad.h \
47        pitchdetection.c \
48        pitchdetection.h \
49        pitchmcomb.c \
50        pitchmcomb.h \
51        pitchyin.c \
52        pitchyin.h \
53        filter.c \
54        filter.h
55
56AM_CFLAGS = @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@
57libaubio_la_LIBADD = @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @LTLIBOBJS@
Note: See TracBrowser for help on using the repository browser.