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 1122 by mmeineke, Mon Apr 19 21:00:24 2004 UTC vs.
Revision 1123 by mmeineke, Mon Apr 19 21:25:23 2004 UTC

# Line 7 | Line 7 | PAPER_ROOT = oopse
7  
8   .SUFFIXES: $(SUFFIXES) .dvi .ps .bib .tex .bbl .pdf
9  
10 < PAPER_ROOT = oopse
11 < PICTURES   = dynamicPropsMem.eps
10 > PAPER_ROOT = oopsePaper
11 > PICTURES   =
12  
13 # list section files in order of inclusion
14 INFILES = preamble.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
13   #
14   # A very cool hack to "do the right thing":
15   PSVIEWER = ghostview
# Line 54 | Line 41 | ${PAPER_ROOT}.tex: ${INFILES} ${PAPER_ROOT}.bib ${PICT
41  
42   print: ${PAPER_ROOT}.ps  ${PAPER_ROOT}.pdf
43  
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
44   ${PAPER_ROOT}.dvi: ${PAPER_ROOT}.tex
45          $(LC) ${PAPER_ROOT}
46          $(BC) ${PAPER_ROOT}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines