chiark / gitweb /
do not include out-of-layer platforms, or layerkind s
authorian <ian>
Wed, 11 Oct 2006 21:19:18 +0000 (21:19 +0000)
committerian <ian>
Wed, 11 Oct 2006 21:19:18 +0000 (21:19 +0000)
layout/Makefile

index 87ad59e8a7ef6c1652c43760e0475b24b682d240..7ab2a26f35a0ad43b173565b353ee303ba7aada8 100644 (file)
@@ -7,12 +7,13 @@ E_TRACK=      ArsCLMNo
 LAYOUTOPTS_ALL=        -ep=*Cm
 LAYOUTOPTS=    -E=*$(E_TRACK) $(LAYOUTOPTS_ALL)
 LAYOUTOPTS_PHYS= -S1.0 $(LAYOUTOPTS) '-e*A'
-XLAYOUTOPTS_LAYER= -e'=5AN' -E'*~=5rsm' -e'p~=5r' -e'*~=9C' -e'*=*l'
 LAYOUTOPTS_PS= -e'[sp]=*rm' -e'p=5C'
+XLAYOUTOPTS_LAYER= -e'=5AN' -E'*~=5rsm' -e'p~=5r' -e'*~=9C' -e'*=*l' \
+               $(LAYOUTOPTS_PS)
 
 LAYOUTOPTS_SEGS= '-e*=*rm'
 
-LAYERS_LS=     0 4 10 20
+LAYERS_LS=     0 4 10 26 30
 LAYERS_PS=     $(addsuffix .ps, $(LAYERS_LS))
 LAYERS_L=      $(addprefix ours-l, $(LAYERS_PS))
 LAYERS_E=      $(addprefix ours-e, $(LAYERS_PS))