FreeCalypso > hg > gsm-codec-lib
view libtest/Makefile @ 587:7bce90c844c2 default tip
tw5b-dump: support verbose invalid SID per TW-TS-002 v1.2.0
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 12 Mar 2025 20:38:23 +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