comparison hrutil/Makefile @ 565:ec146b5b9c91

hrutil: new program gsmhr-hex2dec
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 12 Feb 2025 01:12:22 +0000
parents 30c57cf6e87d
children 62fe499ffc15
comparison
equal deleted inserted replaced
564:30c57cf6e87d 565:ec146b5b9c91
1 PROGS= gsmhr-cod-parse gsmhr-cod2hex gsmhr-dec-craft gsmhr-dec-parse tw5b-dump 1 PROGS= gsmhr-cod-parse gsmhr-cod2hex gsmhr-dec-craft gsmhr-dec-parse \
2 gsmhr-hex2dec tw5b-dump
2 LIBHR1= ../libgsmhr1/libgsmhr1.a 3 LIBHR1= ../libgsmhr1/libgsmhr1.a
3 LIBTEST=../libtest/libtest.a 4 LIBTEST=../libtest/libtest.a
4 LIBS= ${LIBHR1} ${LIBTEST} 5 LIBS= ${LIBHR1} ${LIBTEST}
5 6
6 include ../config.defs 7 include ../config.defs
17 ${CC} ${CFLAGS} -o $@ $^ 18 ${CC} ${CFLAGS} -o $@ $^
18 19
19 gsmhr-dec-parse: dec-parse.o print-frame.o read-dec.o ${LIBS} 20 gsmhr-dec-parse: dec-parse.o print-frame.o read-dec.o ${LIBS}
20 ${CC} ${CFLAGS} -o $@ $^ 21 ${CC} ${CFLAGS} -o $@ $^
21 22
23 gsmhr-hex2dec: hex2dec.o ${LIBS}
24 ${CC} ${CFLAGS} -o $@ $^
25
22 tw5b-dump: print-frame.o tw5b-dump.o ${LIBS} 26 tw5b-dump: print-frame.o tw5b-dump.o ${LIBS}
23 ${CC} ${CFLAGS} -o $@ $^ 27 ${CC} ${CFLAGS} -o $@ $^
24 28
25 install: 29 install:
26 mkdir -p ${DESTDIR}${bindir} 30 mkdir -p ${DESTDIR}${bindir}