comparison hrutil/Makefile @ 559:707d6f7a54dc default tip

hrutil: new program tw5b-dump
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 06 Feb 2025 09:32:18 +0000
parents 129c895a0564
children
comparison
equal deleted inserted replaced
558:a81ce3cd38a7 559:707d6f7a54dc
1 PROGS= gsmhr-cod-parse gsmhr-cod2hex gsmhr-dec-craft gsmhr-dec-parse 1 PROGS= gsmhr-cod-parse gsmhr-cod2hex gsmhr-dec-craft gsmhr-dec-parse tw5b-dump
2 LIBHR1= ../libgsmhr1/libgsmhr1.a 2 LIBHR1= ../libgsmhr1/libgsmhr1.a
3 LIBTEST=../libtest/libtest.a 3 LIBTEST=../libtest/libtest.a
4 4
5 include ../config.defs 5 include ../config.defs
6 6
16 ${CC} ${CFLAGS} -o $@ $^ 16 ${CC} ${CFLAGS} -o $@ $^
17 17
18 gsmhr-dec-parse: dec-parse.o print-frame.o read-dec.o ${LIBHR1} 18 gsmhr-dec-parse: dec-parse.o print-frame.o read-dec.o ${LIBHR1}
19 ${CC} ${CFLAGS} -o $@ $^ 19 ${CC} ${CFLAGS} -o $@ $^
20 20
21 tw5b-dump: print-frame.o tw5b-dump.o ${LIBHR1} ${LIBTEST}
22 ${CC} ${CFLAGS} -o $@ $^
23
21 install: 24 install:
22 mkdir -p ${DESTDIR}${bindir} 25 mkdir -p ${DESTDIR}${bindir}
23 install -c ${PROGS} ${DESTDIR}${bindir} 26 install -c ${PROGS} ${DESTDIR}${bindir}
24 27
25 clean: 28 clean: