1 # Disable automatic dependency tracking if using other tools than gcc and gmake
2 #AUTOMAKE_OPTIONS = no-dependencies
5 pkginclude_HEADERS = celt.h celt_types.h celt_header.h
6 EXTRA_DIST= match-test.sh
8 #INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) @OGG_CFLAGS@
12 noinst_SCRIPTS = match-test.sh
14 lib_LTLIBRARIES = libcelt.la
16 # Sources for compilation in the library
17 libcelt_la_SOURCES = bands.c bitrdec.c bitree.c bitrenc.c celt.c cwrs.c \
18 ecintrin.h entcode.c entdec.c entenc.c header.c kiss_fft.c \
19 kiss_fftr.c laplace.c mdct.c modes.c pitch.c psy.c quant_bands.c \
20 quant_pitch.c rangedec.c rangeenc.c rate.c vq.c
24 libcelt_la_LDFLAGS = -version-info @CELT_LT_CURRENT@:@CELT_LT_REVISION@:@CELT_LT_AGE@
26 noinst_HEADERS = _kiss_fft_guts.h arch.h bands.h bitrdec.h bitree.h bitrenc.h \
27 cwrs.h ecintrin.h entcode.h entdec.h entenc.h kiss_fft.h kiss_fftr.h laplace.h \
28 mdct.h mfrngcod.h modes.h os_support.h pgain_table.h pitch.h psy.h \
29 quant_bands.h quant_pitch.h rate.h stack_alloc.h vq.h
31 noinst_PROGRAMS = testcelt
32 testcelt_SOURCES = testcelt.c
33 testcelt_LDADD = libcelt.la