summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/circuit_macros/examples/Makefile')
-rw-r--r--graphics/circuit_macros/examples/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/circuit_macros/examples/Makefile b/graphics/circuit_macros/examples/Makefile
index 8e32490d6d..55cf147dcc 100644
--- a/graphics/circuit_macros/examples/Makefile
+++ b/graphics/circuit_macros/examples/Makefile
@@ -58,15 +58,16 @@ PICS = \
ABlogix.tex Adder.tex Alogix.tex AmpTable.tex Antennas.tex \
Audio.tex Bip.tex Btree.tex Buttons.tex Byte.tex \
Capacitors.tex CanLogic.tex Chips.tex Conn.tex Connectors.tex \
- Contacts.tex Contact.tex control.tex Counting.tex Crossbar.tex Crow.tex \
+ Contacts.tex Contact.tex control.tex Crossbar.tex Crow.tex \
csc.tex Csource.tex Decoder.tex \
- Demultiplexer.tex diamond.tex Dini.tex Diodes.tex Drive.tex Emarrows.tex \
+ Demultiplexer.tex diamond.tex Dini.tex Diodes.tex Drive.tex \
+ EEP.tex Emarrows.tex Escher.tex \
ex00.tex ex01.tex ex02.tex ex03.tex ex04.tex ex05.tex ex06.tex ex08.tex \
ex09.tex ex10.tex ex11.tex ex12.tex ex15.tex ex16.tex ex17.tex ex18.tex \
ex21.tex exp.tex fet.tex Flow.tex Fuses.tex GrayCode.tex graysurf.tex \
Grounds.tex Headers.tex Heathkit.tex \
I2L.tex Incleps.tex Inductors.tex Jack.tex \
- lcct.tex Lyap.tex Logic.tex Loglog.tex MC.tex Mixer.tex MoreTable.tex \
+ lcct.tex Logic.tex Loglog.tex MC.tex Mixer.tex MoreTable.tex \
MotorControl.tex Multiplexer.tex \
NLG.tex NPDT.tex Nport.tex Opamp.tex Optoiso.tex \
Pconn.tex Plate.tex PushPull.tex pwrsupply.tex \
@@ -80,7 +81,7 @@ PICS = \
worm.tex Xform.tex XOR.tex
# Files that have to be processed twice:
-BOXDIMS = ex09.tex Crow.tex Incleps.tex Lyap.tex Loglog.tex Opamp.tex \
+BOXDIMS = ex09.tex Crow.tex Incleps.tex Loglog.tex Opamp.tex \
random.tex Ttree.tex Windings.tex
#########################################################################
@@ -275,7 +276,7 @@ clean:
rm -f fig*.tex $(PICS) *.roff *.int *.pic gpic.m4 test.tex xxx* *.fig
rm -f *.dim *.bak rotate.ps tst.ps *.bbl *-pics.ps
rm -f *.tfm *[0-9]pk *.png *.1 *.gif
- rm -f F_* Version.tex *stackdump *.ico
+ rm -f F_* Version.tex *stackdump *.ico ./.[A-Za-z]*
rm -rf distfile distfile.tar.gz mode.tex
@printf "\n"
# @if test -f distmakefile ; then make -f distmakefile clean ; fi