shithub: opus

ref: 9d8b51969987fa5e4c5fa58f3e7d3bfb76bf6b1c
dir: /libcelt/Makefile.am/

View raw version
# Disable automatic dependency tracking if using other tools than gcc and gmake
#AUTOMAKE_OPTIONS = no-dependencies


pkginclude_HEADERS = celt.h celt_types.h celt_header.h
EXTRA_DIST= match-test.sh libcelt.vcxproj  libcelt.vcxproj.filters

#INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) @OGG_CFLAGS@

TESTS = match-test.sh

noinst_SCRIPTS = match-test.sh

lib_LTLIBRARIES = libcelt@[email protected]

# Sources for compilation in the library
libcelt@LIBCELT_SUFFIX@_la_SOURCES = bands.c celt.c cwrs.c ecintrin.h entcode.c \
	entdec.c entenc.c header.c kiss_fft.c laplace.c mathops.c mdct.c \
	modes.c pitch.c plc.c quant_bands.c rate.c vq.c

libcelt@LIBCELT_SUFFIX@_la_LDFLAGS = \
	-version-info @CELT_LT_CURRENT@:@CELT_LT_REVISION@:@CELT_LT_AGE@ \
	-no-undefined

noinst_HEADERS = _kiss_fft_guts.h arch.h bands.h fixed_c5x.h fixed_c6x.h \
	cwrs.h ecintrin.h entcode.h entdec.h entenc.h fixed_generic.h float_cast.h \
	kiss_fft.h laplace.h mdct.h mfrngcod.h \
	mathops.h modes.h os_support.h pitch.h \
	quant_bands.h rate.h stack_alloc.h \
	static_modes_fixed.h static_modes_float.h vq.h plc.h

noinst_PROGRAMS = testcelt dump_modes
testcelt_SOURCES = testcelt.c
testcelt_LDADD = libcelt@[email protected]
INCLUDES =
#libcelt@LIBCELT_SUFFIX@_la_LIBADD =

dump_modes_SOURCES = dump_modes.c
dump_modes_LDADD = libcelt@[email protected]