FreeCalypso > hg > freecalypso-tools
changeset 49:642da3373772
rvinterf/*/Makefile: move to /opt/freecalypso
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 26 Oct 2016 06:11:55 +0000 |
parents | 2bbd9a389ca0 |
children | 756640235671 |
files | rvinterf/asyncshell/Makefile rvinterf/ctracedec/Makefile rvinterf/etmsync/Makefile rvinterf/lowlevel/Makefile rvinterf/tmsh/Makefile |
diffstat | 5 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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}
--- 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}
--- 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
--- 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
--- 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 \