diff miscutil/Makefile @ 524:ddb2b00d582b

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