diff --git a/Fltk/Makefile b/Fltk/Makefile index 255c5f2e1efcbb446286fa13755c5a363e4fbf38..06012f6d7360d85a7b0f3844199f8f91fbf094ca 100644 --- a/Fltk/Makefile +++ b/Fltk/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.55 2004-07-16 18:59:51 geuzaine Exp $ +# $Id: Makefile,v 1.56 2004-08-09 10:32:32 geuzaine Exp $ # # Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle # @@ -85,12 +85,12 @@ GUI.o: GUI.cpp ../Plugin/PluginManager.h ../Plugin/Plugin.h \ ../Common/SmoothNormals.h ../Common/Gmsh.h ../DataStr/Malloc.h \ ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \ ../Common/GmshUI.h ../Numeric/Numeric.h ../Common/GmshVersion.h \ - ../Common/Context.h ../Geo/Geo.h ../Mesh/Mesh.h ../Mesh/Vertex.h \ - ../Mesh/Element.h ../Mesh/Simplex.h ../Mesh/Face.h ../Mesh/Edge.h \ - ../Geo/ExtrudeParams.h ../Mesh/STL.h ../Mesh/Metric.h ../Mesh/Matrix.h \ - ../Graphics/Draw.h GUI.h Opengl_Window.h Colorbar_Window.h Callbacks.h \ - Bitmaps.h Win32Icon.h ../Parser/OpenFile.h ../Common/CommandLine.h \ - Solvers.h + ../Common/Context.h ../Geo/Geo.h ../Geo/CAD.h ../Mesh/Mesh.h \ + ../Mesh/Vertex.h ../Mesh/Element.h ../Mesh/Simplex.h ../Mesh/Face.h \ + ../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/STL.h ../Mesh/Metric.h \ + ../Mesh/Matrix.h ../Graphics/Draw.h GUI.h Opengl_Window.h \ + Colorbar_Window.h Callbacks.h Bitmaps.h Win32Icon.h \ + ../Parser/OpenFile.h ../Common/CommandLine.h Solvers.h Callbacks.o: Callbacks.cpp ../Common/Gmsh.h ../Common/Message.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h ../Geo/Geo.h \ @@ -102,7 +102,8 @@ Callbacks.o: Callbacks.cpp ../Common/Gmsh.h ../Common/Message.h \ ../Common/Timer.h ../Graphics/CreateFile.h ../Parser/OpenFile.h \ ../Common/CommandLine.h ../Common/Context.h ../Common/Options.h GUI.h \ Opengl_Window.h Colorbar_Window.h Callbacks.h ../Plugin/Plugin.h \ - ../Common/Visibility.h ../Geo/MinMax.h Solvers.h + ../Plugin/PluginManager.h ../Common/Visibility.h ../Geo/MinMax.h \ + Solvers.h Opengl.o: Opengl.cpp ../Common/Gmsh.h ../Common/Message.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ diff --git a/Graphics/Makefile b/Graphics/Makefile index dd2d4c2d1f46f289910feae5a092acc27777dbe8..bc8c2fea3e97f497b040f96dc1c888b899de322b 100644 --- a/Graphics/Makefile +++ b/Graphics/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.61 2004-08-06 14:48:33 remacle Exp $ +# $Id: Makefile,v 1.62 2004-08-09 10:32:32 geuzaine Exp $ # # Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle # @@ -93,6 +93,7 @@ Geom.o: Geom.cpp ../Common/Gmsh.h ../Common/Message.h ../DataStr/Malloc.h \ ../Common/VertexArray.h ../Common/SmoothNormals.h ../Mesh/Metric.h \ ../Mesh/Matrix.h ../Mesh/Utils.h Draw.h ../Common/Views.h \ ../Common/ColorTable.h ../Common/Context.h ../Mesh/Interpolation.h \ + ../Plugin/Plugin.h ../Common/Options.h ../Plugin/PluginManager.h \ gl2ps.h Post.o: Post.cpp ../Common/Gmsh.h ../Common/Message.h ../DataStr/Malloc.h \ ../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \ diff --git a/Mesh/Makefile b/Mesh/Makefile index 5c67275a0e2e244aacc2c7d73aa0e744c83f05a8..2ab920904ac871cc0137699056a098065f5d8b96 100644 --- a/Mesh/Makefile +++ b/Mesh/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.70 2004-07-16 18:59:52 geuzaine Exp $ +# $Id: Makefile,v 1.71 2004-08-09 10:32:32 geuzaine Exp $ # # Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle # @@ -371,7 +371,7 @@ Element.o: Element.cpp ../Common/Gmsh.h ../Common/Message.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/avl.h ../DataStr/Tools.h Mesh.h Vertex.h Element.h Simplex.h \ Face.h Edge.h ../Geo/ExtrudeParams.h STL.h ../Common/VertexArray.h \ - ../Common/SmoothNormals.h Metric.h Matrix.h + ../Common/SmoothNormals.h Metric.h Matrix.h ../Numeric/Numeric.h Simplex.o: Simplex.cpp ../Common/Gmsh.h ../Common/Message.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Numeric/Numeric.h ../Geo/Geo.h \ diff --git a/Parser/Makefile b/Parser/Makefile index f5c4276edf0329e8cee124c8b90db1d3ff907ae4..2424a98fad1fcdeb8461a5eb9bb1e0a587d458b8 100644 --- a/Parser/Makefile +++ b/Parser/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.60 2004-07-16 18:59:52 geuzaine Exp $ +# $Id: Makefile,v 1.61 2004-08-09 10:32:33 geuzaine Exp $ # # Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle # @@ -83,11 +83,12 @@ OpenFile.o: OpenFile.cpp ../Common/Gmsh.h ../Common/Message.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Numeric/Numeric.h \ ../Common/Context.h Parser.h OpenFile.h ../Common/CommandLine.h \ - ../Geo/Geo.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Element.h \ - ../Mesh/Simplex.h ../Mesh/Face.h ../Mesh/Edge.h ../Geo/ExtrudeParams.h \ - ../Mesh/STL.h ../Common/VertexArray.h ../Common/SmoothNormals.h \ - ../Mesh/Metric.h ../Mesh/Matrix.h ../Common/Views.h \ - ../Common/ColorTable.h ../Geo/MinMax.h ../Common/Visibility.h \ - ../Graphics/ReadImg.h ../Common/GmshUI.h ../Graphics/Draw.h \ - ../Fltk/GUI.h ../Fltk/Opengl_Window.h ../Fltk/Colorbar_Window.h + ../Plugin/PluginManager.h ../Plugin/Plugin.h ../Common/Options.h \ + ../Common/Views.h ../Common/ColorTable.h ../Common/VertexArray.h \ + ../Common/SmoothNormals.h ../Geo/Geo.h ../Mesh/Mesh.h ../Mesh/Vertex.h \ + ../Mesh/Element.h ../Mesh/Simplex.h ../Mesh/Face.h ../Mesh/Edge.h \ + ../Geo/ExtrudeParams.h ../Mesh/STL.h ../Mesh/Metric.h ../Mesh/Matrix.h \ + ../Geo/MinMax.h ../Common/Visibility.h ../Graphics/ReadImg.h \ + ../Common/GmshUI.h ../Graphics/Draw.h ../Fltk/GUI.h \ + ../Fltk/Opengl_Window.h ../Fltk/Colorbar_Window.h FunctionManager.o: FunctionManager.cpp FunctionManager.h diff --git a/Plugin/Makefile b/Plugin/Makefile index bca299036c25b0b870f01e04a76b27142b3cc7fc..3e3d4a6b9142f8d38aef46f0f889af04c361fdc7 100644 --- a/Plugin/Makefile +++ b/Plugin/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.53 2004-08-03 15:22:18 remacle Exp $ +# $Id: Makefile,v 1.54 2004-08-09 10:32:33 geuzaine Exp $ # # Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle # @@ -72,7 +72,10 @@ Plugin.o: Plugin.cpp Plugin.h ../Common/Options.h ../Common/Message.h \ CutMap.h Levelset.h CutGrid.h StreamLines.h CutPlane.h CutParametric.h \ CutSphere.h Skin.h ../DataStr/Tree.h ../DataStr/avl.h Extract.h \ Harmonic2Time.h DecomposeInSimplex.h Smooth.h Transform.h Triangulate.h \ - SphericalRaise.h DisplacementRaise.h Evaluate.h + SphericalRaise.h DisplacementRaise.h StructuralSolver.h ../Geo/Geo.h \ + ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Element.h ../Mesh/Simplex.h \ + ../Mesh/Face.h ../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/STL.h \ + ../Mesh/Metric.h ../Mesh/Matrix.h Evaluate.h Levelset.o: Levelset.cpp Levelset.h Plugin.h ../Common/Options.h \ ../Common/Message.h ../Common/Views.h ../Common/ColorTable.h \ ../DataStr/List.h ../Common/VertexArray.h ../Common/SmoothNormals.h \ @@ -136,6 +139,14 @@ DisplacementRaise.o: DisplacementRaise.cpp Plugin.h ../Common/Options.h \ ../Common/Message.h ../Common/Views.h ../Common/ColorTable.h \ ../DataStr/List.h ../Common/VertexArray.h ../Common/SmoothNormals.h \ DisplacementRaise.h ../Common/Context.h ../Numeric/Numeric.h +StructuralSolver.o: StructuralSolver.cpp StructuralSolver.h ../Geo/Geo.h \ + ../DataStr/List.h ../Mesh/Mesh.h ../DataStr/Tree.h ../DataStr/avl.h \ + ../Mesh/Vertex.h ../Mesh/Element.h ../Mesh/Simplex.h ../Mesh/Face.h \ + ../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/STL.h \ + ../Common/VertexArray.h ../Common/SmoothNormals.h ../Mesh/Metric.h \ + ../Mesh/Matrix.h Plugin.h ../Common/Options.h ../Common/Message.h \ + ../Common/Views.h ../Common/ColorTable.h ../Common/Context.h \ + ../DataStr/Tools.h ../Graphics/Draw.h Skin.o: Skin.cpp Plugin.h ../Common/Options.h ../Common/Message.h \ ../Common/Views.h ../Common/ColorTable.h ../DataStr/List.h \ ../Common/VertexArray.h ../Common/SmoothNormals.h Skin.h \