FreeCalypso > hg > freecalypso-tools
comparison rvinterf/lowlevel/Makefile @ 899:a1065c17429c
rvinterf: implement TCH hiding mode and -v option for verbose
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 12 Dec 2022 22:15:25 +0000 |
parents | d43dc6dfb44c |
children | 4e243402f453 |
comparison
equal
deleted
inserted
replaced
898:203c025e71ab | 899:a1065c17429c |
---|---|
10 | 10 |
11 RVTDUMP_OBJS= format.o format_fc.o output.o packetrx.o rvtdump.o | 11 RVTDUMP_OBJS= format.o format_fc.o output.o packetrx.o rvtdump.o |
12 | 12 |
13 RVINTERF_OBJS= clientcmd.o format.o format_fc.o localsock.o logsent.o \ | 13 RVINTERF_OBJS= clientcmd.o format.o format_fc.o localsock.o logsent.o \ |
14 output.o packetrx.o packettx.o pktfwd.o rviflcd.o \ | 14 output.o packetrx.o packettx.o pktfwd.o rviflcd.o \ |
15 rvifmain.o | 15 rvifmain.o tchhide.o |
16 | 16 |
17 TFC139_OBJS= format.o output.o packetrx.o packettx.o tfc139.o | 17 TFC139_OBJS= format.o output.o packetrx.o packettx.o tfc139.o |
18 | 18 |
19 all: ${PROGS} | 19 all: ${PROGS} |
20 | 20 |