FreeCalypso > hg > vband-misc
comparison efr-sid/Makefile @ 52:fd498c6898a8
efr-sid OS#6538: generate TCH UL file for FC testing
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 12 Aug 2024 03:09:13 +0000 |
parents | 914eeb3ab866 |
children |
comparison
equal
deleted
inserted
replaced
51:914eeb3ab866 | 52:fd498c6898a8 |
---|---|
5 PROGS= ${PROG1} ${PROG2} | 5 PROGS= ${PROG1} ${PROG2} |
6 INPUT= dtx01-frame71.cod | 6 INPUT= dtx01-frame71.cod |
7 OUT1= efr-sid-test.gsmx | 7 OUT1= efr-sid-test.gsmx |
8 OUT2= efr-sid-test2.gsmx | 8 OUT2= efr-sid-test2.gsmx |
9 OUT2H= efr-sid-test2.hex | 9 OUT2H= efr-sid-test2.hex |
10 OUTPUTS=${OUT1} ${OUT2} ${OUT2H} | 10 OUT2T= efr-sid-test2.tch |
11 OUTPUTS=${OUT1} ${OUT2} ${OUT2H} ${OUT2T} | |
11 | 12 |
12 all: ${PROGS} ${OUTPUTS} | 13 all: ${PROGS} ${OUTPUTS} |
13 | 14 |
14 ${PROG1}: ${PROG1}.o etsi-bit-rd.o sidbits.o | 15 ${PROG1}: ${PROG1}.o etsi-bit-rd.o sidbits.o |
15 ${CC} ${CFLAGS} -o $@ $^ | 16 ${CC} ${CFLAGS} -o $@ $^ |
24 ./${PROG2} ${INPUT} $@ | 25 ./${PROG2} ${INPUT} $@ |
25 | 26 |
26 ${OUT2H}: ${OUT2} | 27 ${OUT2H}: ${OUT2} |
27 ../utils/gen-hex-lines ${OUT2} $@ 31 | 28 ../utils/gen-hex-lines ${OUT2} $@ 31 |
28 | 29 |
30 ${OUT2T}: ${OUT2} | |
31 fc-efr2tch ${OUT2} $@ | |
32 | |
29 clean: | 33 clean: |
30 rm -f ${PROGS} *.o *.gsmx *.hex | 34 rm -f ${PROGS} *.o *.gsmx *.hex *.tch |