| 1 |
gezelter |
3395 |
LC = pdflatex |
| 2 |
|
|
BC = bibtex |
| 3 |
|
|
PDF = Preview |
| 4 |
|
|
|
| 5 |
|
|
.SUFFIXES: $(SUFFIXES) .dvi .bib .tex .bbl .pdf |
| 6 |
|
|
|
| 7 |
|
|
PAPER_ROOT = oopseDoc |
| 8 |
|
|
|
| 9 |
|
|
PICTURES = \ |
| 10 |
|
|
compCost.pdf \ |
| 11 |
|
|
definition.pdf \ |
| 12 |
|
|
heirarchy.pdf \ |
| 13 |
|
|
lipidModel.pdf \ |
| 14 |
|
|
quatvsdlm.pdf \ |
| 15 |
|
|
timeStep.pdf \ |
| 16 |
|
|
waterAngle.pdf |
| 17 |
|
|
|
| 18 |
|
|
INFILES = \ |
| 19 |
|
|
oopseDoc.tex \ |
| 20 |
|
|
oopseDoc.bib |
| 21 |
|
|
|
| 22 |
|
|
all:: ${PAPER_ROOT}.view |
| 23 |
|
|
|
| 24 |
|
|
${PAPER_ROOT}.pdf: ${INFILES} ${PICTURES} |
| 25 |
|
|
$(LC) ${PAPER_ROOT} |
| 26 |
|
|
$(BC) ${PAPER_ROOT} |
| 27 |
|
|
$(LC) ${PAPER_ROOT} |
| 28 |
|
|
$(LC) ${PAPER_ROOT} |
| 29 |
|
|
|
| 30 |
|
|
${PAPER_ROOT}.view: ${PAPER_ROOT}.pdf |
| 31 |
|
|
osascript "reload_preview.scpt" ${PAPER_ROOT}.pdf |
| 32 |
|
|
open -a $(PDF) ${PAPER_ROOT}.pdf |
| 33 |
|
|
|
| 34 |
|
|
clean:: |
| 35 |
|
|
/bin/rm -f *.aux *.log *.bbl *.blg *.dvi *.tbx *.fgx *~ *.fff *.lof *.lot oopseDoc.pdf *.ttt *.toc |