FreeCalypso > hg > gsm-codec-lib
view libtest/Makefile @ 461:a53225b44ea5
further refinement of build system:
follow general free sw standards as much as possible
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 11 May 2024 07:09:59 +0000 |
parents | 19f1aa01ea10 |
children | 4d2cccaeb4a7 |
line wrap: on
line source
OBJS= binreader.o parse_dlcap.o pcmwrite.o roberead.o robewrite.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