FreeCalypso > hg > gsm-codec-lib
comparison libtest/Makefile @ 153:14b627682458
gsmfr-decode-r utility put together
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Wed, 14 Dec 2022 23:11:20 +0000 |
| parents | be57e06bed84 |
| children | 9814041e8096 |
comparison
equal
deleted
inserted
replaced
| 152:a217a6eacbad | 153:14b627682458 |
|---|---|
| 1 CC= gcc | 1 CC= gcc |
| 2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
| 3 OBJS= binreader.o parse_dlcap.o pcmwrite.o wavrdhelp.o wavreader.o wavwriter.o | 3 OBJS= binreader.o parse_dlcap.o pcmwrite.o robewrite.o wavrdhelp.o \ |
| 4 wavreader.o wavwriter.o | |
| 4 LIB= libtest.a | 5 LIB= libtest.a |
| 5 | 6 |
| 6 all: ${LIB} | 7 all: ${LIB} |
| 7 | 8 |
| 8 ${LIB}: ${OBJS} | 9 ${LIB}: ${OBJS} |
