Mercurial > dropbear
comparison libtommath/pics/makefile @ 284:eed26cff980b
propagate from branch 'au.asn.ucc.matt.ltm.dropbear' (head 6c790cad5a7fa866ad062cb3a0c279f7ba788583)
to branch 'au.asn.ucc.matt.dropbear' (head fff0894a0399405a9410ea1c6d118f342cf2aa64)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 08 Mar 2006 13:23:49 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
283:bd240aa12ba7 | 284:eed26cff980b |
---|---|
1 # makes the images... yeah | |
2 | |
3 default: pses | |
4 | |
5 design_process.ps: design_process.tif | |
6 tiff2ps -s -e design_process.tif > design_process.ps | |
7 | |
8 sliding_window.ps: sliding_window.tif | |
9 tiff2ps -s -e sliding_window.tif > sliding_window.ps | |
10 | |
11 expt_state.ps: expt_state.tif | |
12 tiff2ps -s -e expt_state.tif > expt_state.ps | |
13 | |
14 primality.ps: primality.tif | |
15 tiff2ps -s -e primality.tif > primality.ps | |
16 | |
17 design_process.pdf: design_process.ps | |
18 epstopdf design_process.ps | |
19 | |
20 sliding_window.pdf: sliding_window.ps | |
21 epstopdf sliding_window.ps | |
22 | |
23 expt_state.pdf: expt_state.ps | |
24 epstopdf expt_state.ps | |
25 | |
26 primality.pdf: primality.ps | |
27 epstopdf primality.ps | |
28 | |
29 | |
30 pses: sliding_window.ps expt_state.ps primality.ps design_process.ps | |
31 pdfes: sliding_window.pdf expt_state.pdf primality.pdf design_process.pdf | |
32 | |
33 clean: | |
34 rm -rf *.ps *.pdf .xvpics | |
35 |