FreeCalypso > hg > gsm-codec-lib
comparison libgsmefr/Makefile @ 57:e005e7b91f3c
libgsmefr: c1035pf.c compiles
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 25 Nov 2022 17:24:48 +0000 |
parents | 902bc4b64cc6 |
children | d285877fc4cc |
comparison
equal
deleted
inserted
replaced
56:902bc4b64cc6 | 57:e005e7b91f3c |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 OBJS= agc.o autocorr.o az_lsp.o basicop2.o dec_create.o enc_create.o \ | 3 OBJS= agc.o autocorr.o az_lsp.o basicop2.o c1035pf.o dec_create.o \ |
4 frame2params.o params2frame.o sid_class.o sid_insert.o tls_flags.o | 4 enc_create.o frame2params.o params2frame.o sid_class.o sid_insert.o \ |
5 tls_flags.o | |
5 HDRS= basic_op.h cnst.h codec.h d_homing.h dec_state.h dtx.h e_homing.h \ | 6 HDRS= basic_op.h cnst.h codec.h d_homing.h dec_state.h dtx.h e_homing.h \ |
6 enc_state.h gains_tb.h gsm_efr.h namespace.h no_count.h oper_32b.h \ | 7 enc_state.h gains_tb.h gsm_efr.h namespace.h no_count.h oper_32b.h \ |
7 sig_proc.h typedef.h vad.h | 8 sig_proc.h typedef.h vad.h |
8 LIB= libgsmefr.a | 9 LIB= libgsmefr.a |
9 | 10 |