FreeCalypso > hg > themwi-system-sw
comparison sip-manual-out/Makefile @ 123:a36b731bfef9
sip-manual-out: implement sending BYE and CANCEL
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Thu, 29 Sep 2022 17:21:11 -0800 |
| parents | d74b545a3c2a |
| children | 94b5831c017f |
comparison
equal
deleted
inserted
replaced
| 122:07e4cc5f824c | 123:a36b731bfef9 |
|---|---|
| 1 CC= gcc | 1 CC= gcc |
| 2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
| 3 PROG= sip-manual-out | 3 PROG= sip-manual-out |
| 4 OBJS= dummy_rtp.o main.o readconf.o sip_log.o sip_udp.o uac.o uas.o | 4 OBJS= disc_cmd.o dummy_rtp.o main.o readconf.o sip_log.o sip_udp.o uac.o uas.o |
| 5 LIBS= ../libsip/libsip.a ../libutil/libutil.a | 5 LIBS= ../libsip/libsip.a ../libutil/libutil.a |
| 6 INSTBIN=/usr/local/bin | 6 INSTBIN=/usr/local/bin |
| 7 | 7 |
| 8 all: ${PROG} | 8 all: ${PROG} |
| 9 | 9 |
