]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Print notices about what is being built.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 17 Feb 2016 03:28:11 +0000 (21:28 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 17 Feb 2016 03:28:11 +0000 (21:28 -0600)
doc/doxygen/code-gallery/CMakeLists.txt
doc/doxygen/tutorial/CMakeLists.txt

index dd3f7317615d41479c432e88f9bd9bc8f4e7fc3a..3008a91a86e0555866a8b29ffa58440378e0a17a 100644 (file)
@@ -73,7 +73,9 @@ IF (EXISTS ${DEAL_II_CODE_GALLERY_DIRECTORY}/README.md)
   ADD_CUSTOM_TARGET(build_code-gallery_h
     DEPENDS 
       ${CMAKE_CURRENT_BINARY_DIR}/code-gallery.h
-      ${_code_gallery_h_deps})
+      ${_code_gallery_h_deps}
+    COMMENT
+      "Building code-gallery.h")
   ADD_DEPENDENCIES(code-gallery build_code-gallery_h)
 
 
@@ -127,6 +129,8 @@ IF (EXISTS ${DEAL_II_CODE_GALLERY_DIRECTORY}/README.md)
     ADD_CUSTOM_TARGET(code-gallery_${_step}
       DEPENDS
         ${CMAKE_CURRENT_BINARY_DIR}/${_step}.h
+      COMMENT
+        "Building doxygen input file for code gallery program <${_step}>"
       )
     ADD_DEPENDENCIES(code-gallery code-gallery_${_step})
 
@@ -150,7 +154,9 @@ ELSE()
   # Make the custom command for code-gallery.h visible to the parent CMakeLists.txt by attaching to the code-gallery
   # custom target:
   ADD_CUSTOM_TARGET(build_code-gallery_h
-    DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/code-gallery.h)
+    DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/code-gallery.h
+    COMMENT
+      "Building code-gallery.h")
   ADD_DEPENDENCIES(code-gallery build_code-gallery_h)
 
 ENDIF()
index e482f76b5f95684f7c3efc79620c03703cc7e658..b8b1755e61923356e6863aaf7368a2e1c51d4a06 100644 (file)
@@ -78,7 +78,9 @@ ADD_CUSTOM_COMMAND(
     ${_code_gallery_names}
   )
 ADD_CUSTOM_TARGET(build_tutorial_h
-  DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/tutorial.h)
+  DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/tutorial.h
+    COMMENT
+      "Building tutorial.h")
 ADD_DEPENDENCIES(tutorial build_tutorial_h)
 
 
@@ -126,6 +128,8 @@ FOREACH(_step ${_deal_ii_steps})
     DEPENDS
       ${CMAKE_CURRENT_BINARY_DIR}/${_step}.h
       ${CMAKE_CURRENT_BINARY_DIR}/${_step}.cc
+      COMMENT
+        "Building doxygen input file for tutorial program <${_step}>"
     )
   ADD_DEPENDENCIES(tutorial tutorial_${_step})
 ENDFOREACH()

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.