FreeCalypso > hg > themwi-system-sw
comparison utils/Makefile @ 241:d7c2a2c0b922
utils/Makefile: only using libnumdb2 now
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 14 Aug 2023 15:42:49 -0800 |
parents | 19d1c39ae4e7 |
children | 54f78df265fe |
comparison
equal
deleted
inserted
replaced
240:c7a3ba56c636 | 241:d7c2a2c0b922 |
---|---|
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-dump-numdb2 themwi-short-dial \ | 4 themwi-dump-numdb themwi-dump-numdb2 themwi-short-dial \ |
5 themwi-update-numdb 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=../libnumdb2/libnumdb.a |
8 LIBNUMDB2=../libnumdb2/libnumdb.a | |
9 LIBRTPA=../librtpalloc/librtpalloc.a | 8 LIBRTPA=../librtpalloc/librtpalloc.a |
10 LIBSIP= ../libsip/libsip.a | 9 LIBSIP= ../libsip/libsip.a |
11 LIBUTIL=../libutil/libutil.a | 10 LIBUTIL=../libutil/libutil.a |
12 INSTBIN=/usr/local/bin | 11 INSTBIN=/usr/local/bin |
13 | 12 |
32 ${CC} ${CFLAGS} -o $@ $@.c | 31 ${CC} ${CFLAGS} -o $@ $@.c |
33 | 32 |
34 tcpserv-dump: tcpserv-dump.c | 33 tcpserv-dump: tcpserv-dump.c |
35 ${CC} ${CFLAGS} -o $@ $@.c | 34 ${CC} ${CFLAGS} -o $@ $@.c |
36 | 35 |
37 themwi-check-own: themwi-check-own.o ${LIBNUMDB2} ${LIBUTIL} | 36 themwi-check-own: themwi-check-own.o ${LIBNUMDB} ${LIBUTIL} |
38 ${CC} ${CFLAGS} -o $@ $@.o ${LIBNUMDB2} ${LIBUTIL} | 37 ${CC} ${CFLAGS} -o $@ $@.o ${LIBNUMDB} ${LIBUTIL} |
39 | 38 |
40 themwi-dump-numdb: themwi-dump-numdb.c | 39 themwi-dump-numdb: themwi-dump-numdb.c |
41 ${CC} ${CFLAGS} -o $@ $@.c | 40 ${CC} ${CFLAGS} -o $@ $@.c |
42 | 41 |
43 themwi-dump-numdb2: themwi-dump-numdb2.c | 42 themwi-dump-numdb2: themwi-dump-numdb2.c |
44 ${CC} ${CFLAGS} -o $@ $@.c | 43 ${CC} ${CFLAGS} -o $@ $@.c |
45 | 44 |
46 themwi-short-dial: themwi-short-dial.o ${LIBNUMDB2} ${LIBUTIL} | 45 themwi-short-dial: themwi-short-dial.o ${LIBNUMDB} ${LIBUTIL} |
47 ${CC} ${CFLAGS} -o $@ $@.o ${LIBNUMDB2} ${LIBUTIL} | 46 ${CC} ${CFLAGS} -o $@ $@.o ${LIBNUMDB} ${LIBUTIL} |
48 | 47 |
49 themwi-update-numdb: themwi-update-numdb.o ${LIBUTIL} | 48 themwi-update-numdb: themwi-update-numdb.o ${LIBUTIL} |
50 ${CC} ${CFLAGS} -o $@ $@.o ${LIBUTIL} | 49 ${CC} ${CFLAGS} -o $@ $@.o ${LIBUTIL} |
51 | 50 |
52 themwi-update-numdb2: themwi-update-numdb2.o ${LIBUTIL} | 51 themwi-update-numdb2: themwi-update-numdb2.o ${LIBUTIL} |