]> AND Private Git Repository - book_gpu.git/blob - BookGPU/Makefile
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
ch14
[book_gpu.git] / BookGPU / Makefile
1 BOOK=BookGPU
2
3
4 all:
5         pdflatex ${BOOK}
6         pdflatex ${BOOK}
7         bibtex bu1
8         bibtex bu2
9         bibtex bu3
10         bibtex bu4
11         makeindex  ${BOOK}.idx
12         pdflatex ${BOOK}
13         pdflatex ${BOOK}
14 #       dvipdf ${BOOK}
15
16 clean:
17         rm -rf *~ *.aux *.bbl *.blg *.dvi *.lon *.not *.lof *.log *.lot *.toc *.ind *.idx *.ilg 
18