FreeCalypso > hg > freecalypso-tools
comparison rvinterf/lowlevel/Makefile @ 473:90d7c360a614
main tree Makefile hierarchy: INSTALL_PREFIX= scheme implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 13 Feb 2019 05:06:15 +0000 |
parents | 6f078c4a5506 |
children | d43dc6dfb44c |
comparison
equal
deleted
inserted
replaced
472:368ffb8a08e5 | 473:90d7c360a614 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 PROGS= rvtdump rvinterf tfc139 | 3 PROGS= rvtdump rvinterf tfc139 |
4 INSTBIN=/opt/freecalypso/bin | |
5 LIBS= ../../libserial/libserial.a ../libg23/libg23.a | 4 LIBS= ../../libserial/libserial.a ../libg23/libg23.a |
5 | |
6 INSTALL_PREFIX= /opt/freecalypso | |
7 | |
8 INSTBIN=${INSTALL_PREFIX}/bin | |
6 | 9 |
7 RVTDUMP_OBJS= format.o format_fc.o output.o packetrx.o rvtdump.o | 10 RVTDUMP_OBJS= format.o format_fc.o output.o packetrx.o rvtdump.o |
8 | 11 |
9 RVINTERF_OBJS= clientcmd.o format.o format_fc.o localsock.o logsent.o \ | 12 RVINTERF_OBJS= clientcmd.o format.o format_fc.o localsock.o logsent.o \ |
10 output.o packetrx.o packettx.o pktfwd.o rviflcd.o \ | 13 output.o packetrx.o packettx.o pktfwd.o rviflcd.o \ |