source:
src/Makefile.am
@
aeb38cf
Last change on this file since aeb38cf was d3c5282, checked in by , 18 years ago | |
---|---|
|
|
File size: 1.3 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 \ | |
[650e39b] | 20 | pitchyinfft.h \ |
[b78805a] | 21 | beattracking.h \ |
[7524d0b] | 22 | onset.h \ |
23 | tempo.h \ | |
[7c6c806d] | 24 | filter.h \ |
[d3c5282] | 25 | filterbank.h \ |
[7c6c806d] | 26 | mfcc.h |
[71d3bf0] | 27 | |
[c0063da] | 28 | nodist_pkginclude_HEADERS = config.h |
[96fb8ad] | 29 | |
30 | lib_LTLIBRARIES = libaubio.la | |
31 | libaubio_la_SOURCES = aubio.h \ | |
32 | types.h \ | |
33 | phasevoc.c \ | |
34 | phasevoc.h \ | |
35 | mathutils.c \ | |
36 | mathutils.h \ | |
37 | fft.c \ | |
38 | fft.h \ | |
39 | sample.c \ | |
40 | sample.h \ | |
41 | hist.c \ | |
42 | hist.h \ | |
43 | scale.c \ | |
44 | scale.h \ | |
45 | resample.c \ | |
46 | resample.h \ | |
47 | onsetdetection.c \ | |
48 | onsetdetection.h \ | |
49 | tss.c \ | |
50 | tss.h \ | |
51 | peakpick.c \ | |
52 | peakpick.h \ | |
53 | biquad.c \ | |
54 | biquad.h \ | |
55 | pitchdetection.c \ | |
56 | pitchdetection.h \ | |
57 | pitchmcomb.c \ | |
58 | pitchmcomb.h \ | |
59 | pitchyin.c \ | |
60 | pitchyin.h \ | |
[7a04950] | 61 | pitchschmitt.c \ |
62 | pitchschmitt.h \ | |
63 | pitchfcomb.c \ | |
64 | pitchfcomb.h \ | |
[650e39b] | 65 | pitchyinfft.c \ |
66 | pitchyinfft.h \ | |
[b78805a] | 67 | beattracking.c \ |
68 | beattracking.h \ | |
[7524d0b] | 69 | onset.c \ |
70 | onset.h \ | |
71 | tempo.c \ | |
72 | tempo.h \ | |
[96fb8ad] | 73 | filter.c \ |
[71d3bf0] | 74 | filter.h \ |
[d3c5282] | 75 | filterbank.c \ |
76 | filterbank.h \ | |
[7c6c806d] | 77 | mfcc.h \ |
78 | mfcc.c | |
[96fb8ad] | 79 | |
[17db1cd] | 80 | AM_CFLAGS = @AUBIO_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@ |
[205da86] | 81 | libaubio_la_LIBADD = @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @LTLIBOBJS@ |
[9fc2c7e] | 82 | libaubio_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@ |
Note: See TracBrowser
for help on using the repository browser.