FreeCalypso > hg > themwi-system-sw
comparison libutil/Makefile @ 39:64b9f0f90726
themwi-test-mtc: handle DTMF from MS
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sat, 03 Sep 2022 14:44:19 -0800 |
| parents | 660126bd5f59 |
| children | 05d01e810217 |
comparison
equal
deleted
inserted
replaced
| 38:020ba624bdd8 | 39:64b9f0f90726 |
|---|---|
| 1 CC= gcc | 1 CC= gcc |
| 2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
| 3 OBJS= extdigits.o imsi_entry.o mncc_debug.o mncc_utils.o nanp_valid.o \ | 3 OBJS= dtmf_valid.o extdigits.o imsi_entry.o mncc_debug.o mncc_utils.o \ |
| 4 numstring.o sockinit.o | 4 nanp_valid.o numstring.o sockinit.o |
| 5 LIB= libutil.a | 5 LIB= libutil.a |
| 6 | 6 |
| 7 all: ${LIB} | 7 all: ${LIB} |
| 8 | 8 |
| 9 ${LIB}: ${OBJS} | 9 ${LIB}: ${OBJS} |
