comparison hrutil/Makefile @ 517:2d703e1e9107

hrutil: implement gsmhr-dec-parse
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 30 Aug 2024 08:27:05 +0000
parents bb36ef735f25
children 087a88d25ba2
comparison
equal deleted inserted replaced
516:5353d7652f65 517:2d703e1e9107
1 PROGS= gsmhr-cod-parse 1 PROGS= gsmhr-cod-parse gsmhr-dec-parse
2 LIBHR1= ../libgsmhr1/libgsmhr1.a 2 LIBHR1= ../libgsmhr1/libgsmhr1.a
3 3
4 include ../config.defs 4 include ../config.defs
5 5
6 all: ${PROGS} 6 all: ${PROGS}
7 7
8 gsmhr-cod-parse: cod-parse.o print-frame.o read-cod.o ${LIBHR1} 8 gsmhr-cod-parse: cod-parse.o print-frame.o read-cod.o ${LIBHR1}
9 ${CC} ${CFLAGS} -o $@ $^ 9 ${CC} ${CFLAGS} -o $@ $^
10 10
11 gsmhr-dec-parse: dec-parse.o print-frame.o read-dec.o ${LIBHR1}
12 ${CC} ${CFLAGS} -o $@ $^
13
11 install: 14 install:
12 mkdir -p ${DESTDIR}${bindir} 15 mkdir -p ${DESTDIR}${bindir}
13 install -c ${PROGS} ${DESTDIR}${bindir} 16 install -c ${PROGS} ${DESTDIR}${bindir}
14 17
15 clean: 18 clean: