X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a5df3137d0c7edb988478158a8237c0e849c8594..e1c190397d9e2c31a34db0ca8891dc23eeba5e2d:/doc/Makefile.in diff --git a/doc/Makefile.in b/doc/Makefile.in index cc78304d9d..49e8aafc02 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -14,6 +14,12 @@ @SET_MAKE@ +# Copyright (c) 2004-2007. The SimGrid team. All right reserved. + +# This file is part of the SimGrid project. This is free software: +# You can redistribute and/or modify it under the terms of the +# GNU LGPL (v2.1) licence. + # Makefile chunk which allows to display the files which should be included # into the distribution. @@ -60,7 +66,7 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ADDR2LINE = @ADDR2LINE@ AMTAR = @AMTAR@ -AM_CFLAGS = @AM_CFLAGS@ +AM_CPPFLAGS = @AM_CPPFLAGS@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ @@ -94,8 +100,6 @@ GCJDEPMODE = @GCJDEPMODE@ GCJFLAGS = @GCJFLAGS@ GRAS_DEP = @GRAS_DEP@ GREP = @GREP@ -GTNETS_CFLAGS = @GTNETS_CFLAGS@ -GTNETS_LDFLAGS = @GTNETS_LDFLAGS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -132,6 +136,7 @@ RANLIB = @RANLIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIMGRID_DEP = @SIMGRID_DEP@ +SMPI_DEP = @SMPI_DEP@ STRIP = @STRIP@ VERSION = @VERSION@ WARNING = @WARNING@ @@ -199,7 +204,7 @@ DOCSOURCES = $(shell find @top_srcdir@/tools/gras @top_srcdir@/src @top_srcdir@ FIGS = simgrid_modules.fig simgrid_modules2.fig amok_bw_test.fig amok_bw_sat.fig PNGS = $(patsubst %.fig,%.png,$(FIGS)) webcruft/simgrid_logo.png webcruft/simgrid_logo_small.png webcruft/poster_thumbnail.png EXTRA_DIST = html Doxyfile \ - modules.doc FAQ.doc contrib.doc index.doc publis.doc footer.html \ + modules.doc FAQ.doc contrib.doc index.doc publis.doc footer.html history.doc \ $(foreach file,$(FIGS),fig/$(file)) $(PNGS) CLEANFILES = .*.toc @@ -390,7 +395,7 @@ uninstall-am: uninstall-local @MAINTAINER_MODE_TRUE@html: Doxyfile ./logcategories.doc simgrid_modules.map $(PNGS) $(DOCSOURCES) \ @MAINTAINER_MODE_TRUE@ html/gras.html html/amok.html html/msg.html html/simdag.html @MAINTAINER_MODE_TRUE@ : # Setting up -@MAINTAINER_MODE_TRUE@ touch index-API.doc .FAQ.doc.toc .index.doc.toc .contrib.doc.toc +@MAINTAINER_MODE_TRUE@ touch index-API.doc .FAQ.doc.toc .index.doc.toc .contrib.doc.toc .history.doc.toc @MAINTAINER_MODE_TRUE@ test -e html || mkdir html @MAINTAINER_MODE_TRUE@ cp $(foreach file,$(PNGS),@srcdir@/$(file)) html/ @MAINTAINER_MODE_TRUE@ cp @srcdir@/webcruft/Paje_MSG_screenshot_thn.jpg @srcdir@/webcruft/Paje_MSG_screenshot.jpg html/ @@ -400,7 +405,7 @@ uninstall-am: uninstall-local @MAINTAINER_MODE_TRUE@ @top_srcdir@/tools/doxygen/index_create.pl simgrid.tag index-API.doc @MAINTAINER_MODE_TRUE@ @top_srcdir@/tools/doxygen/toc_create.pl \ @MAINTAINER_MODE_TRUE@ @srcdir@/FAQ.doc @srcdir@/index.doc @srcdir@/contrib.doc \ -@MAINTAINER_MODE_TRUE@ @srcdir@/gtut-introduction.doc +@MAINTAINER_MODE_TRUE@ @srcdir@/gtut-introduction.doc @srcdir@/history.doc @MAINTAINER_MODE_TRUE@ : # Second pass @MAINTAINER_MODE_TRUE@ doxygen Doxyfile >/dev/null @MAINTAINER_MODE_TRUE@ : # Post-processing @@ -478,7 +483,7 @@ check-gtut-tocs: fi ; @rm tmp.curtoc -.PHONY: html +.PHONY: html html/ dist-files: @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done