ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/langevinHull/Makefile
Revision: 3640
Committed: Thu Aug 12 20:25:00 2010 UTC (13 years, 10 months ago) by gezelter
File size: 1513 byte(s)
Log Message:
new import of Langevin Hull paper

File Contents

# User Rev Content
1 gezelter 3640 LBIN =/usr/local/bin
2     LC = pdflatex
3     BC = bibtex
4     PDF = Preview
5     D2PS = $(LBIN)/dvips
6     D2PDF = dvipdf
7     XDVI = $(LBIN)/xdvi
8     KDVI = kdvi
9    
10     .SUFFIXES: $(SUFFIXES) .dvi .ps .bib .tex .bbl .pdf
11    
12     PAPER_ROOT = langevinHull
13    
14     PICTURES = \
15     AffineScale.pdf \
16     AffineScale2.pdf \
17     compress_tb.pdf \
18     g_r_theta.pdf \
19     hydro.pdf \
20     isothermal.pdf \
21     pAngle.pdf \
22     pressure_tb.pdf \
23     temperature_tb.pdf
24    
25     INFILES = \
26     langevinHull.tex \
27     langevinHull.bib
28    
29     #
30     # standard rules:
31     #
32    
33     PSVIEWER = Preview
34     PDFVIEWER = Preview
35    
36     # ".dvi.ps" is the old-fashioned suffix rules = "%.ps: %.dvi"
37     #.dvi.ps:
38     %.ps: %.dvi
39     touch $*.ps
40     /bin/rm $*.ps
41     @echo "compiling $*"
42     $(D2PS) -o $*.ps $<
43    
44     .dvi.pdf:
45     touch $*.pdf
46     /bin/rm $*.pdf
47     @echo "compiling $*"
48     $(D2PDF) $< $*.pdf
49    
50     all:: ${PAPER_ROOT}.view
51    
52     dview:: ${PAPER_ROOT}.view
53    
54     gs:: ${PAPER_ROOT}.psview
55    
56     pdf:: ${PAPER_ROOT}.pdfview
57    
58     ${PAPER_ROOT}.dvi: ${INFILES} ${PICTURES}
59     $(LC) --src-specials ${PAPER_ROOT}
60     $(BC) ${PAPER_ROOT}
61     $(LC) --src-specials ${PAPER_ROOT}
62     $(LC) --src-specials ${PAPER_ROOT}
63    
64     current.psview: current.ps
65     ${PSVIEWER} current.ps
66    
67     ${PAPER_ROOT}.psview: ${PAPER_ROOT}.ps
68     ${PSVIEWER} ${PAPER_ROOT}.ps
69    
70     ${PAPER_ROOT}.pdfview: ${PAPER_ROOT}.pdf
71     ${PDFVIEWER} ${PAPER_ROOT}.pdf
72    
73     #${PAPER_ROOT}.view: ${PAPER_ROOT}.dvi
74     # $(XDVI) -fg black ${PAPER_ROOT}
75    
76     print: ${PAPER_ROOT}.ps ${PAPER_ROOT}.pdf
77    
78     ${PAPER_ROOT}.view: ${PAPER_ROOT}.dvi
79     $(KDVI) ${PAPER_ROOT}
80    
81     clean::
82     /bin/rm -f *.aux *.log *.bbl *.blg *.dvi *.tbx *.fgx *~ *.fff *.lof *.lot mdripple.ps mdripple.pdf *.ttt

Properties

Name Value
svn:eol-style native