FreeCalypso > hg > gsm-net-reveng
diff trau-decode/Makefile @ 31:5f98c5cae4ea
new program tfo-parse-fr16
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 28 Aug 2024 06:23:21 +0000 |
parents | 9bcdb091c24d |
children |
line wrap: on
line diff
--- a/trau-decode/Makefile Wed Aug 28 03:03:46 2024 +0000 +++ b/trau-decode/Makefile Wed Aug 28 06:23:21 2024 +0000 @@ -1,12 +1,15 @@ CC= gcc CFLAGS= -O2 -PROGS= dump-1bit trau-extr trau-hr-dump trau-parse trau-sync8 +PROGS= dump-1bit tfo-parse-fr16 trau-extr trau-hr-dump trau-parse trau-sync8 all: ${PROGS} dump-1bit: dump-1bit.c ${CC} ${CFLAGS} -o $@ $@.c +tfo-parse-fr16: crc8gen.o parse-fr.o parse-efr.o parse-tfo16.o + ${CC} ${CFLAGS} -o $@ $^ -lgsmfr2 -lgsmefr + trau-extr: extr-fr.o extr-efr.o extr-main.o ${CC} ${CFLAGS} -o $@ $^ -lgsmfr2