FreeCalypso > hg > gsm-codec-lib
diff miscutil/Makefile @ 523:86d4ec69b36c
miscutil: new program tw5a-dump
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 19 Sep 2024 04:13:28 +0000 |
parents | 785b302992f0 |
children | ddb2b00d582b |
line wrap: on
line diff
--- a/miscutil/Makefile Thu Sep 19 03:08:47 2024 +0000 +++ b/miscutil/Makefile Thu Sep 19 04:13:28 2024 +0000 @@ -1,5 +1,5 @@ PROGS= amrts-pcm8-compact gsmrec-dump gsmx-to-tw5a pcm16-check13 pcm16-raw2wav\ - pcm16-to-alaw pcm16-to-ulaw pcm16-wav2raw pcm8-to-pcm16 + pcm16-to-alaw pcm16-to-ulaw pcm16-wav2raw pcm8-to-pcm16 tw5a-dump LIBEFR= ../libgsmefr/libgsmefr.a ../libgsmfr2/libgsmfr2.a LIBTEST=../libtest/libtest.a @@ -34,6 +34,9 @@ pcm8-to-pcm16: pcm8-to-pcm16.c ${CC} ${CFLAGS} -o $@ $@.c +tw5a-dump: tw5a-dump.o ${LIBTEST} ${LIBEFR} + ${CC} ${CFLAGS} -o $@ tw5a-dump.o ${LIBTEST} ${LIBEFR} + install: mkdir -p ${DESTDIR}${bindir} install -c ${PROGS} ${DESTDIR}${bindir}