ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/oopsePaper/Makefile
(Generate patch)

Comparing trunk/oopsePaper/Makefile (file contents):
Revision 715 by mmeineke, Sun Aug 24 02:44:05 2003 UTC vs.
Revision 1121 by mmeineke, Mon Apr 19 21:00:24 2004 UTC

# Line 1 | Line 1
1 < LBIN =/usr/local/teTeX/bin
1 > LBIN =/usr/local/bin
2   LC = $(LBIN)/latex
3   BC = $(LBIN)/bibtex
4   D2PS = $(LBIN)/dvips
# Line 8 | Line 8 | PICTURES   =
8   .SUFFIXES: $(SUFFIXES) .dvi .ps .bib .tex .bbl .pdf
9  
10   PAPER_ROOT = oopse
11 < PICTURES   =
11 > PICTURES   = dynamicPropsMem.eps
12  
13   # list section files in order of inclusion
14   INFILES = preamble.tex \
15 <          titleAbstract.tex \
16 <          DUFF.tex \
17 <          analysis.tex \
18 <          acknowledgements.tex \
19 <          bibEnd.tex
15 >        TitleAbstract.tex \
16 >        Introduction.tex \
17 >        EmpericalEnergy.tex \
18 >        IOfiles.tex \
19 >        Mechanics.tex \
20 >        TrajectoryAnalysis.tex \
21 >        ProgramDesign.tex \
22 >        Conclusion.tex \
23 >        Acknowledgements.tex \
24 >        bibEnd.tex
25  
26   #
27   # A very cool hack to "do the right thing":
# Line 39 | Line 44 | current:: current.psview
44  
45   all:: ${PAPER_ROOT}.psview
46  
47 + dview:: ${PAPER_ROOT}.view
48 +
49   current:: current.psview
50  
51   outline:: ${OUTLINE}.view
# Line 47 | Line 54 | ${PAPER_ROOT}.dvi: ${INFILES} ${PAPER_ROOT}.bib ${PICT
54  
55   print: ${PAPER_ROOT}.ps  ${PAPER_ROOT}.pdf
56  
57 < ${PAPER_ROOT}.dvi: ${INFILES} ${PAPER_ROOT}.bib ${PICTURES}
57 > ${PAPER_ROOT}.tex: ${INFILES} ${PAPER_ROOT}.bib ${PICTURES}
58          /bin/rm -rf ${PAPER_ROOT}.tex
59          for i in ${INFILES}; \
60          do cat $$i >> ${PAPER_ROOT}.tex; \
61          done;
62 +
63 + ${PAPER_ROOT}.dvi: ${PAPER_ROOT}.tex
64          $(LC) ${PAPER_ROOT}
65          $(BC) ${PAPER_ROOT}
66          $(LC) ${PAPER_ROOT}
# Line 67 | Line 76 | clean::
76          $(XDVI) -fg black ${PAPER_ROOT}
77  
78   clean::
79 <        /bin/rm -f *.aux *.log *.bbl *.blg *.dvi *.tbx *.fgx *~ *.fff *.lof
79 >        /bin/rm -f *.aux *.log *.bbl *.blg *.dvi *.tbx *.fgx *~ *.fff *.lof mule.*
80  
81  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines