source: src/Makefile.am @ b78805a

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

import 0.1.9beta5 with beat tracking
import 0.1.9beta5 with beat tracking

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