From: Matthias Maier Date: Fri, 23 Jan 2015 13:38:56 +0000 (+0100) Subject: Update documentation X-Git-Tag: v8.3.0-rc1~520^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdaf2c662d058ac00c4381b56da2db900adacdcb;p=dealii.git Update documentation --- diff --git a/doc/users/cmakelists.html b/doc/users/cmakelists.html index bad55716c4..0a9869971a 100644 --- a/doc/users/cmakelists.html +++ b/doc/users/cmakelists.html @@ -47,6 +47,7 @@
  • Autopilot style CMakeLists.txt
  • deal.IIConfig.cmake
  • +
  • Make.global_options
  • @@ -717,6 +718,10 @@ DEAL_II_VERSION_MAJOR - the major number, e.g. "8" DEAL_II_VERSION_MINOR - the minor version number, e.g. "2" DEAL_II_VERSION_SUBMINOR - the minor version number, e.g. "0" +DEAL_II_GIT_BRANCH - name of the local git branch of the source directory +DEAL_II_GIT_REVISION - full sha1 revision of the current git HEAD +DEAL_II_GIT_SHORTREV - short sha1 revision of the current git HEAD + DEAL_II_BUILD_TYPE - the configured build type, e.g. "DebugRelease" DEAL_II_BUILD_TYPES - an all caps list of available configurations, e.g. "DEBUG;RELEASE" @@ -807,6 +812,18 @@ DEAL_II_WITH_UMFPACK DEAL_II_WITH_ZLIB + +

    Make.global_options

    + +

    + Above CMake configuration file deal.IIConfig.cmake is also + available as a Makefile includable file called + Make.global_options. It resides under + share/deal.II/Make.global_options in the build and install + directory (or alternatively whichever relative path + DEAL_II_SHARE_RELDIR is set to). +

    +