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