| Last change
                  on this file since 110 was
                  99,
                  checked in by coach, 16 years ago | 
        
          | 
IA: 1) mise en page et verification de 2, 2.1, 2.2 4.1. 2) entrer bull/xilinx/navtel dans 6.1 3) xilinx dans 7.
 | 
        | File size:
            1.3 KB | 
      
      
        
  | 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 \ | 
|---|
| [45] | 11 | section-4.2.tex section-5.tex \ | 
|---|
| [52] | 12 | section-6.1.tex section-6.2.tex section-7.tex | 
|---|
| [14] | 13 |  | 
|---|
| [60] | 14 | TABLES= table_upmc_full.tex table_upmc_short.tex \ | 
|---|
| [91] | 15 | table_tima_full.tex table_tima_short.tex \ | 
|---|
|  | 16 | table_lip_full.tex table_lip_short.tex \ | 
|---|
| [99] | 17 | table_ubs_full.tex table_ubs_short.tex \ | 
|---|
|  | 18 | table_xilinx_full.tex table_xilinx_short.tex \ | 
|---|
| [52] | 19 |  | 
|---|
| [14] | 20 | # PROGRAMS | 
|---|
|  | 21 | FIG2DEV = fig2dev | 
|---|
|  | 22 |  | 
|---|
|  | 23 | %.pdf: %.fig | 
|---|
|  | 24 | @echo "Converting $< to $@" | 
|---|
|  | 25 | @$(FIG2DEV) -L pdf -p aaa $< $@ | 
|---|
|  | 26 |  | 
|---|
| [52] | 27 | anr.pdf: $(SOURCES) gantt1.tex gantt2.tex gantt $(TABLES) | 
|---|
| [14] | 28 | @echo "Generating pdf file" | 
|---|
|  | 29 | @pdflatex anr.tex | 
|---|
|  | 30 | @bibtex anr | 
|---|
| [51] | 31 | @./gantt < anr.gantt | 
|---|
| [14] | 32 | @pdflatex anr.tex | 
|---|
| [57] | 33 | @pdflatex anr.tex | 
|---|
| [14] | 34 | @grep ndefine anr.log | 
|---|
|  | 35 |  | 
|---|
|  | 36 | anr.bbl:anr.aux anr.bib | 
|---|
|  | 37 | bibtex anr || true | 
|---|
|  | 38 |  | 
|---|
| [52] | 39 | anr.aux gantt1.tex gantt2.tex $(TABLES): | 
|---|
| [36] | 40 | touch $@ | 
|---|
|  | 41 |  | 
|---|
|  | 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 | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.