+++ /dev/null
-LATEX = pdflatex\r
-BIBTEX = bibtex\r
-# INDEX = makeindex\r
-RM = rm\r
-DST = candidature\r
-LILLE = $(DST)-Lille205\r
-PARIS = $(DST)-Paris600\r
-NANCY = $(DST)-Nancy615\r
-SRC = $(DST).tex\r
-LATEX_OPTIONS = -file-line-error\r
-BIBEX_OPTIONS = -min-crossrefs=100\r
-INDEX_OPTIONS = -s indexstyle.ist\r
-\r
-all: lille paris nancy\r
-\r
-lille: $(LILLE)\r
-\r
-paris: $(PARIS)\r
-\r
-nancy: $(NANCY)\r
-\r
-clean:\r
- $(RM) -rf *.bbl *.aux *.blg *.idx *.ilg *.ind *.lof *.log *.lot *.out *.toc\r
-\r
-mrproper: clean\r
- $(RM) *.pdf\r
-\r
-single:\r
- $(LATEX) $(LATEX_OPTIONS) --jobname $(DST) $(SRC)\r
-\r
-candidature-%: candidature-%.tex commun.tex projetrecherche.tex communfin.tex\r
- $(LATEX) $(LATEX_OPTIONS) --jobname $@ $<\r
-\r