FreeCalypso > hg > freecalypso-sw
comparison rvinterf/lowlevel/Makefile @ 908:ed5dcc53e0b3
rvinterf: hook for fc-lcdemu implemented
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 07 Sep 2015 10:55:01 +0000 |
parents | 144b5d222de8 |
children | 009d5bf2ff4c |
comparison
equal
deleted
inserted
replaced
907:7a189b7bbd67 | 908:ed5dcc53e0b3 |
---|---|
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 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 localsock.o logsent.o openport.o output.o \ |
10 packetrx.o packettx.o pktfwd.o rvifmain.o | 10 packetrx.o packettx.o pktfwd.o rviflcd.o rvifmain.o |
11 | 11 |
12 TFC139_OBJS= format.o openport.o output.o packetrx.o packettx.o tfc139.o | 12 TFC139_OBJS= format.o openport.o output.o packetrx.o packettx.o tfc139.o |
13 | 13 |
14 all: ${PROGS} | 14 all: ${PROGS} |
15 | 15 |