From 11d55f9c873ed86ac114aa393dae44e62c558b2a Mon Sep 17 00:00:00 2001 From: ian Date: Tue, 7 Sep 2004 23:25:25 +0000 Subject: [PATCH] do stuff with panel3 --- pcb/Makefile | 5 +++-- pic.make | 5 +++-- spice/Makefile | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) 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 -- 2.30.2