| 1 |
< |
#LC = pdflatex |
| 2 |
< |
#BC = bibtex |
| 3 |
< |
#PDF = Preview |
| 4 |
< |
LC = latex |
| 1 |
> |
LC = pdflatex |
| 2 |
|
BC = bibtex |
| 3 |
< |
D2PS = dvips |
| 4 |
< |
D2PDF = dvipdf |
| 5 |
< |
XDVI = xdvi |
| 3 |
> |
#PDF = Preview |
| 4 |
> |
#LC = latex |
| 5 |
> |
#BC = bibtex |
| 6 |
> |
#D2PS = dvips |
| 7 |
> |
#D2PDF = dvipdf |
| 8 |
> |
#XDVI = xdvi |
| 9 |
|
|
| 10 |
|
|
| 11 |
|
.SUFFIXES: $(SUFFIXES) .dvi .ps .bib .tex .bbl .pdf |
| 46 |
|
@echo "compiling $*" |
| 47 |
|
$(D2PDF) $< $*.pdf |
| 48 |
|
|
| 49 |
< |
all:: ${PAPER_ROOT}.view |
| 49 |
> |
#all:: ${PAPER_ROOT}.view |
| 50 |
|
|
| 51 |
< |
dview:: ${PAPER_ROOT}.view |
| 51 |
> |
all:: ${PAPER_ROOT}.pdf |
| 52 |
|
|
| 53 |
< |
ps:: ${PAPER_ROOT}.psview |
| 53 |
> |
#dview:: ${PAPER_ROOT}.view |
| 54 |
|
|
| 55 |
< |
pdf:: ${PAPER_ROOT}.pdfview |
| 55 |
> |
#ps:: ${PAPER_ROOT}.psview |
| 56 |
|
|
| 57 |
+ |
#pdf:: ${PAPER_ROOT}.pdfview |
| 58 |
+ |
|
| 59 |
|
${PAPER_ROOT}.tex: ${INFILES} ${PAPER_ROOT}.bib ${PICTURES} |
| 60 |
|
/bin/rm -rf ${PAPER_ROOT}.tex |
| 61 |
|
for i in ${INFILES}; \ |
| 62 |
|
do cat $$i >> ${PAPER_ROOT}.tex; \ |
| 63 |
|
done; |
| 64 |
|
|
| 65 |
< |
${PAPER_ROOT}.dvi: ${PAPER_ROOT}.tex |
| 66 |
< |
$(LC) --src-specials ${PAPER_ROOT} |
| 65 |
> |
#${PAPER_ROOT}.dvi: ${PAPER_ROOT}.tex |
| 66 |
> |
# $(LC) --src-specials ${PAPER_ROOT} |
| 67 |
> |
# $(BC) ${PAPER_ROOT} |
| 68 |
> |
# $(LC) --src-specials ${PAPER_ROOT} |
| 69 |
> |
# $(LC) --src-specials ${PAPER_ROOT} |
| 70 |
> |
|
| 71 |
> |
#${PAPER_ROOT}.dvi: ${PAPER_ROOT}.tex |
| 72 |
> |
|
| 73 |
> |
${PAPER_ROOT}.pdf: ${PAPER_ROOT}.tex |
| 74 |
> |
$(LC) ${PAPER_ROOT} |
| 75 |
|
$(BC) ${PAPER_ROOT} |
| 76 |
< |
$(LC) --src-specials ${PAPER_ROOT} |
| 77 |
< |
$(LC) --src-specials ${PAPER_ROOT} |
| 76 |
> |
$(LC) ${PAPER_ROOT} |
| 77 |
> |
$(LC) ${PAPER_ROOT} |
| 78 |
> |
$(LC) ${PAPER_ROOT} |
| 79 |
|
|
| 80 |
< |
current.psview: current.ps |
| 81 |
< |
${PSVIEWER} current.ps |
| 80 |
> |
#current.psview: current.ps |
| 81 |
> |
# ${PSVIEWER} current.ps |
| 82 |
|
|
| 83 |
< |
${PAPER_ROOT}.psview: ${PAPER_ROOT}.ps |
| 84 |
< |
${PSVIEWER} ${PAPER_ROOT}.ps |
| 83 |
> |
#${PAPER_ROOT}.psview: ${PAPER_ROOT}.ps |
| 84 |
> |
# ${PSVIEWER} ${PAPER_ROOT}.ps |
| 85 |
|
|
| 86 |
< |
${PAPER_ROOT}.pdfview: ${PAPER_ROOT}.pdf |
| 87 |
< |
${PDFVIEWER} ${PAPER_ROOT}.pdf |
| 86 |
> |
#${PAPER_ROOT}.pdfview: ${PAPER_ROOT}.pdf |
| 87 |
> |
# ${PDFVIEWER} ${PAPER_ROOT}.pdf |
| 88 |
|
|
| 89 |
|
#${PAPER_ROOT}.view: ${PAPER_ROOT}.dvi |
| 90 |
|
# $(XDVI) -fg black ${PAPER_ROOT} |
| 91 |
|
|
| 92 |
< |
print: ${PAPER_ROOT}.ps ${PAPER_ROOT}.pdf |
| 92 |
> |
#print: ${PAPER_ROOT}.ps ${PAPER_ROOT}.pdf |
| 93 |
|
|
| 94 |
< |
${PAPER_ROOT}.view: ${PAPER_ROOT}.dvi |
| 95 |
< |
$(KDVI) ${PAPER_ROOT} |
| 94 |
> |
#${PAPER_ROOT}.view: ${PAPER_ROOT}.dvi |
| 95 |
> |
# $(KDVI) ${PAPER_ROOT} |
| 96 |
|
|
| 97 |
|
clean:: |
| 98 |
|
/bin/rm -f *.aux *.log *.bbl *.blg *.dvi *.tbx *.fgx *~ *.fff *.lof *.lot dissertation.pdf *.ttt *.toc *.lol dissertation.tex |