comparison 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
comparison
equal deleted inserted replaced
30:19039ffbe605 31:5f98c5cae4ea
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 PROGS= dump-1bit trau-extr trau-hr-dump trau-parse trau-sync8 3 PROGS= dump-1bit tfo-parse-fr16 trau-extr trau-hr-dump trau-parse trau-sync8
4 4
5 all: ${PROGS} 5 all: ${PROGS}
6 6
7 dump-1bit: dump-1bit.c 7 dump-1bit: dump-1bit.c
8 ${CC} ${CFLAGS} -o $@ $@.c 8 ${CC} ${CFLAGS} -o $@ $@.c
9
10 tfo-parse-fr16: crc8gen.o parse-fr.o parse-efr.o parse-tfo16.o
11 ${CC} ${CFLAGS} -o $@ $^ -lgsmfr2 -lgsmefr
9 12
10 trau-extr: extr-fr.o extr-efr.o extr-main.o 13 trau-extr: extr-fr.o extr-efr.o extr-main.o
11 ${CC} ${CFLAGS} -o $@ $^ -lgsmfr2 14 ${CC} ${CFLAGS} -o $@ $^ -lgsmfr2
12 15
13 trau-hr-dump: crc8gen.o gsmhr_unpack.o trau-hr-dump.o 16 trau-hr-dump: crc8gen.o gsmhr_unpack.o trau-hr-dump.o