comparison miscutil/Makefile @ 759:d2fccd82a83e

ti2arfcn utility added to miscutil
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 27 Nov 2020 04:39:38 +0000
parents b8cb116a7dc7
children 8ddb16a37273
comparison
equal deleted inserted replaced
758:b8cb116a7dc7 759:d2fccd82a83e
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 PROGS= arfcn2ti fc-fr2tch fc-gsm2vm fc-pulse-dtr fc-pulse-rts fc-rgbconv \ 3 PROGS= arfcn2ti fc-fr2tch fc-gsm2vm fc-pulse-dtr fc-pulse-rts fc-rgbconv \
4 fc-serterm fc-tch2fr fc-vm2hex imei-luhn make-imeisv mokosrec2bin \ 4 fc-serterm fc-tch2fr fc-vm2hex imei-luhn make-imeisv mokosrec2bin \
5 srec-regions 5 srec-regions ti2arfcn
6 SCRIPTS=c139explore pirexplore 6 SCRIPTS=c139explore pirexplore
7 7
8 INSTALL_PREFIX= /opt/freecalypso 8 INSTALL_PREFIX= /opt/freecalypso
9 9
10 INSTBIN=${INSTALL_PREFIX}/bin 10 INSTBIN=${INSTALL_PREFIX}/bin
56 ${CC} ${CFLAGS} -o $@ $@.c 56 ${CC} ${CFLAGS} -o $@ $@.c
57 57
58 srec-regions: srec-regions.c 58 srec-regions: srec-regions.c
59 ${CC} ${CFLAGS} -o $@ $@.c 59 ${CC} ${CFLAGS} -o $@ $@.c
60 60
61 ti2arfcn: ti2arfcn.c
62 ${CC} ${CFLAGS} -o $@ $@.c
63
61 install: 64 install:
62 mkdir -p ${INSTBIN} 65 mkdir -p ${INSTBIN}
63 install -c ${PROGS} ${SCRIPTS} ${INSTBIN} 66 install -c ${PROGS} ${SCRIPTS} ${INSTBIN}
64 67
65 clean: 68 clean: