ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/openmdDocs/Makefile
Revision: 3709
Committed: Wed Nov 24 20:44:51 2010 UTC (13 years, 7 months ago) by gezelter
File size: 676 byte(s)
Log Message:
edits

File Contents

# Content
1 LC = pdflatex
2 BC = bibtex
3 PDF = Preview
4
5 .SUFFIXES: $(SUFFIXES) .dvi .bib .tex .bbl .pdf
6
7 PAPER_ROOT = openmdDoc
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 openmdDoc.tex \
20 openmdDoc.bib
21
22 all:: ${PAPER_ROOT}.view
23
24 ${PAPER_ROOT}.pdf: ${INFILES} ${PICTURES}
25 $(LC) --src-specials ${PAPER_ROOT}
26 $(BC) ${PAPER_ROOT}
27 $(LC) --src-specials ${PAPER_ROOT}
28 $(LC) --src-specials ${PAPER_ROOT}
29
30 ${PAPER_ROOT}.view: ${PAPER_ROOT}.pdf
31 open -a $(PDF) ${PAPER_ROOT}.pdf
32
33 clean::
34 /bin/rm -f *.aux *.log *.bbl *.blg *.dvi *.tbx *.fgx *~ *.fff *.lof *.lot openmdDoc.pdf *.ttt *.toc