
all:	rapport.dvi

rapport.dvi:	rapport.tex informatique.bib merci.tex chapitres.tex intro.tex connaissances.tex jeux.tex agents.tex approches.tex description.tex simulation.tex recapitulatif.tex exemples.tex res_pqr.tex res_policier.tex extensions.tex ptms.tex planification.tex conclusion.tex annexes.tex maximes.tex ptms_src.tex ptms.pl predicats.tex taln.tex parser.tex sources.tex intro2.tex connaissances2.tex actes2.tex jeux2.tex
	latex rapport
	bibtex rapport

ps:		rapport.ps

rapport.ps:	rapport.dvi
	dvips rapport -D 600 -Z -t a4 -o

clean:
	rm *.aux *.bbl *.blg *.dvi *.log *.ps *.toc
