comparison libgsmhr1/Makefile @ 493:dc7249923b3a

libgsmhr1: implement TW-TS-002 output
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 17 Jun 2024 23:00:57 +0000
parents cc3a831712a4
children aaf4dec8bee0
comparison
equal deleted inserted replaced
492:cc3a831712a4 493:dc7249923b3a
1 OBJS= pack_frame.o rtp_in.o twts002_in.o unpack_frame.o 1 OBJS= pack_frame.o rtp_in.o twts002_in.o twts002_out.o unpack_frame.o
2 HDRS= tw_gsmhr.h 2 HDRS= tw_gsmhr.h
3 LIB= libgsmhr1.a 3 LIB= libgsmhr1.a
4 4
5 include ../config.defs 5 include ../config.defs
6 6