From 4af0df5c772b90e8257b8b2f9bad508cfd041142 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 22 May 2001 11:34:08 +0000
Subject: [PATCH] depend

---
 Fltk/Makefile | 4 ++--
 Mesh/Makefile | 7 ++++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/Fltk/Makefile b/Fltk/Makefile
index ed868e0598..3ef2cfbecc 100644
--- a/Fltk/Makefile
+++ b/Fltk/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.18 2001-05-11 09:13:15 geuzaine Exp $
+# $Id: Makefile,v 1.19 2001-05-22 11:34:06 geuzaine Exp $
 #
 # Makefile for "libFltk.a"
 #
@@ -128,4 +128,4 @@ Solvers.o: Solvers.cpp ../Common/Gmsh.h ../Common/Message.h \
  Colorbar_Window.h ../Common/ColorTable.h ../Mesh/Mesh.h \
  ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
  ../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Graphics/Draw.h \
- ../Common/Views.h
+ ../Common/Views.h ../Common/Context.h
diff --git a/Mesh/Makefile b/Mesh/Makefile
index 43a4796919..fb0f12a90b 100644
--- a/Mesh/Makefile
+++ b/Mesh/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.20 2001-05-11 09:13:17 geuzaine Exp $
+# $Id: Makefile,v 1.21 2001-05-22 11:34:08 geuzaine Exp $
 #
 # Makefile for "libMesh.a"
 #
@@ -139,7 +139,8 @@ depend:
 2D_Util.o: 2D_Util.cpp ../Common/Gmsh.h ../Common/Message.h \
  ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
  ../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h Mesh.h Vertex.h \
- Simplex.h Edge.h ../Geo/ExtrudeParams.h Metric.h 2D_Mesh.h
+ Simplex.h Edge.h ../Geo/ExtrudeParams.h Metric.h 2D_Mesh.h \
+ ../Common/Context.h
 2D_Links.o: 2D_Links.cpp ../Common/Gmsh.h ../Common/Message.h \
  ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
  ../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h Mesh.h Vertex.h \
@@ -289,4 +290,4 @@ 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 ../Common/Const.h ../Geo/Geo.h \
  Mesh.h Vertex.h Simplex.h Edge.h ../Geo/ExtrudeParams.h Metric.h \
- Numeric.h
+ Numeric.h ../Common/Context.h
-- 
GitLab