| [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 \ | 
|---|
| [289] | 4 | section-2.tex section-issues.tex section-position.tex \ | 
|---|
|  | 5 | flow2.pdf section-etat-de-art.tex section-objectif.tex \ | 
|---|
|  | 6 | section-project-description.tex section-project-management.tex \ | 
|---|
| [14] | 7 | architecture-csg.pdf architecture-hls.pdf architecture-hpc.pdf \ | 
|---|
| [21] | 8 | dependence-task-h.pdf \ | 
|---|
| [291] | 9 | task-management.tex   task-backbone.tex \ | 
|---|
|  | 10 | task-csg.tex          task-frontend.tex \ | 
|---|
|  | 11 | task-backend.tex      task-hpc.tex \ | 
|---|
|  | 12 | task-demonstrator.tex task-dissemination.tex \ | 
|---|
| [289] | 13 | section-project-task-schedule.tex \ | 
|---|
|  | 14 | section-dissemination.tex \ | 
|---|
|  | 15 | section-consortium-desc.tex \ | 
|---|
|  | 16 | section-consortium-leader.tex \ | 
|---|
|  | 17 | section-consortium-people.tex \ | 
|---|
|  | 18 | section-ressources.tex \ | 
|---|
|  | 19 | annexe-cv.tex \ | 
|---|
|  | 20 | annexe-autre-participation.tex | 
|---|
| [14] | 21 |  | 
|---|
| [278] | 22 | TABLES= \ | 
|---|
| [147] | 23 | table_inria_cairn_full.tex table_inria_cairn_short.tex \ | 
|---|
| [192] | 24 | table_inria_compsys_full.tex table_inria_compsys_short.tex \ | 
|---|
| [278] | 25 | table_tima_full.tex table_tima_short.tex \ | 
|---|
| [99] | 26 | table_ubs_full.tex table_ubs_short.tex \ | 
|---|
| [278] | 27 | table_upmc_full.tex table_upmc_short.tex \ | 
|---|
| [124] | 28 | table_bull_full.tex table_bull_short.tex \ | 
|---|
|  | 29 | table_thales_full.tex table_thales_short.tex \ | 
|---|
| [278] | 30 | table_mds_full.tex table_mds_short.tex | 
|---|
| [52] | 31 |  | 
|---|
| [14] | 32 | # PROGRAMS | 
|---|
|  | 33 | FIG2DEV = fig2dev | 
|---|
|  | 34 |  | 
|---|
|  | 35 | %.pdf: %.fig | 
|---|
|  | 36 | @echo "Converting $< to $@" | 
|---|
|  | 37 | @$(FIG2DEV) -L pdf -p aaa $< $@ | 
|---|
|  | 38 |  | 
|---|
| [278] | 39 | anr.pdf: $(SOURCES) gantt | 
|---|
| [300] | 40 | mkdir -p tmp | 
|---|
|  | 41 | touch gantt.tex gantt1.tex gantt2.tex  $(TABLES) | 
|---|
| [14] | 42 | @echo "Generating pdf file" | 
|---|
| [193] | 43 | @pdflatex anr.tex || true | 
|---|
| [14] | 44 | @bibtex anr | 
|---|
| [51] | 45 | @./gantt < anr.gantt | 
|---|
| [14] | 46 | @pdflatex anr.tex | 
|---|
| [57] | 47 | @pdflatex anr.tex | 
|---|
| [14] | 48 | @grep ndefine anr.log | 
|---|
|  | 49 |  | 
|---|
|  | 50 |  | 
|---|
| [36] | 51 | gantt: gantt.l | 
|---|
|  | 52 | @flex gantt.l && gcc -g lex.yy.c -o gantt | 
|---|
|  | 53 | @rm lex.yy.c | 
|---|
| [52] | 54 |  | 
|---|
|  | 55 | clean: | 
|---|
| [300] | 56 | rm -f $(TABLES) anr.aux gantt.tex gantt1.tex gantt2.tex anr.pdf anr.gantt | 
|---|