[cig-commits] r12847 - cs/cigma/trunk/src

luis at geodynamics.org luis at geodynamics.org
Wed Sep 10 12:50:49 PDT 2008


Author: luis
Date: 2008-09-10 12:50:49 -0700 (Wed, 10 Sep 2008)
New Revision: 12847

Modified:
   cs/cigma/trunk/src/Makefile
Log:
Changes to makefile




Modified: cs/cigma/trunk/src/Makefile
===================================================================
--- cs/cigma/trunk/src/Makefile	2008-09-10 19:50:48 UTC (rev 12846)
+++ cs/cigma/trunk/src/Makefile	2008-09-10 19:50:49 UTC (rev 12847)
@@ -1,10 +1,20 @@
 CXX = g++
-CXXFLAGS = -Wall
+CXXFLAGS = -Wall -g
 LDFLAGS =
 
 OBJS = \
-	Numeric.o
+	Numeric.o \
+	DataIO.o \
+	TextIO.o \
+	VtkIO.o \
+	Cell.o \
+	Tet.o \
+	Hex.o \
+	Field.o \
+	MeshPart.o \
+	DofHandler.o \
 
+
 default: $(OBJS)
 
 %.o: %.cpp



More information about the cig-commits mailing list