Rev | Line | |
---|
[14] | 1 | # set here all the sources files |
---|
| 2 | # required to build anr.pdf |
---|
| 3 | SOURCES= anr.tex anr.bib section-1.tex \ |
---|
| 4 | section-2.tex section-2.1.tex section-2.2.tex \ |
---|
| 5 | flow.pdf section-3.1.tex section-3.2.tex \ |
---|
[36] | 6 | task-0.tex task-1.tex task-2.tex task-3.tex \ |
---|
| 7 | task-4.tex task-5.tex task-6.tex \ |
---|
| 8 | section-4.1.tex section-4.4.tex \ |
---|
[14] | 9 | architecture-csg.pdf architecture-hls.pdf architecture-hpc.pdf \ |
---|
[21] | 10 | dependence-task-h.pdf \ |
---|
[14] | 11 | section-4.2.tex |
---|
| 12 | |
---|
| 13 | # PROGRAMS |
---|
| 14 | FIG2DEV = fig2dev |
---|
| 15 | |
---|
| 16 | %.pdf: %.fig |
---|
| 17 | @echo "Converting $< to $@" |
---|
| 18 | @$(FIG2DEV) -L pdf -p aaa $< $@ |
---|
| 19 | |
---|
[36] | 20 | anr.pdf: $(SOURCES) gantt.tex gantt |
---|
[14] | 21 | @echo "Generating pdf file" |
---|
| 22 | @pdflatex anr.tex |
---|
| 23 | @bibtex anr |
---|
[36] | 24 | @./gantt < anr.gantt > gantt.tex |
---|
[14] | 25 | @pdflatex anr.tex |
---|
| 26 | @grep ndefine anr.log |
---|
| 27 | |
---|
| 28 | anr.bbl:anr.aux anr.bib |
---|
| 29 | bibtex anr || true |
---|
| 30 | |
---|
[36] | 31 | anr.aux gantt.tex: |
---|
| 32 | touch $@ |
---|
| 33 | |
---|
| 34 | gantt: gantt.l |
---|
| 35 | @flex gantt.l && gcc -g lex.yy.c -o gantt |
---|
| 36 | @rm lex.yy.c |
---|
Note: See
TracBrowser
for help on using the repository browser.