summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/examples/psfrag/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/circuit_macros/examples/psfrag/Makefile')
-rw-r--r--graphics/circuit_macros/examples/psfrag/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/graphics/circuit_macros/examples/psfrag/Makefile b/graphics/circuit_macros/examples/psfrag/Makefile
index cd2e7b63c5..881a9a6d8b 100644
--- a/graphics/circuit_macros/examples/psfrag/Makefile
+++ b/graphics/circuit_macros/examples/psfrag/Makefile
@@ -26,7 +26,7 @@ FIGS = Adder.eps Alogix.eps ABlogix.eps Antennas.eps Audio.eps AmpTable.eps \
Decoder.eps Demultiplexer.eps Diodes.eps Drive.eps \
Csource.eps \
Emarrows.eps Flow.eps Fuses.eps \
- Grounds.eps Headers.eps Heathkit.eps Jack.eps \
+ GrayCode.eps Grounds.eps Headers.eps Heathkit.eps Jack.eps \
I2L.eps Inclpdf.eps \
Logic.eps Loglog.eps MC.eps Mixer.eps MotorControl.eps Multiplexer.eps \
NLG.eps NPDT.eps Nport.eps \
@@ -34,15 +34,15 @@ FIGS = Adder.eps Alogix.eps ABlogix.eps Antennas.eps Audio.eps AmpTable.eps \
Rectifiers.eps Relay.eps Rotbox.eps \
Schottky.eps Sierpinski.eps ShiftR.eps Sixpole.eps Sources.eps SQUID.eps \
Switches.eps \
- Tgate.eps Three.eps Timer.eps TTLnand.eps Ttree.eps \
- Windings.eps Variable.eps Xform.eps \
+ Tgate.eps Three.eps Timer.eps TTLnand.eps Ttree.eps Tubediags.eps \
+ Windings.eps Variable.eps Xform.eps XOR.eps \
control.eps csc.eps diamond.eps \
ex00.eps ex01.eps ex02.eps ex03.eps ex04.eps \
ex05.eps ex06.eps ex08.eps ex09.eps ex10.eps ex11.eps ex12.eps \
ex15.eps ex16.eps ex17.eps ex18.eps ex21.eps exp.eps \
fet.eps graysurf.eps lcct.eps pwrsupply.eps quick.eps \
- recycle.eps rose.eps sfg.eps shapes.eps thyristor.eps ujt.eps worm.eps \
- XOR.eps
+ random.eps recycle.eps rose.eps sfg.eps shapes.eps thyristor.eps \
+ ujt.eps worm.eps
LOCALFIGS = ex21
@@ -54,10 +54,11 @@ BOXDIMS = ex09 Crow Inclpdf Loglog TTLnand Opamp Ttree Windings
DPIC = dpic
# DPIC = $$HOME/dpic/test/dpic
+# DPIC = $$HOME/dpic/build/p2c/ftp/dpic
TR = | tr '=' '\134'
-LATEX = latex
+LATEX = latex --quiet
DIMFILE = tmp.dim
@@ -113,7 +114,7 @@ tstpsfrag.ps: tstpsfrag.dvi
dvips tstpsfrag
tstpsfrag.dvi: test.eps
- latex tstpsfrag
+ $(LATEX) tstpsfrag
test.eps: test.pic
$(DPIC) -f test.pic > test.eps
@@ -121,7 +122,7 @@ test.eps: test.pic
test.pic: test.m4 testlinks
$(M4) $(M4MACROS) test.m4 > test.pic
$(DPIC) -f test.pic > test.eps
- latex tstpsfrag
+ $(LATEX) tstpsfrag
touch tstpsfrag.dim
$(M4) $(M4MACROS) tstpsfrag.dim test.m4 > test.pic