From b1b06ced98938eef223983522c56ca4c7e4b7ea6 Mon Sep 17 00:00:00 2001 From: ian Date: Tue, 10 Feb 2004 23:06:02 +0000 Subject: [PATCH] *-al.ps, ours-al.pl, labelled tracks --- pcb/Makefile | 5 ++++- pic.make | 5 ++++- spice/Makefile | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/pcb/Makefile b/pcb/Makefile index 874080b..65b2cef 100644 --- a/pcb/Makefile +++ b/pcb/Makefile @@ -4,7 +4,7 @@ M4INCS= parts.i4 E_TRACK= ArsCLMNo LAYOUTOPTS= -E$(E_TRACK) '-ep=Cm' -default: ours-a.ps parts.ps +default: ours-a.ps ours-al.ps parts.ps all: default \ ours-l0.ps \ @@ -19,6 +19,9 @@ o=>$@.new && mv -f $@.new $@ %-a.ps: %.d4 layout ./layout <$< $(LAYOUTOPTS) '-E*l' $o +%-al.ps: %.d4 layout + ./layout <$< $(LAYOUTOPTS) '-e*C' '-ep=rm' $o + ours-l%.ps: ours.d4 layout ./layout <$< $(LAYOUTOPTS) $o diff --git a/pic.make b/pic.make index 874080b..65b2cef 100644 --- a/pic.make +++ b/pic.make @@ -4,7 +4,7 @@ M4INCS= parts.i4 E_TRACK= ArsCLMNo LAYOUTOPTS= -E$(E_TRACK) '-ep=Cm' -default: ours-a.ps parts.ps +default: ours-a.ps ours-al.ps parts.ps all: default \ ours-l0.ps \ @@ -19,6 +19,9 @@ o=>$@.new && mv -f $@.new $@ %-a.ps: %.d4 layout ./layout <$< $(LAYOUTOPTS) '-E*l' $o +%-al.ps: %.d4 layout + ./layout <$< $(LAYOUTOPTS) '-e*C' '-ep=rm' $o + ours-l%.ps: ours.d4 layout ./layout <$< $(LAYOUTOPTS) $o diff --git a/spice/Makefile b/spice/Makefile index 874080b..65b2cef 100644 --- a/spice/Makefile +++ b/spice/Makefile @@ -4,7 +4,7 @@ M4INCS= parts.i4 E_TRACK= ArsCLMNo LAYOUTOPTS= -E$(E_TRACK) '-ep=Cm' -default: ours-a.ps parts.ps +default: ours-a.ps ours-al.ps parts.ps all: default \ ours-l0.ps \ @@ -19,6 +19,9 @@ o=>$@.new && mv -f $@.new $@ %-a.ps: %.d4 layout ./layout <$< $(LAYOUTOPTS) '-E*l' $o +%-al.ps: %.d4 layout + ./layout <$< $(LAYOUTOPTS) '-e*C' '-ep=rm' $o + ours-l%.ps: ours.d4 layout ./layout <$< $(LAYOUTOPTS) $o -- 2.30.2