diff --git a/Common/Makefile b/Common/Makefile index effeb787c0f23c89b8c5012cfd0612bb0ad9b8b0..4a11e13f31ad95fd7d324e999a1ce061d3b6f44b 100644 --- a/Common/Makefile +++ b/Common/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.84 2006-01-28 21:13:35 geuzaine Exp $ +# $Id: Makefile,v 1.85 2006-02-26 00:53:06 geuzaine Exp $ # # Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle # @@ -81,7 +81,7 @@ AdaptiveViews.o: AdaptiveViews.cpp AdaptiveViews.h ../DataStr/List.h \ GmshMatrix.h ../Plugin/Plugin.h ../Common/Options.h ../Common/Message.h \ ../Common/Views.h ../Common/ColorTable.h ../Common/VertexArray.h \ ../Common/SmoothNormals.h ../Numeric/Numeric.h ../Common/GmshMatrix.h \ - ../Common/AdaptiveViews.h + ../Common/AdaptiveViews.h Timer.h # 1 "/Users/geuzaine/.gmsh/Common//" Views.o: Views.cpp Gmsh.h Message.h ../DataStr/Malloc.h ../DataStr/List.h \ ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h ../DataStr/List.h \ diff --git a/Mesh/Makefile b/Mesh/Makefile index c7f277fce59b7efd9825c277d443345e729dea7c..5c92be08947f1cc3e77efea52062dc7367de9bd0 100644 --- a/Mesh/Makefile +++ b/Mesh/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.104 2006-01-29 21:53:31 geuzaine Exp $ +# $Id: Makefile,v 1.105 2006-02-26 00:53:06 geuzaine Exp $ # # Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle # @@ -329,7 +329,7 @@ depend: ../Geo/Geo.h Mesh.h Vertex.h Element.h Simplex.h Face.h Edge.h \ ../Geo/ExtrudeParams.h ../Common/VertexArray.h \ ../Common/SmoothNormals.h ../Numeric/Numeric.h Metric.h Matrix.h \ - Create.h ../Common/Context.h + Create.h ../Common/Context.h ../Common/Timer.h # 1 "/Users/geuzaine/.gmsh/Mesh//" 3D_Mesh_Tetgen.o: 3D_Mesh_Tetgen.cpp ../Common/Gmsh.h ../Common/Message.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ @@ -371,7 +371,8 @@ Generator.o: Generator.cpp BDS.h ../Common/Gmsh.h ../Common/Message.h \ ../Common/Context.h ../Parser/OpenFile.h ../Common/Views.h \ ../Common/ColorTable.h ../Common/VertexArray.h \ ../Common/SmoothNormals.h ../Common/GmshMatrix.h \ - ../Common/AdaptiveViews.h ../Common/GmshMatrix.h PartitionMesh.h + ../Common/AdaptiveViews.h ../Common/GmshMatrix.h PartitionMesh.h \ + ../Common/Timer.h # 1 "/Users/geuzaine/.gmsh/Mesh//" Print_Mesh.o: Print_Mesh.cpp ../Common/Gmsh.h ../Common/Message.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ @@ -405,7 +406,8 @@ DiscreteSurface.o: DiscreteSurface.cpp ../Common/Gmsh.h \ Simplex.h Face.h Edge.h ../Geo/ExtrudeParams.h ../Common/VertexArray.h \ ../Common/SmoothNormals.h Metric.h Matrix.h ../Geo/CAD.h ../Mesh/Mesh.h \ ../Mesh/Vertex.h ../Geo/ExtrudeParams.h ../Geo/Geo.h Create.h \ - Interpolation.h ../Common/Context.h BDS.h PartitionMesh.h + Interpolation.h ../Common/Context.h BDS.h PartitionMesh.h \ + ../Common/Timer.h # 1 "/Users/geuzaine/.gmsh/Mesh//" SwapEdge.o: SwapEdge.cpp ../Common/Gmsh.h ../Common/Message.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ @@ -462,7 +464,7 @@ SecondOrder.o: SecondOrder.cpp ../Common/Gmsh.h ../Common/Message.h \ ../Geo/Geo.h Mesh.h Vertex.h Element.h Simplex.h Face.h Edge.h \ ../Geo/ExtrudeParams.h ../Common/VertexArray.h \ ../Common/SmoothNormals.h ../Numeric/Numeric.h Metric.h Matrix.h \ - Utils.h Interpolation.h + Utils.h Interpolation.h ../Common/Timer.h # 1 "/Users/geuzaine/.gmsh/Mesh//" PartitionMesh.o: PartitionMesh.cpp ../Common/Gmsh.h ../Common/Message.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \