FreeCalypso > hg > gsm-codec-lib
view libtest/Makefile @ 556:18aca50d68df default tip
doc/Calypso-TCH-downlink: update for FR1 BFI-with-data
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 11 Oct 2024 01:54:00 +0000 |
parents | 0daaae66b3f6 |
children |
line wrap: on
line source
OBJS= binreader.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