Revision: 51717
          http://brlcad.svn.sourceforge.net/brlcad/?rev=51717&view=rev
Author:   starseeker
Date:     2012-07-30 12:47:11 +0000 (Mon, 30 Jul 2012)
Log Message:
-----------
More Makefile.am updates

Modified Paths:
--------------
    brlcad/trunk/src/libbn/Makefile.am
    brlcad/trunk/src/libbu/Makefile.am

Modified: brlcad/trunk/src/libbn/Makefile.am
===================================================================
--- brlcad/trunk/src/libbn/Makefile.am  2012-07-30 12:46:46 UTC (rev 51716)
+++ brlcad/trunk/src/libbn/Makefile.am  2012-07-30 12:47:11 UTC (rev 51717)
@@ -57,7 +57,8 @@
        bntester.dat \
        ulp.c \
        CMakeLists.txt \
-       README
+       README \
+       tests
 
 DEPENDS = src/libbu
 

Modified: brlcad/trunk/src/libbu/Makefile.am
===================================================================
--- brlcad/trunk/src/libbu/Makefile.am  2012-07-30 12:46:46 UTC (rev 51716)
+++ brlcad/trunk/src/libbu/Makefile.am  2012-07-30 12:47:11 UTC (rev 51717)
@@ -2,19 +2,6 @@
 lib_LTLIBRARIES = libbu.la
 noinst_LTLIBRARIES = libbu_nil.la
 
-noinst_PROGRAMS = \
-       test_basename \
-       test_booleanize \
-       test_ctype \
-       test_dirname \
-       test_escape \
-       test_progname \
-       test_quote \
-       test_timer \
-       test_vls_vprintf \
-       test_sscanf \
-       test_bitv
-
 libbu_nil_la_SOURCES = \
        argv.c \
        avs.c \
@@ -103,61 +90,6 @@
        libbu_nil.la \
        ${BU_LIBS}
 
-test_booleanize_SOURCES = test_booleanize.c
-test_booleanize_LDADD = \
-       libbu.la \
-       ${BU_LIBS}
-
-test_bitv_SOURCES = test_bitv.c
-test_bitv_LDADD = \
-       libbu.la \
-       ${BU_LIBS}
-
-test_ctype_SOURCES = test_ctype.c
-test_ctype_LDADD = \
-       libbu.la \
-       ${BU_LIBS}
-
-test_timer_SOURCES = test_timer.c
-test_timer_LDADD = \
-       libbu.la \
-       ${BU_LIBS}
-
-test_basename_SOURCES = test_basename.c
-test_basename_LDADD = \
-       libbu.la \
-       ${BU_LIBS}
-
-test_escape_SOURCES = test_escape.c
-test_escape_LDADD = \
-       libbu.la \
-       ${BU_LIBS}
-
-test_dirname_SOURCES = test_dirname.c
-test_dirname_LDADD = \
-       libbu.la \
-       ${BU_LIBS}
-
-test_progname_SOURCES = test_progname.c
-test_progname_LDADD = \
-       libbu.la \
-       ${BU_LIBS}
-
-test_quote_SOURCES = test_quote.c
-test_quote_LDADD = \
-       libbu.la \
-       ${BU_LIBS}
-
-test_vls_vprintf_SOURCES = test_vls_vprintf.c
-test_vls_vprintf_LDADD = \
-       libbu.la \
-       ${BU_LIBS}
-
-test_sscanf_SOURCES = test_sscanf.c
-test_sscanf_LDADD = \
-       libbu.la \
-       ${BU_LIBS}
-
 noinst_HEADERS = \
        rb_internals.h \
        vls_internals.h
@@ -169,7 +101,8 @@
 EXTRA_DIST = \
        $(man_MANS) \
        uce-dirent.h \
-       CMakeLists.txt
+       CMakeLists.txt \
+       tests
 
 AM_CPPFLAGS = \
        -DPREFIX=\"$(prefix)\" \

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

Reply via email to