comparison miscutil/Makefile @ 744:2dcfad8a3ed0

make-imeisv utility written
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 19 Oct 2020 06:35:35 +0000
parents 5b8287c655cf
children b8cb116a7dc7
comparison
equal deleted inserted replaced
743:88a1c8af39ac 744:2dcfad8a3ed0
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 PROGS= fc-fr2tch fc-gsm2vm fc-pulse-dtr fc-pulse-rts fc-rgbconv fc-serterm \ 3 PROGS= fc-fr2tch fc-gsm2vm fc-pulse-dtr fc-pulse-rts fc-rgbconv fc-serterm \
4 fc-tch2fr fc-vm2hex imei-luhn mokosrec2bin srec-regions 4 fc-tch2fr fc-vm2hex imei-luhn make-imeisv mokosrec2bin srec-regions
5 SCRIPTS=c139explore pirexplore 5 SCRIPTS=c139explore pirexplore
6 6
7 INSTALL_PREFIX= /opt/freecalypso 7 INSTALL_PREFIX= /opt/freecalypso
8 8
9 INSTBIN=${INSTALL_PREFIX}/bin 9 INSTBIN=${INSTALL_PREFIX}/bin
43 ${CC} ${CFLAGS} -o $@ $@.c 43 ${CC} ${CFLAGS} -o $@ $@.c
44 44
45 imei-luhn: imei-luhn.c 45 imei-luhn: imei-luhn.c
46 ${CC} ${CFLAGS} -o $@ $@.c 46 ${CC} ${CFLAGS} -o $@ $@.c
47 47
48 make-imeisv: make-imeisv.c
49 ${CC} ${CFLAGS} -o $@ $@.c
50
48 mokosrec2bin: mokosrec2bin.c 51 mokosrec2bin: mokosrec2bin.c
49 ${CC} ${CFLAGS} -o $@ $@.c 52 ${CC} ${CFLAGS} -o $@ $@.c
50 53
51 srec-regions: srec-regions.c 54 srec-regions: srec-regions.c
52 ${CC} ${CFLAGS} -o $@ $@.c 55 ${CC} ${CFLAGS} -o $@ $@.c