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, 9 months ago) by gezelter
File size: 676 byte(s)
Log Message:
edits

File Contents

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