chiark / gitweb /
-ep=Cm on parts lib too
authorian <ian>
Wed, 11 Feb 2004 00:40:47 +0000 (00:40 +0000)
committerian <ian>
Wed, 11 Feb 2004 00:40:47 +0000 (00:40 +0000)
pcb/Makefile
pic.make
spice/Makefile

index 65b2cef02279a08c6e5e09abe46c0db21e5d58ea..7c86f99a4832f63b1451c1f8f5f0f6ab89af7ea5 100644 (file)
@@ -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
index 65b2cef02279a08c6e5e09abe46c0db21e5d58ea..7c86f99a4832f63b1451c1f8f5f0f6ab89af7ea5 100644 (file)
--- 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
index 65b2cef02279a08c6e5e09abe46c0db21e5d58ea..7c86f99a4832f63b1451c1f8f5f0f6ab89af7ea5 100644 (file)
@@ -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