chiark / gitweb /
ours-e*.ps
authorian <ian>
Sat, 21 Feb 2004 01:21:44 +0000 (01:21 +0000)
committerian <ian>
Sat, 21 Feb 2004 01:21:44 +0000 (01:21 +0000)
pcb/Makefile
pic.make
spice/Makefile

index 393e8a921e19f8eb11bfe3455537426c6db222fd..93e62e76bb4b601c9419b198735029acde220196 100644 (file)
@@ -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
 
index 393e8a921e19f8eb11bfe3455537426c6db222fd..93e62e76bb4b601c9419b198735029acde220196 100644 (file)
--- 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
 
index 393e8a921e19f8eb11bfe3455537426c6db222fd..93e62e76bb4b601c9419b198735029acde220196 100644 (file)
@@ -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