13740
|
1 |
all: gen pdf
|
13739
|
2 |
|
14521
|
3 |
|
|
4 |
gen: g2000 g2001 g2002 g2003 g0304
|
|
5 |
|
13739
|
6 |
|
13740
|
7 |
dvi: gen
|
|
8 |
latex exercises
|
|
9 |
bibtex exercises
|
|
10 |
latex exercises
|
|
11 |
latex exercises
|
|
12 |
|
13841
|
13 |
pdf: gen
|
13739
|
14 |
pdflatex exercises
|
|
15 |
bibtex exercises
|
|
16 |
pdflatex exercises
|
|
17 |
pdflatex exercises
|
|
18 |
|
14521
|
19 |
|
14498
|
20 |
|
13739
|
21 |
g2000:
|
13841
|
22 |
cd 2000; make
|
13739
|
23 |
|
|
24 |
g2001:
|
13841
|
25 |
cd 2001; make
|
13739
|
26 |
|
|
27 |
g2002:
|
13841
|
28 |
cd 2002; make
|
13739
|
29 |
|
14521
|
30 |
g2003:
|
|
31 |
cd 2003; make
|
|
32 |
|
|
33 |
g0304:
|
|
34 |
cd 0304; make
|
|
35 |
|
13739
|
36 |
clean:
|
|
37 |
rm -f *.log *.aux *.bbl *.blg *.toc *.out *~
|
|
38 |
|
14521
|
39 |
|
13739
|
40 |
realclean: clean
|
13841
|
41 |
rm -rf exercises.pdf execrcises.dvi
|