-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathMakefile
44 lines (40 loc) · 1.45 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
all: figures
pdflatex signal_processing.tex
bibtex signal_processing
pdflatex signal_processing.tex
bibtex signal_processing
pdf:
pdflatex signal_processing.tex
bibtex signal_processing
figures:
cd ch02/code ; python3 ex2_2.py noplot
cd ../..
cd ch03/code ; python3 ex3.6.py noplot
cd ../..
cd ch04/code ; python3 ex4.7.py noplot ; python3 ex4.8.py noplot
cd ../..
cd ch06/code ; python3 ex6.1.py noplot ; python3 ex6.6.py noplot
cd ../..
cd ch07/code ; python3 ex7_3a.py noplot ; python3 ex7_3b.py noplot ; python3 ex7_3c.py noplot
cd ../..
cd ch10/code ; python3 ex10_2g.py noplot ; python3 ex10_3c.py 15
cd ../..
cd ch11/code ; python3 ex11_1.py noplot ; python3 ex11_2.py noplot ; python3 ex11_3.py noplot
cd ../..
cd ch13/code ; python3 ex13_2.py noplot
cd ../..
cd ch14/code ; python3 ex14_1.py noplot
cd ../..
cd ch15/code ; python3 ex15_2.py noplot
cd ../..
cd ch16/code ; python3 ex16_1b.py noplot ; python3 ex16_1c.py noplot
cd ../..
cd ch17/code ; python3 ex17_1.py noplot ; python3 ex17_1a.py noplot ; python3 ex17_1b.py noplot
cd ../..
cd ch18/code ; python3 ex18_2.py noplot ; python3 ex18_3.py noplot ; python3 ex18_4.py noplot
cd ../..
cd ch19/code ; python3 ex19_5.py noplot
cd ../..
clean:
rm -f signal_processing.aux signal_processing.bbl signal_processing.blg signal_processing.idx signal_processing.ilg signal_processing.ind signal_processing.log signal_processing.out signal_processing.toc
rm -f signal_processing.pdf