]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Pull in documentation generation early. This gives a good speedup on parallel builds
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 26 Feb 2013 10:50:01 +0000 (10:50 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 26 Feb 2013 10:50:01 +0000 (10:50 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28568 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/CMakeLists.txt
deal.II/source/CMakeLists.txt

index 343be8cb945711e25627de5e518f636eedabeac2..60bd19e0652494253b7adf927c8eddf70c5ef9f5 100644 (file)
@@ -117,12 +117,16 @@ INCLUDE(setup_finalize)
 #                                                                         #
 ###########################################################################
 
+IF(DEAL_II_HAVE_BUNDLED_DIRECTORY)
+  ADD_SUBDIRECTORY(bundled)
+ENDIF()
+
 ADD_SUBDIRECTORY(cmake/scripts)
 
 ADD_SUBDIRECTORY(include)
 
-IF(DEAL_II_HAVE_BUNDLED_DIRECTORY)
-  ADD_SUBDIRECTORY(bundled)
+IF(DEAL_II_HAVE_DOC_DIRECTORY)
+  ADD_SUBDIRECTORY(doc)
 ENDIF()
 
 ADD_SUBDIRECTORY(source)
@@ -131,10 +135,6 @@ ADD_SUBDIRECTORY(cmake/config) # has to be included after source
 
 ADD_SUBDIRECTORY(contrib) # has to be included after source
 
-IF(DEAL_II_HAVE_DOC_DIRECTORY)
-  ADD_SUBDIRECTORY(doc)
-ENDIF()
-
 ADD_SUBDIRECTORY(examples)
 
 #
index 972430fc7150261c40eab2f594819ecf205762f3..9481c29d0972add43853fcdd87b0153d3aa5f6e2 100644 (file)
@@ -21,12 +21,14 @@ INCLUDE_DIRECTORIES(
   ${CMAKE_SOURCE_DIR}/include/
   )
 
-# list the directories where we have source files. the ones with the longest
+#
+# List the directories where we have source files. the ones with the longest
 # compile jobs come first so that 'make -j N' saturates many processors also
 # towards the end of compiling rather than having to wait for one long
 # compilation that, because it has been listed last, is started towards the
 # end of everything (e.g. numerics/vectors.cc takes several minutes to
 # compile...)
+#
 ADD_SUBDIRECTORY(numerics)
 ADD_SUBDIRECTORY(fe)
 ADD_SUBDIRECTORY(dofs)

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


Typeset in Trocchi and Trocchi Bold Sans Serif.