source: src/Makefile.am @ 96fb8ad

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 96fb8ad was 96fb8ad, checked in by Paul Brossier <piem@altern.org>, 19 years ago

import 0.1.7.1

  • Property mode set to 100644
File size: 1.5 KB
Line 
1EXTRA_DIST = aubio_priv.h
2
3pkginclude_HEADERS = aubio.h \
4        config.h \
5        types.h \
6        jackio.h \
7        phasevoc.h \
8        sndfileio.h \
9        mathutils.h \
10        fft.h \
11        sample.h \
12        hist.h \
13        scale.h \
14        resample.h \
15        onsetdetection.h \
16        tss.h \
17        peakpick.h \
18        biquad.h \
19        pitchdetection.h \
20        pitchmcomb.h \
21        pitchyin.h \
22        filter.h \
23        midi.h \
24        list.h \
25        timer.h \
26        midi_file.h \
27        midi_driver.h \
28        midi_event.h \
29        midi_track.h \
30        midi_player.h \
31        midi_parser.h
32
33lib_LTLIBRARIES = libaubio.la
34libaubio_la_SOURCES = aubio.h \
35        types.h \
36        jackio.c \
37        jackio.h \
38        phasevoc.c \
39        phasevoc.h \
40        sndfileio.c \
41        sndfileio.h \
42        mathutils.c \
43        mathutils.h \
44        fft.c \
45        fft.h \
46        sample.c \
47        sample.h \
48        hist.c \
49        hist.h \
50        scale.c \
51        scale.h \
52        resample.c \
53        resample.h \
54        onsetdetection.c \
55        onsetdetection.h \
56        tss.c \
57        tss.h \
58        peakpick.c \
59        peakpick.h \
60        biquad.c \
61        biquad.h \
62        pitchdetection.c \
63        pitchdetection.h \
64        pitchmcomb.c \
65        pitchmcomb.h \
66        pitchyin.c \
67        pitchyin.h \
68        filter.c \
69        filter.h \
70        midi.c \
71        midi.h \
72        list.c \
73        list.h \
74        timer.c \
75        timer.h \
76        midi_alsa_seq.c \
77        midi_alsa_raw.c \
78        midi_file.c \
79        midi_file.h \
80        midi_event.c \
81        midi_event.h \
82        midi_track.c \
83        midi_track.h \
84        midi_player.c \
85        midi_player.h \
86        midi_parser.c \
87        midi_parser.h \
88        midi_driver.h \
89        midi_driver.c
90
91AM_CFLAGS = @SNDLIB_CFLAGS@ @JACK_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@ @ALSA_CFLAGS@ @LADCCA_CFLAGS@
92libaubio_la_LIBADD = @SNDLIB_LIBS@ @JACK_LIBS@ @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @ALSA_LIBS@ @LADCCA_LIBS@ @LTLIBOBJS@
Note: See TracBrowser for help on using the repository browser.