From: ian Date: Sun, 15 Jun 2008 11:44:12 +0000 (+0000) Subject: New "client" target X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=f91cc69c56ba26f2e06bc297cd333a50769e3ff9;p=trains.git New "client" target --- diff --git a/Makefile b/Makefile index 8b6a018..5a3c53e 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,9 @@ all: $(call recurse,HOST,recurse) $(call recurse,PIC,) +client: + $(call recurse,HOST,client) + host: host_recurse host_%: diff --git a/hostside/Makefile b/hostside/Makefile index 91badc9..33fc791 100644 --- a/hostside/Makefile +++ b/hostside/Makefile @@ -6,8 +6,10 @@ AUTOINCS= auproto-pic.h layoutinfo.h retransmit-table.h \ errorcodes.h stastate.h record-y.h record-l.h \ realtime+dflags.h input-codes.h -TARGETS= hostside-old gui-plan-bot topology-dump \ - evdev-manip hiddev-test realtime \ +CLIENT_TARGETS= gui-plan-bot topology-dump evdev-manip hiddev-test + +TARGETS= hostside-old realtime \ + $(CLIENT_TARGETS) \ $(addsuffix .speeds.ps, $(TRAINS)) \ $(addsuffix .speeds.record, $(TRAINS)) @@ -23,6 +25,7 @@ default: all recurse: all for-pic: all: $(TARGETS) +client: $(CLIENT_TARGETS) #---------- executables ---------- diff --git a/layout/Makefile b/layout/Makefile index 2d28542..a7d5ac5 100644 --- a/layout/Makefile +++ b/layout/Makefile @@ -36,11 +36,12 @@ default: $(CPROGS) for-test-ui layers extras 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.redacted.shellvars \ - ours.layout-data.o \ - ours.dgram-bot.segcmap ours.dgram-bot.plandata.c \ - ours.dgram-bot.plandata.o ours.dgram-bot.overlay-info +client: ours.layout-data.o ours.dgram-bot.overlay-info \ + ours.dgram-bot.plandata.c ours.dgram-bot.plandata.o \ + ours.dgram-bot.segcmap +for-test-ui: client \ + ours.graph.c ours.redactgraph ours.raw.neato.ps \ + ours.redacted.neato.ps ours.redacted.shellvars layers: $(LAYERS) lpages: $(LPAGES) diff --git a/pcb/Makefile b/pcb/Makefile index d2641e6..765a594 100644 --- a/pcb/Makefile +++ b/pcb/Makefile @@ -2,6 +2,7 @@ default: all recurse: all for-pic: netlists +client: netlists all: for-pic panel3.pcb o=>$@.new && mv -f $@.new $@