From: ian Date: Sat, 21 Feb 2004 01:21:44 +0000 (+0000) Subject: ours-e*.ps X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=2926e6ab1416fa58f88a5a795bc6f69a00da608b;p=trains.git ours-e*.ps --- diff --git a/pcb/Makefile b/pcb/Makefile index 393e8a9..93e62e7 100644 --- a/pcb/Makefile +++ b/pcb/Makefile @@ -4,9 +4,14 @@ M4INCS= parts.i4 E_TRACK= ArsCLMNo LAYOUTOPTS_ALL= -ep=*Cm LAYOUTOPTS= -E=*$(E_TRACK) $(LAYOUTOPTS_ALL) +LAYERS_LS= 0 10 20 +LAYERS_PS= $(addsuffix .ps, $(LAYERS_LS)) +LAYERS_L= $(addprefix ours-l, $(LAYERS_PS)) +LAYERS_E= $(addprefix ours-e, $(LAYERS_PS)) +LAYERS= $(LAYERS_L) $(LAYERS_E) default: ours-a.ps ours-al.ps parts.ps -layers: ours-l0.ps ours-l10.ps ours-l20.ps +layers: $(LAYERS) all: default layers @@ -25,6 +30,10 @@ ours-l%.ps: ours.d4 layout ./layout <$< -l$* $(LAYOUTOPTS) \ -e'=5AN' -E'*~=5rsm' -e'p~=5r' -e'*~=9C' -e'*=*l' $o +ours-e%.ps: ours.d4 layout + ./layout <$< -l$* -E'=*aRsclMno' \ + -e'p=*rm' -e'=5RN' -E'*~=5rsm' -e'p~=5r' -e'*=*l' $o + parts.ps: showlib.d4 layout ./layout <$< $(LAYOUTOPTS_ALL) $o diff --git a/pic.make b/pic.make index 393e8a9..93e62e7 100644 --- a/pic.make +++ b/pic.make @@ -4,9 +4,14 @@ M4INCS= parts.i4 E_TRACK= ArsCLMNo LAYOUTOPTS_ALL= -ep=*Cm LAYOUTOPTS= -E=*$(E_TRACK) $(LAYOUTOPTS_ALL) +LAYERS_LS= 0 10 20 +LAYERS_PS= $(addsuffix .ps, $(LAYERS_LS)) +LAYERS_L= $(addprefix ours-l, $(LAYERS_PS)) +LAYERS_E= $(addprefix ours-e, $(LAYERS_PS)) +LAYERS= $(LAYERS_L) $(LAYERS_E) default: ours-a.ps ours-al.ps parts.ps -layers: ours-l0.ps ours-l10.ps ours-l20.ps +layers: $(LAYERS) all: default layers @@ -25,6 +30,10 @@ ours-l%.ps: ours.d4 layout ./layout <$< -l$* $(LAYOUTOPTS) \ -e'=5AN' -E'*~=5rsm' -e'p~=5r' -e'*~=9C' -e'*=*l' $o +ours-e%.ps: ours.d4 layout + ./layout <$< -l$* -E'=*aRsclMno' \ + -e'p=*rm' -e'=5RN' -E'*~=5rsm' -e'p~=5r' -e'*=*l' $o + parts.ps: showlib.d4 layout ./layout <$< $(LAYOUTOPTS_ALL) $o diff --git a/spice/Makefile b/spice/Makefile index 393e8a9..93e62e7 100644 --- a/spice/Makefile +++ b/spice/Makefile @@ -4,9 +4,14 @@ M4INCS= parts.i4 E_TRACK= ArsCLMNo LAYOUTOPTS_ALL= -ep=*Cm LAYOUTOPTS= -E=*$(E_TRACK) $(LAYOUTOPTS_ALL) +LAYERS_LS= 0 10 20 +LAYERS_PS= $(addsuffix .ps, $(LAYERS_LS)) +LAYERS_L= $(addprefix ours-l, $(LAYERS_PS)) +LAYERS_E= $(addprefix ours-e, $(LAYERS_PS)) +LAYERS= $(LAYERS_L) $(LAYERS_E) default: ours-a.ps ours-al.ps parts.ps -layers: ours-l0.ps ours-l10.ps ours-l20.ps +layers: $(LAYERS) all: default layers @@ -25,6 +30,10 @@ ours-l%.ps: ours.d4 layout ./layout <$< -l$* $(LAYOUTOPTS) \ -e'=5AN' -E'*~=5rsm' -e'p~=5r' -e'*~=9C' -e'*=*l' $o +ours-e%.ps: ours.d4 layout + ./layout <$< -l$* -E'=*aRsclMno' \ + -e'p=*rm' -e'=5RN' -E'*~=5rsm' -e'p~=5r' -e'*=*l' $o + parts.ps: showlib.d4 layout ./layout <$< $(LAYOUTOPTS_ALL) $o