Revision: 54596
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54596&view=rev
Author:   starseeker
Date:     2013-03-09 01:27:28 +0000 (Sat, 09 Mar 2013)
Log Message:
-----------
Tell autotools and Dll about name change too.

Modified Paths:
--------------
    brlcad/trunk/configure.ac
    brlcad/trunk/misc/win32-msvc/Dll/CMakeLists.txt
    brlcad/trunk/src/Makefile.am
    brlcad/trunk/src/libbrep/Makefile.am
    brlcad/trunk/src/librt/Makefile.am

Modified: brlcad/trunk/configure.ac
===================================================================
--- brlcad/trunk/configure.ac   2013-03-08 22:42:18 UTC (rev 54595)
+++ brlcad/trunk/configure.ac   2013-03-09 01:27:28 UTC (rev 54596)
@@ -3919,7 +3919,7 @@
 GCV='${top_builddir}/src/libgcv/libgcv.la'
 GED='${top_builddir}/src/libged/libged.la'
 MULTISPECTRAL='${top_builddir}/src/libmultispectral/libmultispectral.la'
-NURBS='${top_builddir}/src/libnurbs/libnurbs.la'
+NURBS='${top_builddir}/src/libbrep/libbrep.la'
 OPTICAL='${top_builddir}/src/liboptical/liboptical.la'
 ORLE='${top_builddir}/src/liborle/liborle.la'
 PC='${top_builddir}/src/libpc/libpc.la'
@@ -4189,7 +4189,7 @@
        src/libged/Makefile
        src/libicv/Makefile
        src/libmultispectral/Makefile
-       src/libnurbs/Makefile
+       src/libbrep/Makefile
        src/liboptical/Makefile
        src/liborle/Makefile
        src/libpc/Makefile

Modified: brlcad/trunk/misc/win32-msvc/Dll/CMakeLists.txt
===================================================================
--- brlcad/trunk/misc/win32-msvc/Dll/CMakeLists.txt     2013-03-08 22:42:18 UTC 
(rev 54595)
+++ brlcad/trunk/misc/win32-msvc/Dll/CMakeLists.txt     2013-03-09 01:27:28 UTC 
(rev 54596)
@@ -40,7 +40,7 @@
   libged-static
   regex-static
   librt-static
-  libnurbs-static
+  libbrep-static
   libsysv-static
   libvds-static
   libwdb-static
@@ -105,7 +105,7 @@
   libged-static
   regex-static
   librt-static
-  libnurbs-static
+  libbrep-static
   libsysv-static
   libvds-static
   libwdb-static

Modified: brlcad/trunk/src/Makefile.am
===================================================================
--- brlcad/trunk/src/Makefile.am        2013-03-08 22:42:18 UTC (rev 54595)
+++ brlcad/trunk/src/Makefile.am        2013-03-09 01:27:28 UTC (rev 54596)
@@ -23,7 +23,7 @@
        $(top_builddir)/src/libbu/libbu_nil.la \
        $(top_builddir)/src/libbn/libbn_nil.la \
        $(top_builddir)/src/librt/librt_nil.la \
-       $(top_builddir)/src/libnurbs/libnurbs_nil.la \
+       $(top_builddir)/src/libbrep/libbrep_nil.la \
        $(top_builddir)/src/libwdb/libwdb_nil.la \
        $(top_builddir)/src/libicv/libicv_nil.la \
        $(top_builddir)/src/libged/libged_nil.la \
@@ -36,7 +36,7 @@
        libbn \
        libsysv \
        ${PCDIR} \
-       libnurbs \
+       libbrep \
        librt \
        external
 
@@ -134,7 +134,7 @@
        libbn \
        libsysv \
        libpc \
-       libnurbs \
+       libbrep \
        librt \
        external \
        $(bench_dirs) \

Modified: brlcad/trunk/src/libbrep/Makefile.am
===================================================================
--- brlcad/trunk/src/libbrep/Makefile.am        2013-03-08 22:42:18 UTC (rev 
54595)
+++ brlcad/trunk/src/libbrep/Makefile.am        2013-03-09 01:27:28 UTC (rev 
54596)
@@ -1,7 +1,7 @@
 
-lib_LTLIBRARIES = libnurbs.la
+lib_LTLIBRARIES = libbrep.la
 noinst_LTLIBRARIES = \
-       libnurbs_nil.la
+       libbrep_nil.la
 
 # cannot set per-target CPPFLAGS until automake 1.7+
 AM_CPPFLAGS = \
@@ -13,16 +13,16 @@
 
 AM_CFLAGS = ${STRICT_FLAGS}
 
-libnurbs_nil_la_SOURCES = \
+libbrep_nil_la_SOURCES = \
        PullbackCurve.cpp \
        opennurbs_ext.cpp
 
-libnurbs_nil_la_LIBADD = ${OPENNURBS}
+libbrep_nil_la_LIBADD = ${OPENNURBS}
 
-libnurbs_la_SOURCES =
-libnurbs_la_LDFLAGS = -version-info 20:1 -no-undefined -Wc,${FEXCEPTIONS}
-libnurbs_la_LIBADD = \
-       libnurbs_nil.la \
+libbrep_la_SOURCES =
+libbrep_la_LDFLAGS = -version-info 20:1 -no-undefined -Wc,${FEXCEPTIONS}
+libbrep_la_LIBADD = \
+       libbrep_nil.la \
        ${NURBS_LIBS}
 
 noinst_HEADERS = \

Modified: brlcad/trunk/src/librt/Makefile.am
===================================================================
--- brlcad/trunk/src/librt/Makefile.am  2013-03-08 22:42:18 UTC (rev 54595)
+++ brlcad/trunk/src/librt/Makefile.am  2013-03-09 01:27:28 UTC (rev 54596)
@@ -327,7 +327,7 @@
 DEPADD = src/other/libregex
 endif
 
-DEPENDS = src/libbn src/libsysv src/libnurbs src/other/openNURBS 
src/other/libvds ${DEPADD}
+DEPENDS = src/libbn src/libsysv src/libbrep src/other/openNURBS 
src/other/libvds ${DEPADD}
 
 include $(top_srcdir)/misc/Makefile.defs
 

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


------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to