source: src/Makefile.am @ 0380645

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

src/Makefile.am: define subdirectories to install headers in

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