FreeCalypso > hg > themwi-system-sw
comparison sip-out/Makefile @ 264:cdc807117841
*/Makefile: change INSTBIN to /opt/themwi/bin (was /usr/local/bin)
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 05 Nov 2023 16:07:14 -0800 |
parents | 9f96e5b14755 |
children |
comparison
equal
deleted
inserted
replaced
263:1bf989f60aa3 | 264:cdc807117841 |
---|---|
5 invite.o main.o mgw_ops.o mgw_resp.o mgw_sock.o mncc_sig_in.o \ | 5 invite.o main.o mgw_ops.o mgw_resp.o mgw_sock.o mncc_sig_in.o \ |
6 mncc_sig_out.o mncc_sock.o readconf.o reinvite.o retrans.o shutdown.o \ | 6 mncc_sig_out.o mncc_sock.o readconf.o reinvite.o retrans.o shutdown.o \ |
7 sip_log.o sip_uas.o sip_udp.o uac_out.o uac_resp.o | 7 sip_log.o sip_uas.o sip_udp.o uac_out.o uac_resp.o |
8 LIBS= ../liboutrt/liboutrt.a ../libnumdb2/libnumdb.a ../libsip/libsip.a \ | 8 LIBS= ../liboutrt/liboutrt.a ../libnumdb2/libnumdb.a ../libsip/libsip.a \ |
9 ../libutil/libutil.a | 9 ../libutil/libutil.a |
10 INSTBIN=/usr/local/bin | 10 INSTBIN=/opt/themwi/bin |
11 | 11 |
12 all: ${PROG} | 12 all: ${PROG} |
13 | 13 |
14 ${PROG}: ${OBJS} ${LIBS} | 14 ${PROG}: ${OBJS} ${LIBS} |
15 ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS} | 15 ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS} |
16 | 16 |
17 install: | 17 install: |
18 install -c -o bin -g bin -m 755 ${PROG} ${INSTBIN} | 18 install -c -m 755 ${PROG} ${INSTBIN} |
19 | 19 |
20 clean: | 20 clean: |
21 rm -f *.o ${PROG} errs | 21 rm -f *.o ${PROG} errs |