comparison miscutil/Makefile @ 59:819335e06fd1

c139explore and pirexplore host wrapper shell scripts added
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 26 Oct 2016 15:28:29 +0000
parents bfcc5a286459
children a72bbc3ace09
comparison
equal deleted inserted replaced
58:cedd12ebf35a 59:819335e06fd1
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 PROGS= fc-fr2tch fc-rgbconv fc-serterm fc-tch2fr imei-luhn 3 PROGS= fc-fr2tch fc-rgbconv fc-serterm fc-tch2fr imei-luhn
4 SCRIPTS=c139explore pirexplore
4 INSTBIN=/opt/freecalypso/bin 5 INSTBIN=/opt/freecalypso/bin
5 6
6 all: ${PROGS} 7 all: ${PROGS}
7 8
8 FR2TCH_OBJS= fc-fr2tch.o gsm0610.o 9 FR2TCH_OBJS= fc-fr2tch.o gsm0610.o
27 imei-luhn: imei-luhn.c 28 imei-luhn: imei-luhn.c
28 ${CC} ${CFLAGS} -o $@ $@.c 29 ${CC} ${CFLAGS} -o $@ $@.c
29 30
30 install: 31 install:
31 mkdir -p ${INSTBIN} 32 mkdir -p ${INSTBIN}
32 install -c ${PROGS} ${INSTBIN} 33 install -c ${PROGS} ${SCRIPTS} ${INSTBIN}
33 34
34 clean: 35 clean:
35 rm -f ${PROGS} *.o *errs *.out 36 rm -f ${PROGS} *.o *errs *.out