changeset 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 1bf989f60aa3
children e4a93ad611f3
files mgw/Makefile mncc/Makefile mtctest/Makefile rtp-mgr/Makefile sip-in/Makefile sip-manual-out/Makefile sip-out/Makefile smpp-send/Makefile smpp-trx-sa/Makefile utils/Makefile
diffstat 10 files changed, 20 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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