FreeCalypso > hg > themwi-system-sw
comparison sip-manual-out/Makefile @ 148:b51247739897
sip-manual-out: attempt to play along with re-INVITEs
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 08 Oct 2022 23:52:08 -0800 |
parents | 94b5831c017f |
children | 258932879f8b |
comparison
equal
deleted
inserted
replaced
147:94b5831c017f | 148:b51247739897 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 PROG= sip-manual-out | 3 PROG= sip-manual-out |
4 OBJS= bye_in.o disc_cmd.o dummy_rtp.o main.o readconf.o sip_log.o sip_udp.o \ | 4 OBJS= bye_in.o disc_cmd.o dummy_rtp.o main.o readconf.o reinvite.o sip_log.o \ |
5 uac.o uas.o | 5 sip_udp.o uac.o uas.o |
6 LIBS= ../libsip/libsip.a ../libutil/libutil.a | 6 LIBS= ../libsip/libsip.a ../libutil/libutil.a |
7 INSTBIN=/usr/local/bin | 7 INSTBIN=/usr/local/bin |
8 | 8 |
9 all: ${PROG} | 9 all: ${PROG} |
10 | 10 |