A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
book_gpu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
new
[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
bibtex bu5
12
bibtex bu6
13
bibtex bu7
14
bibtex bu8
15
bibtex bu9
16
bibtex bu10
17
bibtex bu11
18
#don't put chapter 14, refs are included
19
bibtex bu12
20
bibtex bu13
21
bibtex bu14
22
bibtex bu15
23
24
makeindex ${BOOK}.idx
25
pdflatex ${BOOK}
26
pdflatex ${BOOK}
27
# dvipdf ${BOOK}
28
29
clean:
30
rm -rf *~ *.aux *.bbl *.blg *.dvi *.lon *.not *.lof *.log *.lot *.toc *.ind *.idx *.ilg
31