source: src/Makefile.am @ 7c6c806d

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 7c6c806d was 7c6c806d, checked in by Amaury Hazan <mahmoudax@gmail.org>, 17 years ago

minor changes

  • 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        mfcc.h
26
27nodist_pkginclude_HEADERS = config.h
28
29lib_LTLIBRARIES = libaubio.la
30libaubio_la_SOURCES = aubio.h \
31        types.h \
32        phasevoc.c \
33        phasevoc.h \
34        mathutils.c \
35        mathutils.h \
36        fft.c \
37        fft.h \
38        sample.c \
39        sample.h \
40        hist.c \
41        hist.h \
42        scale.c \
43        scale.h \
44        resample.c \
45        resample.h \
46        onsetdetection.c \
47        onsetdetection.h \
48        tss.c \
49        tss.h \
50        peakpick.c \
51        peakpick.h \
52        biquad.c \
53        biquad.h \
54        pitchdetection.c \
55        pitchdetection.h \
56        pitchmcomb.c \
57        pitchmcomb.h \
58        pitchyin.c \
59        pitchyin.h \
60        pitchschmitt.c \
61        pitchschmitt.h \
62        pitchfcomb.c \
63        pitchfcomb.h \
64        pitchyinfft.c \
65        pitchyinfft.h \
66        beattracking.c \
67        beattracking.h \
68        onset.c \
69        onset.h \
70        tempo.c \
71        tempo.h \
72        filter.c \
73        filter.h \
74        mfcc.h \
75        mfcc.c
76
77AM_CFLAGS = @AUBIO_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@
78libaubio_la_LIBADD = @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @LTLIBOBJS@
79libaubio_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
Note: See TracBrowser for help on using the repository browser.