[694ee7d] | 1 | ## Define the appropriate configuration variables.
|
---|
| 2 |
|
---|
[27dde72] | 3 | TeXLIB = .:./style:./text:./annex:./build:../../LaTeXmacros:../../LaTeXmacros/listings:../../LaTeXmacros/enumitem:~/bibliographies:
|
---|
| 4 | LaTeX = TEXINPUTS=${TeXLIB} && export TEXINPUTS && latex -halt-on-error -output-directory=build -interaction=nonstopmode
|
---|
| 5 | BibTeX = BIBINPUTS=${TeXLIB} && export BIBINPUTS && bibtex -terse
|
---|
[694ee7d] | 6 |
|
---|
| 7 | ## Define the text source files.
|
---|
| 8 |
|
---|
| 9 | SOURCES = ${addsuffix .tex, \
|
---|
[db0fa7c] | 10 | thesis \
|
---|
[27dde72] | 11 | style/style \
|
---|
| 12 | style/cfa-format \
|
---|
| 13 | annex/glossary \
|
---|
[cf966b5] | 14 | text/frontpgs \
|
---|
[27dde72] | 15 | text/intro \
|
---|
| 16 | text/basics \
|
---|
[64b272a] | 17 | text/cforall \
|
---|
[27dde72] | 18 | text/concurrency \
|
---|
[dcfc4b35] | 19 | text/internals \
|
---|
[27dde72] | 20 | text/parallelism \
|
---|
[64b272a] | 21 | text/results \
|
---|
[d67cdb7] | 22 | text/together \
|
---|
| 23 | text/future \
|
---|
[694ee7d] | 24 | }
|
---|
| 25 |
|
---|
[27dde72] | 26 | FIGURES = ${addprefix build/, ${addsuffix .tex, \
|
---|
[b512454] | 27 | monitor \
|
---|
| 28 | ext_monitor \
|
---|
[21a1efb] | 29 | int_monitor \
|
---|
[3364962] | 30 | dependency \
|
---|
[27dde72] | 31 | }}
|
---|
[694ee7d] | 32 |
|
---|
[64b272a] | 33 | PICTURES = ${addprefix build/, ${addsuffix .pstex, \
|
---|
| 34 | system \
|
---|
[20ffcf3] | 35 | monitor_structs \
|
---|
[64b272a] | 36 | }}
|
---|
[694ee7d] | 37 |
|
---|
| 38 | PROGRAMS = ${addsuffix .tex, \
|
---|
| 39 | }
|
---|
| 40 |
|
---|
| 41 | GRAPHS = ${addsuffix .tex, \
|
---|
| 42 | }
|
---|
| 43 |
|
---|
| 44 | ## Define the documents that need to be made.
|
---|
| 45 |
|
---|
[db0fa7c] | 46 | DOCUMENT = thesis.pdf
|
---|
[694ee7d] | 47 |
|
---|
| 48 | # Directives #
|
---|
| 49 |
|
---|
| 50 | all : ${DOCUMENT}
|
---|
| 51 |
|
---|
| 52 | clean :
|
---|
[27dde72] | 53 | @rm -fv ${DOCUMENT} \
|
---|
| 54 | build/*.acn \
|
---|
| 55 | build/*.acr \
|
---|
| 56 | build/*.alg \
|
---|
| 57 | build/*.aux \
|
---|
| 58 | build/*.bbl \
|
---|
| 59 | build/*.blg \
|
---|
| 60 | build/*.brf \
|
---|
| 61 | build/*.cf \
|
---|
| 62 | build/*.dvi \
|
---|
| 63 | build/*.glg \
|
---|
| 64 | build/*.glo \
|
---|
| 65 | build/*.gls \
|
---|
| 66 | build/*.ist \
|
---|
| 67 | build/*.idx \
|
---|
| 68 | build/*.ilg \
|
---|
| 69 | build/*.ind \
|
---|
| 70 | build/*.log \
|
---|
| 71 | build/*.out \
|
---|
| 72 | build/*.ps \
|
---|
[64b272a] | 73 | build/*.pstex \
|
---|
[27dde72] | 74 | build/*.pstex_t \
|
---|
| 75 | build/*.tex \
|
---|
| 76 | build/*.toc \
|
---|
[f739788] | 77 | figures/*.tex \
|
---|
| 78 | *.png \
|
---|
[ff98952] | 79 |
|
---|
[694ee7d] | 80 |
|
---|
| 81 | # File Dependencies #
|
---|
| 82 |
|
---|
[db0fa7c] | 83 | ${DOCUMENT} : build/${basename ${DOCUMENT}}.ps
|
---|
[694ee7d] | 84 | ps2pdf $<
|
---|
| 85 |
|
---|
[27dde72] | 86 | build/${basename ${DOCUMENT}}.ps : build/${basename ${DOCUMENT}}.dvi
|
---|
[694ee7d] | 87 | dvips $< -o $@
|
---|
| 88 |
|
---|
[b3ffb61] | 89 | build/${basename ${DOCUMENT}}.dvi : Makefile ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} ${basename ${DOCUMENT}}.tex ../../LaTeXmacros/common.tex ../../LaTeXmacros/indexstyle annex/local.bib
|
---|
[27dde72] | 90 |
|
---|
| 91 | @ if [ ! -r ${basename $@}.ind ] ; then touch ${basename $@}.ind ; fi # Conditionally create an empty *.ind (index) file for inclusion until makeindex is run.
|
---|
| 92 | @ echo "Citation lookup" # Must have *.aux file containing citations for bibtex
|
---|
| 93 | @ if [ ! -r ${basename $@}.aux ] ; then ${LaTeX} ${basename ${notdir $@}}.tex ; fi
|
---|
| 94 | @ echo "Citation Pass 1"
|
---|
| 95 | @ -${BibTeX} ${basename $@} # Some citations reference others so run steps again to resolve these citations
|
---|
[ff98952] | 96 | @ echo "Citation Pass 2"
|
---|
[27dde72] | 97 | @ ${LaTeX} ${basename ${notdir $@}}.tex
|
---|
| 98 | @ -${BibTeX} ${basename $@}
|
---|
[ff98952] | 99 | @ echo "Glossary"
|
---|
[b3ffb61] | 100 | @ makeglossaries -q -s ${basename $@}.ist ${basename $@} # Make index from *.aux entries and input index at end of document
|
---|
[ff98952] | 101 | @ echo ".dvi generation"
|
---|
[27dde72] | 102 | @ -build/bump_ver.sh
|
---|
| 103 | @ ${LaTeX} ${basename ${notdir $@}}.tex # Run again to get index title into table of contents
|
---|
[c69adb7] | 104 |
|
---|
[694ee7d] | 105 |
|
---|
| 106 | predefined :
|
---|
| 107 | sed -f predefined.sed ${basename ${DOCUMENT}}.tex > ${basename $@}.cf
|
---|
| 108 |
|
---|
| 109 | ## Define the default recipes.
|
---|
| 110 |
|
---|
[27dde72] | 111 | build/%.tex : figures/%.fig
|
---|
[694ee7d] | 112 | fig2dev -L eepic $< > $@
|
---|
| 113 |
|
---|
[27dde72] | 114 | build/%.ps : figures/%.fig
|
---|
[694ee7d] | 115 | fig2dev -L ps $< > $@
|
---|
| 116 |
|
---|
[27dde72] | 117 | build/%.pstex : figures/%.fig
|
---|
[694ee7d] | 118 | fig2dev -L pstex $< > $@
|
---|
| 119 | fig2dev -L pstex_t -p $@ $< > $@_t
|
---|
| 120 |
|
---|
[f739788] | 121 | figures/%.tex: build/%.pstex
|
---|
| 122 | echo -n "\documentclass[preview]{standalone}\n" \
|
---|
| 123 | "\usepackage[T1]{fontenc}\n" \
|
---|
| 124 | "\usepackage[usenames]{color}\n" \
|
---|
| 125 | "\usepackage{graphicx}\n" \
|
---|
| 126 | "\usepackage{listings}\n" \
|
---|
| 127 | "\usepackage{xspace}\n" \
|
---|
| 128 | "\input{style}\n" \
|
---|
| 129 | "\\\\begin{document}\n" \
|
---|
| 130 | "{\\\\resizebox{3\\\\textwidth}{!}{\input{${basename ${notdir $@}}.pstex_t}}}\n" \
|
---|
| 131 | "\end{document}" > $@
|
---|
| 132 |
|
---|
| 133 | %.png : build/%.pstex figures/%.tex
|
---|
| 134 | echo ${basename $@}
|
---|
| 135 | ${LaTeX} figures/${basename $@}.tex
|
---|
| 136 | dvips build/${basename $@}.dvi -o build/${basename $@}.ps
|
---|
| 137 | ps2pdf build/${basename $@}.ps
|
---|
| 138 | convert -negate ${basename $@}.pdf $@
|
---|
| 139 |
|
---|
| 140 |
|
---|
[9b4343e] | 141 |
|
---|
[694ee7d] | 142 | # Local Variables: #
|
---|
| 143 | # compile-command: "make" #
|
---|
| 144 | # End: #
|
---|