Changeset 36 for anr/Makefile


Ignore:
Timestamp:
Jan 18, 2010, 9:31:49 AM (14 years ago)
Author:
coach
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • anr/Makefile

    r21 r36  
    44                        section-2.tex section-2.1.tex section-2.2.tex \
    55                        flow.pdf section-3.1.tex section-3.2.tex \
    6                         section-4.1.tex \
     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 \
    79                        architecture-csg.pdf architecture-hls.pdf architecture-hpc.pdf \
    810                        dependence-task-h.pdf \
     
    1618        @$(FIG2DEV) -L pdf -p aaa $< $@
    1719
    18 anr.pdf: $(SOURCES)
     20anr.pdf: $(SOURCES) gantt.tex gantt
    1921        @echo "Generating pdf file"
    2022        @pdflatex anr.tex
    2123        @bibtex anr
     24        @./gantt < anr.gantt > gantt.tex
    2225        @pdflatex anr.tex
    2326        @grep ndefine anr.log
     
    2629        bibtex anr || true
    2730
    28 anr.aux:
    29         touch anr.aux
     31anr.aux gantt.tex:
     32        touch $@
     33
     34gantt: gantt.l
     35        @flex gantt.l && gcc -g lex.yy.c -o gantt
     36        @rm lex.yy.c
Note: See TracChangeset for help on using the changeset viewer.