From 8d7fbb4adc3bed48db14ee57d0e419d68d1131c3 Mon Sep 17 00:00:00 2001 From: ian Date: Wed, 11 Feb 2004 00:40:47 +0000 Subject: [PATCH] -ep=Cm on parts lib too --- pcb/Makefile | 5 +++-- pic.make | 5 +++-- spice/Makefile | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) 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 -- 2.30.2