annotate libgsmefr/Makefile @ 68:aacdf352576c

libgsmefr: e_homing.c compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 26 Nov 2022 05:21:50 +0000
parents 58b64224d4ac
children e109d8752d60
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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: 58
diff 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: 63
diff changeset
4 d1035pf.o d_gains.o d_homing.o d_plsf_5.o dec_12k2.o dec_create.o \
68
aacdf352576c libgsmefr: e_homing.c compiles
Mychaela Falconia <falcon@freecalypso.org>
parents: 67
diff changeset
5 dec_lag6.o dtx.o e_homing.o enc_create.o frame2params.o params2frame.o \
aacdf352576c libgsmefr: e_homing.c compiles
Mychaela Falconia <falcon@freecalypso.org>
parents: 67
diff changeset
6 sid_class.o sid_insert.o tls_flags.o
48
af4b075d0313 libgsmefr: encoder state structure finished in first pass
Mychaela Falconia <falcon@freecalypso.org>
parents: 43
diff 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: 57
diff 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: 57
diff changeset
9 oper_32b.h sig_proc.h typedef.h vad.h
31
19a90fa1f608 libgsmefr: implement SID classification
Mychaela Falconia <falcon@freecalypso.org>
parents: 22
diff 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: 6
diff changeset
12 INSTALL_PREFIX= /usr/local
93ed41fb4038 libgsmfrp/Makefile: add install
Mychaela Falconia <falcon@freecalypso.org>
parents: 6
diff 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: 38
diff changeset
16 ${OBJS}: ${HDRS}
0f1fe48bdb46 libgsmefr/Makefile: add header file dependencies
Mychaela Falconia <falcon@freecalypso.org>
parents: 38
diff 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: 6
diff changeset
22 install:
43
b9ade9d64e0e libgsmefr/Makefile: comment out install while in early development
Mychaela Falconia <falcon@freecalypso.org>
parents: 40
diff changeset
23 # mkdir -p ${INSTALL_PREFIX}/include
b9ade9d64e0e libgsmefr/Makefile: comment out install while in early development
Mychaela Falconia <falcon@freecalypso.org>
parents: 40
diff 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: 40
diff changeset
25 # mkdir -p ${INSTALL_PREFIX}/lib
b9ade9d64e0e libgsmefr/Makefile: comment out install while in early development
Mychaela Falconia <falcon@freecalypso.org>
parents: 40
diff changeset
26 # install -c -m 444 ${LIB} ${INSTALL_PREFIX}/lib
20
93ed41fb4038 libgsmfrp/Makefile: add install
Mychaela Falconia <falcon@freecalypso.org>
parents: 6
diff 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