FreeCalypso > hg > gsm-net-reveng
comparison trau-ul-compile/Makefile @ 26:f80e64139670
trau-ul-decomp program written
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Mon, 24 Jun 2024 01:50:02 +0000 |
| parents | 8e9bbb83bd16 |
| children |
comparison
equal
deleted
inserted
replaced
| 25:118a4e4268b2 | 26:f80e64139670 |
|---|---|
| 1 CC= gcc | 1 CC= gcc |
| 2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
| 3 PROGS= trau-ul-compile | 3 PROGS= trau-ul-compile trau-ul-decomp |
| 4 | 4 |
| 5 all: ${PROGS} | 5 all: ${PROGS} |
| 6 | 6 |
| 7 trau-ul-compile: trau-ul-compile.c | 7 trau-ul-compile: trau-ul-compile.c |
| 8 ${CC} ${CFLAGS} -o $@ $@.c -lgsmfr2 -lgsmefr | 8 ${CC} ${CFLAGS} -o $@ $@.c -lgsmfr2 -lgsmefr |
| 9 | 9 |
| 10 trau-ul-decomp: trau-ul-decomp.c | |
| 11 ${CC} ${CFLAGS} -o $@ $@.c -lgsmfr2 -lgsmefr | |
| 12 | |
| 10 clean: | 13 clean: |
| 11 rm -f *.o ${PROGS} | 14 rm -f *.o ${PROGS} |
