Skip to content
Snippets Groups Projects
Commit 022ef694 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

Oups, bad depends

parent 0e48f48e
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.14 2001-04-22 18:13:02 geuzaine Exp $ # $Id: Makefile,v 1.15 2001-04-23 10:38:06 geuzaine Exp $
# #
# Makefile for "libAdapt.a" # Makefile for "libAdapt.a"
# #
...@@ -60,7 +60,8 @@ depend: ...@@ -60,7 +60,8 @@ depend:
# DO NOT DELETE THIS LINE # DO NOT DELETE THIS LINE
Adapt.o: Adapt.cpp ../Common/Gmsh.h ../Common/Message.h \ Adapt.o: Adapt.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h Adapt.h nrutil.h ../Common/Const.h ../DataStr/avl.h ../DataStr/Tools.h Adapt.h nrutil.h \
../Common/Const.h
mnbrak.o: mnbrak.cpp nrutil.h ../Common/Const.h mnbrak.o: mnbrak.cpp nrutil.h ../Common/Const.h
brent.o: brent.cpp nrutil.h ../Common/Const.h brent.o: brent.cpp nrutil.h ../Common/Const.h
nrutil.o: nrutil.cpp nrutil.o: nrutil.cpp
......
# $Id: Makefile,v 1.17 2001-04-22 18:13:02 geuzaine Exp $ # $Id: Makefile,v 1.18 2001-04-23 10:38:07 geuzaine Exp $
# #
# Makefile for "libCommon.a" # Makefile for "libCommon.a"
# #
...@@ -60,36 +60,30 @@ depend: ...@@ -60,36 +60,30 @@ depend:
# DO NOT DELETE THIS LINE # DO NOT DELETE THIS LINE
Context.o: Context.cpp Gmsh.h Message.h ../DataStr/Malloc.h \ Context.o: Context.cpp Gmsh.h Message.h ../DataStr/Malloc.h \
../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \ ../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h \
Const.h ../Geo/Geo.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \ ../DataStr/Tools.h Const.h ../Geo/Geo.h ../Mesh/Mesh.h \
../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h \ ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Graphics/Draw.h ../Common/Views.h ../Common/Const.h \ ../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Graphics/Draw.h \
../Common/ColorTable.h Context.h Options.h DefaultOptions.h trackball.c \ ../Common/Views.h ../Common/Const.h ../Common/ColorTable.h Context.h \
trackball.h Options.h DefaultOptions.h trackball.c trackball.h
Views.o: Views.cpp Gmsh.h Message.h ../DataStr/Malloc.h ../DataStr/List.h \ Views.o: Views.cpp Gmsh.h Message.h ../DataStr/Malloc.h \
../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h Views.h Const.h \ ../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h \
ColorTable.h Context.h Options.h ../DataStr/Tools.h Views.h Const.h ColorTable.h Context.h Options.h
Options.o: Options.cpp Gmsh.h Message.h ../DataStr/Malloc.h \ Options.o: Options.cpp Gmsh.h Message.h ../DataStr/Malloc.h \
../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \ ../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h \
GmshUI.h /home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \ ../DataStr/Tools.h GmshUI.h ../Geo/Geo.h ../Mesh/Mesh.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h ../Geo/Geo.h \ ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Graphics/Draw.h \ ../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Graphics/Draw.h \
../Common/Views.h ../Common/Const.h ../Common/ColorTable.h Context.h \ ../Common/Views.h ../Common/Const.h ../Common/ColorTable.h Context.h \
Const.h Options.h ../Fltk/GUI.h \ Const.h Options.h ../Fltk/GUI.h ../Fltk/Opengl_Window.h \
/home/geuzaine/SOURCES/fltk/FL/Fl_Scrollbar.H \
/home/geuzaine/SOURCES/fltk/FL/Fl_Slider.H \
/home/geuzaine/SOURCES/fltk/FL/Fl_Valuator.H ../Fltk/Opengl_Window.h \
../Fltk/Colorbar_Window.h ../Fltk/Colorbar_Window.h
GetOptions.o: GetOptions.cpp Gmsh.h Message.h ../DataStr/Malloc.h \ GetOptions.o: GetOptions.cpp Gmsh.h Message.h ../DataStr/Malloc.h \
../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \ ../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h \
GmshUI.h /home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \ ../DataStr/Tools.h GmshUI.h GmshVersion.h Const.h Context.h Options.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h GmshVersion.h \ ../Geo/Geo.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \
Const.h Context.h Options.h ../Geo/Geo.h ../Mesh/Mesh.h \ ../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h Views.h \
../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ ColorTable.h ../Parser/OpenFile.h ../Common/Const.h
../Geo/ExtrudeParams.h ../Mesh/Metric.h Views.h ColorTable.h \
../Parser/OpenFile.h ../Common/Const.h
Timer.o: Timer.cpp Timer.o: Timer.cpp
ColorTable.o: ColorTable.cpp Gmsh.h Message.h ../DataStr/Malloc.h \ ColorTable.o: ColorTable.cpp Gmsh.h Message.h ../DataStr/Malloc.h \
../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \ ../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h \
ColorTable.h Context.h Const.h ../DataStr/Tools.h ColorTable.h Context.h Const.h
# $Id: Makefile,v 1.15 2001-04-22 18:13:02 geuzaine Exp $ # $Id: Makefile,v 1.16 2001-04-23 10:38:08 geuzaine Exp $
# #
# Makefile for "libFltk.a" # Makefile for "libFltk.a"
# #
...@@ -64,90 +64,57 @@ depend: ...@@ -64,90 +64,57 @@ depend:
Main.o: Main.cpp ../Plugin/PluginManager.h ../Common/Gmsh.h \ Main.o: Main.cpp ../Plugin/PluginManager.h ../Common/Gmsh.h \
../Common/Message.h ../DataStr/Malloc.h ../DataStr/List.h \ ../Common/Message.h ../DataStr/Malloc.h ../DataStr/List.h \
../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \ ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \
../Common/GmshUI.h /home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \ ../Common/GmshUI.h ../Common/GmshVersion.h ../Geo/Geo.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h \ ../Geo/Verif.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \
../Common/GmshVersion.h ../Geo/Geo.h ../Geo/Verif.h ../Mesh/Mesh.h \ ../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h \
../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ ../Graphics/Draw.h ../Common/Views.h ../Common/Const.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Graphics/Draw.h \ ../Common/ColorTable.h ../Common/Context.h ../Common/Options.h \
../Common/Views.h ../Common/Const.h ../Common/ColorTable.h \ ../Parser/Parser.h ../Common/Static.h GUI.h Opengl_Window.h \
../Common/Context.h ../Common/Options.h ../Parser/Parser.h \
../Common/Static.h GUI.h /home/geuzaine/SOURCES/fltk/FL/Fl_Scrollbar.H \
/home/geuzaine/SOURCES/fltk/FL/Fl_Slider.H \
/home/geuzaine/SOURCES/fltk/FL/Fl_Valuator.H Opengl_Window.h \
Colorbar_Window.h ../Parser/OpenFile.h ../Common/GetOptions.h Colorbar_Window.h ../Parser/OpenFile.h ../Common/GetOptions.h
Message.o: Message.cpp ../Common/Gmsh.h ../Common/Message.h \ Message.o: Message.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h \
../Common/GmshVersion.h ../Common/Context.h ../Common/Const.h \ ../Common/GmshVersion.h ../Common/Context.h ../Common/Const.h \
../Common/Options.h GUI.h /home/geuzaine/SOURCES/fltk/FL/Fl_Scrollbar.H \ ../Common/Options.h GUI.h Opengl_Window.h Colorbar_Window.h \
/home/geuzaine/SOURCES/fltk/FL/Fl_Slider.H \ ../Common/ColorTable.h
/home/geuzaine/SOURCES/fltk/FL/Fl_Valuator.H Opengl_Window.h \
Colorbar_Window.h ../Common/ColorTable.h
GUI.o: GUI.cpp ../Plugin/PluginManager.h ../Plugin/Plugin.h \ GUI.o: GUI.cpp ../Plugin/PluginManager.h ../Plugin/Plugin.h \
../Common/Options.h ../Common/Message.h ../Common/Gmsh.h \ ../Common/Options.h ../Common/Message.h ../Common/Gmsh.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h \
../Common/GmshVersion.h ../Common/Context.h ../Common/Const.h \ ../Common/GmshVersion.h ../Common/Context.h ../Common/Const.h \
../Geo/Geo.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \ ../Geo/Geo.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \
../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h \ ../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h \
../Graphics/Draw.h ../Common/Views.h ../Common/ColorTable.h GUI.h \ ../Graphics/Draw.h ../Common/Views.h ../Common/ColorTable.h GUI.h \
/home/geuzaine/SOURCES/fltk/FL/Fl_Scrollbar.H \ Opengl_Window.h Colorbar_Window.h Callbacks.h ../Common/Bitmaps.h \
/home/geuzaine/SOURCES/fltk/FL/Fl_Slider.H \
/home/geuzaine/SOURCES/fltk/FL/Fl_Valuator.H Opengl_Window.h \
Colorbar_Window.h Callbacks.h ../Common/Bitmaps.h \
../Common/GetOptions.h ../Common/GetOptions.h
Callbacks.o: Callbacks.cpp ../Common/Gmsh.h ../Common/Message.h \ Callbacks.o: Callbacks.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h ../Geo/Geo.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h ../Geo/Geo.h \
../Geo/Verif.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \ ../Geo/Verif.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \
../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h \ ../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h \
../Graphics/Draw.h ../Common/Views.h ../Common/Const.h \ ../Graphics/Draw.h ../Common/Views.h ../Common/Const.h \
../Common/ColorTable.h ../Common/Timer.h ../Geo/Visibility.h \ ../Common/ColorTable.h ../Common/Timer.h ../Geo/Visibility.h \
../Graphics/CreateFile.h ../Parser/OpenFile.h ../Common/GetOptions.h \ ../Graphics/CreateFile.h ../Parser/OpenFile.h ../Common/GetOptions.h \
../Common/Context.h ../Common/Options.h GUI.h \ ../Common/Context.h ../Common/Options.h GUI.h Opengl_Window.h \
/home/geuzaine/SOURCES/fltk/FL/Fl_Scrollbar.H \
/home/geuzaine/SOURCES/fltk/FL/Fl_Slider.H \
/home/geuzaine/SOURCES/fltk/FL/Fl_Valuator.H Opengl_Window.h \
Colorbar_Window.h Callbacks.h ../Plugin/Plugin.h Colorbar_Window.h Callbacks.h ../Plugin/Plugin.h
Opengl.o: Opengl.cpp ../Common/Gmsh.h ../Common/Message.h \ Opengl.o: Opengl.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h \
../Common/Context.h ../Common/Const.h ../Geo/Geo.h ../Mesh/Mesh.h \ ../Common/Context.h ../Common/Const.h ../Geo/Geo.h ../Mesh/Mesh.h \
../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Graphics/Draw.h \ ../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Graphics/Draw.h \
../Common/Views.h ../Common/ColorTable.h GUI.h \ ../Common/Views.h ../Common/ColorTable.h GUI.h Opengl_Window.h \
/home/geuzaine/SOURCES/fltk/FL/Fl_Scrollbar.H \
/home/geuzaine/SOURCES/fltk/FL/Fl_Slider.H \
/home/geuzaine/SOURCES/fltk/FL/Fl_Valuator.H Opengl_Window.h \
Colorbar_Window.h ../Graphics/gl2ps.h Colorbar_Window.h ../Graphics/gl2ps.h
Opengl_Window.o: Opengl_Window.cpp ../Common/Gmsh.h ../Common/Message.h \ Opengl_Window.o: Opengl_Window.cpp ../Common/Gmsh.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../Common/Message.h ../DataStr/Malloc.h ../DataStr/List.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \ ../Common/GmshUI.h ../Common/Context.h ../Common/Const.h ../Geo/Geo.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h \ ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Common/Context.h ../Common/Const.h ../Geo/Geo.h ../Mesh/Mesh.h \
../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Graphics/Draw.h \ ../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Graphics/Draw.h \
../Common/Views.h ../Common/ColorTable.h GUI.h \ ../Common/Views.h ../Common/ColorTable.h GUI.h Opengl_Window.h \
/home/geuzaine/SOURCES/fltk/FL/Fl_Scrollbar.H \
/home/geuzaine/SOURCES/fltk/FL/Fl_Slider.H \
/home/geuzaine/SOURCES/fltk/FL/Fl_Valuator.H Opengl_Window.h \
Colorbar_Window.h Colorbar_Window.h
Colorbar_Window.o: Colorbar_Window.cpp ../Common/Gmsh.h \ Colorbar_Window.o: Colorbar_Window.cpp ../Common/Gmsh.h \
../Common/Message.h ../DataStr/Malloc.h ../DataStr/List.h \ ../Common/Message.h ../DataStr/Malloc.h ../DataStr/List.h \
../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \ ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \
../Common/GmshUI.h /home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \ ../Common/GmshUI.h GUI.h Opengl_Window.h Colorbar_Window.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h GUI.h \ ../Common/ColorTable.h ../Common/Context.h ../Common/Const.h
/home/geuzaine/SOURCES/fltk/FL/Fl_Scrollbar.H \
/home/geuzaine/SOURCES/fltk/FL/Fl_Slider.H \
/home/geuzaine/SOURCES/fltk/FL/Fl_Valuator.H Opengl_Window.h \
Colorbar_Window.h ../Common/ColorTable.h ../Common/Context.h \
../Common/Const.h
# $Id: Makefile,v 1.16 2001-04-22 18:13:02 geuzaine Exp $ # $Id: Makefile,v 1.17 2001-04-23 10:38:11 geuzaine Exp $
# #
# Makefile for "libGeo.a" # Makefile for "libGeo.a"
# #
...@@ -57,9 +57,10 @@ depend: ...@@ -57,9 +57,10 @@ depend:
$(RM) $(RMFLAGS) Makefile.new $(RM) $(RMFLAGS) Makefile.new
# DO NOT DELETE THIS LINE # DO NOT DELETE THIS LINE
CAD.o: CAD.cpp ../Common/Gmsh.h ../Common/Message.h ../DataStr/Malloc.h \ CAD.o: CAD.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
Geo.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ ../DataStr/avl.h ../DataStr/Tools.h Geo.h ../Mesh/Mesh.h \
../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h DataBase.h \ ../Geo/ExtrudeParams.h ../Mesh/Metric.h DataBase.h \
../Mesh/Interpolation.h ../Mesh/Numeric.h ../Common/Const.h \ ../Mesh/Interpolation.h ../Mesh/Numeric.h ../Common/Const.h \
../Mesh/Create.h CAD.h ../Common/Context.h ../Mesh/Create.h CAD.h ../Common/Context.h
...@@ -67,26 +68,28 @@ DataBase.o: DataBase.cpp ../Common/Gmsh.h ../Common/Message.h \ ...@@ -67,26 +68,28 @@ DataBase.o: DataBase.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h Geo.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h Geo.h \
../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h CAD.h ../Mesh/Create.h Verif.h \ ../Geo/ExtrudeParams.h ../Mesh/Metric.h CAD.h ../Mesh/Create.h \
../Common/Context.h Verif.h ../Common/Context.h
MinMax.o: MinMax.cpp ../Common/Gmsh.h ../Common/Message.h \ MinMax.o: MinMax.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h ../Mesh/Vertex.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h \
../Common/Context.h ../Mesh/Vertex.h ../Common/Context.h
ExtrudeParams.o: ExtrudeParams.cpp ../Common/Gmsh.h ../Common/Message.h \ ExtrudeParams.o: ExtrudeParams.cpp ../Common/Gmsh.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../Common/Message.h ../DataStr/Malloc.h ../DataStr/List.h \
../DataStr/avl.h ../DataStr/Tools.h Geo.h CAD.h ../Mesh/Mesh.h \ ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h Geo.h CAD.h \
../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h ExtrudeParams.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h ExtrudeParams.h
Geo.o: Geo.cpp ../Common/Gmsh.h ../Common/Message.h ../DataStr/Malloc.h \ Geo.o: Geo.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../Common/Const.h Geo.h CAD.h ../Mesh/Mesh.h ../Mesh/Vertex.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h Geo.h CAD.h \
../Mesh/Simplex.h ../Mesh/Edge.h ../Geo/ExtrudeParams.h \ ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Mesh/Metric.h DataBase.h ../Parser/Parser.h ../Common/Context.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h DataBase.h ../Parser/Parser.h \
../Common/Context.h
StepGeomDatabase.o: StepGeomDatabase.cpp ../Common/Gmsh.h \ StepGeomDatabase.o: StepGeomDatabase.cpp ../Common/Gmsh.h \
../Common/Message.h ../DataStr/Malloc.h ../DataStr/List.h \ ../Common/Message.h ../DataStr/Malloc.h ../DataStr/List.h \
../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h \ ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \
Geo.h StepGeomDatabase.h DataBase.h ../Common/Context.h ../Common/Const.h Geo.h StepGeomDatabase.h DataBase.h \
../Common/Context.h
Verif.o: Verif.cpp ../Common/Gmsh.h ../Common/Message.h \ Verif.o: Verif.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h Geo.h CAD.h ../Mesh/Mesh.h \ ../DataStr/avl.h ../DataStr/Tools.h Geo.h CAD.h ../Mesh/Mesh.h \
......
# $Id: Makefile,v 1.21 2001-04-22 18:13:02 geuzaine Exp $ # $Id: Makefile,v 1.22 2001-04-23 10:38:12 geuzaine Exp $
# #
# Makefile for "libGraphics.a" # Makefile for "libGraphics.a"
# #
...@@ -70,90 +70,77 @@ depend: ...@@ -70,90 +70,77 @@ depend:
$(RM) $(RMFLAGS) Makefile.new $(RM) $(RMFLAGS) Makefile.new
# DO NOT DELETE THIS LINE # DO NOT DELETE THIS LINE
Draw.o: Draw.cpp ../Common/Gmsh.h ../Common/Message.h ../DataStr/Malloc.h \ Draw.o: Draw.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../Common/GmshUI.h /home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h ../Geo/Geo.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h ../Geo/Geo.h \
../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h Draw.h ../Common/Views.h \ ../Geo/ExtrudeParams.h ../Mesh/Metric.h Draw.h ../Common/Views.h \
../Common/Const.h ../Common/ColorTable.h ../Common/Context.h \ ../Common/Const.h ../Common/ColorTable.h ../Common/Context.h \
../Geo/MinMax.h ../Geo/MinMax.h
Mesh.o: Mesh.cpp ../Common/Gmsh.h ../Common/Message.h ../DataStr/Malloc.h \ Mesh.o: Mesh.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../Common/GmshUI.h /home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h ../Geo/Geo.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h ../Geo/Geo.h \
../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h Draw.h ../Common/Views.h \ ../Geo/ExtrudeParams.h ../Mesh/Metric.h Draw.h ../Common/Views.h \
../Common/Const.h ../Common/ColorTable.h ../Common/Context.h \ ../Common/Const.h ../Common/ColorTable.h ../Common/Context.h \
../Geo/MinMax.h gl2ps.h ../Geo/Verif.h ../Mesh/Numeric.h \ ../Geo/MinMax.h gl2ps.h ../Geo/Verif.h ../Mesh/Numeric.h \
../Geo/Visibility.h ../Geo/Visibility.h
Geom.o: Geom.cpp ../Common/Gmsh.h ../Common/Message.h ../DataStr/Malloc.h \ Geom.o: Geom.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../Common/GmshUI.h /home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h ../Geo/Geo.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h ../Geo/Geo.h \
../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h Draw.h ../Common/Views.h \ ../Geo/ExtrudeParams.h ../Mesh/Metric.h Draw.h ../Common/Views.h \
../Common/Const.h ../Common/ColorTable.h ../Common/Context.h \ ../Common/Const.h ../Common/ColorTable.h ../Common/Context.h \
../Geo/Verif.h ../Mesh/Interpolation.h ../Mesh/Numeric.h \ ../Geo/Verif.h ../Mesh/Interpolation.h ../Mesh/Numeric.h \
../Geo/Visibility.h ../Geo/Visibility.h
Post.o: Post.cpp ../Common/Gmsh.h ../Common/Message.h ../DataStr/Malloc.h \ Post.o: Post.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../Common/GmshUI.h /home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h ../Geo/Geo.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h ../Geo/Geo.h \
../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h Draw.h ../Common/Views.h \ ../Geo/ExtrudeParams.h ../Mesh/Metric.h Draw.h ../Common/Views.h \
../Common/Const.h ../Common/ColorTable.h ../Common/Context.h ../Common/Const.h ../Common/ColorTable.h ../Common/Context.h
PostSimplex.o: PostSimplex.cpp ../Common/Gmsh.h ../Common/Message.h \ PostSimplex.o: PostSimplex.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h ../Geo/Geo.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h ../Geo/Geo.h \
../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h Draw.h ../Common/Views.h \ ../Geo/ExtrudeParams.h ../Mesh/Metric.h Draw.h ../Common/Views.h \
../Common/Const.h ../Common/ColorTable.h Iso.h IsoSimplex.h \ ../Common/Const.h ../Common/ColorTable.h Iso.h IsoSimplex.h \
../Common/Context.h ../Common/Context.h
Iso.o: Iso.cpp ../Common/Gmsh.h ../Common/Message.h ../DataStr/Malloc.h \ Iso.o: Iso.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Mesh/Mesh.h ../Mesh/Vertex.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h Draw.h ../Common/Views.h \ ../Mesh/Simplex.h ../Mesh/Edge.h ../Geo/ExtrudeParams.h \
../Common/Const.h ../Common/ColorTable.h ../Mesh/Numeric.h ../Mesh/Metric.h Draw.h ../Common/Views.h ../Common/Const.h \
../Common/ColorTable.h ../Mesh/Numeric.h
IsoSimplex.o: IsoSimplex.cpp ../Common/Gmsh.h ../Common/Message.h \ IsoSimplex.o: IsoSimplex.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h ../Geo/Geo.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h ../Geo/Geo.h \
../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h Draw.h ../Common/Views.h \ ../Geo/ExtrudeParams.h ../Mesh/Metric.h Draw.h ../Common/Views.h \
../Common/Const.h ../Common/ColorTable.h Iso.h ../Common/Context.h \ ../Common/Const.h ../Common/ColorTable.h Iso.h ../Common/Context.h \
../Mesh/Numeric.h ../Mesh/Numeric.h
Entity.o: Entity.cpp ../Common/Gmsh.h ../Common/Message.h \ Entity.o: Entity.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h ../Mesh/Mesh.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h ../Mesh/Mesh.h \
../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h Draw.h ../Common/Views.h \ ../Geo/ExtrudeParams.h ../Mesh/Metric.h Draw.h ../Common/Views.h \
../Common/Const.h ../Common/ColorTable.h ../Common/Context.h ../Common/Const.h ../Common/ColorTable.h ../Common/Context.h
Scale.o: Scale.cpp ../Common/Gmsh.h ../Common/Message.h \ Scale.o: Scale.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \ ../Common/Const.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h ../Common/Const.h \ ../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h Draw.h \
../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ ../Common/Views.h ../Common/ColorTable.h ../Common/Context.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h Draw.h ../Common/Views.h \ ../Motif/XContext.h
../Common/ColorTable.h ../Common/Context.h ../Motif/XContext.h Axes.o: Axes.cpp ../Common/Gmsh.h ../Common/Message.h \
Axes.o: Axes.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 /home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h ../Common/Const.h \
../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h Draw.h ../Common/Views.h \
../Common/ColorTable.h ../Common/Context.h
CreateFile.o: CreateFile.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \ ../Common/Const.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h ../Mesh/Mesh.h \ ../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h Draw.h \
../Common/Views.h ../Common/ColorTable.h ../Common/Context.h
CreateFile.o: CreateFile.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 ../Mesh/Mesh.h \
../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Parser/OpenFile.h \ ../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Parser/OpenFile.h \
../Common/Const.h Draw.h ../Common/Views.h ../Common/ColorTable.h \ ../Common/Const.h Draw.h ../Common/Views.h ../Common/ColorTable.h \
...@@ -162,27 +149,18 @@ CreateFile.o: CreateFile.cpp ../Common/Gmsh.h ../Common/Message.h \ ...@@ -162,27 +149,18 @@ CreateFile.o: CreateFile.cpp ../Common/Gmsh.h ../Common/Message.h \
XDump.o: XDump.cpp XDump.o: XDump.cpp
gl2ps.o: gl2ps.cpp ../Common/Gmsh.h ../Common/Message.h \ gl2ps.o: gl2ps.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h gl2ps.h
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h gl2ps.h
gl2gif.o: gl2gif.cpp ../Common/Gmsh.h ../Common/Message.h \ gl2gif.o: gl2gif.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h gl2gif.h
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h gl2gif.h
gl2jpeg.o: gl2jpeg.cpp ../Common/Gmsh.h ../Common/Message.h \ gl2jpeg.o: gl2jpeg.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \ ../jpeg/jpeglib.h ../jpeg/jconfig.h ../jpeg/jmorecfg.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h ../jpeg/jpeglib.h \ ../jpeg/jerror.h
../jpeg/jconfig.h ../jpeg/jmorecfg.h ../jpeg/jerror.h
gl2ppm.o: gl2ppm.cpp ../Common/Gmsh.h ../Common/Message.h \ gl2ppm.o: gl2ppm.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h
gl2yuv.o: gl2yuv.cpp ../Common/Gmsh.h ../Common/Message.h \ gl2yuv.o: gl2yuv.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h
# $Id: Makefile,v 1.92 2001-04-22 19:44:00 geuzaine Exp $ # $Id: Makefile,v 1.93 2001-04-23 10:38:04 geuzaine Exp $
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# Makefile for Gmsh # Makefile for Gmsh
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
...@@ -119,6 +119,10 @@ gmsh: ...@@ -119,6 +119,10 @@ gmsh:
$(CC) -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB) $(MESA_LIB) \ $(CC) -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB) $(MESA_LIB) \
$(FLTK_LIB) -lm $(FLTK_LIB) -lm
gmshm:
$(CC) -o $(GMSH_BIN_DIR)/gmshm $(GMSH_FLTK_LIB) $(MESA_STATIC_LIB) \
$(FLTK_LIB) -lm
gmsh2: gmsh2:
$(CC) -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB) $(MESA_LIB) \ $(CC) -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB) $(MESA_LIB) \
$(FLTK_LIB) -lfltk_gl $(THREAD_LIB) -lm $(FLTK_LIB) -lfltk_gl $(THREAD_LIB) -lm
......
# $Id: Makefile,v 1.18 2001-04-22 18:13:03 geuzaine Exp $ # $Id: Makefile,v 1.19 2001-04-23 10:38:14 geuzaine Exp $
# #
# Makefile for "libMesh.a" # Makefile for "libMesh.a"
# #
...@@ -98,8 +98,8 @@ depend: ...@@ -98,8 +98,8 @@ depend:
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h ../Geo/Geo.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h ../Geo/Geo.h \
../Geo/CAD.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \ ../Geo/CAD.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \
../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h Mesh.h Create.h \ ../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h Mesh.h \
2D_Mesh.h Numeric.h ../Common/Context.h Create.h 2D_Mesh.h Numeric.h ../Common/Context.h
2D_SMesh.o: 2D_SMesh.cpp ../Common/Gmsh.h ../Common/Message.h \ 2D_SMesh.o: 2D_SMesh.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Geo/Geo.h Mesh.h Vertex.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Geo/Geo.h Mesh.h Vertex.h \
...@@ -131,10 +131,11 @@ depend: ...@@ -131,10 +131,11 @@ depend:
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h Mesh.h Vertex.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
2D_DivAndConq.o: 2D_DivAndConq.cpp ../Common/Gmsh.h ../Common/Message.h \ 2D_DivAndConq.o: 2D_DivAndConq.cpp ../Common/Gmsh.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../Common/Message.h ../DataStr/Malloc.h ../DataStr/List.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h Mesh.h Vertex.h \ ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \
Simplex.h Edge.h ../Geo/ExtrudeParams.h Metric.h 2D_Mesh.h ../Common/Const.h Mesh.h Vertex.h Simplex.h Edge.h \
../Geo/ExtrudeParams.h Metric.h 2D_Mesh.h
2D_Util.o: 2D_Util.cpp ../Common/Gmsh.h ../Common/Message.h \ 2D_Util.o: 2D_Util.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h Mesh.h Vertex.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h Mesh.h Vertex.h \
...@@ -147,23 +148,25 @@ depend: ...@@ -147,23 +148,25 @@ depend:
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h Mesh.h Vertex.h Simplex.h Edge.h \ ../DataStr/avl.h ../DataStr/Tools.h Mesh.h Vertex.h Simplex.h Edge.h \
../Geo/ExtrudeParams.h Metric.h 2D_Mesh.h ../Geo/ExtrudeParams.h Metric.h 2D_Mesh.h
2D_Cylindrical.o: 2D_Cylindrical.cpp ../Common/Gmsh.h ../Common/Message.h \ 2D_Cylindrical.o: 2D_Cylindrical.cpp ../Common/Gmsh.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../Common/Message.h ../DataStr/Malloc.h ../DataStr/List.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h Mesh.h Vertex.h \ ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \
Simplex.h Edge.h ../Geo/ExtrudeParams.h Metric.h ../Common/Context.h \ ../Common/Const.h Mesh.h Vertex.h Simplex.h Edge.h \
Numeric.h ../Geo/ExtrudeParams.h Metric.h ../Common/Context.h Numeric.h
2D_Parametric.o: 2D_Parametric.cpp ../Common/Gmsh.h ../Common/Message.h \ 2D_Parametric.o: 2D_Parametric.cpp ../Common/Gmsh.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../Common/Message.h ../DataStr/Malloc.h ../DataStr/List.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h ../Geo/Geo.h \ ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \
../Geo/CAD.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \ ../Common/Const.h ../Geo/Geo.h ../Geo/CAD.h ../Mesh/Mesh.h \
../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h Interpolation.h \ ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
Mesh.h 2D_Mesh.h Create.h ../Common/Context.h Numeric.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h Interpolation.h Mesh.h \
2D_Mesh_Aniso.o: 2D_Mesh_Aniso.cpp ../Common/Gmsh.h ../Common/Message.h \ 2D_Mesh.h Create.h ../Common/Context.h Numeric.h
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ 2D_Mesh_Aniso.o: 2D_Mesh_Aniso.cpp ../Common/Gmsh.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h ../Geo/Geo.h \ ../Common/Message.h ../DataStr/Malloc.h ../DataStr/List.h \
../Geo/CAD.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \ ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \
../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h Mesh.h \ ../Common/Const.h ../Geo/Geo.h ../Geo/CAD.h ../Mesh/Mesh.h \
Interpolation.h Create.h ../Common/Context.h Numeric.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h Mesh.h Interpolation.h \
Create.h ../Common/Context.h Numeric.h
3D_Mesh.o: 3D_Mesh.cpp ../Common/Gmsh.h ../Common/Message.h \ 3D_Mesh.o: 3D_Mesh.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h Mesh.h Vertex.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h Mesh.h Vertex.h \
...@@ -205,8 +208,8 @@ Create.o: Create.cpp ../Common/Gmsh.h ../Common/Message.h \ ...@@ -205,8 +208,8 @@ Create.o: Create.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h ../Geo/Geo.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h ../Geo/Geo.h \
../Geo/CAD.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \ ../Geo/CAD.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \
../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h Mesh.h Numeric.h \ ../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h Mesh.h \
../Common/Context.h Numeric.h ../Common/Context.h
Generator.o: Generator.cpp ../Common/Gmsh.h ../Common/Message.h \ Generator.o: Generator.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h Mesh.h Vertex.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h Mesh.h Vertex.h \
...@@ -216,21 +219,23 @@ Print_Mesh.o: Print_Mesh.cpp ../Common/Gmsh.h ../Common/Message.h \ ...@@ -216,21 +219,23 @@ Print_Mesh.o: Print_Mesh.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h ../Geo/Geo.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h ../Geo/Geo.h \
../Geo/CAD.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \ ../Geo/CAD.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \
../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h Mesh.h Create.h \ ../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h Mesh.h \
../Common/Context.h Create.h ../Common/Context.h
Read_Mesh.o: Read_Mesh.cpp ../Common/Gmsh.h ../Common/Message.h \ Read_Mesh.o: Read_Mesh.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Geo/Geo.h Mesh.h Vertex.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Geo/Geo.h Mesh.h Vertex.h \
Simplex.h Edge.h ../Geo/ExtrudeParams.h Metric.h Create.h \ Simplex.h Edge.h ../Geo/ExtrudeParams.h Metric.h Create.h \
../Geo/MinMax.h ../Geo/MinMax.h
STL.o: STL.cpp ../Common/Gmsh.h ../Common/Message.h ../DataStr/Malloc.h \ STL.o: STL.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
Mesh.h Vertex.h Simplex.h Edge.h ../Geo/ExtrudeParams.h Metric.h ../DataStr/avl.h ../DataStr/Tools.h Mesh.h Vertex.h Simplex.h Edge.h \
SMS.o: SMS.cpp ../Common/Gmsh.h ../Common/Message.h ../DataStr/Malloc.h \ ../Geo/ExtrudeParams.h Metric.h
../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \ SMS.o: SMS.cpp ../Common/Gmsh.h ../Common/Message.h \
../Geo/Geo.h Mesh.h Vertex.h Simplex.h Edge.h ../Geo/ExtrudeParams.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
Metric.h Create.h ../Geo/MinMax.h ../Geo/CAD.h ../Mesh/Mesh.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Geo/Geo.h Mesh.h Vertex.h \
../Common/Context.h ../Common/Const.h Simplex.h Edge.h ../Geo/ExtrudeParams.h Metric.h Create.h \
../Geo/MinMax.h ../Geo/CAD.h ../Mesh/Mesh.h ../Common/Context.h \
../Common/Const.h
SwapEdge.o: SwapEdge.cpp ../Common/Gmsh.h ../Common/Message.h \ SwapEdge.o: SwapEdge.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h Mesh.h Vertex.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h Mesh.h Vertex.h \
...@@ -239,23 +244,24 @@ Numeric.o: Numeric.cpp ../Common/Gmsh.h ../Common/Message.h \ ...@@ -239,23 +244,24 @@ Numeric.o: Numeric.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h ../Geo/Geo.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h ../Geo/Geo.h \
../Geo/CAD.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \ ../Geo/CAD.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \
../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h Mesh.h Numeric.h \ ../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h Mesh.h \
Interpolation.h ../Adapt/nrutil.h Numeric.h Interpolation.h ../Adapt/nrutil.h
Metric.o: Metric.cpp ../Common/Gmsh.h ../Common/Message.h \ Metric.o: Metric.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h ../Geo/Geo.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h ../Geo/Geo.h \
../Geo/CAD.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \ ../Geo/CAD.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \
../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h Mesh.h Matrix.h \ ../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h Mesh.h \
Interpolation.h Matrix.h Interpolation.h
Nurbs.o: Nurbs.cpp ../Common/Gmsh.h ../Common/Message.h \ Nurbs.o: Nurbs.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h Mesh.h Vertex.h Simplex.h Edge.h \ ../DataStr/avl.h ../DataStr/Tools.h Mesh.h Vertex.h Simplex.h Edge.h \
../Geo/ExtrudeParams.h Metric.h ../Geo/ExtrudeParams.h Metric.h
Interpolation.o: Interpolation.cpp ../Common/Gmsh.h ../Common/Message.h \ Interpolation.o: Interpolation.cpp ../Common/Gmsh.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../Common/Message.h ../DataStr/Malloc.h ../DataStr/List.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h ../Geo/Geo.h \ ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \
../Geo/CAD.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \ ../Common/Const.h ../Geo/Geo.h ../Geo/CAD.h ../Mesh/Mesh.h \
../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h Mesh.h Numeric.h \ ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h Mesh.h Numeric.h \
Interpolation.h Interpolation.h
SecondOrder.o: SecondOrder.cpp ../Common/Gmsh.h ../Common/Message.h \ SecondOrder.o: SecondOrder.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
...@@ -274,10 +280,10 @@ Vertex.o: Vertex.cpp ../Common/Gmsh.h ../Common/Message.h \ ...@@ -274,10 +280,10 @@ Vertex.o: Vertex.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h Vertex.h ../Common/Context.h \ ../DataStr/avl.h ../DataStr/Tools.h Vertex.h ../Common/Context.h \
../Common/Const.h ../Common/Const.h
Edge.o: Edge.cpp ../Common/Gmsh.h ../Common/Message.h ../DataStr/Malloc.h \ Edge.o: Edge.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
Mesh.h Vertex.h Simplex.h Edge.h ../Geo/ExtrudeParams.h Metric.h \ ../DataStr/avl.h ../DataStr/Tools.h Mesh.h Vertex.h Simplex.h Edge.h \
../Common/Const.h ../Geo/ExtrudeParams.h Metric.h ../Common/Const.h
Simplex.o: Simplex.cpp ../Common/Gmsh.h ../Common/Message.h \ Simplex.o: Simplex.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h ../Geo/Geo.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h ../Geo/Geo.h \
......
# $Id: Makefile,v 1.12 2001-04-22 18:13:03 geuzaine Exp $ # $Id: Makefile,v 1.13 2001-04-23 10:38:15 geuzaine Exp $
# #
# Makefile for "libMotif.a" # Makefile for "libMotif.a"
# #
...@@ -71,10 +71,9 @@ depend: ...@@ -71,10 +71,9 @@ depend:
$(RM) $(RMFLAGS) Makefile.new $(RM) $(RMFLAGS) Makefile.new
# DO NOT DELETE THIS LINE # DO NOT DELETE THIS LINE
Main.o: Main.cpp ../Common/Gmsh.h ../Common/Message.h ../DataStr/Malloc.h \ Main.o: Main.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../Common/GmshUI.h /home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h \
../Common/GmshVersion.h ../Geo/Geo.h ../Geo/Verif.h ../Mesh/Mesh.h \ ../Common/GmshVersion.h ../Geo/Geo.h ../Geo/Verif.h ../Mesh/Mesh.h \
../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Graphics/Draw.h \ ../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Graphics/Draw.h \
...@@ -85,37 +84,27 @@ Main.o: Main.cpp ../Common/Gmsh.h ../Common/Message.h ../DataStr/Malloc.h \ ...@@ -85,37 +84,27 @@ Main.o: Main.cpp ../Common/Gmsh.h ../Common/Message.h ../DataStr/Malloc.h \
../Common/Static.h XStatic.h ../Common/Static.h XStatic.h
Widgets.o: Widgets.cpp ../Common/Gmsh.h ../Common/Message.h \ Widgets.o: Widgets.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h ../Mesh/Mesh.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h ../Mesh/Mesh.h \
../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Common/Context.h \ ../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Common/Context.h \
../Common/Const.h XContext.h Info.h Widgets.h Help.h ../Common/Const.h XContext.h Info.h Widgets.h Help.h
Geometry.o: Geometry.cpp ../Common/Gmsh.h ../Common/Message.h \ Geometry.o: Geometry.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h \
../Common/Context.h ../Common/Const.h XContext.h Widgets.h ../Common/Context.h ../Common/Const.h XContext.h Widgets.h
Register.o: Register.cpp ../Common/Gmsh.h ../Common/Message.h \ Register.o: Register.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h \
../Common/Context.h ../Common/Const.h XContext.h Widgets.h Register.h \ ../Common/Context.h ../Common/Const.h XContext.h Widgets.h Register.h \
CbOptions.h CbContext.h CbFile.h CbGeom.h CbMesh.h CbPost.h CbOptions.h CbContext.h CbFile.h CbGeom.h CbMesh.h CbPost.h
Pixmaps.o: Pixmaps.cpp ../Common/Gmsh.h ../Common/Message.h \ Pixmaps.o: Pixmaps.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h Widgets.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h Widgets.h \
../Common/Context.h ../Common/Const.h Pixmaps.h ../Common/Bitmaps.h \ ../Common/Context.h ../Common/Const.h Pixmaps.h ../Common/Bitmaps.h \
XColors.h XColors.h
Opengl.o: Opengl.cpp ../Common/Gmsh.h ../Common/Message.h \ Opengl.o: Opengl.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h ../Geo/Geo.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h ../Geo/Geo.h \
../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Graphics/Draw.h \ ../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Graphics/Draw.h \
../Common/Views.h ../Common/Const.h ../Common/ColorTable.h \ ../Common/Views.h ../Common/Const.h ../Common/ColorTable.h \
...@@ -123,29 +112,22 @@ Opengl.o: Opengl.cpp ../Common/Gmsh.h ../Common/Message.h \ ...@@ -123,29 +112,22 @@ Opengl.o: Opengl.cpp ../Common/Gmsh.h ../Common/Message.h \
../Graphics/gl2ps.h ../Graphics/gl2ps.h
XColors.o: XColors.cpp ../Common/Gmsh.h ../Common/Message.h \ XColors.o: XColors.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h XContext.h
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h XContext.h
Message.o: Message.cpp ../Common/Gmsh.h ../Common/Message.h \ Message.o: Message.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \ ../Common/GmshVersion.h ../Common/Context.h ../Common/Const.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h \ Widgets.h
../Common/GmshVersion.h ../Common/Context.h ../Common/Const.h Widgets.h
CbContext.o: CbContext.cpp ../Common/Gmsh.h ../Common/Message.h \ CbContext.o: CbContext.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h ../Geo/Geo.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h ../Geo/Geo.h \
../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Graphics/Draw.h \ ../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Graphics/Draw.h \
../Common/Views.h ../Common/Const.h ../Common/ColorTable.h Widgets.h \ ../Common/Views.h ../Common/Const.h ../Common/ColorTable.h Widgets.h \
../Common/Context.h XContext.h CbContext.h CbGeom.h CbMesh.h ../Common/Context.h XContext.h CbContext.h CbGeom.h CbMesh.h
CbPost.o: CbPost.cpp ../Common/Gmsh.h ../Common/Message.h \ CbPost.o: CbPost.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h ../Geo/Geo.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h ../Geo/Geo.h \
../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Graphics/Draw.h \ ../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Graphics/Draw.h \
../Common/Views.h ../Common/Const.h ../Common/ColorTable.h Widgets.h \ ../Common/Views.h ../Common/Const.h ../Common/ColorTable.h Widgets.h \
...@@ -154,33 +136,25 @@ CbPost.o: CbPost.cpp ../Common/Gmsh.h ../Common/Message.h \ ...@@ -154,33 +136,25 @@ CbPost.o: CbPost.cpp ../Common/Gmsh.h ../Common/Message.h \
CbColorbar.o: CbColorbar.cpp ../Common/Gmsh.h ../Common/Message.h \ CbColorbar.o: CbColorbar.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \ ../Common/Const.h XColors.h Widgets.h Register.h ../Common/Context.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h ../Common/Const.h \ XContext.h ../Common/ColorTable.h CbColorbar.h
XColors.h Widgets.h Register.h ../Common/Context.h XContext.h \
../Common/ColorTable.h CbColorbar.h
CbGeom.o: CbGeom.cpp ../Common/Gmsh.h ../Common/Message.h \ CbGeom.o: CbGeom.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h ../Geo/Geo.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h ../Geo/Geo.h \
../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Graphics/Draw.h \ ../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Graphics/Draw.h \
../Common/Views.h ../Common/Const.h ../Common/ColorTable.h Widgets.h \ ../Common/Views.h ../Common/Const.h ../Common/ColorTable.h Widgets.h \
../Common/Context.h ../Geo/Verif.h ../Parser/OpenFile.h CbGeom.h ../Common/Context.h ../Geo/Verif.h ../Parser/OpenFile.h CbGeom.h
CbMesh.o: CbMesh.cpp ../Common/Gmsh.h ../Common/Message.h \ CbMesh.o: CbMesh.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h ../Geo/Geo.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h ../Geo/Geo.h \
../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Graphics/Draw.h \ ../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Graphics/Draw.h \
../Common/Views.h ../Common/Const.h ../Common/ColorTable.h CbMesh.h \ ../Common/Views.h ../Common/Const.h ../Common/ColorTable.h CbMesh.h \
../Common/Context.h Widgets.h ../Common/Context.h Widgets.h
CbOptions.o: CbOptions.cpp ../Common/Gmsh.h ../Common/Message.h \ CbOptions.o: CbOptions.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h ../Geo/Geo.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h ../Geo/Geo.h \
../Geo/Verif.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \ ../Geo/Verif.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \
../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h \ ../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h \
../Graphics/Draw.h ../Common/Views.h ../Common/Const.h \ ../Graphics/Draw.h ../Common/Views.h ../Common/Const.h \
...@@ -190,18 +164,15 @@ CbOptions.o: CbOptions.cpp ../Common/Gmsh.h ../Common/Message.h \ ...@@ -190,18 +164,15 @@ CbOptions.o: CbOptions.cpp ../Common/Gmsh.h ../Common/Message.h \
CbFile.o: CbFile.cpp ../Common/Gmsh.h ../Common/Message.h \ CbFile.o: CbFile.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \ ../Parser/OpenFile.h ../Common/Const.h ../Mesh/Mesh.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h \ ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Parser/OpenFile.h ../Common/Const.h ../Mesh/Mesh.h ../Mesh/Vertex.h \ ../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Graphics/Draw.h \
../Mesh/Simplex.h ../Mesh/Edge.h ../Geo/ExtrudeParams.h \ ../Common/Views.h ../Common/ColorTable.h Widgets.h \
../Mesh/Metric.h ../Graphics/Draw.h ../Common/Views.h \ ../Common/Context.h ../Common/Options.h ../Graphics/CreateFile.h \
../Common/ColorTable.h Widgets.h ../Common/Context.h \ CbFile.h CbColorbar.h
../Common/Options.h ../Graphics/CreateFile.h CbFile.h CbColorbar.h
CbInput.o: CbInput.cpp ../Common/Gmsh.h ../Common/Message.h \ CbInput.o: CbInput.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h ../Mesh/Mesh.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h ../Mesh/Mesh.h \
../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Graphics/Draw.h \ ../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Graphics/Draw.h \
../Common/Views.h ../Common/Const.h ../Common/ColorTable.h Widgets.h \ ../Common/Views.h ../Common/Const.h ../Common/ColorTable.h Widgets.h \
...@@ -209,9 +180,7 @@ CbInput.o: CbInput.cpp ../Common/Gmsh.h ../Common/Message.h \ ...@@ -209,9 +180,7 @@ CbInput.o: CbInput.cpp ../Common/Gmsh.h ../Common/Message.h \
CbContext.h CbGeom.h CbPost.h CbMesh.h CbContext.h CbGeom.h CbPost.h CbMesh.h
CbGeneral.o: CbGeneral.cpp ../Common/Gmsh.h ../Common/Message.h \ CbGeneral.o: CbGeneral.cpp ../Common/Gmsh.h ../Common/Message.h \
../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h ../Mesh/Mesh.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h ../Mesh/Mesh.h \
../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Graphics/Draw.h \ ../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Graphics/Draw.h \
../Common/Views.h ../Common/Const.h ../Common/ColorTable.h \ ../Common/Views.h ../Common/Const.h ../Common/ColorTable.h \
......
# $Id: Makefile,v 1.19 2001-04-22 18:13:03 geuzaine Exp $ # $Id: Makefile,v 1.20 2001-04-23 10:38:16 geuzaine Exp $
# #
# Makefile for "libParser.a" # Makefile for "libParser.a"
# #
...@@ -85,7 +85,5 @@ OpenFile.o: OpenFile.cpp ../Common/Gmsh.h ../Common/Message.h \ ...@@ -85,7 +85,5 @@ OpenFile.o: OpenFile.cpp ../Common/Gmsh.h ../Common/Message.h \
../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \
../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Common/Views.h \ ../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Common/Views.h \
../Common/ColorTable.h ../Geo/MinMax.h ../Geo/Visibility.h \ ../Common/ColorTable.h ../Geo/MinMax.h ../Geo/Visibility.h \
../Common/GmshUI.h /home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa.h \ ../Common/GmshUI.h ../Graphics/Draw.h ../Motif/Widgets.h
/home/geuzaine/SOURCES/Mesa-3.1/include/GL/xmesa_x.h ../Graphics/Draw.h \
../Motif/Widgets.h
FunctionManager.o: FunctionManager.cpp FunctionManager.h FunctionManager.o: FunctionManager.cpp FunctionManager.h
# $Id: Makefile,v 1.7 2001-04-22 18:13:03 geuzaine Exp $ # $Id: Makefile,v 1.8 2001-04-23 10:38:17 geuzaine Exp $
# #
# Makefile for "libAdapt.a" # Makefile for "libAdapt.a"
# #
......
# $Id: Makefile,v 1.12 2001-04-22 18:13:03 geuzaine Exp $ # $Id: Makefile,v 1.13 2001-04-23 10:38:18 geuzaine Exp $
# #
# Makefile for "libJpeg.a" # Makefile for "libJpeg.a"
# #
...@@ -51,21 +51,22 @@ depend: ...@@ -51,21 +51,22 @@ depend:
$(RM) $(RMFLAGS) Makefile.new $(RM) $(RMFLAGS) Makefile.new
# DO NOT DELETE THIS LINE # DO NOT DELETE THIS LINE
jcomapi.o: jcomapi.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h \ jcomapi.o: jcomapi.c jinclude.h jconfig.h jpeglib.h jmorecfg.h \
jerror.h jpegint.h jerror.h
jutils.o: jutils.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h \ jutils.o: jutils.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h \
jerror.h jerror.h
jerror.o: jerror.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jversion.h \ jerror.o: jerror.c jinclude.h jconfig.h jpeglib.h jmorecfg.h \
jerror.h jversion.h jerror.h
jmemmgr.o: jmemmgr.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h \ jmemmgr.o: jmemmgr.c jinclude.h jconfig.h jpeglib.h jmorecfg.h \
jerror.h jmemsys.h jpegint.h jerror.h jmemsys.h
jmemnobs.o: jmemnobs.c jinclude.h jconfig.h jpeglib.h jmorecfg.h \ jmemnobs.o: jmemnobs.c jinclude.h jconfig.h jpeglib.h jmorecfg.h \
jpegint.h jerror.h jmemsys.h jpegint.h jerror.h jmemsys.h
jcapi.o: jcapi.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h \ jcapi.o: jcapi.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h \
jerror.h jerror.h
jcparam.o: jcparam.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h \ jcparam.o: jcparam.c jinclude.h jconfig.h jpeglib.h jmorecfg.h \
jpegint.h jerror.h
jdatadst.o: jdatadst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h \
jerror.h jerror.h
jdatadst.o: jdatadst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h
jcmaster.o: jcmaster.c jinclude.h jconfig.h jpeglib.h jmorecfg.h \ jcmaster.o: jcmaster.c jinclude.h jconfig.h jpeglib.h jmorecfg.h \
jpegint.h jerror.h jpegint.h jerror.h
jcmarker.o: jcmarker.c jinclude.h jconfig.h jpeglib.h jmorecfg.h \ jcmarker.o: jcmarker.c jinclude.h jconfig.h jpeglib.h jmorecfg.h \
...@@ -76,8 +77,8 @@ jcprepct.o: jcprepct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h \ ...@@ -76,8 +77,8 @@ jcprepct.o: jcprepct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h \
jpegint.h jerror.h jpegint.h jerror.h
jccoefct.o: jccoefct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h \ jccoefct.o: jccoefct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h \
jpegint.h jerror.h jpegint.h jerror.h
jccolor.o: jccolor.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h \ jccolor.o: jccolor.c jinclude.h jconfig.h jpeglib.h jmorecfg.h \
jerror.h jpegint.h jerror.h
jcsample.o: jcsample.c jinclude.h jconfig.h jpeglib.h jmorecfg.h \ jcsample.o: jcsample.c jinclude.h jconfig.h jpeglib.h jmorecfg.h \
jpegint.h jerror.h jpegint.h jerror.h
jchuff.o: jchuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h \ jchuff.o: jchuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment