comparison rvinterf/lowlevel/Makefile @ 49:642da3373772

rvinterf/*/Makefile: move to /opt/freecalypso
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 26 Oct 2016 06:11:55 +0000
parents e7502631a0f9
children 6f078c4a5506
comparison
equal deleted inserted replaced
48:2bbd9a389ca0 49:642da3373772
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 PROGS= rvtdump rvinterf tfc139 3 PROGS= rvtdump rvinterf tfc139
4 INSTBIN=/usr/local/bin 4 INSTBIN=/opt/freecalypso/bin
5 LIBG23= ../libg23/libg23.a 5 LIBG23= ../libg23/libg23.a
6 6
7 RVTDUMP_OBJS= format.o format_fc.o openport.o output.o packetrx.o rvtdump.o 7 RVTDUMP_OBJS= format.o format_fc.o openport.o output.o packetrx.o rvtdump.o
8 8
9 RVINTERF_OBJS= clientcmd.o format.o format_fc.o localsock.o logsent.o \ 9 RVINTERF_OBJS= clientcmd.o format.o format_fc.o localsock.o logsent.o \