FreeCalypso > hg > freecalypso-tools
comparison miscutil/Makefile @ 473:90d7c360a614
main tree Makefile hierarchy: INSTALL_PREFIX= scheme implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 13 Feb 2019 05:06:15 +0000 |
parents | a5dab452be0d |
children | 89e9e79a7f55 |
comparison
equal
deleted
inserted
replaced
472:368ffb8a08e5 | 473:90d7c360a614 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 PROGS= fc-fr2tch fc-gsm2vm fc-rgbconv fc-serterm fc-tch2fr fc-vm2hex imei-luhn\ | 3 PROGS= fc-fr2tch fc-gsm2vm fc-rgbconv fc-serterm fc-tch2fr fc-vm2hex imei-luhn\ |
4 mokosrec2bin | 4 mokosrec2bin |
5 SCRIPTS=c139explore pirexplore | 5 SCRIPTS=c139explore pirexplore |
6 INSTBIN=/opt/freecalypso/bin | 6 |
7 INSTALL_PREFIX= /opt/freecalypso | |
8 | |
9 INSTBIN=${INSTALL_PREFIX}/bin | |
7 | 10 |
8 all: ${PROGS} | 11 all: ${PROGS} |
9 | 12 |
10 FR2TCH_OBJS= fc-fr2tch.o gsm0610.o | 13 FR2TCH_OBJS= fc-fr2tch.o gsm0610.o |
11 GSM2VM_OBJS= fc-gsm2vm.o gsm0610.o | 14 GSM2VM_OBJS= fc-gsm2vm.o gsm0610.o |