From: ian Date: Mon, 30 Aug 2004 02:40:05 +0000 (+0000) Subject: do not clean pcb output postscript files X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=bcbdf3cab548e3b832b4e9f96439f23d2d23765d;p=trains.git do not clean pcb output postscript files --- diff --git a/.cvsignore b/.cvsignore index 259ae6d..01d265a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -3,7 +3,6 @@ qs t u testjoin -*.ps *.d4 *.new *,*.gnuplot-data @@ -24,13 +23,15 @@ flasher.cod flash-all.lst flash-all.hex flash-all.cod -reversers.pcb.output_*.* reversers.net reversers.net-info reversers.net-spec -detectors.pcb.output_*.* detectors.net detectors.net-info detectors.net-spec *.oprints-l *.tmp +*.oprint-*.ps +*.pcb.output_*.ps +ours-*.ps +parts.ps diff --git a/pcb/Makefile b/pcb/Makefile index 8128f8d..6fc5127 100644 --- a/pcb/Makefile +++ b/pcb/Makefile @@ -19,7 +19,7 @@ default: ours-a.ps ours-al.ps parts.ps layers: $(LAYERS) lpages: $(LPAGES) -all: default layers circuit.bom bulkres.bom divider-tables \ +all: default layers bulkres.bom divider-tables \ picprogs netlists o=>$@.new && mv -f $@.new $@ @@ -142,11 +142,13 @@ parts.ps: showlib.d4 layout ./layout <$< $(LAYOUTOPTS_ALL) $o clean: - -rm -f -- *.d4 *.ps farn.* *~ *.new + -rm -f -- *.d4 farn.* *~ *.new -rm -f bulkres-*.partlist bulkres-items.suggest *.bom -rm -f t,*.gnuplot-data t,*.gnuplot-cmd t,gnuplot-fifo -rm -f t,gnuplots.sh reversers.net reversers.net-info -rm -f flasher.hex flasher.cod flasher.lst + -rm -f ours-*.ps parts.ps + -rm -f *.oprint-*.ps .PRECIOUS: %.net-info %.net-spec .PRECIOUS: $(OPRINTS) diff --git a/pic.make b/pic.make index 8128f8d..6fc5127 100644 --- a/pic.make +++ b/pic.make @@ -19,7 +19,7 @@ default: ours-a.ps ours-al.ps parts.ps layers: $(LAYERS) lpages: $(LPAGES) -all: default layers circuit.bom bulkres.bom divider-tables \ +all: default layers bulkres.bom divider-tables \ picprogs netlists o=>$@.new && mv -f $@.new $@ @@ -142,11 +142,13 @@ parts.ps: showlib.d4 layout ./layout <$< $(LAYOUTOPTS_ALL) $o clean: - -rm -f -- *.d4 *.ps farn.* *~ *.new + -rm -f -- *.d4 farn.* *~ *.new -rm -f bulkres-*.partlist bulkres-items.suggest *.bom -rm -f t,*.gnuplot-data t,*.gnuplot-cmd t,gnuplot-fifo -rm -f t,gnuplots.sh reversers.net reversers.net-info -rm -f flasher.hex flasher.cod flasher.lst + -rm -f ours-*.ps parts.ps + -rm -f *.oprint-*.ps .PRECIOUS: %.net-info %.net-spec .PRECIOUS: $(OPRINTS) diff --git a/spice/Makefile b/spice/Makefile index 8128f8d..6fc5127 100644 --- a/spice/Makefile +++ b/spice/Makefile @@ -19,7 +19,7 @@ default: ours-a.ps ours-al.ps parts.ps layers: $(LAYERS) lpages: $(LPAGES) -all: default layers circuit.bom bulkres.bom divider-tables \ +all: default layers bulkres.bom divider-tables \ picprogs netlists o=>$@.new && mv -f $@.new $@ @@ -142,11 +142,13 @@ parts.ps: showlib.d4 layout ./layout <$< $(LAYOUTOPTS_ALL) $o clean: - -rm -f -- *.d4 *.ps farn.* *~ *.new + -rm -f -- *.d4 farn.* *~ *.new -rm -f bulkres-*.partlist bulkres-items.suggest *.bom -rm -f t,*.gnuplot-data t,*.gnuplot-cmd t,gnuplot-fifo -rm -f t,gnuplots.sh reversers.net reversers.net-info -rm -f flasher.hex flasher.cod flasher.lst + -rm -f ours-*.ps parts.ps + -rm -f *.oprint-*.ps .PRECIOUS: %.net-info %.net-spec .PRECIOUS: $(OPRINTS)