FreeCalypso > hg > gsm-codec-lib
comparison libgsmhr1/Makefile @ 505:17c0aabae474
libgsmhr1: integrate fillBitAlloc()
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Wed, 19 Jun 2024 01:49:03 +0000 |
| parents | 024615de06fe |
| children | 06578223a752 |
comparison
equal
deleted
inserted
replaced
| 504:024615de06fe | 505:17c0aabae474 |
|---|---|
| 1 OBJS= dhf_params.o mathdp31.o mathhalf.o pack_frame.o rtp_in.o sid_detect.o \ | 1 OBJS= dhf_params.o enc_out_order.o mathdp31.o mathhalf.o pack_frame.o \ |
| 2 sid_reset.o twts002_in.o twts002_out.o unpack_frame.o | 2 rtp_in.o sid_detect.o sid_reset.o twts002_in.o twts002_out.o \ |
| 3 HDRS= mathdp31.h mathhalf.h namespace.h tw_gsmhr.h typedefs.h | 3 unpack_frame.o |
| 4 HDRS= enc_out_order.h mathdp31.h mathhalf.h namespace.h tw_gsmhr.h typedefs.h | |
| 4 LIB= libgsmhr1.a | 5 LIB= libgsmhr1.a |
| 5 | 6 |
| 6 include ../config.defs | 7 include ../config.defs |
| 7 | 8 |
| 8 all: ${LIB} | 9 all: ${LIB} |
