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