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

Log Message:
-----------
Sync adrt build logic to match Makefile.am - per Erik, master and slave 
commands aren't really relevant anymore so removing build logic.  This code is 
still in a state of flux, apparently.

Modified Paths:
--------------
    brlcad/branches/cmake/src/adrt/CMakeLists.txt

Modified: brlcad/branches/cmake/src/adrt/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/adrt/CMakeLists.txt       2011-01-04 14:50:24 UTC 
(rev 41915)
+++ brlcad/branches/cmake/src/adrt/CMakeLists.txt       2011-01-04 15:15:37 UTC 
(rev 41916)
@@ -6,12 +6,13 @@
   ${BRLCAD_SOURCE_DIR}/src/adrt/librender
 )
 
-SET(LIBTIE_PRECISION_SRCS "libtie/tie.c;libtie/tie_kdtree.c")
-add_library(libtie0 ${LIBTIE_PRECISION_SRCS})
-target_link_libraries(libtie0 libbu)
-SET_TARGET_PROPERTIES(libtie0 PROPERTIES COMPILE_DEFINITIONS "TIE_PRECISION=0")
-BRLCAD_ADDLIB(libtie "${LIBTIE_PRECISION_SRCS}" "libtie0 libbu")
-SET_TARGET_PROPERTIES(libtie PROPERTIES COMPILE_DEFINITIONS "TIE_PRECISION=1")
+SET(LIBTIE_SRCS 
+       libtie/tie0.c
+       libtie/tie1.c
+       libtie/tie_kdtree0.c
+       libtie/tie_kdtree1.c
+)
+BRLCAD_ADDLIB(libtie "${LIBTIE_SRCS}" libbu)
 
 SET(LIBRENDER_SRCS
   load.c 
@@ -43,20 +44,6 @@
 )
 BRLCAD_ADDLIB(librender "${LIBRENDER_SRCS}" "libtie libgcv")
 
-SET(ADRT_MASTER_SRCS
-  master/compnet.c 
-  master/dispatcher.c 
-  master/tienet_master.c 
-  master/master.c
-)
-BRLCAD_ADDEXEC(adrt_master "${ADRT_MASTER_SRCS}" "libtie libbu ${M_LIBRARY} 
${ZLIB_LIBRARY} ${CMAKE_THREAD_LIBS_INIT} ${BSD_LIBRARY}")
-
-SET(ADRT_SLAVE_SRCS
-  slave/slave.c
-  slave/tienet_slave.c
-)
-BRLCAD_ADDEXEC(adrt_slave "${ADRT_MASTER_SRCS}" "libtie librender 
${CMAKE_THREAD_LIBS_INIT}")
-
 SET(tie_HDRS
        adrt.h  
        adrt_struct.h 


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