FreeCalypso > hg > themwi-system-sw
comparison utils/Makefile @ 253:54f78df265fe
utils/Makefile: old themwi-{dump,update}-numdb are now no-install
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 14 Aug 2023 23:55:55 -0800 |
parents | d7c2a2c0b922 |
children | cdc807117841 |
comparison
equal
deleted
inserted
replaced
252:e24a984ab7c9 | 253:54f78df265fe |
---|---|
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-dump-numdb2 themwi-short-dial \ | 4 themwi-dump-numdb2 themwi-short-dial themwi-update-numdb2 \ |
5 themwi-update-numdb themwi-update-numdb2 themwi-update-outrt | 5 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 themwi-dump-numdb \ |
7 themwi-update-numdb | |
7 LIBNUMDB=../libnumdb2/libnumdb.a | 8 LIBNUMDB=../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 |