ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/electrostaticMethodsPaper/Makefile
Revision: 2660
Committed: Thu Mar 23 05:59:41 2006 UTC (18 years, 3 months ago) by chrisfen
File size: 1147 byte(s)
Log Message:
updated plot and supporting information

File Contents

# User Rev Content
1 chrisfen 2619 LC = pdflatex
2     BC = bibtex
3 chrisfen 2621 PDF = Preview
4 chrisfen 2619
5     .SUFFIXES: $(SUFFIXES) .dvi .ps .bib .tex .bbl .pdf
6    
7     PAPER_ROOT = electrostaticMethods
8 gezelter 2658 SUPPORTING = SupportingInfo
9 chrisfen 2619
10     PICTURES = \
11 chrisfen 2660 increasedDamping.pdf \
12 chrisfen 2619 spectraSquare.pdf \
13     dualLinear.pdf \
14     delEplot.pdf \
15     frcMagplot.pdf \
16     frcTrqAngplot.pdf \
17     trqMagplot.pdf
18    
19     INFILES = \
20     electrostaticMethods.tex \
21     electrostaticMethods.bib
22    
23 gezelter 2658 SINFILES = \
24     SupportingInfo.tex \
25     electrostaticMethods.bib
26    
27 chrisfen 2619 #
28     # standard rules:
29     #
30    
31     all:: ${PAPER_ROOT}.view
32    
33 gezelter 2658 sview:: ${SUPPORTING}.view
34    
35 chrisfen 2619 ${PAPER_ROOT}.pdf: ${INFILES} ${PICTURES}
36     $(LC) ${PAPER_ROOT}
37     $(BC) ${PAPER_ROOT}
38     $(LC) ${PAPER_ROOT}
39     $(LC) ${PAPER_ROOT}
40    
41 gezelter 2658 ${SUPPORTING}.pdf: ${SINFILES}
42     $(LC) ${SUPPORTING}
43     $(BC) ${SUPPORTING}
44     $(LC) ${SUPPORTING}
45     $(LC) ${SUPPORTING}
46    
47 chrisfen 2619 ${PAPER_ROOT}.view: ${PAPER_ROOT}.pdf
48 chrisfen 2621 osascript "reload_preview.scpt" ${PAPER_ROOT}.pdf
49 chrisfen 2619 open -a $(PDF) ${PAPER_ROOT}.pdf
50    
51 gezelter 2658 ${SUPPORTING}.view: ${SUPPORTING}.pdf
52     osascript "reload_preview.scpt" ${SUPPORTING}.pdf
53     open -a $(PDF) ${SUPPORTING}.pdf
54    
55 chrisfen 2619 clean::
56     /bin/rm -f *.aux *.log *.bbl *.blg *.dvi *.tbx *.fgx *~ *.fff *.lof *.lot electrostaticMethods.pdf SupportingInfo.pdf *.ttt
57    
58