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