[cig-commits] r13250 - cs/cigma/trunk

luis at geodynamics.org luis at geodynamics.org
Tue Nov 4 01:48:59 PST 2008


Author: luis
Date: 2008-11-04 01:48:59 -0800 (Tue, 04 Nov 2008)
New Revision: 13250

Modified:
   cs/cigma/trunk/Makefile.am
Log:
Add header files for python bindings to Makefile.am

Without this, any changes to the header files will not
trigger a rebuild of the corresponding object files.

Modified: cs/cigma/trunk/Makefile.am
===================================================================
--- cs/cigma/trunk/Makefile.am	2008-11-04 09:48:56 UTC (rev 13249)
+++ cs/cigma/trunk/Makefile.am	2008-11-04 09:48:59 UTC (rev 13250)
@@ -224,6 +224,8 @@
 
 pyexec_PROGRAMS = _cigma.so
 
+# _cigma.so extension {{{
+
 clean-local:
 	rm -rf pybuild
 
@@ -246,21 +248,36 @@
 _cigma_so_SOURCES = \
 	src/numpy_util.h \
 	src/numpy_util.cpp \
+	src/py_Common.h \
 	src/py_Common.cpp \
 	src/py_DataPath.cpp \
+	src/py_Point.h \
 	src/py_Point.cpp \
+	src/py_Points.h \
 	src/py_Points.cpp \
+	src/py_Cell.cpp \
+	src/py_Quadrature.h \
 	src/py_Quadrature.cpp \
-	src/py_Cell.cpp \
-	src/py_Locator.cpp \
+	src/py_ElementBlock.h \
 	src/py_ElementBlock.cpp \
+	src/py_NodeCoordinates.h \
 	src/py_NodeCoordinates.cpp \
+	src/py_Locator.h \
+	src/py_Locator.cpp \
+	src/py_MeshPart.h \
 	src/py_MeshPart.cpp \
+	src/py_FE.h \
 	src/py_FE.cpp \
+	src/py_DofHandler.h \
 	src/py_DofHandler.cpp \
 	src/py_Function.cpp \
+	src/py_Field.h \
 	src/py_Field.cpp \
+	src/py_Residuals.h \
+	src/py_Residuals.cpp \
+	src/py_FileReader.h \
 	src/py_FileReader.cpp \
+	src/py_FileWriter.h \
 	src/py_FileWriter.cpp \
 	src/py_CompareOp.cpp \
 	src/py_EvalOp.cpp \
@@ -272,6 +289,7 @@
 
 EXTRA_DIST += src/py_cigma_setup.py
 
+# }}}
 
 ###############################################################################
 # Unit tests
@@ -285,6 +303,8 @@
 	$(check_PROGRAMS) \
 	$(top_srcdir)/tests/pytests/runner.py
 
+# cigma-test executable {{{
+
 ## Compiler/Linker Options
 
 cigma_test_CXXFLAGS =
@@ -345,8 +365,8 @@
 	tests/test_registry.cpp \
 	tests/main.cpp
 
+# }}}
 
-
 ###############################################################################
 # Additional makefile rules
 



More information about the CIG-COMMITS mailing list