# HG changeset patch # User Mychaela Falconia # Date 1699229234 28800 # Node ID cdc80711784156da9a87d90a71b213726377ca70 # Parent 1bf989f60aa34093bd2c1ba7e152f194311fdb98 */Makefile: change INSTBIN to /opt/themwi/bin (was /usr/local/bin) diff -r 1bf989f60aa3 -r cdc807117841 mgw/Makefile --- a/mgw/Makefile Wed Oct 11 21:22:32 2023 -0800 +++ b/mgw/Makefile Sun Nov 05 16:07:14 2023 -0800 @@ -5,7 +5,7 @@ dtmf_table.o g711_decode.o g711_encode.o gsm2pstn.o main.o mdcx.o \ pstn2gsm.o readconf.o udpsink.o LIBS= ../libutil/libutil.a -INSTBIN=/usr/local/bin +INSTBIN=/opt/themwi/bin all: ${PROG} @@ -13,7 +13,7 @@ ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS} -lgsmefr -lgsmfrp -lgsm -lm install: - install -c -o bin -g bin -m 755 ${PROG} ${INSTBIN} + install -c -m 755 ${PROG} ${INSTBIN} clean: rm -f *.o ${PROG} errs diff -r 1bf989f60aa3 -r cdc807117841 mncc/Makefile --- a/mncc/Makefile Wed Oct 11 21:22:32 2023 -0800 +++ b/mncc/Makefile Sun Nov 05 16:07:14 2023 -0800 @@ -4,7 +4,7 @@ OBJS= call_setup.o extsock.o gsm_call.o intswitch.o main.o mncc_recv.o \ mncc_sock.o mtsock.o outcall.o LIBS= ../libnumdb2/libnumdb.a ../libutil/libutil.a -INSTBIN=/usr/local/bin +INSTBIN=/opt/themwi/bin all: ${PROG} @@ -12,7 +12,7 @@ ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS} install: - install -c -o bin -g bin -m 755 ${PROG} ${INSTBIN} + install -c -m 755 ${PROG} ${INSTBIN} clean: rm -f *.o ${PROG} errs diff -r 1bf989f60aa3 -r cdc807117841 mtctest/Makefile --- a/mtctest/Makefile Wed Oct 11 21:22:32 2023 -0800 +++ b/mtctest/Makefile Sun Nov 05 16:07:14 2023 -0800 @@ -3,7 +3,7 @@ PROG= themwi-test-mtc OBJS= disconnect.o dummy_rtp.o main.o setup.o sig_handler.o sock_conn.o LIBS= ../libnumdb2/libnumdb.a ../libutil/libutil.a -INSTBIN=/usr/local/bin +INSTBIN=/opt/themwi/bin all: ${PROG} @@ -11,7 +11,7 @@ ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS} install: - install -c -o bin -g bin -m 755 ${PROG} ${INSTBIN} + install -c -m 755 ${PROG} ${INSTBIN} clean: rm -f *.o ${PROG} errs diff -r 1bf989f60aa3 -r cdc807117841 rtp-mgr/Makefile --- a/rtp-mgr/Makefile Wed Oct 11 21:22:32 2023 -0800 +++ b/rtp-mgr/Makefile Sun Nov 05 16:07:14 2023 -0800 @@ -3,7 +3,7 @@ PROG= themwi-rtp-mgr OBJS= alloc.o ctrl_prot.o ctrl_sock.o main.o readconf.o LIBS= ../libutil/libutil.a -INSTBIN=/usr/local/bin +INSTBIN=/opt/themwi/bin all: ${PROG} @@ -11,7 +11,7 @@ ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS} install: - install -c -o bin -g bin -m 755 ${PROG} ${INSTBIN} + install -c -m 755 ${PROG} ${INSTBIN} clean: rm -f *.o ${PROG} errs diff -r 1bf989f60aa3 -r cdc807117841 sip-in/Makefile --- a/sip-in/Makefile Wed Oct 11 21:22:32 2023 -0800 +++ b/sip-in/Makefile Sun Nov 05 16:07:14 2023 -0800 @@ -6,7 +6,7 @@ mgw_resp.o mgw_sock.o mncc_handle.o mncc_sig_out.o mncc_sock.o prack.o \ readconf.o retrans.o shutdown.o sip_ack.o sip_log.o sip_uas.o sip_udp.o LIBS= ../libnumdb2/libnumdb.a ../libsip/libsip.a ../libutil/libutil.a -INSTBIN=/usr/local/bin +INSTBIN=/opt/themwi/bin all: ${PROG} @@ -14,7 +14,7 @@ ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS} install: - install -c -o bin -g bin -m 755 ${PROG} ${INSTBIN} + install -c -m 755 ${PROG} ${INSTBIN} clean: rm -f *.o ${PROG} errs diff -r 1bf989f60aa3 -r cdc807117841 sip-manual-out/Makefile --- a/sip-manual-out/Makefile Wed Oct 11 21:22:32 2023 -0800 +++ b/sip-manual-out/Makefile Sun Nov 05 16:07:14 2023 -0800 @@ -4,7 +4,7 @@ OBJS= bye_in.o disc_cmd.o main.o readconf.o reinvite.o rtp_rx.o rtp_tx.o \ sdp_in.o sip_log.o sip_udp.o uac.o uas.o user_cmd.o LIBS= ../libsip/libsip.a ../librtpalloc/librtpalloc.a ../libutil/libutil.a -INSTBIN=/usr/local/bin +INSTBIN=/opt/themwi/bin all: ${PROG} @@ -12,7 +12,7 @@ ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS} install: - install -c -o bin -g bin -m 755 ${PROG} ${INSTBIN} + install -c -m 755 ${PROG} ${INSTBIN} clean: rm -f *.o ${PROG} errs diff -r 1bf989f60aa3 -r cdc807117841 sip-out/Makefile --- a/sip-out/Makefile Wed Oct 11 21:22:32 2023 -0800 +++ b/sip-out/Makefile Sun Nov 05 16:07:14 2023 -0800 @@ -7,7 +7,7 @@ sip_log.o sip_uas.o sip_udp.o uac_out.o uac_resp.o LIBS= ../liboutrt/liboutrt.a ../libnumdb2/libnumdb.a ../libsip/libsip.a \ ../libutil/libutil.a -INSTBIN=/usr/local/bin +INSTBIN=/opt/themwi/bin all: ${PROG} @@ -15,7 +15,7 @@ ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS} install: - install -c -o bin -g bin -m 755 ${PROG} ${INSTBIN} + install -c -m 755 ${PROG} ${INSTBIN} clean: rm -f *.o ${PROG} errs diff -r 1bf989f60aa3 -r cdc807117841 smpp-send/Makefile --- a/smpp-send/Makefile Wed Oct 11 21:22:32 2023 -0800 +++ b/smpp-send/Makefile Sun Nov 05 16:07:14 2023 -0800 @@ -3,7 +3,7 @@ PROG= smpp-send OBJS= build_pdu.o hexdump.o input.o main.o msg_cmd.o settings.o sock_send.o LIBS= ../libutil/libutil.a -INSTBIN=/usr/local/bin +INSTBIN=/opt/themwi/bin all: ${PROG} @@ -11,7 +11,7 @@ ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS} install: - install -c -o bin -g bin -m 755 ${PROG} ${INSTBIN} + install -c -m 755 ${PROG} ${INSTBIN} clean: rm -f *.o ${PROG} errs diff -r 1bf989f60aa3 -r cdc807117841 smpp-trx-sa/Makefile --- a/smpp-trx-sa/Makefile Wed Oct 11 21:22:32 2023 -0800 +++ b/smpp-trx-sa/Makefile Sun Nov 05 16:07:14 2023 -0800 @@ -3,7 +3,7 @@ PROG= smpp-trx-sa OBJS= enq_link_stat.o localsock.o log.o main.o pdu_out.o tcpconn.o LIBS= ../libutil/libutil.a -INSTBIN=/usr/local/bin +INSTBIN=/opt/themwi/bin all: ${PROG} @@ -11,7 +11,7 @@ ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS} install: - install -c -o bin -g bin -m 755 ${PROG} ${INSTBIN} + install -c -m 755 ${PROG} ${INSTBIN} clean: rm -f *.o ${PROG} errs diff -r 1bf989f60aa3 -r cdc807117841 utils/Makefile --- a/utils/Makefile Wed Oct 11 21:22:32 2023 -0800 +++ b/utils/Makefile Sun Nov 05 16:07:14 2023 -0800 @@ -9,7 +9,7 @@ LIBRTPA=../librtpalloc/librtpalloc.a LIBSIP= ../libsip/libsip.a LIBUTIL=../libutil/libutil.a -INSTBIN=/usr/local/bin +INSTBIN=/opt/themwi/bin all: ${PROGS} ${NOINST} @@ -56,7 +56,7 @@ ${CC} ${CFLAGS} -o $@ $@.o ${LIBUTIL} install: - install -c -o bin -g bin -m 755 ${PROGS} ${INSTBIN} + install -c -m 755 ${PROGS} ${INSTBIN} clean: rm -f *.o ${PROGS} ${NOINST} errs