FreeCalypso > hg > gsm-codec-lib
comparison libgsmhr1/Makefile @ 496:af70bf42eb1b
libgsmhr1: implement DHF const array
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 18 Jun 2024 00:15:46 +0000 |
parents | aee13079db3c |
children | b0333fa167c3 |
comparison
equal
deleted
inserted
replaced
495:aee13079db3c | 496:af70bf42eb1b |
---|---|
1 OBJS= pack_frame.o rtp_in.o sid_detect.o sid_reset.o twts002_in.o \ | 1 OBJS= dhf_params.o pack_frame.o rtp_in.o sid_detect.o sid_reset.o \ |
2 twts002_out.o unpack_frame.o | 2 twts002_in.o twts002_out.o unpack_frame.o |
3 HDRS= tw_gsmhr.h | 3 HDRS= tw_gsmhr.h |
4 LIB= libgsmhr1.a | 4 LIB= libgsmhr1.a |
5 | 5 |
6 include ../config.defs | 6 include ../config.defs |
7 | 7 |