source: src/Makefile.am @ 8708556

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

minor changes

  • Property mode set to 100644
File size: 1.2 KB
RevLine 
[c0063da]1noinst_HEADERS = aubio_priv.h
[96fb8ad]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 \
[7a04950]18        pitchschmitt.h \
19        pitchfcomb.h \
[650e39b]20        pitchyinfft.h \
[b78805a]21        beattracking.h \
[7524d0b]22        onset.h \
23        tempo.h \
[7c6c806d]24        filter.h \
25        mfcc.h
[71d3bf0]26
[c0063da]27nodist_pkginclude_HEADERS = config.h
[96fb8ad]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 \
[7a04950]60        pitchschmitt.c \
61        pitchschmitt.h \
62        pitchfcomb.c \
63        pitchfcomb.h \
[650e39b]64        pitchyinfft.c \
65        pitchyinfft.h \
[b78805a]66        beattracking.c \
67        beattracking.h \
[7524d0b]68        onset.c \
69        onset.h \
70        tempo.c \
71        tempo.h \
[96fb8ad]72        filter.c \
[71d3bf0]73        filter.h \
[7c6c806d]74        mfcc.h \
75        mfcc.c
[96fb8ad]76
[17db1cd]77AM_CFLAGS = @AUBIO_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@
[205da86]78libaubio_la_LIBADD = @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @LTLIBOBJS@
[9fc2c7e]79libaubio_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
Note: See TracBrowser for help on using the repository browser.