view libtest/Makefile @ 586:b21ea4ab586d

libgsmhr1: update for TW-TS-002 version 1.2.0 The component of libgsmhr1 being changed is RTP input functions; the change is accepting FT=1 (invalid SID) frames both with and without payload data bits.
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 10 Mar 2025 02:03:31 +0000
parents 9a9d05a8fc75
children
line wrap: on
line source

OBJS=	binreader.o local_endian.o parse_dlcap.o pcmwrite.o roberead.o \
	robewrite.o tw5reader.o tw5writer.o wavrdhelp.o wavreader.o wavwriter.o
LIB=	libtest.a

include ../config.defs

all:	${LIB}

${LIB}:	${OBJS}
	ar rcu $@ ${OBJS}
	ranlib $@

clean:
	rm -f *.[oa] errs