source: src/Makefile.am @ 7f3cae67

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

src/Makefile.am: use nobase_ to simplify headers installation

  • Property mode set to 100644
File size: 1.4 KB
RevLine 
[4f4d892]1noinst_HEADERS = \
2        aubio_priv.h \
3        temporal/filter_priv.h
4
[7f3cae67]5nobase_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 \
[554a9cb]20        spectral/mfcc.h \
[32d6958]21        spectral/phasevoc.h \
22        spectral/fft.h \
23        spectral/tss.h \
[7f3cae67]24        spectral/spectral_centroid.h \
[bcf38fe]25        pitch/pitchdetection.h \
[2d8cffa]26        pitch/pitchmcomb.h \
27        pitch/pitchyin.h \
28        pitch/pitchschmitt.h \
29        pitch/pitchfcomb.h \
[7f3cae67]30        pitch/pitchyinfft.h \
[bcf38fe]31        onset/onset.h \
32        onset/onsetdetection.h \
[7f3cae67]33        onset/peakpick.h \
[bcf38fe]34        tempo/tempo.h \
[32d6958]35        tempo/beattracking.h
[71d3bf0]36
[96fb8ad]37lib_LTLIBRARIES = libaubio.la
[554a9cb]38libaubio_la_SOURCES = \
[a3a01e1]39        fvec.c \
40        lvec.c \
[d1ec8cb]41        cvec.c \
[32d6958]42        mathutils.c \
43        utils/hist.c \
44        utils/scale.c \
45        temporal/resample.c \
46        temporal/biquad.c \
47        temporal/filter.c \
[4f4d892]48        temporal/adesign.c \
49        temporal/cdesign.c \
[32d6958]50        spectral/filterbank.c \
51        spectral/mfcc.c \
52        spectral/phasevoc.c \
53        spectral/fft.c \
54        spectral/tss.c \
[fc6c831]55        spectral/spectral_centroid.c \
[bcf38fe]56        pitch/pitchdetection.c \
[2d8cffa]57        pitch/pitchmcomb.c \
58        pitch/pitchyin.c \
59        pitch/pitchschmitt.c \
60        pitch/pitchfcomb.c \
61        pitch/pitchyinfft.c \
[bcf38fe]62        onset/onset.c \
63        onset/onsetdetection.c \
64        onset/peakpick.c \
65        tempo/tempo.c \
[554a9cb]66        tempo/beattracking.c
[96fb8ad]67
[17db1cd]68AM_CFLAGS = @AUBIO_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@
[205da86]69libaubio_la_LIBADD = @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @LTLIBOBJS@
[9fc2c7e]70libaubio_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
Note: See TracBrowser for help on using the repository browser.