diff trau-decode/Makefile @ 74:e78c6b1ecb91

trau-decode: refactor trau-hr-dump The desire is to create a companion program that will read hex lines representing TRAU-8k frames and then decode those frames in exactly the same way how we currently decode frames read from binary capture files. Hence the decoder portion of trau-hr-dump needs to be factored out.
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 08 Feb 2025 03:00:31 +0000
parents 5f98c5cae4ea
children b518ab15b518
line wrap: on
line diff
--- a/trau-decode/Makefile	Sat Feb 08 01:13:54 2025 +0000
+++ b/trau-decode/Makefile	Sat Feb 08 03:00:31 2025 +0000
@@ -13,7 +13,7 @@
 trau-extr:	extr-fr.o extr-efr.o extr-main.o
 	${CC} ${CFLAGS} -o $@ $^ -lgsmfr2
 
-trau-hr-dump:	crc8gen.o gsmhr_unpack.o trau-hr-dump.o
+trau-hr-dump:	crc8gen.o gsmhr_unpack.o hr-guts.o trau-hr-dump.o
 	${CC} ${CFLAGS} -o $@ $^
 
 trau-parse:	crc8gen.o parse-fr.o parse-efr.o parse-main.o