FreeCalypso > hg > themwi-system-sw
comparison sip-out/Makefile @ 156:0bacca1f2f7b
sip-out: handle all INVITE responses, except errors
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Wed, 12 Oct 2022 07:13:55 -0800 |
| parents | 2730ccb44549 |
| children | bfa9f0c0f0ac |
comparison
equal
deleted
inserted
replaced
| 155:2730ccb44549 | 156:0bacca1f2f7b |
|---|---|
| 1 CC= gcc | 1 CC= gcc |
| 2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
| 3 PROG= themwi-sip-out | 3 PROG= themwi-sip-out |
| 4 OBJS= call_clear.o call_list.o call_setup.o disconnect.o main.o mgw_ops.o \ | 4 OBJS= call_clear.o call_list.o call_setup.o disconnect.o invite.o main.o \ |
| 5 mgw_resp.o mgw_sock.o mncc_sig_in.o mncc_sig_out.o mncc_sock.o \ | 5 mgw_ops.o mgw_resp.o mgw_sock.o mncc_sig_in.o mncc_sig_out.o \ |
| 6 readconf.o retrans.o shutdown.o sip_log.o sip_uas.o sip_udp.o uac_out.o\ | 6 mncc_sock.o readconf.o retrans.o shutdown.o sip_log.o sip_uas.o \ |
| 7 uac_resp.o | 7 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 ../libsip/libsip.a ../libutil/libutil.a |
| 9 INSTBIN=/usr/local/bin | 9 INSTBIN=/usr/local/bin |
| 10 | 10 |
| 11 all: ${OBJS} | 11 all: ${OBJS} |
| 12 | 12 |
