From: ian Date: Wed, 23 Apr 2008 00:19:26 +0000 (+0000) Subject: improve building a bit X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=43f35776c953f8197a05b80e8f1af5ca9a116c93;p=trains.git improve building a bit --- diff --git a/hostside/Makefile b/hostside/Makefile index 66881bf..b1a2c69 100644 --- a/hostside/Makefile +++ b/hostside/Makefile @@ -5,7 +5,8 @@ TRAINS= santafe shinkansen AUTOINCS= auproto-pic.h layoutinfo.h selectors.h retransmit-table.h \ errorcodes.h stastate.h record-y.h record-l.h TARGETS= hostside-old gui-plan-bot realtime \ - $(addsuffix .speeds.ps, $(TRAINS)) + $(addsuffix .speeds.ps, $(TRAINS)) \ + $(addsuffix .speeds.record, $(TRAINS)) include ../common.make include ../cprogs.make diff --git a/layout/Makefile b/layout/Makefile index 5d7e3b2..4948e66 100644 --- a/layout/Makefile +++ b/layout/Makefile @@ -30,7 +30,8 @@ all: default lpages for-pic: ours+pindata.asm recurse: $(CPROGS) for-pic for-test-ui for-test-ui: ours.graph.c ours.redactgraph ours.raw.neato.ps \ - ours.redacted.neato.ps ours.layout-data.o \ + ours.redacted.neato.ps ours.redacted.shellvars \ + ours.layout-data.o \ ours.dgram-bot.segcmap ours.dgram-bot.plandata.c \ ours.dgram-bot.plandata.o @@ -92,6 +93,7 @@ compose-segenco: compose-segenco.o %.redactgraph: %.graph.o redactgraph.o $(LINK) + : redactgraph-created $@ %.d4: %.m4 $(M4INCS) Makefile m4 -s $< $o