| 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 |
| 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} |