FreeCalypso > hg > freecalypso-tools
diff miscutil/Makefile @ 758:b8cb116a7dc7
arfcn2ti utility added to miscutil
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 27 Nov 2020 03:53:11 +0000 |
parents | 2dcfad8a3ed0 |
children | d2fccd82a83e |
line wrap: on
line diff
--- a/miscutil/Makefile Fri Nov 06 00:51:22 2020 +0000 +++ b/miscutil/Makefile Fri Nov 27 03:53:11 2020 +0000 @@ -1,7 +1,8 @@ CC= gcc CFLAGS= -O2 -PROGS= fc-fr2tch fc-gsm2vm fc-pulse-dtr fc-pulse-rts fc-rgbconv fc-serterm \ - fc-tch2fr fc-vm2hex imei-luhn make-imeisv mokosrec2bin srec-regions +PROGS= arfcn2ti fc-fr2tch fc-gsm2vm fc-pulse-dtr fc-pulse-rts fc-rgbconv \ + fc-serterm fc-tch2fr fc-vm2hex imei-luhn make-imeisv mokosrec2bin \ + srec-regions SCRIPTS=c139explore pirexplore INSTALL_PREFIX= /opt/freecalypso @@ -15,6 +16,9 @@ TCH2FR_OBJS= fc-tch2fr.o gsm0610.o SERTERM_OBJS= fc-serterm.o ttypassthru.o ../libserial/libserial.a +arfcn2ti: arfcn2ti.c + ${CC} ${CFLAGS} -o $@ $@.c + fc-fr2tch: ${FR2TCH_OBJS} ${CC} ${CFLAGS} -o $@ ${FR2TCH_OBJS}