FreeCalypso > hg > gsm-codec-lib
annotate hrutil/Makefile @ 518:087a88d25ba2
new program gsmhr-dec-craft
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Sun, 01 Sep 2024 18:58:02 +0000 | 
| parents | 2d703e1e9107 | 
| children | 129c895a0564 | 
| rev | line source | 
|---|---|
| 518 
087a88d25ba2
new program gsmhr-dec-craft
 Mychaela Falconia <falcon@freecalypso.org> parents: 
517diff
changeset | 1 PROGS= gsmhr-cod-parse gsmhr-dec-craft gsmhr-dec-parse | 
| 515 
bb36ef735f25
hrutil: starting with gsmhr-cod-parse
 Mychaela Falconia <falcon@freecalypso.org> parents: 
472diff
changeset | 2 LIBHR1= ../libgsmhr1/libgsmhr1.a | 
| 453 
19f1aa01ea10
new approach to config & build for ThemWi software
 Mychaela Falconia <falcon@freecalypso.org> parents: 
436diff
changeset | 3 | 
| 
19f1aa01ea10
new approach to config & build for ThemWi software
 Mychaela Falconia <falcon@freecalypso.org> parents: 
436diff
changeset | 4 include ../config.defs | 
| 12 
f88817a233fb
gsmfr-decode test program written
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 5 | 
| 27 
896ce7f1d271
frtest: cn-debug is now gsmfr-max-out
 Mychaela Falconia <falcon@freecalypso.org> parents: 
26diff
changeset | 6 all: ${PROGS} | 
| 12 
f88817a233fb
gsmfr-decode test program written
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 7 | 
| 515 
bb36ef735f25
hrutil: starting with gsmhr-cod-parse
 Mychaela Falconia <falcon@freecalypso.org> parents: 
472diff
changeset | 8 gsmhr-cod-parse: cod-parse.o print-frame.o read-cod.o ${LIBHR1} | 
| 436 
e80632ccb745
simplify test program Makefiles
 Mychaela Falconia <falcon@freecalypso.org> parents: 
435diff
changeset | 9 ${CC} ${CFLAGS} -o $@ $^ | 
| 24 
94f18b720f1e
new debug utility gsmfr-preproc
 Mychaela Falconia <falcon@freecalypso.org> parents: 
19diff
changeset | 10 | 
| 518 
087a88d25ba2
new program gsmhr-dec-craft
 Mychaela Falconia <falcon@freecalypso.org> parents: 
517diff
changeset | 11 gsmhr-dec-craft: dec-craft.o ${LIBHR1} | 
| 
087a88d25ba2
new program gsmhr-dec-craft
 Mychaela Falconia <falcon@freecalypso.org> parents: 
517diff
changeset | 12 ${CC} ${CFLAGS} -o $@ $^ | 
| 
087a88d25ba2
new program gsmhr-dec-craft
 Mychaela Falconia <falcon@freecalypso.org> parents: 
517diff
changeset | 13 | 
| 517 
2d703e1e9107
hrutil: implement gsmhr-dec-parse
 Mychaela Falconia <falcon@freecalypso.org> parents: 
515diff
changeset | 14 gsmhr-dec-parse: dec-parse.o print-frame.o read-dec.o ${LIBHR1} | 
| 
2d703e1e9107
hrutil: implement gsmhr-dec-parse
 Mychaela Falconia <falcon@freecalypso.org> parents: 
515diff
changeset | 15 ${CC} ${CFLAGS} -o $@ $^ | 
| 
2d703e1e9107
hrutil: implement gsmhr-dec-parse
 Mychaela Falconia <falcon@freecalypso.org> parents: 
515diff
changeset | 16 | 
| 17 
68a7e86c9868
frtest/Makefile: add install
 Mychaela Falconia <falcon@freecalypso.org> parents: 
14diff
changeset | 17 install: | 
| 460 
cb1d1ea7f2c5
new build system: accept more directory options
 Mychaela Falconia <falcon@freecalypso.org> parents: 
453diff
changeset | 18 mkdir -p ${DESTDIR}${bindir} | 
| 
cb1d1ea7f2c5
new build system: accept more directory options
 Mychaela Falconia <falcon@freecalypso.org> parents: 
453diff
changeset | 19 install -c ${PROGS} ${DESTDIR}${bindir} | 
| 17 
68a7e86c9868
frtest/Makefile: add install
 Mychaela Falconia <falcon@freecalypso.org> parents: 
14diff
changeset | 20 | 
| 12 
f88817a233fb
gsmfr-decode test program written
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 21 clean: | 
| 27 
896ce7f1d271
frtest: cn-debug is now gsmfr-max-out
 Mychaela Falconia <falcon@freecalypso.org> parents: 
26diff
changeset | 22 rm -f *.o *.out ${PROGS} | 
