FreeCalypso > hg > gsm-codec-lib
comparison hrutil/Makefile @ 515:bb36ef735f25
hrutil: starting with gsmhr-cod-parse
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Fri, 30 Aug 2024 08:05:07 +0000 |
| parents | efrtest/Makefile@d80ccb3c3970 |
| children | 2d703e1e9107 |
comparison
equal
deleted
inserted
replaced
| 514:67b13a6a63c9 | 515:bb36ef735f25 |
|---|---|
| 1 PROGS= gsmhr-cod-parse | |
| 2 LIBHR1= ../libgsmhr1/libgsmhr1.a | |
| 3 | |
| 4 include ../config.defs | |
| 5 | |
| 6 all: ${PROGS} | |
| 7 | |
| 8 gsmhr-cod-parse: cod-parse.o print-frame.o read-cod.o ${LIBHR1} | |
| 9 ${CC} ${CFLAGS} -o $@ $^ | |
| 10 | |
| 11 install: | |
| 12 mkdir -p ${DESTDIR}${bindir} | |
| 13 install -c ${PROGS} ${DESTDIR}${bindir} | |
| 14 | |
| 15 clean: | |
| 16 rm -f *.o *.out ${PROGS} |
