Revision: 53808
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53808&view=rev
Author:   brlcad
Date:     2012-11-24 16:55:06 +0000 (Sat, 24 Nov 2012)
Log Message:
-----------
dvec should conditionally use the cpu, so it can/should always compile

Modified Paths:
--------------
    brlcad/trunk/src/librt/Makefile.am

Modified: brlcad/trunk/src/librt/Makefile.am
===================================================================
--- brlcad/trunk/src/librt/Makefile.am  2012-11-24 16:48:59 UTC (rev 53807)
+++ brlcad/trunk/src/librt/Makefile.am  2012-11-24 16:55:06 UTC (rev 53808)
@@ -7,7 +7,6 @@
 BREP_CPPFLAGS = ${SSE} -DOBJ_BREP=1 ${TNT_CPPFLAGS} ${OPENNURBS_CPPFLAGS}
 BREP_LIBADD = ${OPENNURBS} ${NURBS} ${NURBS_LIBS}
 
-TEST_DVEC = test_dvec
 test_dvec_SOURCES = test_dvec.cpp
 # cannot set per-target CPPFLAGS until automake 1.7+
 test_dvec_CXXFLAGS = ${SSE}
@@ -24,11 +23,11 @@
 AM_CFLAGS = ${STRICT_FLAGS}
 
 noinst_PROGRAMS = \
-       ${TEST_DVEC} \
        namegen \
        nurb_example \
        parsetest \
-       prcomb
+       prcomb \
+       test_dvec
 
 # make sure example and temporary code compiles, but don't include it in librt
 librt_xxx_la_SOURCES = \
@@ -314,7 +313,6 @@
 EXTRA_DIST = \
        $(sample_applications_DATA) \
        CMakeLists.txt \
-       brep_test.cpp \
        columnparse.c \
        namegen.c \
        primitives/bot/g_bot_include.c \

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


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to