view dhf/Makefile @ 55:f27bc1e17311

fr-sid/goodsp-frame41.gsmx: starting point This 33-byte binary file contains frame #41 from good_sp.cod from GSM 06.32 test sequence set, converted from ETSI *.cod format into our gsmx format. This frame is an example of a real FRv1 SID.
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 22 Aug 2024 05:00:08 +0000
parents e4c6fc4e30f4
children
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
PROGS=	efr-dhf-hexout emit-dhfbin-0610 emit-dhfbin-efr
COUT=	efr-dhf-bytes.c mr122-dhf-bytes.c
OUTF=	${COUT} efr-dhf.gsmx fr1-dhf.gsm

all:	${PROGS} ${OUTF}

efr-dhf-hexout:	efr-dhf-hexout.c
	${CC} ${CFLAGS} -o $@ $@.c -lgsmefr -ltwamr

${COUT}:	efr-dhf-hexout
	./efr-dhf-hexout efr-dhf-bytes.c mr122-dhf-bytes.c

emit-dhfbin-efr:	emit-dhfbin-efr.o efr-dhf-bytes.o
	${CC} ${CFLAGS} -o $@ $^

efr-dhf.gsmx:	emit-dhfbin-efr
	./emit-dhfbin-efr $@

emit-dhfbin-0610:	emit-dhfbin-0610.c
	${CC} ${CFLAGS} -o $@ $@.c -lgsmfr2

fr1-dhf.gsm:	emit-dhfbin-0610
	./emit-dhfbin-0610 $@

clean:
	rm -f *.o ${PROGS} ${COUT} *.gsm *.gsmx