shithub: aubio

ref: 0b530cbf3b532383ea84be81b610c7ff41f4d474
dir: /src/Makefile.am/

View raw version
EXTRA_DIST = aubio_priv.h

pkginclude_HEADERS = aubio.h \
	config.h \
	types.h \
	phasevoc.h \
	mathutils.h \
	fft.h \
	sample.h \
	hist.h \
	scale.h \
	resample.h \
	onsetdetection.h \
	tss.h \
	peakpick.h \
	biquad.h \
	pitchdetection.h \
	pitchmcomb.h \
	pitchyin.h \
	pitchschmitt.h \
	pitchfcomb.h \
	filter.h

lib_LTLIBRARIES = libaubio.la 
libaubio_la_SOURCES = aubio.h \
	types.h \
	phasevoc.c \
	phasevoc.h \
	mathutils.c \
	mathutils.h \
	fft.c \
	fft.h \
	sample.c \
	sample.h \
	hist.c \
	hist.h \
	scale.c \
	scale.h \
	resample.c \
	resample.h \
	onsetdetection.c \
	onsetdetection.h \
	tss.c \
	tss.h \
	peakpick.c \
	peakpick.h \
	biquad.c \
	biquad.h \
	pitchdetection.c \
	pitchdetection.h \
	pitchmcomb.c \
	pitchmcomb.h \
	pitchyin.c \
	pitchyin.h \
	pitchschmitt.c \
	pitchschmitt.h \
	pitchfcomb.c \
	pitchfcomb.h \
	filter.c \
	filter.h

AM_CFLAGS = @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@
libaubio_la_LIBADD = @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @LTLIBOBJS@