#
-# Cleanup some files used for storing the names of alle object targets that
+# Cleanup some files used for storing the names of all object targets that
# will be bundled to the deal.II library.
# (Right now, i.e. cmake 2.8.8, this is the only reliable way to get
# information into a global scope...)
# CMakeLists.txt for details.
#
FOREACH(_flags ${DEAL_II_USED_FLAGS})
- SET(${_flags} "${${_flags}} ${${_flags}_SAVED}")
- #
# Strip leading and trailing whitespace:
- #
- STRING(STRIP "${${_flags}}" ${_flags})
+ STRING(STRIP "${${_flags}} ${${_flags}_SAVED}" ${_flags})
ENDFOREACH()
#
#
# $ make clean - to remove files generated by the build system
# $ make distclean - to clean the directory from _all_ generated files
-# (includes clean and the removal of the generated build system)
+# (\"make clean\" and the removal of the generated build system)
#
# Have a nice day!
")
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