## Process this file with automake to produce Makefile.in ## ## $Id: Makefile.am 494 2006-01-10 13:44:14Z peter $ all-local: doxygen-local Statistics-local clean-local: @rm -rf html latex Statistics Statistics.toc Statistics.pdf Statistics.log \ Statistics.dvi Statistics.aux *~ distclean-local: clean-local doxygen-local: doxygen doxygen.config Statistics: Statistics.tex @rm -rf html/Statistics @rm -f Statistics latex2html Statistics.tex @mv Statistics html/. @ln -s html/Statistics Statistics Statistics-local: Statistics Statistics.pdf Statistics.dvi: Statistics.tex @latex Statistics.tex @latex Statistics.tex Statistics.pdf: Statistics.dvi @dvipdfm Statistics.dvi @cp -p Statistics.pdf Statistics/.