summaryrefslogtreecommitdiff
path: root/orkbasecxx/filters/ilbc/ilbc/Makefile.am
blob: ee34f26e325e8e8befcbe197af6477f53d0bf7bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
METASOURCES = AUTO
noinst_LTLIBRARIES = libilbcrfc.la
libilbcrfc_la_SOURCES =  anaFilter.c iCBSearch.c packing.c \
	constants.c gainquant.c iLBC_decode.c StateConstructW.c \
	createCB.c getCBvec.c iLBC_encode.c StateSearchW.c doCPLC.c \
	helpfun.c syntFilter.c enhancer.c hpInput.c LPCdecode.c \
	iLBC_filter.c hpOutput.c LPCencode.c FrameClassify.c \
	iCBConstruct.c lsf.c \
	FrameClassify.h LPCdecode.h LPCencode.h StateConstructW.h \
	StateSearchW.h anaFilter.h constants.h createCB.h doCPLC.h \
	enhancer.h filter.h gainquant.h getCBvec.h helpfun.h hpInput.h \
	hpOutput.h iCBConstruct.h iCBSearch.h iLBC_decode.h iLBC_define.h \
	iLBC_encode.h lsf.h packing.h syntFilter.h

INCLUDES = -I$(top_srcdir)
AM_CFLAGS = -D_REENTRANT