forked from uva-cs/pdr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
45 lines (36 loc) · 1.02 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.PHONY: ibcm x86
pdf:
pdflatex main.tex
pdflatex main.tex
full:
pdflatex main.tex
bibtex main
pdflatex main.tex
pdflatex main.tex
working:
pdflatex working.tex
bibtex working
pdflatex working.tex
pdflatex working.tex
ibcm: ibcm-chapter.tex ibcm.tex
pdflatex ibcm-chapter.tex
bibtex ibcm-chapter
pdflatex ibcm-chapter.tex
pdflatex ibcm-chapter.tex
x86-32bit: x86-32bit-asm-chapter.tex x86-32bit-ccc-chapter.tex x86-32bit.tex x86-32bit-ccc.tex
pdflatex x86-32bit-asm-chapter.tex
pdflatex x86-32bit-asm-chapter.tex
pdflatex x86-32bit-ccc-chapter.tex
pdflatex x86-32bit-ccc-chapter.tex
x86-64bit: x86-64bit-asm-chapter.tex x86-64bit-ccc-chapter.tex x86-64bit.tex x86-64bit-ccc.tex
pdflatex x86-64bit-asm-chapter.tex
pdflatex x86-64bit-asm-chapter.tex
pdflatex x86-64bit-ccc-chapter.tex
pdflatex x86-64bit-ccc-chapter.tex
x86:
make x86-32bit
make x86-64bit
clean:
/bin/rm -f *.log *.aux *.out *~
fullclean:
/bin/rm -f *.log *.aux *.out *.toc *.lof *.lol *.lot *.bbl *.blg main.pdf part.pdf working.pdf *.bbl *.blg *~