# HG changeset patch # User Mychaela Falconia # Date 1477462315 0 # Node ID 642da3373772f67c50a5f34c2c71176fea5b5e41 # Parent 2bbd9a389ca015d18584206ca61281c9629647c8 rvinterf/*/Makefile: move to /opt/freecalypso diff -r 2bbd9a389ca0 -r 642da3373772 rvinterf/asyncshell/Makefile --- a/rvinterf/asyncshell/Makefile Wed Oct 26 06:01:50 2016 +0000 +++ b/rvinterf/asyncshell/Makefile Wed Oct 26 06:11:55 2016 +0000 @@ -4,8 +4,8 @@ OBJS= at.o help.o init.o main.o oneshot.o parse.o pktsort.o poweroff.o \ rxctl.o sendarb.o sendsp.o tchcmd.o tchplay.o tchrec.o usercmd.o LIBS= ../libasync/libasync.a ../libg23/libg23.a -INSTBIN=/usr/local/bin -INSTHELP=/usr/local/share/freecalypso +INSTBIN=/opt/freecalypso/bin +INSTHELP=/opt/freecalypso/helpfiles all: ${PROG} diff -r 2bbd9a389ca0 -r 642da3373772 rvinterf/ctracedec/Makefile --- a/rvinterf/ctracedec/Makefile Wed Oct 26 06:01:50 2016 +0000 +++ b/rvinterf/ctracedec/Makefile Wed Oct 26 06:11:55 2016 +0000 @@ -2,7 +2,7 @@ CFLAGS= -O2 PROG= ctracedec OBJS= decode.o doprnt.o main.o processlog.o readtab.o -INSTBIN=/usr/local/bin +INSTBIN=/opt/freecalypso/bin all: ${PROG} diff -r 2bbd9a389ca0 -r 642da3373772 rvinterf/etmsync/Makefile --- a/rvinterf/etmsync/Makefile Wed Oct 26 06:01:50 2016 +0000 +++ b/rvinterf/etmsync/Makefile Wed Oct 26 06:11:55 2016 +0000 @@ -1,8 +1,8 @@ CC= gcc CFLAGS= -O2 -I../include PROGS= fc-dspapidump fc-fsio fc-olddump -INSTBIN=/usr/local/bin -INSTHELP=/usr/local/share/freecalypso +INSTBIN=/opt/freecalypso/bin +INSTHELP=/opt/freecalypso/helpfiles DSPDUMP_OBJS= connect.o dspapidump.o interf.o launchrvif.o memops.o \ simplemain.o diff -r 2bbd9a389ca0 -r 642da3373772 rvinterf/lowlevel/Makefile --- a/rvinterf/lowlevel/Makefile Wed Oct 26 06:01:50 2016 +0000 +++ b/rvinterf/lowlevel/Makefile Wed Oct 26 06:11:55 2016 +0000 @@ -1,7 +1,7 @@ CC= gcc CFLAGS= -O2 PROGS= rvtdump rvinterf tfc139 -INSTBIN=/usr/local/bin +INSTBIN=/opt/freecalypso/bin LIBG23= ../libg23/libg23.a RVTDUMP_OBJS= format.o format_fc.o openport.o output.o packetrx.o rvtdump.o diff -r 2bbd9a389ca0 -r 642da3373772 rvinterf/tmsh/Makefile --- a/rvinterf/tmsh/Makefile Wed Oct 26 06:01:50 2016 +0000 +++ b/rvinterf/tmsh/Makefile Wed Oct 26 06:11:55 2016 +0000 @@ -1,7 +1,7 @@ CC= gcc CFLAGS= -O2 -I../include PROGS= fc-tmsh -INSTBIN=/usr/local/bin +INSTBIN=/opt/freecalypso/bin LIBS= ../libasync/libasync.a TMSH_OBJS= abb.o audiocmd.o etmbasic.o ffs2.o ffs2resp.o ffs2wr.o init.o \