FreeCalypso > hg > freecalypso-sw
comparison rvinterf/lowlevel/Makefile @ 1009:009d5bf2ff4c
rvinterf/lowlevel: formatting of FC-specific packet types split off
into format_fc.c
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 20 Mar 2016 20:23:54 +0000 |
parents | ed5dcc53e0b3 |
children |
comparison
equal
deleted
inserted
replaced
1008:5f919af515f1 | 1009:009d5bf2ff4c |
---|---|
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 PROGS= rvtdump rvinterf tfc139 | 3 PROGS= rvtdump rvinterf tfc139 |
4 INSTBIN=/usr/local/bin | 4 INSTBIN=/usr/local/bin |
5 LIBG23= ../libg23/libg23.a | 5 LIBG23= ../libg23/libg23.a |
6 | 6 |
7 RVTDUMP_OBJS= format.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 localsock.o logsent.o openport.o output.o \ | 9 RVINTERF_OBJS= clientcmd.o format.o format_fc.o localsock.o logsent.o \ |
10 packetrx.o packettx.o pktfwd.o rviflcd.o rvifmain.o | 10 openport.o output.o packetrx.o packettx.o pktfwd.o rviflcd.o \ |
11 rvifmain.o | |
11 | 12 |
12 TFC139_OBJS= format.o openport.o output.o packetrx.o packettx.o tfc139.o | 13 TFC139_OBJS= format.o openport.o output.o packetrx.o packettx.o tfc139.o |
13 | 14 |
14 all: ${PROGS} | 15 all: ${PROGS} |
15 | 16 |