Changeset 52 for anr/Makefile


Ignore:
Timestamp:
Jan 31, 2010, 10:17:25 PM (14 years ago)
Author:
coach
Message:

IA: modification des macros livrable & sortie des tableaux de ressources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anr/Makefile

    r51 r52  
    1010                        dependence-task-h.pdf \
    1111                        section-4.2.tex section-5.tex \
    12                         section-6.1.tex section-6.2.tex
     12                        section-6.1.tex section-6.2.tex section-7.tex
     13
     14TABLES= table_upmc.tex
    1315
    1416# PROGRAMS
     
    1921        @$(FIG2DEV) -L pdf -p aaa $< $@
    2022
    21 anr.pdf: $(SOURCES) gantt1.tex gantt2.tex gantt
     23anr.pdf: $(SOURCES) gantt1.tex gantt2.tex gantt $(TABLES)
    2224        @echo "Generating pdf file"
    2325        @pdflatex anr.tex
     
    3032        bibtex anr || true
    3133
    32 anr.aux gantt1.tex gantt2.tex:
     34anr.aux gantt1.tex gantt2.tex $(TABLES):
    3335        touch $@
    3436
     
    3638        @flex gantt.l && gcc -g lex.yy.c -o gantt
    3739        @rm lex.yy.c
     40
     41clean:
     42        rm -f $(TABLES) anr.aux gantt1.tex gantt2.tex anr.pdf anr.gantt
Note: See TracChangeset for help on using the changeset viewer.