FreeCalypso > hg > themwi-system-sw
comparison sip-out/Makefile @ 257:cb440d003976
sip-out: add libnumdb2 infra in prep for E911 routing
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 15 Aug 2023 10:50:37 -0800 |
parents | 9419fe55824f |
children | 9f96e5b14755 |
comparison
equal
deleted
inserted
replaced
256:63252528a56c | 257:cb440d003976 |
---|---|
3 PROG= themwi-sip-out | 3 PROG= themwi-sip-out |
4 OBJS= bye_in.o call_clear.o call_list.o call_setup.o disconnect.o invite.o \ | 4 OBJS= bye_in.o call_clear.o call_list.o call_setup.o disconnect.o invite.o \ |
5 main.o mgw_ops.o mgw_resp.o mgw_sock.o mncc_sig_in.o mncc_sig_out.o \ | 5 main.o mgw_ops.o mgw_resp.o mgw_sock.o mncc_sig_in.o mncc_sig_out.o \ |
6 mncc_sock.o readconf.o reinvite.o retrans.o shutdown.o sip_log.o \ | 6 mncc_sock.o readconf.o reinvite.o retrans.o shutdown.o sip_log.o \ |
7 sip_uas.o sip_udp.o uac_out.o uac_resp.o | 7 sip_uas.o sip_udp.o uac_out.o uac_resp.o |
8 LIBS= ../liboutrt/liboutrt.a ../libsip/libsip.a ../libutil/libutil.a | 8 LIBS= ../liboutrt/liboutrt.a ../libnumdb2/libnumdb.a ../libsip/libsip.a \ |
9 ../libutil/libutil.a | |
9 INSTBIN=/usr/local/bin | 10 INSTBIN=/usr/local/bin |
10 | 11 |
11 all: ${PROG} | 12 all: ${PROG} |
12 | 13 |
13 ${PROG}: ${OBJS} ${LIBS} | 14 ${PROG}: ${OBJS} ${LIBS} |