Changeset 52 for anr/Makefile
- Timestamp:
- Jan 31, 2010, 10:17:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anr/Makefile
r51 r52 10 10 dependence-task-h.pdf \ 11 11 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 14 TABLES= table_upmc.tex 13 15 14 16 # PROGRAMS … … 19 21 @$(FIG2DEV) -L pdf -p aaa $< $@ 20 22 21 anr.pdf: $(SOURCES) gantt1.tex gantt2.tex gantt 23 anr.pdf: $(SOURCES) gantt1.tex gantt2.tex gantt $(TABLES) 22 24 @echo "Generating pdf file" 23 25 @pdflatex anr.tex … … 30 32 bibtex anr || true 31 33 32 anr.aux gantt1.tex gantt2.tex :34 anr.aux gantt1.tex gantt2.tex $(TABLES): 33 35 touch $@ 34 36 … … 36 38 @flex gantt.l && gcc -g lex.yy.c -o gantt 37 39 @rm lex.yy.c 40 41 clean: 42 rm -f $(TABLES) anr.aux gantt1.tex gantt2.tex anr.pdf anr.gantt
Note: See TracChangeset
for help on using the changeset viewer.