[cig-commits] r8448 - cs/benchmark/cigma/trunk/src

luis at geodynamics.org luis at geodynamics.org
Fri Dec 7 15:46:55 PST 2007


Author: luis
Date: 2007-12-07 15:46:53 -0800 (Fri, 07 Dec 2007)
New Revision: 8448

Modified:
   cs/benchmark/cigma/trunk/src/Makefile
Log:
update makefile for git-svn


Modified: cs/benchmark/cigma/trunk/src/Makefile
===================================================================
--- cs/benchmark/cigma/trunk/src/Makefile	2007-12-07 23:46:50 UTC (rev 8447)
+++ cs/benchmark/cigma/trunk/src/Makefile	2007-12-07 23:46:53 UTC (rev 8448)
@@ -18,12 +18,13 @@
 	Field.o \
 	MeshPart.o \
 	DofHandler.o \
+	FiatProxy.o \
 
 
 default: $(OBJS)
 
 %.o: %.cpp
-	$(CXX) $(CXXFLAGS) -c $^
+	$(CXX) $(FLAGS) -c $^
 
 clean:
 	rm -f $(OBJS)



More information about the cig-commits mailing list