[cgma-dev] r6021 - in cgm/trunk: amendment geom geom/Cholla geom/OCC geom/facet geom/facetbool geom/virtual util

janehu at mcs.anl.gov janehu at mcs.anl.gov
Fri Mar 1 13:45:58 CST 2013


Author: janehu
Date: 2013-03-01 13:45:57 -0600 (Fri, 01 Mar 2013)
New Revision: 6021

Modified:
   cgm/trunk/amendment/Makefile.am
   cgm/trunk/geom/Cholla/Makefile.am
   cgm/trunk/geom/Makefile.am
   cgm/trunk/geom/OCC/Makefile.am
   cgm/trunk/geom/facet/Makefile.am
   cgm/trunk/geom/facetbool/Makefile.am
   cgm/trunk/geom/virtual/Makefile.am
   cgm/trunk/util/Makefile.am
Log:
Follow cubit12.2's cgm, not to install all libraries, hoping to help build mesquite.

Modified: cgm/trunk/amendment/Makefile.am
===================================================================
--- cgm/trunk/amendment/Makefile.am	2013-03-01 18:03:07 UTC (rev 6020)
+++ cgm/trunk/amendment/Makefile.am	2013-03-01 19:45:57 UTC (rev 6021)
@@ -3,7 +3,7 @@
 
 AM_CPPFLAGS = -I$(top_srcdir)/geom -I$(top_srcdir)/util -I.
 
-lib_LTLIBRARIES = libcgma_amendment.la
+noinst_LTLIBRARIES = libcgma_amendment.la
 libcgma_amendment_la_includedir = $(includedir)
 libcgma_amendment_la_SOURCES = AutoMidsurfaceTool.cpp \
     CAEntityTol.cpp \

Modified: cgm/trunk/geom/Cholla/Makefile.am
===================================================================
--- cgm/trunk/geom/Cholla/Makefile.am	2013-03-01 18:03:07 UTC (rev 6020)
+++ cgm/trunk/geom/Cholla/Makefile.am	2013-03-01 19:45:57 UTC (rev 6021)
@@ -5,9 +5,9 @@
 AM_CPPFLAGS = -I$(top_srcdir)/util -I$(top_srcdir)/geom
 
 # The name of the library to build
-lib_LTLIBRARIES = 
+noinst_LTLIBRARIES = 
 if BUILD_CGM
-  lib_LTLIBRARIES += libCholla.la
+  noinst_LTLIBRARIES += libCholla.la
 endif
 
 # The directory where headers will be installed

Modified: cgm/trunk/geom/Makefile.am
===================================================================
--- cgm/trunk/geom/Makefile.am	2013-03-01 18:03:07 UTC (rev 6020)
+++ cgm/trunk/geom/Makefile.am	2013-03-01 19:45:57 UTC (rev 6021)
@@ -20,9 +20,9 @@
 AM_CPPFLAGS = -I$(top_srcdir)/util -I$(top_srcdir)/amendment -I.
 
 # The name of the library to build
-lib_LTLIBRARIES =
+noinst_LTLIBRARIES =
 if BUILD_CGM
-  lib_LTLIBRARIES += libcubit_geom.la
+  noinst_LTLIBRARIES += libcubit_geom.la
 endif
 
 # The directory where headers will be installed

Modified: cgm/trunk/geom/OCC/Makefile.am
===================================================================
--- cgm/trunk/geom/OCC/Makefile.am	2013-03-01 18:03:07 UTC (rev 6020)


More information about the cgma-dev mailing list