# Let ./configure insert whether MG shall be documented
-multigrid = @enablemultigrid@
DOCXX = @docxx@
kdoc.dof = $(shell echo ../../deal.II/include/dofs/*.h) \
$(shell echo ../../deal.II/include/fe/*.h)
kdoc.numerics = $(shell echo ../../deal.II/include/numerics/*.h)
-
-ifeq ($(multigrid),yes)
kdoc.multigrid= $(shell echo ../../deal.II/include/multigrid/*.h)
-endif
# for latex-output, we join the different libraries of the
# deal.II library into just one file
# specify the names of the resulting doc libraries
-ifeq ($(multigrid),yes)
kdoc.library-files = base.kdoc \
lac.kdoc \
grid.kdoc \
dof.kdoc \
numerics.kdoc \
multigrid.kdoc
-else
-kdoc.library-files = base.kdoc \
- lac.kdoc \
- grid.kdoc \
- dof.kdoc \
- numerics.kdoc
-endif
kdoc: kdoc-installed $(kdoc.library-files)
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams