[cig-commits] r6286 - in short/3D/PyLith/trunk/unittests/pytests: . materials

brad at geodynamics.org brad at geodynamics.org
Mon Mar 19 08:18:48 PDT 2007


Author: brad
Date: 2007-03-19 08:18:47 -0700 (Mon, 19 Mar 2007)
New Revision: 6286

Added:
   short/3D/PyLith/trunk/unittests/pytests/materials/
   short/3D/PyLith/trunk/unittests/pytests/materials/Makefile.am
Log:
Added missing Makefile.

Added: short/3D/PyLith/trunk/unittests/pytests/materials/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/materials/Makefile.am	2007-03-19 05:08:57 UTC (rev 6285)
+++ short/3D/PyLith/trunk/unittests/pytests/materials/Makefile.am	2007-03-19 15:18:47 UTC (rev 6286)
@@ -0,0 +1,55 @@
+# -*- Makefile -*-
+#
+# ----------------------------------------------------------------------
+#
+#                           Brad T. Aagaard
+#                        U.S. Geological Survey
+#
+# <LicenseText>
+#
+# ----------------------------------------------------------------------
+#
+
+subpackage = materials
+include $(top_srcdir)/subpackage.am
+
+TESTS = testfeassemble.py
+
+check_SCRIPTS = testfeassemble.py
+
+noinst_PYTHON = \
+	TestFIATSimplex.py \
+	TestQuadrature.py \
+	TestIntegrator.py
+
+
+# module
+subpkgpyexec_LTLIBRARIES = testfeassemblemodule.la
+
+testfeassemblemodule_la_LDFLAGS = -module
+
+testfeassemblemodule_la_SOURCES = testfeassemble.pyxe
+
+nodist_testfeassemblemodule_la_SOURCES = \
+	testfeassemble.c testfeassemble_embed.cpp testfeassemble_embed.h
+
+testfeassemblemodule_la_LIBADD = \
+	$(PETSC_LIB)
+
+INCLUDES += -I$(PYTHON_INCDIR) $(PETSC_INCLUDE)
+
+testfeassemble.pyx testfeassemble_embed.cpp  testfeassemble_embed.h: testfeassemble.pyxe
+	pyrexembed testfeassemble.pyxe
+testfeassemble.pyxe: $(srcdir)/testfeassemble.pyxe.src
+	cp $(srcdir)/testfeassemble.pyxe.src $@
+testfeassemble_embed.cpp: testfeassemble_embed.h
+testfeassemble_embed.h: testfeassemble.pyx
+
+.pyx.c:
+	pyrexc $<
+
+CLEANFILES = \
+	testfeassemble.pyxe testfeassemble.pyx testfeassemble.c *_embed.* \
+	$(am__installdirs)/testfeassemblemodule.*
+
+# End of file 



More information about the cig-commits mailing list