FreeCalypso > hg > gsm-net-reveng
comparison tfo/Makefile @ 116:4253e7dbffc9
tfo: new program compose-xpar
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Fri, 26 Dec 2025 19:03:29 +0000 |
| parents | fec87477e60b |
| children |
comparison
equal
deleted
inserted
replaced
| 115:62b3b916c0a4 | 116:4253e7dbffc9 |
|---|---|
| 1 CC= gcc | 1 CC= gcc |
| 2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
| 3 STD= find-is-hdr tfo-trace-msg | 3 STD= compose-xpar find-is-hdr tfo-trace-msg |
| 4 PROGS= ${STD} | 4 PROGS= ${STD} |
| 5 | 5 |
| 6 all: ${PROGS} | 6 all: ${PROGS} |
| 7 | 7 |
| 8 ${STD}: | 8 ${STD}: |
| 9 ${CC} ${CFLAGS} -o $@ $@.c | 9 ${CC} ${CFLAGS} -o $@ $@.c |
| 10 | 10 |
| 11 compose-xpar: compose-xpar.c | |
| 11 find-is-hdr: find-is-hdr.c | 12 find-is-hdr: find-is-hdr.c |
| 12 tfo-trace-msg: tfo-trace-msg.c | 13 tfo-trace-msg: tfo-trace-msg.c |
| 13 | 14 |
| 14 clean: | 15 clean: |
| 15 rm -f ${PROGS} *.o *errs *.out | 16 rm -f ${PROGS} *.o *errs *.out |
