Changeset 278 for anr/Makefile
- Timestamp:
- Nov 24, 2010, 12:14:38 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anr/Makefile
r193 r278 1 1 # set here all the sources files 2 2 # required to build anr.pdf 3 SOURCES= anr.tex anr.bib section-1.tex \3 SOURCES= anr.tex anr.bib anr.sty section-1.tex \ 4 4 section-2.tex section-2.1.tex section-2.2.tex \ 5 5 flow.pdf section-3.1.tex section-3.2.tex \ … … 12 12 section-6.1.tex section-6.2.tex section-7.tex 13 13 14 TABLES= table_upmc_full.tex table_upmc_short.tex \ 15 table_tima_full.tex table_tima_short.tex \ 14 TABLES= \ 16 15 table_inria_cairn_full.tex table_inria_cairn_short.tex \ 17 16 table_inria_compsys_full.tex table_inria_compsys_short.tex \ 17 table_tima_full.tex table_tima_short.tex \ 18 18 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 \ 20 20 table_bull_full.tex table_bull_short.tex \ 21 21 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 25 23 26 24 # PROGRAMS … … 31 29 @$(FIG2DEV) -L pdf -p aaa $< $@ 32 30 33 anr.pdf: $(SOURCES) gantt1.tex gantt2.tex gantt $(TABLES) 31 anr.pdf: $(SOURCES) gantt 32 touch gantt1.tex gantt2.tex $(TABLES) 34 33 @echo "Generating pdf file" 35 34 @pdflatex anr.tex || true … … 40 39 @grep ndefine anr.log 41 40 42 anr.bbl:anr.aux anr.bib43 bibtex anr || true44 45 anr.aux gantt1.tex gantt2.tex $(TABLES):46 touch $@47 41 48 42 gantt: gantt.l
Note: See TracChangeset
for help on using the changeset viewer.