comparison utils/Makefile @ 238:697fe2c87fec

themwi-check-own: convert to libnumdb2
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 14 Aug 2023 14:42:59 -0800
parents a349ae9d90fa
children 19d1c39ae4e7
comparison
equal deleted inserted replaced
237:f78c097108a7 238:697fe2c87fec
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=../libnumdb/libnumdb.a
8 LIBNUMDB2=../libnumdb2/libnumdb.a
8 LIBRTPA=../librtpalloc/librtpalloc.a 9 LIBRTPA=../librtpalloc/librtpalloc.a
9 LIBSIP= ../libsip/libsip.a 10 LIBSIP= ../libsip/libsip.a
10 LIBUTIL=../libutil/libutil.a 11 LIBUTIL=../libutil/libutil.a
11 INSTBIN=/usr/local/bin 12 INSTBIN=/usr/local/bin
12 13
31 ${CC} ${CFLAGS} -o $@ $@.c 32 ${CC} ${CFLAGS} -o $@ $@.c
32 33
33 tcpserv-dump: tcpserv-dump.c 34 tcpserv-dump: tcpserv-dump.c
34 ${CC} ${CFLAGS} -o $@ $@.c 35 ${CC} ${CFLAGS} -o $@ $@.c
35 36
36 themwi-check-own: themwi-check-own.o ${LIBNUMDB} ${LIBUTIL} 37 themwi-check-own: themwi-check-own.o ${LIBNUMDB2} ${LIBUTIL}
37 ${CC} ${CFLAGS} -o $@ $@.o ${LIBNUMDB} ${LIBUTIL} 38 ${CC} ${CFLAGS} -o $@ $@.o ${LIBNUMDB2} ${LIBUTIL}
38 39
39 themwi-dump-numdb: themwi-dump-numdb.c 40 themwi-dump-numdb: themwi-dump-numdb.c
40 ${CC} ${CFLAGS} -o $@ $@.c 41 ${CC} ${CFLAGS} -o $@ $@.c
41 42
42 themwi-dump-numdb2: themwi-dump-numdb2.c 43 themwi-dump-numdb2: themwi-dump-numdb2.c