From: ian Date: Tue, 7 Sep 2004 23:25:25 +0000 (+0000) Subject: do stuff with panel3 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=11d55f9c873ed86ac114aa393dae44e62c558b2a;p=trains.git do stuff with panel3 --- diff --git a/pcb/Makefile b/pcb/Makefile index d410066..574a0d8 100644 --- a/pcb/Makefile +++ b/pcb/Makefile @@ -20,7 +20,7 @@ layers: $(LAYERS) lpages: $(LPAGES) all: default layers bulkres.bom divider-tables \ - picprogs netlists + picprogs netlists panel3.pcb o=>$@.new && mv -f $@.new $@ @@ -31,7 +31,7 @@ picprogs: flasher.hex flash-all.hex netlists: reversers.net detectors.net \ reversers.hole-rep detectors.hole-rep \ - both.hole-rep + both.hole-rep panel3.hole-rep # print from pcb(1) as follows: # File / Print Layout / ... @@ -55,6 +55,7 @@ OPRINTS= %.oprint-copper.ps \ include reversers.layers.dep include detectors.layers.dep +include panel3.layers.dep %.zip: layers.txt.tmpl Makefile rm -rf $@.d; mkdir -p $@.d diff --git a/pic.make b/pic.make index d410066..574a0d8 100644 --- a/pic.make +++ b/pic.make @@ -20,7 +20,7 @@ layers: $(LAYERS) lpages: $(LPAGES) all: default layers bulkres.bom divider-tables \ - picprogs netlists + picprogs netlists panel3.pcb o=>$@.new && mv -f $@.new $@ @@ -31,7 +31,7 @@ picprogs: flasher.hex flash-all.hex netlists: reversers.net detectors.net \ reversers.hole-rep detectors.hole-rep \ - both.hole-rep + both.hole-rep panel3.hole-rep # print from pcb(1) as follows: # File / Print Layout / ... @@ -55,6 +55,7 @@ OPRINTS= %.oprint-copper.ps \ include reversers.layers.dep include detectors.layers.dep +include panel3.layers.dep %.zip: layers.txt.tmpl Makefile rm -rf $@.d; mkdir -p $@.d diff --git a/spice/Makefile b/spice/Makefile index d410066..574a0d8 100644 --- a/spice/Makefile +++ b/spice/Makefile @@ -20,7 +20,7 @@ layers: $(LAYERS) lpages: $(LPAGES) all: default layers bulkres.bom divider-tables \ - picprogs netlists + picprogs netlists panel3.pcb o=>$@.new && mv -f $@.new $@ @@ -31,7 +31,7 @@ picprogs: flasher.hex flash-all.hex netlists: reversers.net detectors.net \ reversers.hole-rep detectors.hole-rep \ - both.hole-rep + both.hole-rep panel3.hole-rep # print from pcb(1) as follows: # File / Print Layout / ... @@ -55,6 +55,7 @@ OPRINTS= %.oprint-copper.ps \ include reversers.layers.dep include detectors.layers.dep +include panel3.layers.dep %.zip: layers.txt.tmpl Makefile rm -rf $@.d; mkdir -p $@.d