Revision: 41909
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41909&view=rev
Author:   starseeker
Date:     2011-01-04 01:58:57 +0000 (Tue, 04 Jan 2011)

Log Message:
-----------
Flesh out the dependencies on the regression scripts.

Modified Paths:
--------------
    brlcad/branches/cmake/regress/CMakeLists.txt

Modified: brlcad/branches/cmake/regress/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/regress/CMakeLists.txt        2011-01-04 01:55:55 UTC 
(rev 41908)
+++ brlcad/branches/cmake/regress/CMakeLists.txt        2011-01-04 01:58:57 UTC 
(rev 41909)
@@ -6,43 +6,43 @@
                )
        ADD_CUSTOM_TARGET(moss-regress
                ${SH_EXEC} ${CMAKE_SOURCE_DIR}/regress/moss.sh 
${CMAKE_SOURCE_DIR}
-               DEPENDS rt
+               DEPENDS rt asc2g pixdiff asc2pix pix-png png-pix
                )
        ADD_CUSTOM_TARGET(lights-regress
                ${SH_EXEC} ${CMAKE_SOURCE_DIR}/regress/lights.sh 
${CMAKE_SOURCE_DIR}
-               DEPENDS rt
+               DEPENDS rt asc2g pixdiff asc2pix
                )
        ADD_CUSTOM_TARGET(solids-regress
                ${SH_EXEC} ${CMAKE_SOURCE_DIR}/regress/solids.sh 
${CMAKE_SOURCE_DIR}
-               DEPENDS rt
+               DEPENDS rt mged pixdiff asc2pix gencolor
                )
        ADD_CUSTOM_TARGET(shaders-regress
                ${SH_EXEC} ${CMAKE_SOURCE_DIR}/regress/shaders.sh 
${CMAKE_SOURCE_DIR}
-               DEPENDS rt
+               DEPENDS rt mged pixdiff asc2pix
                )
        ADD_CUSTOM_TARGET(spdi-regress
                ${SH_EXEC} ${CMAKE_SOURCE_DIR}/regress/spdi.sh 
${CMAKE_SOURCE_DIR}
-               DEPENDS rt
+               DEPENDS rt mged pixdiff asc2pix
                )
        ADD_CUSTOM_TARGET(iges-regress
                ${SH_EXEC} ${CMAKE_SOURCE_DIR}/regress/iges.sh 
${CMAKE_SOURCE_DIR}
-               DEPENDS iges-g
+               DEPENDS iges-g g-iges mged
                )
        ADD_CUSTOM_TARGET(weight-regress
                ${SH_EXEC} ${CMAKE_SOURCE_DIR}/regress/weight.sh 
${CMAKE_SOURCE_DIR}
-               DEPENDS rt
+               DEPENDS rtweight mged
                )
        ADD_CUSTOM_TARGET(gqa-regress
                ${SH_EXEC} ${CMAKE_SOURCE_DIR}/regress/gqa.sh 
${CMAKE_SOURCE_DIR}
-               DEPENDS g_qa
+               DEPENDS g_qa mged
                )
        ADD_CUSTOM_TARGET(fastgen-regress
                ${SH_EXEC} ${CMAKE_SOURCE_DIR}/regress/fastgen.sh 
${CMAKE_SOURCE_DIR}
-               DEPENDS fast4-g
+               DEPENDS fast4-g g_diff
                )
        ADD_CUSTOM_TARGET(bots-regress
                ${SH_EXEC} ${CMAKE_SOURCE_DIR}/regress/bots.sh 
${CMAKE_SOURCE_DIR}
-               DEPENDS mged
+               DEPENDS mged pixdiff rt
                )
        ADD_CUSTOM_TARGET(flawfinder-regress
                ${SH_EXEC} ${CMAKE_SOURCE_DIR}/regress/flawfinder.sh 
${CMAKE_SOURCE_DIR}


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

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to