ref: 4618eee0927273de24a16c8b0d201716dda7893e
dir: /libcelt/Makefile.am/
# Disable automatic dependency tracking if using other tools than gcc and gmake #AUTOMAKE_OPTIONS = no-dependencies pkginclude_HEADERS = celt.h #EXTRA_DIST= #INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) @OGG_CFLAGS@ lib_LTLIBRARIES = libcelt.la # Sources for compilation in the library libcelt_la_SOURCES = bands.c bitrdec.c bitree.c bitrenc.c celt.c cwrs.c \ ecintrin.h entcode.c entdec.c entenc.c fftwrap.c laplace.c mdct.c \ modes.c pitch.c psy.c quant_bands.c quant_pitch.c rangedec.c \ rangeenc.c rate.c smallft.c vq.c #noinst_HEADERS = libcelt_la_LDFLAGS = -version-info @CELT_LT_CURRENT@:@CELT_LT_REVISION@:@CELT_LT_AGE@ noinst_HEADERS = arch.h bands.h bitrdec.h bitree.h bitrenc.h cwrs.h \ ecintrin.h entcode.h entdec.h entenc.h fftwrap.h laplace.h \ mfrngcod.h mdct.h modes.h os_support.h pgain_table.h pitch.h psy.h \ quant_bands.h quant_pitch.h rate.h smallft.h vq.h noinst_PROGRAMS = testcelt testcelt_SOURCES = testcelt.c testcelt_LDADD = libcelt.la INCLUDES = libcelt_la_LIBADD =