comparison utils/Makefile @ 226:28441920fb35

beginning of number database version 2
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 13 Aug 2023 22:01:25 -0800
parents e1d7db9d734c
children a349ae9d90fa
comparison
equal deleted inserted replaced
225:243ed87880a1 226:28441920fb35
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-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
43 ${CC} ${CFLAGS} -o $@ $@.o ${LIBNUMDB} ${LIBUTIL} 43 ${CC} ${CFLAGS} -o $@ $@.o ${LIBNUMDB} ${LIBUTIL}
44 44
45 themwi-update-numdb: themwi-update-numdb.o ${LIBUTIL} 45 themwi-update-numdb: themwi-update-numdb.o ${LIBUTIL}
46 ${CC} ${CFLAGS} -o $@ $@.o ${LIBUTIL} 46 ${CC} ${CFLAGS} -o $@ $@.o ${LIBUTIL}
47 47
48 themwi-update-numdb2: themwi-update-numdb2.o ${LIBUTIL}
49 ${CC} ${CFLAGS} -o $@ $@.o ${LIBUTIL}
50
48 themwi-update-outrt: themwi-update-outrt.o ${LIBUTIL} 51 themwi-update-outrt: themwi-update-outrt.o ${LIBUTIL}
49 ${CC} ${CFLAGS} -o $@ $@.o ${LIBUTIL} 52 ${CC} ${CFLAGS} -o $@ $@.o ${LIBUTIL}
50 53
51 install: 54 install:
52 install -c -o bin -g bin -m 755 ${PROGS} ${INSTBIN} 55 install -c -o bin -g bin -m 755 ${PROGS} ${INSTBIN}