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