Revision: 57032
          http://sourceforge.net/p/brlcad/code/57032
Author:   starseeker
Date:     2013-08-21 14:59:00 +0000 (Wed, 21 Aug 2013)
Log Message:
-----------
comment tweaks

Modified Paths:
--------------
    brlcad/trunk/src/conv/step/g-step/CMakeLists.txt
    brlcad/trunk/src/conv/step/step-g/CMakeLists.txt

Modified: brlcad/trunk/src/conv/step/g-step/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/conv/step/g-step/CMakeLists.txt    2013-08-21 14:53:20 UTC 
(rev 57031)
+++ brlcad/trunk/src/conv/step/g-step/CMakeLists.txt    2013-08-21 14:59:00 UTC 
(rev 57032)
@@ -4,17 +4,18 @@
   ${CMAKE_CURRENT_SOURCE_DIR}
   )
 
-# These files are shared between step-g and g-step, but
+# The fedex-plus files are shared between step-g and g-step, but
 # CMake currently requires that the custom command generating
 # source files used in a target build be in the same CMakeLists.txt
 # file as the target definition.  Hence, we need to repeat the
 # add_custom command definition for each converter that needs the
 # fedex output, even though they're all using the same outputs.
-# The top-level version of this logic includes a custom target 
-# to make sure the files expected by this command are already in
-# place which is depended on by the current build target - the
-# purpose of this code is only to allow files that don't exist
-# at configure time to be part of the target sources list. 
+# The top-level fedex-plus STEP custom target is used to make sure
+# the files expected by this target definition are already in
+# place.  That fedex-plus target is added as a dependency to the
+# current build target. Consequently, the only purpose of this
+# custom command definition is to allow files that don't exist
+# at configure time to be part of the target sources list.
 add_custom_command(OUTPUT ${FEDEX_OUTPUT}
   COMMAND ${FEDEX_PLUS_EXEC} ARGS ${SCHEMA_FILE}
   DEPENDS ${SCHEMA_FILE} ${FEDEX_PLUS_EXECUTABLE_TARGET}

Modified: brlcad/trunk/src/conv/step/step-g/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/conv/step/step-g/CMakeLists.txt    2013-08-21 14:53:20 UTC 
(rev 57031)
+++ brlcad/trunk/src/conv/step/step-g/CMakeLists.txt    2013-08-21 14:59:00 UTC 
(rev 57032)
@@ -4,16 +4,17 @@
   ${CMAKE_CURRENT_SOURCE_DIR}
   )
 
-# These files are shared between step-g and g-step, but
+# The fedex-plus files are shared between step-g and g-step, but
 # CMake currently requires that the custom command generating
 # source files used in a target build be in the same CMakeLists.txt
 # file as the target definition.  Hence, we need to repeat the
 # add_custom command definition for each converter that needs the
 # fedex output, even though they're all using the same outputs.
-# The top-level version of this logic includes a custom target 
-# to make sure the files expected by this command are already in
-# place which is depended on by the current build target - the
-# purpose of this code is only to allow files that don't exist
+# The top-level fedex-plus STEP custom target is used to make sure
+# the files expected by this target definition are already in
+# place.  That fedex-plus target is added as a dependency to the
+# current build target. Consequently, the only purpose of this
+# custom command definition is to allow files that don't exist
 # at configure time to be part of the target sources list.
 add_custom_command(OUTPUT ${FEDEX_OUTPUT}
   COMMAND ${FEDEX_PLUS_EXEC} ARGS ${SCHEMA_FILE}

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to