From: ian Date: Sat, 14 Mar 2009 01:11:07 +0000 (+0000) Subject: Actually build hostside; remove some obsolete files X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=9503126c2474c06cd6d97351ae896baa202ac334;p=trains.git Actually build hostside; remove some obsolete files --- diff --git a/hostside/Makefile b/hostside/Makefile index 257b1dd..e077d93 100644 --- a/hostside/Makefile +++ b/hostside/Makefile @@ -30,6 +30,7 @@ client: $(CLIENT_TARGETS) #---------- executables ---------- hostside-old: serialio.o nmra.o main.o encode.o utils.o + $(LINK) topology-dump: topology-dump.o utils.o $(LAYOUT_DATA).o diff --git a/hostside/hostside.c b/hostside/hostside.c deleted file mode 100644 index 813cab3..0000000 --- a/hostside/hostside.c +++ /dev/null @@ -1,13 +0,0 @@ -/**/ - -#include -#include -#include -#include -#include - -#include "../layout/dlist.h" -#include "hostside.h" -#include "auproto-pic.h" - -FILE *dump_stream= 0; diff --git a/hostside/hostside.h b/hostside/hostside.h deleted file mode 100644 index d350c07..0000000 --- a/hostside/hostside.h +++ /dev/null @@ -1,20 +0,0 @@ -/* - * OBSOLETE FILE - * declarations for hostside controller daemon - */ - -#ifndef HOSTSIDE_H -#define HOSTSIDE_H - -#include "common.h" - -/*---------- from protocol.c ----------*/ - -typedef struct OrdinaryPicMessage OrdinaryPicMessage; -struct OrdinaryPicMessage { - const char *title; - unsigned opcode; - int operand_bits; /* 0: no operand. >=7, insn is a 2-byte message */ -}; - -#endif