FreeCalypso > hg > gsm-codec-lib
view libtest/Makefile @ 522:4d2cccaeb4a7
libtest: implement TW-TS-005 reader function
Spec reference:
https://www.freecalypso.org/specs/tw-ts-005-v010002.txt
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 19 Sep 2024 03:08:47 +0000 |
parents | 19f1aa01ea10 |
children | 0daaae66b3f6 |
line wrap: on
line source
OBJS= binreader.o parse_dlcap.o pcmwrite.o roberead.o robewrite.o tw5reader.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