| [14] | 1 | # set here all the sources files | 
|---|
|  | 2 | # required to build anr.pdf | 
|---|
| [278] | 3 | SOURCES=        anr.tex anr.bib anr.sty section-1.tex \ | 
|---|
| [14] | 4 | section-2.tex section-2.1.tex section-2.2.tex \ | 
|---|
| [280] | 5 | flow2.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 \ | 
|---|
| [45] | 11 | section-4.2.tex section-5.tex \ | 
|---|
| [52] | 12 | section-6.1.tex section-6.2.tex section-7.tex | 
|---|
| [14] | 13 |  | 
|---|
| [278] | 14 | TABLES= \ | 
|---|
| [147] | 15 | table_inria_cairn_full.tex table_inria_cairn_short.tex \ | 
|---|
| [192] | 16 | table_inria_compsys_full.tex table_inria_compsys_short.tex \ | 
|---|
| [278] | 17 | table_tima_full.tex table_tima_short.tex \ | 
|---|
| [99] | 18 | table_ubs_full.tex table_ubs_short.tex \ | 
|---|
| [278] | 19 | table_upmc_full.tex table_upmc_short.tex \ | 
|---|
| [124] | 20 | table_bull_full.tex table_bull_short.tex \ | 
|---|
|  | 21 | table_thales_full.tex table_thales_short.tex \ | 
|---|
| [278] | 22 | table_mds_full.tex table_mds_short.tex | 
|---|
| [52] | 23 |  | 
|---|
| [14] | 24 | # PROGRAMS | 
|---|
|  | 25 | FIG2DEV = fig2dev | 
|---|
|  | 26 |  | 
|---|
|  | 27 | %.pdf: %.fig | 
|---|
|  | 28 | @echo "Converting $< to $@" | 
|---|
|  | 29 | @$(FIG2DEV) -L pdf -p aaa $< $@ | 
|---|
|  | 30 |  | 
|---|
| [278] | 31 | anr.pdf: $(SOURCES) gantt | 
|---|
|  | 32 | touch gantt1.tex gantt2.tex  $(TABLES) | 
|---|
| [14] | 33 | @echo "Generating pdf file" | 
|---|
| [193] | 34 | @pdflatex anr.tex || true | 
|---|
| [14] | 35 | @bibtex anr | 
|---|
| [51] | 36 | @./gantt < anr.gantt | 
|---|
| [14] | 37 | @pdflatex anr.tex | 
|---|
| [57] | 38 | @pdflatex anr.tex | 
|---|
| [14] | 39 | @grep ndefine anr.log | 
|---|
|  | 40 |  | 
|---|
|  | 41 |  | 
|---|
| [36] | 42 | gantt: gantt.l | 
|---|
|  | 43 | @flex gantt.l && gcc -g lex.yy.c -o gantt | 
|---|
|  | 44 | @rm lex.yy.c | 
|---|
| [52] | 45 |  | 
|---|
|  | 46 | clean: | 
|---|
|  | 47 | rm -f $(TABLES) anr.aux gantt1.tex gantt2.tex anr.pdf anr.gantt | 
|---|