feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since d3efa4e was
9fc2c7e,
checked in by Paul Brossier <piem@altern.org>, 19 years ago
|
soname change, add -version-info, fix midi/ install
|
-
Property mode set to
100644
|
File size:
1.1 KB
|
Rev | Line | |
---|
[c0063da] | 1 | noinst_HEADERS = aubio_priv.h |
---|
[96fb8ad] | 2 | pkginclude_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 \ |
---|
[b78805a] | 20 | beattracking.h \ |
---|
[b60dd4ae] | 21 | filter.h |
---|
[c0063da] | 22 | nodist_pkginclude_HEADERS = config.h |
---|
[96fb8ad] | 23 | |
---|
| 24 | lib_LTLIBRARIES = libaubio.la |
---|
| 25 | libaubio_la_SOURCES = aubio.h \ |
---|
| 26 | types.h \ |
---|
| 27 | phasevoc.c \ |
---|
| 28 | phasevoc.h \ |
---|
| 29 | mathutils.c \ |
---|
| 30 | mathutils.h \ |
---|
| 31 | fft.c \ |
---|
| 32 | fft.h \ |
---|
| 33 | sample.c \ |
---|
| 34 | sample.h \ |
---|
| 35 | hist.c \ |
---|
| 36 | hist.h \ |
---|
| 37 | scale.c \ |
---|
| 38 | scale.h \ |
---|
| 39 | resample.c \ |
---|
| 40 | resample.h \ |
---|
| 41 | onsetdetection.c \ |
---|
| 42 | onsetdetection.h \ |
---|
| 43 | tss.c \ |
---|
| 44 | tss.h \ |
---|
| 45 | peakpick.c \ |
---|
| 46 | peakpick.h \ |
---|
| 47 | biquad.c \ |
---|
| 48 | biquad.h \ |
---|
| 49 | pitchdetection.c \ |
---|
| 50 | pitchdetection.h \ |
---|
| 51 | pitchmcomb.c \ |
---|
| 52 | pitchmcomb.h \ |
---|
| 53 | pitchyin.c \ |
---|
| 54 | pitchyin.h \ |
---|
[7a04950] | 55 | pitchschmitt.c \ |
---|
| 56 | pitchschmitt.h \ |
---|
| 57 | pitchfcomb.c \ |
---|
| 58 | pitchfcomb.h \ |
---|
[b78805a] | 59 | beattracking.c \ |
---|
| 60 | beattracking.h \ |
---|
[96fb8ad] | 61 | filter.c \ |
---|
[b60dd4ae] | 62 | filter.h |
---|
[96fb8ad] | 63 | |
---|
[205da86] | 64 | AM_CFLAGS = @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@ |
---|
| 65 | libaubio_la_LIBADD = @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @LTLIBOBJS@ |
---|
[9fc2c7e] | 66 | libaubio_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@ |
---|
Note: See
TracBrowser
for help on using the repository browser.