FreeCalypso > hg > themwi-system-sw
comparison utils/Makefile @ 42:891ebfb55e6b
sip-rx-test program written, compiles
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sun, 04 Sep 2022 17:55:40 -0800 |
| parents | 4e0a73be9e37 |
| children | ffb563a17f23 |
comparison
equal
deleted
inserted
replaced
| 41:e57bc4c885a7 | 42:891ebfb55e6b |
|---|---|
| 1 CC= gcc | 1 CC= gcc |
| 2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
| 3 PROGS= sip-udp-dump themwi-check-own themwi-dump-numdb themwi-short-dial \ | 3 PROGS= sip-rx-test sip-udp-dump themwi-check-own themwi-dump-numdb \ |
| 4 themwi-update-numdb | 4 themwi-short-dial themwi-update-numdb |
| 5 LIBNUMDB=../libnumdb/libnumdb.a | 5 LIBNUMDB=../libnumdb/libnumdb.a |
| 6 LIBSIP= ../libsip/libsip.a | |
| 6 LIBUTIL=../libutil/libutil.a | 7 LIBUTIL=../libutil/libutil.a |
| 7 INSTBIN=/usr/local/bin | 8 INSTBIN=/usr/local/bin |
| 8 | 9 |
| 9 all: ${PROGS} | 10 all: ${PROGS} |
| 11 | |
| 12 sip-rx-test: sip-rx-test.o ${LIBSIP} | |
| 13 ${CC} ${CFLAGS} -o $@ $@.o ${LIBSIP} | |
| 10 | 14 |
| 11 sip-udp-dump: sip-udp-dump.c | 15 sip-udp-dump: sip-udp-dump.c |
| 12 ${CC} ${CFLAGS} -o $@ $@.c | 16 ${CC} ${CFLAGS} -o $@ $@.c |
| 13 | 17 |
| 14 themwi-check-own: themwi-check-own.o ${LIBNUMDB} ${LIBUTIL} | 18 themwi-check-own: themwi-check-own.o ${LIBNUMDB} ${LIBUTIL} |
