Changeset 278 for anr/Makefile


Ignore:
Timestamp:
Nov 24, 2010, 12:14:38 AM (14 years ago)
Author:
coach
Message:

Reduced the task number. Suppressed xilinx, navtel and flexra. Added mds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anr/Makefile

    r193 r278  
    11# set here all the sources files
    22# required to build anr.pdf
    3 SOURCES=        anr.tex anr.bib section-1.tex \
     3SOURCES=        anr.tex anr.bib anr.sty section-1.tex \
    44                        section-2.tex section-2.1.tex section-2.2.tex \
    55                        flow.pdf section-3.1.tex section-3.2.tex \
     
    1212                        section-6.1.tex section-6.2.tex section-7.tex
    1313
    14 TABLES= table_upmc_full.tex table_upmc_short.tex \
    15                 table_tima_full.tex table_tima_short.tex \
     14TABLES= \
    1615                table_inria_cairn_full.tex table_inria_cairn_short.tex \
    1716                table_inria_compsys_full.tex table_inria_compsys_short.tex \
     17                table_tima_full.tex table_tima_short.tex \
    1818                table_ubs_full.tex table_ubs_short.tex \
    19                 table_xilinx_full.tex table_xilinx_short.tex \
     19                table_upmc_full.tex table_upmc_short.tex \
    2020                table_bull_full.tex table_bull_short.tex \
    2121                table_thales_full.tex table_thales_short.tex \
    22                 table_zied_full.tex table_zied_short.tex \
    23                 table_navtel_full.tex table_navtel_short.tex \
    24                 table_livrable_01.tex table_livrable_02.tex
     22                table_mds_full.tex table_mds_short.tex
    2523
    2624# PROGRAMS
     
    3129        @$(FIG2DEV) -L pdf -p aaa $< $@
    3230
    33 anr.pdf: $(SOURCES) gantt1.tex gantt2.tex gantt $(TABLES)
     31anr.pdf: $(SOURCES) gantt
     32        touch gantt1.tex gantt2.tex  $(TABLES)
    3433        @echo "Generating pdf file"
    3534        @pdflatex anr.tex || true
     
    4039        @grep ndefine anr.log
    4140
    42 anr.bbl:anr.aux anr.bib
    43         bibtex anr || true
    44 
    45 anr.aux gantt1.tex gantt2.tex $(TABLES):
    46         touch $@
    4741
    4842gantt: gantt.l
Note: See TracChangeset for help on using the changeset viewer.