[cig-commits] commit: Committing basic makefiles to compile Magma + all dependencies.

Mercurial hg at geodynamics.org
Mon Nov 24 11:22:37 PST 2008


changeset:   3:3631b30aca27
user:        DavidLee
date:        Mon May 14 06:58:43 2007 +0000
files:       Makefile.def makefile
description:
Committing basic makefiles to compile Magma + all dependencies.


diff -r ddd9e3320cf2 -r 3631b30aca27 Makefile.def
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile.def	Mon May 14 06:58:43 2007 +0000
@@ -0,0 +1,3 @@
+
+def_proj = StGermain StgFEM PICellerator gLucifer Underworld Magma
+
diff -r ddd9e3320cf2 -r 3631b30aca27 makefile
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/makefile	Mon May 14 06:58:43 2007 +0000
@@ -0,0 +1,9 @@
+	
+# obtain defaults for required variables according to system and project location, and then run the build.
+override PROJ_ROOT = .
+include ${PROJ_ROOT}/Makefile.system
+
+include Makefile.def
+subproj = ${def_proj}
+
+include ${PROJ_ROOT}/Makefile.vmake



More information about the CIG-COMMITS mailing list