FreeCalypso > hg > themwi-system-sw
comparison utils/Makefile @ 227:a349ae9d90fa
number db v2: implement themwi-dump-numdb2
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 14 Aug 2023 10:18:50 -0800 |
parents | 28441920fb35 |
children | 697fe2c87fec |
comparison
equal
deleted
inserted
replaced
226:28441920fb35 | 227:a349ae9d90fa |
---|---|
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-dump-numdb2 themwi-short-dial \ |
5 themwi-update-numdb2 themwi-update-outrt | 5 themwi-update-numdb themwi-update-numdb2 themwi-update-outrt |
6 NOINST= rtp-alloc-test smpp-test1 smpp-test2 tcpserv-dump | 6 NOINST= rtp-alloc-test smpp-test1 smpp-test2 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 |
37 ${CC} ${CFLAGS} -o $@ $@.o ${LIBNUMDB} ${LIBUTIL} | 37 ${CC} ${CFLAGS} -o $@ $@.o ${LIBNUMDB} ${LIBUTIL} |
38 | 38 |
39 themwi-dump-numdb: themwi-dump-numdb.c | 39 themwi-dump-numdb: themwi-dump-numdb.c |
40 ${CC} ${CFLAGS} -o $@ $@.c | 40 ${CC} ${CFLAGS} -o $@ $@.c |
41 | 41 |
42 themwi-dump-numdb2: themwi-dump-numdb2.c | |
43 ${CC} ${CFLAGS} -o $@ $@.c | |
44 | |
42 themwi-short-dial: themwi-short-dial.o ${LIBNUMDB} ${LIBUTIL} | 45 themwi-short-dial: themwi-short-dial.o ${LIBNUMDB} ${LIBUTIL} |
43 ${CC} ${CFLAGS} -o $@ $@.o ${LIBNUMDB} ${LIBUTIL} | 46 ${CC} ${CFLAGS} -o $@ $@.o ${LIBNUMDB} ${LIBUTIL} |
44 | 47 |
45 themwi-update-numdb: themwi-update-numdb.o ${LIBUTIL} | 48 themwi-update-numdb: themwi-update-numdb.o ${LIBUTIL} |
46 ${CC} ${CFLAGS} -o $@ $@.o ${LIBUTIL} | 49 ${CC} ${CFLAGS} -o $@ $@.o ${LIBUTIL} |