Revision: 51837
http://brlcad.svn.sourceforge.net/brlcad/?rev=51837&view=rev
Author: carlmoore
Date: 2012-08-08 20:10:22 +0000 (Wed, 08 Aug 2012)
Log Message:
-----------
remove trailing blanks/tabs and fix a spelling
Modified Paths:
--------------
brlcad/trunk/misc/CMake/BRLCAD_CMakeFiles.cmake
Modified: brlcad/trunk/misc/CMake/BRLCAD_CMakeFiles.cmake
===================================================================
--- brlcad/trunk/misc/CMake/BRLCAD_CMakeFiles.cmake 2012-08-08 20:06:45 UTC
(rev 51836)
+++ brlcad/trunk/misc/CMake/BRLCAD_CMakeFiles.cmake 2012-08-08 20:10:22 UTC
(rev 51837)
@@ -34,23 +34,23 @@
#
-# Define a macro for building lists of files. Distcheck needs to know
-# what files are "supposed" to be present in order to make sure the
-# source tree is clean prior to building a distribution tarball, hence
-# this macro stores its results in files and not variables It's a
+# Define a macro for building lists of files. Distcheck needs to know
+# what files are "supposed" to be present in order to make sure the
+# source tree is clean prior to building a distribution tarball, hence
+# this macro stores its results in files and not variables It's a
# no-op in a SUBBUILD.
#
-# For this macro to work correctly, it is important that any target
+# For this macro to work correctly, it is important that any target
# definitions or explicit calls to this macro supply relative paths for
-# files present in the source tree. Generated files fed into
+# files present in the source tree. Generated files fed into
# compilation targets are not one of the things that should be in lists
-# generated by this macro, and the only way to reliably recognize them
+# generated by this macro, and the only way to reliably recognize them
# is to reject files specified using their full path. Such files must
-# use their full path in the build logic in order for out-of-src-dir
-# builds to function, so as long as no full paths are used for files
-# actually IN the source tree this method is reliable. The macro will
-# try to catch improperly specified files, but if the build directory
-# and the source directory are one and the same this will not be
+# use their full path in the build logic in order for out-of-src-dir
+# builds to function, so as long as no full paths are used for files
+# actually IN the source tree this method is reliable. The macro will
+# try to catch improperly specified files, but if the build directory
+# and the source directory are one and the same this will not be
# possible.
define_property(GLOBAL PROPERTY CMAKE_IGNORE_FILES BRIEF_DOCS "distcheck
ignore files" FULL_DOCS "List of files known to CMake")
@@ -60,10 +60,10 @@
if(NOT BRLCAD_IS_SUBBUILD)
foreach(ITEM ${ARGN})
set(CMAKEFILES_DO_TEST 1)
- # The build targets will use certain keywords for arguments -
- # before we proceed to do any ignoring based on those names,
+ # The build targets will use certain keywords for arguments -
+ # before we proceed to do any ignoring based on those names,
# make sure the file is there. Normally attempting to ignore
- # a non-existent file is a fatal error, but these keywords
+ # a non-existent file is a fatal error, but these keywords
# don't necessarily refer to files.
set(TARGET_FLAGS SHARED STATIC WIN32 UNKNOWN IMPORTED)
foreach(TARGET_FLAG ${TARGET_FLAGS})
@@ -78,11 +78,11 @@
get_filename_component(ITEM_PATH "${ITEM}" PATH)
get_filename_component(ITEM_NAME "${ITEM}" NAME)
if(NOT "${ITEM_PATH}" STREQUAL "")
- # If the build directory is not the same as the source
- # directory, we can enforce the convention that only
- # generated files be specified with their full name.
- # If this becomes a problem with the third party build
- # systems at some point in the future, we may have to
+ # If the build directory is not the same as the source
+ # directory, we can enforce the convention that only
+ # generated files be specified with their full name.
+ # If this becomes a problem with the third party build
+ # systems at some point in the future, we may have to
# exclude src/other paths from this check.
if(NOT "${CMAKE_BINARY_DIR}" STREQUAL "${CMAKE_SOURCE_DIR}")
IS_SUBPATH("${CMAKE_BINARY_DIR}" "${ITEM_PATH}" SUBPATH_TEST)
@@ -93,8 +93,8 @@
endif("${SUBPATH_TEST}" STREQUAL "1")
endif("${SUBPATH_TEST}" STREQUAL "0")
endif(NOT "${CMAKE_BINARY_DIR}" STREQUAL "${CMAKE_SOURCE_DIR}")
- # Ignore files specified using full paths, since they
- # should be generated files and are not part of the
+ # Ignore files specified using full paths, since they
+ # should be generated files and are not part of the
# source code repository.
get_filename_component(ITEM_ABS_PATH "${ITEM_PATH}" ABSOLUTE)
if(NOT "${ITEM_PATH}" STREQUAL "${ITEM_ABS_PATH}")
@@ -108,9 +108,9 @@
set_property(GLOBAL APPEND PROPERTY CMAKE_IGNORE_FILES
"${ITEM_ABS_PATH}/${ITEM_NAME}")
endif(IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/${ITEM}")
set_property(GLOBAL APPEND PROPERTY CMAKE_IGNORE_FILES
"${ITEM_ABS_PATH}")
- # Add the parent directories of the specified file or directory as
well -
+ # Add the parent directories of the specified file or directory as
well -
# the convention is that once at least one file or directory in a
path is recorded
- # by the build logic, the parent direcories along that path have
also been recorded.
+ # by the build logic, the parent directories along that path have
also been recorded.
while(NOT "${ITEM_PATH}" STREQUAL "")
get_filename_component(ITEM_NAME "${ITEM_PATH}" NAME)
get_filename_component(ITEM_PATH "${ITEM_PATH}" PATH)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits