Cannot now use the term symptom (but it is still useful to describe stuff and John suggested its use ARRRRRGGGGGGGGGHHHHHHHHHH Still need to sort out the DAGS Feels like thrashing rather than re-writing Changing things round for the sake of it half of AF's comments just show ignorance of electronics or are pedantic. Rarely do they HELP. They just rip the thing apart.
26 lines
576 B
Makefile
26 lines
576 B
Makefile
|
|
|
|
PNG_DIA = cfg2.png cfg.png compco2.png compco3.png compco.png component.png componentpl.png fmmd_uml2.png fmmd_uml.png partitioncfm.png master_uml.png top_down_de_comp.png dc1.png dc2.png eulerfmmd.png
|
|
|
|
|
|
%.png:%.dia
|
|
dia -t png $<
|
|
echo " Chapter 4 DIA images generated"
|
|
|
|
#pdf: $(PNG_DIA)
|
|
# pdflatex discussion_doc
|
|
# acroread discussion_doc.pdf &
|
|
|
|
|
|
# this is the target used
|
|
# to make all images, dia gnuplot etc
|
|
#
|
|
copy: $(PNG_DIA)
|
|
echo "Chapter 4 sub make called"
|
|
|
|
|
|
|
|
bib:
|
|
bibtex discussion_doc
|
|
#makeindex opamps.glo -s opamps.ist -t opamps.glg -o opamps.gls
|