FreeCalypso > hg > themwi-system-sw
comparison sip-manual-out/Makefile @ 147:94b5831c017f
sip-manual-out code: split bye_in.c from uas.c
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sat, 08 Oct 2022 23:01:32 -0800 |
| parents | a36b731bfef9 |
| children | b51247739897 |
comparison
equal
deleted
inserted
replaced
| 146:54c2f271380d | 147:94b5831c017f |
|---|---|
| 1 CC= gcc | 1 CC= gcc |
| 2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
| 3 PROG= sip-manual-out | 3 PROG= sip-manual-out |
| 4 OBJS= disc_cmd.o dummy_rtp.o main.o readconf.o sip_log.o sip_udp.o uac.o uas.o | 4 OBJS= bye_in.o disc_cmd.o dummy_rtp.o main.o readconf.o sip_log.o sip_udp.o \ |
| 5 uac.o uas.o | |
| 5 LIBS= ../libsip/libsip.a ../libutil/libutil.a | 6 LIBS= ../libsip/libsip.a ../libutil/libutil.a |
| 6 INSTBIN=/usr/local/bin | 7 INSTBIN=/usr/local/bin |
| 7 | 8 |
| 8 all: ${PROG} | 9 all: ${PROG} |
| 9 | 10 |
