FreeCalypso > hg > gsm-codec-lib
annotate libgsmefr/Makefile @ 64:1cc2968f883f
libgsmefr: dec_12k2.c compiles
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Sat, 26 Nov 2022 02:05:51 +0000 | 
| parents | 6a623cb57d07 | 
| children | cb080ec1817e | 
| rev | line source | 
|---|---|
| 2 
2b5770c715ee
libgsmfrp: compiling utility functions
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 1 CC= gcc | 
| 
2b5770c715ee
libgsmfrp: compiling utility functions
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 2 CFLAGS= -O2 | 
| 59 
8de2f0f9bd78
libgsmefr: convolve.c compiles
 Mychaela Falconia <falcon@freecalypso.org> parents: 
58diff
changeset | 3 OBJS= agc.o autocorr.o az_lsp.o basicop2.o c1035pf.o cod_12k2.o convolve.o \ | 
| 64 
1cc2968f883f
libgsmefr: dec_12k2.c compiles
 Mychaela Falconia <falcon@freecalypso.org> parents: 
63diff
changeset | 4 d1035pf.o d_gains.o d_homing.o d_plsf_5.o dec_12k2.o dec_create.o \ | 
| 
1cc2968f883f
libgsmefr: dec_12k2.c compiles
 Mychaela Falconia <falcon@freecalypso.org> parents: 
63diff
changeset | 5 enc_create.o frame2params.o params2frame.o sid_class.o sid_insert.o \ | 
| 
1cc2968f883f
libgsmefr: dec_12k2.c compiles
 Mychaela Falconia <falcon@freecalypso.org> parents: 
63diff
changeset | 6 tls_flags.o | 
| 48 
af4b075d0313
libgsmefr: encoder state structure finished in first pass
 Mychaela Falconia <falcon@freecalypso.org> parents: 
43diff
changeset | 7 HDRS= basic_op.h cnst.h codec.h d_homing.h dec_state.h dtx.h e_homing.h \ | 
| 58 
d285877fc4cc
libgsmefr: cod_12k2.c compiles
 Mychaela Falconia <falcon@freecalypso.org> parents: 
57diff
changeset | 8 enc_state.h gains_tb.h gsm_efr.h memops.h namespace.h no_count.h \ | 
| 
d285877fc4cc
libgsmefr: cod_12k2.c compiles
 Mychaela Falconia <falcon@freecalypso.org> parents: 
57diff
changeset | 9 oper_32b.h sig_proc.h typedef.h vad.h | 
| 31 
19a90fa1f608
libgsmefr: implement SID classification
 Mychaela Falconia <falcon@freecalypso.org> parents: 
22diff
changeset | 10 LIB= libgsmefr.a | 
| 2 
2b5770c715ee
libgsmfrp: compiling utility functions
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 11 | 
| 20 
93ed41fb4038
libgsmfrp/Makefile: add install
 Mychaela Falconia <falcon@freecalypso.org> parents: 
6diff
changeset | 12 INSTALL_PREFIX= /usr/local | 
| 
93ed41fb4038
libgsmfrp/Makefile: add install
 Mychaela Falconia <falcon@freecalypso.org> parents: 
6diff
changeset | 13 | 
| 2 
2b5770c715ee
libgsmfrp: compiling utility functions
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 14 all: ${LIB} | 
| 
2b5770c715ee
libgsmfrp: compiling utility functions
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 15 | 
| 40 
0f1fe48bdb46
libgsmefr/Makefile: add header file dependencies
 Mychaela Falconia <falcon@freecalypso.org> parents: 
38diff
changeset | 16 ${OBJS}: ${HDRS} | 
| 
0f1fe48bdb46
libgsmefr/Makefile: add header file dependencies
 Mychaela Falconia <falcon@freecalypso.org> parents: 
38diff
changeset | 17 | 
| 2 
2b5770c715ee
libgsmfrp: compiling utility functions
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 18 ${LIB}: ${OBJS} | 
| 
2b5770c715ee
libgsmfrp: compiling utility functions
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 19 ar rcu $@ ${OBJS} | 
| 
2b5770c715ee
libgsmfrp: compiling utility functions
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 20 ranlib $@ | 
| 
2b5770c715ee
libgsmfrp: compiling utility functions
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 21 | 
| 20 
93ed41fb4038
libgsmfrp/Makefile: add install
 Mychaela Falconia <falcon@freecalypso.org> parents: 
6diff
changeset | 22 install: | 
| 43 
b9ade9d64e0e
libgsmefr/Makefile: comment out install while in early development
 Mychaela Falconia <falcon@freecalypso.org> parents: 
40diff
changeset | 23 # mkdir -p ${INSTALL_PREFIX}/include | 
| 
b9ade9d64e0e
libgsmefr/Makefile: comment out install while in early development
 Mychaela Falconia <falcon@freecalypso.org> parents: 
40diff
changeset | 24 # install -c -m 444 gsm_efr.h ${INSTALL_PREFIX}/include | 
| 
b9ade9d64e0e
libgsmefr/Makefile: comment out install while in early development
 Mychaela Falconia <falcon@freecalypso.org> parents: 
40diff
changeset | 25 # mkdir -p ${INSTALL_PREFIX}/lib | 
| 
b9ade9d64e0e
libgsmefr/Makefile: comment out install while in early development
 Mychaela Falconia <falcon@freecalypso.org> parents: 
40diff
changeset | 26 # install -c -m 444 ${LIB} ${INSTALL_PREFIX}/lib | 
| 20 
93ed41fb4038
libgsmfrp/Makefile: add install
 Mychaela Falconia <falcon@freecalypso.org> parents: 
6diff
changeset | 27 | 
| 2 
2b5770c715ee
libgsmfrp: compiling utility functions
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 28 clean: | 
| 
2b5770c715ee
libgsmfrp: compiling utility functions
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 29 rm -f *.[oa] errs | 
