From: ian Date: Wed, 11 Feb 2004 00:40:47 +0000 (+0000) Subject: -ep=Cm on parts lib too X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=8d7fbb4adc3bed48db14ee57d0e419d68d1131c3;p=trains.git -ep=Cm on parts lib too --- diff --git a/pcb/Makefile b/pcb/Makefile index 65b2cef..7c86f99 100644 --- a/pcb/Makefile +++ b/pcb/Makefile @@ -2,7 +2,8 @@ M4INCS= parts.i4 E_TRACK= ArsCLMNo -LAYOUTOPTS= -E$(E_TRACK) '-ep=Cm' +LAYOUTOPTS_ALL= -ep=Cm +LAYOUTOPTS= -E$(E_TRACK) $(LAYOUTOPTS_ALL) default: ours-a.ps ours-al.ps parts.ps @@ -26,7 +27,7 @@ ours-l%.ps: ours.d4 layout ./layout <$< $(LAYOUTOPTS) $o parts.ps: showlib.d4 layout - ./layout <$< $o + ./layout <$< $(LAYOUTOPTS_ALL) $o clean: -rm -f -- *.d4 *.ps diff --git a/pic.make b/pic.make index 65b2cef..7c86f99 100644 --- a/pic.make +++ b/pic.make @@ -2,7 +2,8 @@ M4INCS= parts.i4 E_TRACK= ArsCLMNo -LAYOUTOPTS= -E$(E_TRACK) '-ep=Cm' +LAYOUTOPTS_ALL= -ep=Cm +LAYOUTOPTS= -E$(E_TRACK) $(LAYOUTOPTS_ALL) default: ours-a.ps ours-al.ps parts.ps @@ -26,7 +27,7 @@ ours-l%.ps: ours.d4 layout ./layout <$< $(LAYOUTOPTS) $o parts.ps: showlib.d4 layout - ./layout <$< $o + ./layout <$< $(LAYOUTOPTS_ALL) $o clean: -rm -f -- *.d4 *.ps diff --git a/spice/Makefile b/spice/Makefile index 65b2cef..7c86f99 100644 --- a/spice/Makefile +++ b/spice/Makefile @@ -2,7 +2,8 @@ M4INCS= parts.i4 E_TRACK= ArsCLMNo -LAYOUTOPTS= -E$(E_TRACK) '-ep=Cm' +LAYOUTOPTS_ALL= -ep=Cm +LAYOUTOPTS= -E$(E_TRACK) $(LAYOUTOPTS_ALL) default: ours-a.ps ours-al.ps parts.ps @@ -26,7 +27,7 @@ ours-l%.ps: ours.d4 layout ./layout <$< $(LAYOUTOPTS) $o parts.ps: showlib.d4 layout - ./layout <$< $o + ./layout <$< $(LAYOUTOPTS_ALL) $o clean: -rm -f -- *.d4 *.ps