[cgma-dev] r5885 - cgm/trunk/util
janehu at mcs.anl.gov
janehu at mcs.anl.gov
Mon Nov 26 13:01:09 CST 2012
Author: janehu
Date: 2012-11-26 13:01:09 -0600 (Mon, 26 Nov 2012)
New Revision: 5885
Modified:
cgm/trunk/util/Makefile.am
Log:
Just add those files in cubit build mode, other builds shouldn't be affected.
Modified: cgm/trunk/util/Makefile.am
===================================================================
--- cgm/trunk/util/Makefile.am 2012-11-26 17:48:07 UTC (rev 5884)
+++ cgm/trunk/util/Makefile.am 2012-11-26 19:01:09 UTC (rev 5885)
@@ -26,13 +26,11 @@
CubitFileIOWrapper.cpp \
CubitFileMetaData.cpp \
CubitFileUtil.cpp \
- CubitInstrumentation.cpp \
CubitMatrix.cpp \
CubitMessage.cpp \
CubitObservable.cpp \
CubitObserver.cpp \
CubitPlane.cpp \
- CubitProcess.cpp \
CubitStack.cpp \
CubitString.cpp \
CubitTransformMatrix.cpp \
@@ -44,7 +42,6 @@
GMem.cpp \
GetLongOpt.cpp \
GfxDebug.cpp \
- GlobalCommandFeedback.cpp \
IntersectionTool.cpp \
MemoryBlock.cpp \
MemoryManager.cpp \
@@ -63,6 +60,12 @@
Tree.cpp \
TtyProgressTool.cpp
+#if WITH_CUBIT
+ libcubit_util_la_SOURCES += GlobalCommandFeedback.cpp \
+ CubitProcess.cpp \
+ CubitInstrumentation.cpp
+#endif
+
# Headers to be installed. If any file in this list should
# not be installed, move it to the _SOURCES list above.
libcubit_util_la_include_HEADERS = \
@@ -89,14 +92,12 @@
CubitFileMetaData.hpp \
CubitFileUtil.hpp \
CubitInputFile.hpp \
- CubitInstrumentation.hpp \
CubitMatrix.hpp \
CubitMessage.hpp \
CubitObservable.hpp \
CubitObserver.hpp \
CubitPlane.hpp \
CubitPlaneStruct.h \
- CubitProcess.hpp \
More information about the cgma-dev
mailing list