FreeCalypso > hg > themwi-system-sw
comparison utils/Makefile @ 218:211a043a385f
smpp-test1 program written, compiles
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Tue, 01 Aug 2023 22:38:04 -0800 |
| parents | 67289fac8a44 |
| children | e1d7db9d734c |
comparison
equal
deleted
inserted
replaced
| 217:9f6a148ceb25 | 218:211a043a385f |
|---|---|
| 1 CC= gcc | 1 CC= gcc |
| 2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
| 3 PROGS= sip-out-test sip-rx-test sip-udp-dump themwi-check-own \ | 3 PROGS= sip-out-test sip-rx-test sip-udp-dump themwi-check-own \ |
| 4 themwi-dump-numdb themwi-short-dial themwi-update-numdb \ | 4 themwi-dump-numdb themwi-short-dial themwi-update-numdb \ |
| 5 themwi-update-outrt | 5 themwi-update-outrt |
| 6 NOINST= rtp-alloc-test tcpserv-dump | 6 NOINST= rtp-alloc-test smpp-test1 tcpserv-dump |
| 7 LIBNUMDB=../libnumdb/libnumdb.a | 7 LIBNUMDB=../libnumdb/libnumdb.a |
| 8 LIBRTPA=../librtpalloc/librtpalloc.a | 8 LIBRTPA=../librtpalloc/librtpalloc.a |
| 9 LIBSIP= ../libsip/libsip.a | 9 LIBSIP= ../libsip/libsip.a |
| 10 LIBUTIL=../libutil/libutil.a | 10 LIBUTIL=../libutil/libutil.a |
| 11 INSTBIN=/usr/local/bin | 11 INSTBIN=/usr/local/bin |
| 20 | 20 |
| 21 sip-rx-test: sip-rx-test.o ${LIBSIP} | 21 sip-rx-test: sip-rx-test.o ${LIBSIP} |
| 22 ${CC} ${CFLAGS} -o $@ $@.o ${LIBSIP} | 22 ${CC} ${CFLAGS} -o $@ $@.o ${LIBSIP} |
| 23 | 23 |
| 24 sip-udp-dump: sip-udp-dump.c | 24 sip-udp-dump: sip-udp-dump.c |
| 25 ${CC} ${CFLAGS} -o $@ $@.c | |
| 26 | |
| 27 smpp-test1: smpp-test1.c | |
| 25 ${CC} ${CFLAGS} -o $@ $@.c | 28 ${CC} ${CFLAGS} -o $@ $@.c |
| 26 | 29 |
| 27 tcpserv-dump: tcpserv-dump.c | 30 tcpserv-dump: tcpserv-dump.c |
| 28 ${CC} ${CFLAGS} -o $@ $@.c | 31 ${CC} ${CFLAGS} -o $@ $@.c |
| 29 | 32 |
