source:
src/Makefile.am
@
c423c3d
Last change on this file since c423c3d was 06cae6c, checked in by , 15 years ago | |
---|---|
|
|
File size: 1.5 KB |
Rev | Line | |
---|---|---|
[4f4d892] | 1 | noinst_HEADERS = \ |
2 | aubio_priv.h \ | |
3 | temporal/filter_priv.h | |
4 | ||
[7f3cae67] | 5 | nobase_pkginclude_HEADERS = \ |
6 | aubio.h \ | |
[96fb8ad] | 7 | types.h \ |
[d1ec8cb] | 8 | fvec.h \ |
[a3a01e1] | 9 | lvec.h \ |
[d1ec8cb] | 10 | cvec.h \ |
[7f3cae67] | 11 | mathutils.h \ |
[32d6958] | 12 | utils/hist.h \ |
[7f3cae67] | 13 | utils/scale.h \ |
[32d6958] | 14 | temporal/resample.h \ |
15 | temporal/biquad.h \ | |
[4f4d892] | 16 | temporal/filter.h \ |
17 | temporal/adesign.h \ | |
[7f3cae67] | 18 | temporal/cdesign.h \ |
[32d6958] | 19 | spectral/filterbank.h \ |
[06cae6c] | 20 | spectral/filterbank_mel.h \ |
[554a9cb] | 21 | spectral/mfcc.h \ |
[32d6958] | 22 | spectral/phasevoc.h \ |
23 | spectral/fft.h \ | |
24 | spectral/tss.h \ | |
[7f3cae67] | 25 | spectral/spectral_centroid.h \ |
[bcf38fe] | 26 | pitch/pitchdetection.h \ |
[2d8cffa] | 27 | pitch/pitchmcomb.h \ |
28 | pitch/pitchyin.h \ | |
29 | pitch/pitchschmitt.h \ | |
30 | pitch/pitchfcomb.h \ | |
[7f3cae67] | 31 | pitch/pitchyinfft.h \ |
[bcf38fe] | 32 | onset/onset.h \ |
33 | onset/onsetdetection.h \ | |
[7f3cae67] | 34 | onset/peakpick.h \ |
[bcf38fe] | 35 | tempo/tempo.h \ |
[32d6958] | 36 | tempo/beattracking.h |
[71d3bf0] | 37 | |
[96fb8ad] | 38 | lib_LTLIBRARIES = libaubio.la |
[554a9cb] | 39 | libaubio_la_SOURCES = \ |
[a3a01e1] | 40 | fvec.c \ |
41 | lvec.c \ | |
[d1ec8cb] | 42 | cvec.c \ |
[32d6958] | 43 | mathutils.c \ |
44 | utils/hist.c \ | |
45 | utils/scale.c \ | |
46 | temporal/resample.c \ | |
47 | temporal/biquad.c \ | |
48 | temporal/filter.c \ | |
[4f4d892] | 49 | temporal/adesign.c \ |
50 | temporal/cdesign.c \ | |
[32d6958] | 51 | spectral/filterbank.c \ |
[06cae6c] | 52 | spectral/filterbank_mel.c \ |
[32d6958] | 53 | spectral/mfcc.c \ |
54 | spectral/phasevoc.c \ | |
55 | spectral/fft.c \ | |
56 | spectral/tss.c \ | |
[fc6c831] | 57 | spectral/spectral_centroid.c \ |
[bcf38fe] | 58 | pitch/pitchdetection.c \ |
[2d8cffa] | 59 | pitch/pitchmcomb.c \ |
60 | pitch/pitchyin.c \ | |
61 | pitch/pitchschmitt.c \ | |
62 | pitch/pitchfcomb.c \ | |
63 | pitch/pitchyinfft.c \ | |
[bcf38fe] | 64 | onset/onset.c \ |
65 | onset/onsetdetection.c \ | |
66 | onset/peakpick.c \ | |
67 | tempo/tempo.c \ | |
[554a9cb] | 68 | tempo/beattracking.c |
[96fb8ad] | 69 | |
[17db1cd] | 70 | AM_CFLAGS = @AUBIO_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@ |
[205da86] | 71 | libaubio_la_LIBADD = @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @LTLIBOBJS@ |
[9fc2c7e] | 72 | libaubio_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@ |
Note: See TracBrowser
for help on using the repository browser.