-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmakefile
58 lines (47 loc) · 1015 Bytes
/
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
46
47
48
49
50
51
52
53
54
55
FILE = cheat_sheet
tex:
pdflatex $(FILE).tex
all: draft bib
pdflatex $(FILE).tex
draft: code.sage
echo "draft" > _version.txt
sage code.sage
sage code_lyap.sage
arxiv: code.sage
echo "arxiv" > _version.txt
sage code.sage
arxiv_lya:
echo "arxiv" > _version.txt
sage code_lyap.sage
arxiv_hd: code.sage
echo "arxiv_hd" > _version.txt
sage code.sage
bib:
pdflatex $(FILE).tex
bibtex $(FILE)
pdflatex $(FILE).tex
pdflatex $(FILE).tex
.PHONY : clean
clean :
rm -f $(FILE).aux $(FILE).log
rm -f $(FILE).blg $(FILE).bbl
#rm -f $(FILE).py $(FILE).sage $(FILE).sout
rm -f $(FILE).pdf $(FILE).out
rm -f $(FILE).toc
rm -f $(FILE)-blx.bib
rm -f $(FILE).run.xml
rm -f code.sage.py
rm -f tikz_2_pdf_all.sage.py
rm -f code_lyap.sage.py
rm -f density*.png
rm -f density*.pdf
rm -f section_*.tex
rm -f sections.tex
rm -f nat_ext*.pdf
rm -f nat_ext*.png
rm -f cylinders_*.pdf
rm -f dual_patch_*.pdf
rm -f cube.tikz
rm -f cube.pdf
rm -f discrepancy_histo_*.png
#rm -f lyapunov_table.tex