diff --git a/Adapt/Makefile b/Adapt/Makefile index 0259e5494931053e942e701ac95d8577bd0ebd68..89c99a95c4d8c501a61e755588c3d6820c2cd76b 100644 --- a/Adapt/Makefile +++ b/Adapt/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 2001-01-09 14:24:03 geuzaine Exp $ +# $Id: Makefile,v 1.9 2001-01-13 17:08:41 geuzaine Exp $ # # Makefile for "libAdapt.a" # @@ -58,9 +58,8 @@ depend: # DO NOT DELETE THIS LINE Adapt.o: Adapt.cpp ../Common/Gmsh.h ../Common/Message.h \ - ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ - ../DataStr/avl.h ../DataStr/Tools.h Adapt.h nrutil.h \ - ../Common/Const.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h Adapt.h nrutil.h ../Common/Const.h mnbrak.o: mnbrak.cpp nrutil.h ../Common/Const.h brent.o: brent.cpp nrutil.h ../Common/Const.h nrutil.o: nrutil.cpp diff --git a/Common/Context.h b/Common/Context.h index f0c7e3b77cc6a877881aa9eaebb980da35bd145b..9a76253c96227ee5169edecd8c08525abfb7dd96 100644 --- a/Common/Context.h +++ b/Common/Context.h @@ -62,6 +62,7 @@ public : int position[2]; // position of the menu window on the screen int gl_position[2]; // position of the graphic window on the screen + int center_windows; // center popup windows on the menu window int interactive; // 0=full gfx; -1=just parse; 1,2,3=batch mesh int verbosity; // 0=silent -> 3=debug diff --git a/Common/Makefile b/Common/Makefile index bf018ab165cd6d9f13c7ec1363b409355fe59631..36ac9476f95079cf2d2c736e943f0adc6ab099f8 100644 --- a/Common/Makefile +++ b/Common/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.9 2001-01-09 14:24:05 geuzaine Exp $ +# $Id: Makefile,v 1.10 2001-01-13 17:08:41 geuzaine Exp $ # # Makefile for "libCommon.a" # @@ -58,22 +58,21 @@ depend: # DO NOT DELETE THIS LINE Context.o: Context.cpp Gmsh.h Message.h ../DataStr/Malloc.h \ - ../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h \ - ../DataStr/Tools.h 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 \ - ../Common/Views.h ../Common/Const.h ../Common/ColorTable.h Context.h \ - trackball.c trackball.h -Views.o: Views.cpp Gmsh.h Message.h ../DataStr/Malloc.h \ - ../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h \ - ../DataStr/Tools.h Views.h Const.h ColorTable.h Context.h + ../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \ + 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 ../Common/Views.h ../Common/Const.h \ + ../Common/ColorTable.h Context.h trackball.c trackball.h +Views.o: Views.cpp Gmsh.h Message.h ../DataStr/Malloc.h ../DataStr/List.h \ + ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h Views.h Const.h \ + ColorTable.h Context.h GetOptions.o: GetOptions.cpp Gmsh.h Message.h ../DataStr/Malloc.h \ - ../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h \ - ../DataStr/Tools.h Const.h Context.h ../Geo/Geo.h ../Mesh/Mesh.h \ - ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ - ../Geo/ExtrudeParams.h ../Mesh/Metric.h Views.h ColorTable.h \ - Version.h + ../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \ + GmshVersion.h Const.h Context.h ../Geo/Geo.h ../Mesh/Mesh.h \ + ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ + ../Geo/ExtrudeParams.h ../Mesh/Metric.h Views.h ColorTable.h \ + ../Parser/OpenFile.h ../Common/Const.h Timer.o: Timer.cpp ColorTable.o: ColorTable.cpp Gmsh.h Message.h ../DataStr/Malloc.h \ - ../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h \ - ../DataStr/Tools.h ColorTable.h Context.h Const.h + ../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \ + ColorTable.h Context.h Const.h diff --git a/Common/Options.h b/Common/Options.h index 68e2a1dca79830c0d0469a431282020519164f42..62d4d35e0d27b9f6ff9454bac879c49837409da9 100644 --- a/Common/Options.h +++ b/Common/Options.h @@ -47,86 +47,87 @@ StringXNumber GeneralOptions_Number[] = { { "MenuPosition0" , GMSH_INT, (void*)&CTX.position[0] , 800. }, { "MenuPosition1" , GMSH_INT, (void*)&CTX.position[1] , 50. }, { "MenuFontSize" , GMSH_INT, (void*)&CTX.fontsize , 12. }, - { "Rotation0" , GMSH_DOUBLE, (void*)&CTX.r[0] , 0.0 }, - { "Rotation1" , GMSH_DOUBLE, (void*)&CTX.r[1] , 0.0 }, - { "Rotation2" , GMSH_DOUBLE, (void*)&CTX.r[2] , 0.0 }, - { "TrackballQuaternion0" , GMSH_FLOAT, (void*)&CTX.quaternion[0] , 0.0 }, - { "TrackballQuaternion1" , GMSH_FLOAT, (void*)&CTX.quaternion[1] , 0.0 }, - { "TrackballQuaternion2" , GMSH_FLOAT, (void*)&CTX.quaternion[2] , 0.0 }, - { "TrackballQuaternion3" , GMSH_FLOAT, (void*)&CTX.quaternion[3] , 1.0 }, - { "Translation0" , GMSH_DOUBLE, (void*)&CTX.t[0] , 0.0 }, - { "Translation1" , GMSH_DOUBLE, (void*)&CTX.t[1] , 0.0 }, - { "Translation2" , GMSH_DOUBLE, (void*)&CTX.t[2] , 0.0 }, - { "Scale0" , GMSH_DOUBLE, (void*)&CTX.s[0] , 1.0 }, - { "Scale1" , GMSH_DOUBLE, (void*)&CTX.s[1] , 1.0 }, - { "Scale2" , GMSH_DOUBLE, (void*)&CTX.s[2] , 1.0 }, - { "Shininess" , GMSH_FLOAT, (void*)&CTX.shine , 0.4 }, - { "Verbosity" , GMSH_INT, (void*)&CTX.verbosity , 2. }, - { "Orthographic" , GMSH_INT, (void*)&CTX.ortho , 1. }, - { "FastRedraw" , GMSH_INT, (void*)&CTX.fast , 1. }, - { "Axes" , GMSH_INT, (void*)&CTX.axes , 1. }, - { "SmallAxes" , GMSH_INT, (void*)&CTX.small_axes , 1. }, - { "DisplayLists" , GMSH_INT, (void*)&CTX.display_lists , 0. }, - { "SameVisual" , GMSH_INT, (void*)&CTX.same_visual , 0. }, - { "Flash" , GMSH_INT, (void*)&CTX.flash , 0. }, - { "AlphaBlending" , GMSH_INT, (void*)&CTX.alpha , 0. }, - { "Trackball" , GMSH_INT, (void*)&CTX.useTrackball , 1. }, - { "Clip0" , GMSH_INT, (void*)&CTX.clip[0] , 0. }, + { "CenterWindows" , GMSH_INT, (void*)&CTX.center_windows , 1. }, + { "Rotation0" , GMSH_DOUBLE, (void*)&CTX.r[0] , 0.0 }, + { "Rotation1" , GMSH_DOUBLE, (void*)&CTX.r[1] , 0.0 }, + { "Rotation2" , GMSH_DOUBLE, (void*)&CTX.r[2] , 0.0 }, + { "TrackballQuaternion0" , GMSH_FLOAT, (void*)&CTX.quaternion[0] , 0.0 }, + { "TrackballQuaternion1" , GMSH_FLOAT, (void*)&CTX.quaternion[1] , 0.0 }, + { "TrackballQuaternion2" , GMSH_FLOAT, (void*)&CTX.quaternion[2] , 0.0 }, + { "TrackballQuaternion3" , GMSH_FLOAT, (void*)&CTX.quaternion[3] , 1.0 }, + { "Translation0" , GMSH_DOUBLE, (void*)&CTX.t[0] , 0.0 }, + { "Translation1" , GMSH_DOUBLE, (void*)&CTX.t[1] , 0.0 }, + { "Translation2" , GMSH_DOUBLE, (void*)&CTX.t[2] , 0.0 }, + { "Scale0" , GMSH_DOUBLE, (void*)&CTX.s[0] , 1.0 }, + { "Scale1" , GMSH_DOUBLE, (void*)&CTX.s[1] , 1.0 }, + { "Scale2" , GMSH_DOUBLE, (void*)&CTX.s[2] , 1.0 }, + { "Shininess" , GMSH_FLOAT, (void*)&CTX.shine , 0.4 }, + { "Verbosity" , GMSH_INT, (void*)&CTX.verbosity , 2. }, + { "Orthographic" , GMSH_INT, (void*)&CTX.ortho , 1. }, + { "FastRedraw" , GMSH_INT, (void*)&CTX.fast , 1. }, + { "Axes" , GMSH_INT, (void*)&CTX.axes , 1. }, + { "SmallAxes" , GMSH_INT, (void*)&CTX.small_axes , 1. }, + { "DisplayLists" , GMSH_INT, (void*)&CTX.display_lists , 0. }, + { "SameVisual" , GMSH_INT, (void*)&CTX.same_visual , 0. }, + { "Flash" , GMSH_INT, (void*)&CTX.flash , 0. }, + { "AlphaBlending" , GMSH_INT, (void*)&CTX.alpha , 0. }, + { "Trackball" , GMSH_INT, (void*)&CTX.useTrackball , 1. }, + { "Clip0" , GMSH_INT, (void*)&CTX.clip[0] , 0. }, { "Clip00" , GMSH_DOUBLE, (void*)&CTX.clip_plane[0][0] , 0.0 }, { "Clip01" , GMSH_DOUBLE, (void*)&CTX.clip_plane[0][1] , 0.0 }, { "Clip02" , GMSH_DOUBLE, (void*)&CTX.clip_plane[0][2] , 0.0 }, { "Clip03" , GMSH_DOUBLE, (void*)&CTX.clip_plane[0][3] , 0.0 }, - { "Clip1" , GMSH_INT, (void*)&CTX.clip[1] , 0. }, + { "Clip1" , GMSH_INT, (void*)&CTX.clip[1] , 0. }, { "Clip10" , GMSH_DOUBLE, (void*)&CTX.clip_plane[1][0] , 0.0 }, { "Clip11" , GMSH_DOUBLE, (void*)&CTX.clip_plane[1][1] , 0.0 }, { "Clip12" , GMSH_DOUBLE, (void*)&CTX.clip_plane[1][2] , 0.0 }, { "Clip13" , GMSH_DOUBLE, (void*)&CTX.clip_plane[1][3] , 0.0 }, - { "Clip2" , GMSH_INT, (void*)&CTX.clip[2] , 0. }, + { "Clip2" , GMSH_INT, (void*)&CTX.clip[2] , 0. }, { "Clip20" , GMSH_DOUBLE, (void*)&CTX.clip_plane[2][0] , 0.0 }, { "Clip21" , GMSH_DOUBLE, (void*)&CTX.clip_plane[2][1] , 0.0 }, { "Clip22" , GMSH_DOUBLE, (void*)&CTX.clip_plane[2][2] , 0.0 }, { "Clip23" , GMSH_DOUBLE, (void*)&CTX.clip_plane[2][3] , 0.0 }, - { "Clip3" , GMSH_INT, (void*)&CTX.clip[3] , 0. }, + { "Clip3" , GMSH_INT, (void*)&CTX.clip[3] , 0. }, { "Clip30" , GMSH_DOUBLE, (void*)&CTX.clip_plane[3][0] , 0.0 }, { "Clip31" , GMSH_DOUBLE, (void*)&CTX.clip_plane[3][1] , 0.0 }, { "Clip32" , GMSH_DOUBLE, (void*)&CTX.clip_plane[3][2] , 0.0 }, { "Clip33" , GMSH_DOUBLE, (void*)&CTX.clip_plane[3][3] , 0.0 }, - { "Clip4" , GMSH_INT, (void*)&CTX.clip[4] , 0. }, + { "Clip4" , GMSH_INT, (void*)&CTX.clip[4] , 0. }, { "Clip40" , GMSH_DOUBLE, (void*)&CTX.clip_plane[4][0] , 0.0 }, { "Clip41" , GMSH_DOUBLE, (void*)&CTX.clip_plane[4][1] , 0.0 }, { "Clip42" , GMSH_DOUBLE, (void*)&CTX.clip_plane[4][2] , 0.0 }, { "Clip43" , GMSH_DOUBLE, (void*)&CTX.clip_plane[4][3] , 0.0 }, - { "Clip5" , GMSH_INT, (void*)&CTX.clip[5] , 0. }, + { "Clip5" , GMSH_INT, (void*)&CTX.clip[5] , 0. }, { "Clip50" , GMSH_DOUBLE, (void*)&CTX.clip_plane[5][0] , 0.0 }, { "Clip51" , GMSH_DOUBLE, (void*)&CTX.clip_plane[5][1] , 0.0 }, { "Clip52" , GMSH_DOUBLE, (void*)&CTX.clip_plane[5][2] , 0.0 }, { "Clip53" , GMSH_DOUBLE, (void*)&CTX.clip_plane[5][3] , 0.0 }, - { "Light0" , GMSH_INT, (void*)&CTX.light[0] , 1. }, + { "Light0" , GMSH_INT, (void*)&CTX.light[0] , 1. }, { "Light00" , GMSH_FLOAT, (void*)&CTX.light_position[0][0] , 0.5 }, { "Light01" , GMSH_FLOAT, (void*)&CTX.light_position[0][1] , 0.3 }, { "Light02" , GMSH_FLOAT, (void*)&CTX.light_position[0][2] , 1.0 }, { "Light03" , GMSH_FLOAT, (void*)&CTX.light_position[0][3] , 0.0 }, - { "Light1" , GMSH_INT, (void*)&CTX.light[1] , 0. }, + { "Light1" , GMSH_INT, (void*)&CTX.light[1] , 0. }, { "Light10" , GMSH_FLOAT, (void*)&CTX.light_position[1][0] , 0.0 }, { "Light11" , GMSH_FLOAT, (void*)&CTX.light_position[1][1] , 0.0 }, { "Light12" , GMSH_FLOAT, (void*)&CTX.light_position[1][2] , 0.0 }, { "Light13" , GMSH_FLOAT, (void*)&CTX.light_position[1][3] , 0.0 }, - { "Light2" , GMSH_INT, (void*)&CTX.light[2] , 0. }, + { "Light2" , GMSH_INT, (void*)&CTX.light[2] , 0. }, { "Light20" , GMSH_FLOAT, (void*)&CTX.light_position[2][0] , 0.0 }, { "Light21" , GMSH_FLOAT, (void*)&CTX.light_position[2][1] , 0.0 }, { "Light22" , GMSH_FLOAT, (void*)&CTX.light_position[2][2] , 0.0 }, { "Light23" , GMSH_FLOAT, (void*)&CTX.light_position[2][3] , 0.0 }, - { "Light3" , GMSH_INT, (void*)&CTX.light[3] , 0. }, + { "Light3" , GMSH_INT, (void*)&CTX.light[3] , 0. }, { "Light30" , GMSH_FLOAT, (void*)&CTX.light_position[3][0] , 0.0 }, { "Light31" , GMSH_FLOAT, (void*)&CTX.light_position[3][1] , 0.0 }, { "Light32" , GMSH_FLOAT, (void*)&CTX.light_position[3][2] , 0.0 }, { "Light33" , GMSH_FLOAT, (void*)&CTX.light_position[3][3] , 0.0 }, - { "Light4" , GMSH_INT, (void*)&CTX.light[4] , 0. }, + { "Light4" , GMSH_INT, (void*)&CTX.light[4] , 0. }, { "Light40" , GMSH_FLOAT, (void*)&CTX.light_position[4][0] , 0.0 }, { "Light41" , GMSH_FLOAT, (void*)&CTX.light_position[4][1] , 0.0 }, { "Light42" , GMSH_FLOAT, (void*)&CTX.light_position[4][2] , 0.0 }, { "Light43" , GMSH_FLOAT, (void*)&CTX.light_position[4][3] , 0.0 }, - { "Light5" , GMSH_INT, (void*)&CTX.light[5] , 0. }, + { "Light5" , GMSH_INT, (void*)&CTX.light[5] , 0. }, { "Light50" , GMSH_FLOAT, (void*)&CTX.light_position[5][0] , 0.0 }, { "Light51" , GMSH_FLOAT, (void*)&CTX.light_position[5][1] , 0.0 }, { "Light52" , GMSH_FLOAT, (void*)&CTX.light_position[5][2] , 0.0 }, diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp index 0cd5db6ccb1e5467d54aa9f973aadde8d40c85a6..952698b75e8e49a15a822a2141a124a712435c1b 100644 --- a/Fltk/GUI.cpp +++ b/Fltk/GUI.cpp @@ -47,10 +47,10 @@ Fl_Menu_Item m_menubar_table[] = { {"Quit", FL_CTRL+'q', (Fl_Callback *)file_quit_cb, 0}, {0}, {"Options",0,0,0,FL_SUBMENU}, + {"General...", FL_SHIFT+'o', (Fl_Callback *)opt_general_cb, 0}, {"Geometry...", FL_SHIFT+'g', (Fl_Callback *)opt_geometry_cb, 0}, {"Mesh...", FL_SHIFT+'m', (Fl_Callback *)opt_mesh_cb, 0}, {"Post-Processing...", FL_SHIFT+'p', (Fl_Callback *)opt_post_cb, 0, FL_MENU_DIVIDER}, - {"General...", FL_SHIFT+'o', (Fl_Callback *)opt_general_cb, 0}, {"Statistics...", FL_SHIFT+'i', (Fl_Callback *)opt_statistics_cb, 0}, {"Message log...", FL_SHIFT+'l', (Fl_Callback *)opt_message_cb, 0}, {0}, @@ -270,10 +270,12 @@ int GUI::global_shortcuts(int event){ GUI::GUI() { - BH = 2*CTX.fontsize+2; // button height - WB = CTX.fontsize-6; // window border width IW = 10*CTX.fontsize; // input field width BW = 3*IW/2; // width of a button with external label + BB = 5*CTX.fontsize; // width of a button with internal label + BH = 2*CTX.fontsize+2; // button height + WB = CTX.fontsize-6; // window border + if(strlen(CTX.display)) Fl::display(CTX.display); @@ -288,8 +290,8 @@ GUI::GUI() { // All static windows are contructed (even if some are not // displayed) since the shortcuts should be valid even for hidden // windows - create_menu_window(); m_window->show(); - create_graphic_window(); g_window->show(); + create_menu_window(); m_window->show(); + create_graphic_window(); g_window->show(); create_general_options_window(); create_geometry_options_window(); create_mesh_options_window(); @@ -325,7 +327,7 @@ void GUI::create_menu_window(){ if(!init_menu_window){ init_menu_window = 1 ; - int width = 155 ; + int width = 13*CTX.fontsize ; MH = 2*BH+6 ; // this is the initial height: no dynamic button is shown! m_window = new Fl_Window(width,MH); @@ -519,6 +521,7 @@ void GUI::create_graphic_window(){ init_graphic_window = 1 ; int sh = 2*CTX.fontsize-4; // status bar height + int sw = CTX.fontsize+4; //status button width int width = CTX.viewport[2]-CTX.viewport[0]; int glheight = CTX.viewport[3]-CTX.viewport[1]; int height = glheight + sh; @@ -533,25 +536,25 @@ void GUI::create_graphic_window(){ x = 2; - g_status_butt[0] = new Fl_Button(x,glheight+2,15,sh-4,"X"); x+=15; + g_status_butt[0] = new Fl_Button(x,glheight+2,sw,sh-4,"X"); x+=sw; g_status_butt[0]->callback(status_xyz1p_cb, (void*)0); //g_status_butt[0]->tooltip("Set X view"); - g_status_butt[1] = new Fl_Button(x,glheight+2,15,sh-4,"Y"); x+=15; + g_status_butt[1] = new Fl_Button(x,glheight+2,sw,sh-4,"Y"); x+=sw; g_status_butt[1]->callback(status_xyz1p_cb, (void*)1); - g_status_butt[2] = new Fl_Button(x,glheight+2,15,sh-4,"Z"); x+=15; + g_status_butt[2] = new Fl_Button(x,glheight+2,sw,sh-4,"Z"); x+=sw; g_status_butt[2]->callback(status_xyz1p_cb, (void*)2); - g_status_butt[3] = new Fl_Button(x,glheight+2,20,sh-4,"1:1"); x+=20; + g_status_butt[3] = new Fl_Button(x,glheight+2,2*CTX.fontsize,sh-4,"1:1"); x+=2*CTX.fontsize; g_status_butt[3]->callback(status_xyz1p_cb, (void*)3); - g_status_butt[4] = new Fl_Button(x,glheight+2,15,sh-4,"?"); x+=15; + g_status_butt[4] = new Fl_Button(x,glheight+2,sw,sh-4,"?"); x+=sw; g_status_butt[4]->callback(status_xyz1p_cb, (void*)4); - g_status_butt[5] = new Fl_Button(x,glheight+2,15,sh-4); x+=15; + g_status_butt[5] = new Fl_Button(x,glheight+2,sw,sh-4); x+=sw; g_status_butt[5]->callback(status_play_cb); start_bmp = new Fl_Bitmap(start_bits,start_width,start_height); start_bmp->label(g_status_butt[5]); stop_bmp = new Fl_Bitmap(stop_bits,stop_width,stop_height); - g_status_butt[6] = new Fl_Button(x,glheight+2,15,sh-4); x+=15; + g_status_butt[6] = new Fl_Button(x,glheight+2,sw,sh-4); x+=sw; g_status_butt[6]->callback(status_cancel_cb); abort_bmp = new Fl_Bitmap(abort_bits,abort_width,abort_height); abort_bmp->label(g_status_butt[6]); @@ -669,7 +672,7 @@ void GUI::create_general_options_window(){ if(!init_general_options_window){ init_general_options_window = 1 ; - int width = 290; + int width = 25*CTX.fontsize; int height = 5*WB+8*BH ; gen_window = new Fl_Window(width,height); @@ -769,16 +772,19 @@ void GUI::create_general_options_window(){ } { - Fl_Button* o = new Fl_Button(width-2*60-2*WB, height-BH-WB, 60, BH, "close"); + Fl_Button* o = new Fl_Button(width-2*BB-2*WB, height-BH-WB, BB, BH, "cancel"); o->labelsize(CTX.fontsize); o->callback(cancel_cb, (void*)gen_window); } { - Fl_Return_Button* o = new Fl_Return_Button(width-60-WB, height-BH-WB, 60, BH, "apply"); + Fl_Return_Button* o = new Fl_Return_Button(width-BB-WB, height-BH-WB, BB, BH, "OK"); o->labelsize(CTX.fontsize); o->callback(ok_cb); } + if(CTX.center_windows) + gen_window->position(m_window->x()+m_window->w()/2-width/2, + m_window->y()+2*MH); gen_window->end(); } else{ @@ -800,7 +806,7 @@ void GUI::create_geometry_options_window(){ if(!init_geometry_options_window){ init_geometry_options_window = 1 ; - int width = 280; + int width = 24*CTX.fontsize; int height = 5*WB+9*BH ; geo_window = new Fl_Window(width,height); @@ -870,16 +876,19 @@ void GUI::create_geometry_options_window(){ } { - Fl_Button* o = new Fl_Button(width-2*60-2*WB, height-BH-WB, 60, BH, "close"); + Fl_Button* o = new Fl_Button(width-2*BB-2*WB, height-BH-WB, BB, BH, "cancel"); o->labelsize(CTX.fontsize); o->callback(cancel_cb, (void*)geo_window); } { - Fl_Return_Button* o = new Fl_Return_Button(width-60-WB, height-BH-WB, 60, BH, "apply"); + Fl_Return_Button* o = new Fl_Return_Button(width-BB-WB, height-BH-WB, BB, BH, "OK"); o->labelsize(CTX.fontsize); o->callback(ok_cb); } + if(CTX.center_windows) + geo_window->position(m_window->x()+m_window->w()/2-width/2, + m_window->y()+2*MH); geo_window->end(); } else{ @@ -901,7 +910,7 @@ void GUI::create_mesh_options_window(){ if(!init_mesh_options_window){ init_mesh_options_window = 1 ; - int width = 310; + int width = 26*CTX.fontsize; int height = 5*WB+9*BH ; mesh_window = new Fl_Window(width,height); @@ -1032,16 +1041,19 @@ void GUI::create_mesh_options_window(){ } { - Fl_Button* o = new Fl_Button(width-2*60-2*WB, height-BH-WB, 60, BH, "close"); + Fl_Button* o = new Fl_Button(width-2*BB-2*WB, height-BH-WB, BB, BH, "cancel"); o->labelsize(CTX.fontsize); o->callback(cancel_cb, (void*)mesh_window); } { - Fl_Return_Button* o = new Fl_Return_Button(width-60-WB, height-BH-WB, 60, BH, "apply"); + Fl_Return_Button* o = new Fl_Return_Button(width-BB-WB, height-BH-WB, BB, BH, "OK"); o->labelsize(CTX.fontsize); o->callback(ok_cb); } + if(CTX.center_windows) + mesh_window->position(m_window->x()+m_window->w()/2-width/2, + m_window->y()+2*MH); mesh_window->end(); } else{ @@ -1064,7 +1076,7 @@ void GUI::create_post_options_window(){ if(!init_post_options_window){ init_post_options_window = 1 ; - int width = 200; + int width = 17*CTX.fontsize; int height = 5*WB+5*BH ; post_window = new Fl_Window(width,height); @@ -1110,16 +1122,19 @@ void GUI::create_post_options_window(){ } { - Fl_Button* o = new Fl_Button(width-2*60-2*WB, height-BH-WB, 60, BH, "close"); + Fl_Button* o = new Fl_Button(width-2*BB-2*WB, height-BH-WB, BB, BH, "cancel"); o->labelsize(CTX.fontsize); o->callback(cancel_cb, (void*)post_window); } { - Fl_Return_Button* o = new Fl_Return_Button(width-60-WB, height-BH-WB, 60, BH, "apply"); + Fl_Return_Button* o = new Fl_Return_Button(width-BB-WB, height-BH-WB, BB, BH, "OK"); o->labelsize(CTX.fontsize); o->callback(ok_cb); } + if(CTX.center_windows) + post_window->position(m_window->x()+m_window->w()/2-width/2, + m_window->y()+2*MH); post_window->end(); } else{ @@ -1141,7 +1156,7 @@ void GUI::create_statistics_window(){ if(!init_statistics_window){ init_statistics_window = 1 ; - int width = 262; + int width = 22*CTX.fontsize; int height = 5*WB+16*BH ; stat_window = new Fl_Window(width,height); @@ -1200,16 +1215,19 @@ void GUI::create_statistics_window(){ } { - Fl_Button* o = new Fl_Button(width-2*60-2*WB, height-BH-WB, 60, BH, "close"); + Fl_Button* o = new Fl_Button(width-2*BB-2*WB, height-BH-WB, BB, BH, "cancel"); o->labelsize(CTX.fontsize); o->callback(cancel_cb, (void*)stat_window); } { - Fl_Button* o = new Fl_Button(width-60-WB, height-BH-WB, 60, BH, "update"); + Fl_Button* o = new Fl_Button(width-BB-WB, height-BH-WB, BB, BH, "update"); o->labelsize(CTX.fontsize); o->callback(opt_statistics_update_cb); } + if(CTX.center_windows) + stat_window->position(m_window->x()+m_window->w()/2-width/2, + m_window->y()+2*MH); stat_window->end(); set_statistics(); stat_window->show(); @@ -1293,8 +1311,8 @@ void GUI::create_message_window(){ if(!init_message_window){ init_message_window = 1 ; - int width = 400; - int height = 400 ; + int width = 35*CTX.fontsize; + int height = 35*CTX.fontsize; msg_window = new Fl_Window(width,height); msg_window->box(FL_THIN_UP_BOX); @@ -1305,17 +1323,21 @@ void GUI::create_message_window(){ msg_browser->textsize(CTX.fontsize); { - Fl_Button* o = new Fl_Button(width-2*60-2*WB, height-BH-WB, 60, BH, "close"); + Fl_Button* o = new Fl_Button(width-2*BB-2*WB, height-BH-WB, BB, BH, "cancel"); o->labelsize(CTX.fontsize); o->callback(cancel_cb, (void*)msg_window); } { - Fl_Return_Button* o = new Fl_Return_Button(width-60-WB, height-BH-WB, 60, BH, "save"); + Fl_Return_Button* o = new Fl_Return_Button(width-BB-WB, height-BH-WB, BB, BH, "save"); o->labelsize(CTX.fontsize); o->callback(opt_message_save_cb); } msg_window->resizable(msg_browser); + + if(CTX.center_windows) + msg_window->position(m_window->x()+m_window->w()/2-width/2, + m_window->y()+2*MH); msg_window->end(); } else{ @@ -1356,8 +1378,8 @@ void GUI::create_help_window(){ if(!init_help_window){ init_help_window = 1 ; - int width = 450; - int height = 400 ; + int width = 38*CTX.fontsize; + int height = 34*CTX.fontsize ; help_window = new Fl_Window(width,height); help_window->box(FL_THIN_UP_BOX); @@ -1365,7 +1387,7 @@ void GUI::create_help_window(){ Fl_Scroll*o = new Fl_Scroll(WB, WB, width-2*WB, height-3*WB-BH); { - Fl_Multiline_Output* o = new Fl_Multiline_Output(WB, WB, 600, 1200); + Fl_Multiline_Output* o = new Fl_Multiline_Output(WB, WB, 2*width, 3*height); o->value(txt_help); o->textfont(FL_COURIER); o->textsize(CTX.fontsize); @@ -1373,12 +1395,16 @@ void GUI::create_help_window(){ o->end(); { - Fl_Button* o = new Fl_Button(width-60-WB, height-BH-WB, 60, BH, "close"); + Fl_Button* o = new Fl_Button(width-BB-WB, height-BH-WB, BB, BH, "cancel"); o->labelsize(CTX.fontsize); o->callback(cancel_cb, (void*)help_window); } help_window->resizable(o); + + if(CTX.center_windows) + help_window->position(m_window->x()+m_window->w()/2-width/2, + m_window->y()+2*MH); help_window->end(); } else{ @@ -1399,8 +1425,8 @@ void GUI::create_about_window(){ if(!init_about_window){ init_about_window = 1 ; - int width = 470; - int height = 230; + int width = 40*CTX.fontsize; + int height = 20*CTX.fontsize; about_window = new Fl_Window(width,height); about_window->box(FL_THIN_UP_BOX); @@ -1424,6 +1450,9 @@ void GUI::create_about_window(){ o2->align(FL_ALIGN_LEFT|FL_ALIGN_INSIDE); o2->callback(cancel_cb, (void*)about_window); + if(CTX.center_windows) + about_window->position(m_window->x()+m_window->w()/2-width/2, + m_window->y()+2*MH); about_window->end(); } else{ @@ -1440,12 +1469,11 @@ void GUI::create_about_window(){ void GUI::create_view_window(int num){ static int init_view_window = 0; int i; - double val; if(!init_view_window){ init_view_window = 1 ; - int width = 380; + int width = 32*CTX.fontsize; int height = 5*WB+7*BH ; view_window = new Fl_Window(width,height); @@ -1602,20 +1630,33 @@ void GUI::create_view_window(int num){ } { - Fl_Button* o = new Fl_Button(width-2*60-2*WB, height-BH-WB, 60, BH, "close"); + Fl_Button* o = new Fl_Button(width-2*BB-2*WB, height-BH-WB, BB, BH, "cancel"); o->labelsize(CTX.fontsize); o->callback(cancel_cb, (void*)view_window); } { - Fl_Return_Button* o = new Fl_Return_Button(width-60-WB, height-BH-WB, 60, BH, "apply"); + Fl_Return_Button* o = new Fl_Return_Button(width-BB-WB, height-BH-WB, BB, BH, "OK"); o->labelsize(CTX.fontsize); o->callback(ok_cb); } + if(CTX.center_windows) + view_window->position(m_window->x()+m_window->w()/2-width/2, + m_window->y()+2*MH); view_window->end(); } - // update all current parameters for the selected view + update_view_window(num); + + if(view_window->shown()) + view_window->redraw(); + else + view_window->show(); +} + +void GUI::update_view_window(int num){ + int i; + double val; Post_View *v = (Post_View*)List_Pointer(Post_ViewList, num); static char buffer[1024]; @@ -1710,11 +1751,6 @@ void GUI::create_view_window(int num){ view_butt[14]->value(v->ArrowLocation==DRAW_POST_LOCATE_COG); view_butt[15]->callback(view_options_vector_vertex_cb, (void*)num); view_butt[15]->value(v->ArrowLocation==DRAW_POST_LOCATE_VERTEX); - - if(view_window->shown()) - view_window->redraw(); - else - view_window->show(); } // Handle activation of cutom min/max @@ -1740,7 +1776,7 @@ void GUI::create_geometry_context_window(int num){ if(!init_geometry_context_window){ init_geometry_context_window = 1 ; - int width = 370; + int width = 31*CTX.fontsize; int height = 5*WB+9*BH ; context_geometry_window = new Fl_Window(width,height); @@ -1759,7 +1795,7 @@ void GUI::create_geometry_context_window(int num){ context_geometry_input[i]->align(FL_ALIGN_RIGHT); } { - Fl_Return_Button* o = new Fl_Return_Button(width-60-2*WB, 2*WB+7*BH, 60, BH, "add"); + Fl_Return_Button* o = new Fl_Return_Button(width-BB-2*WB, 2*WB+7*BH, BB, BH, "add"); o->labelsize(CTX.fontsize); o->callback(con_geometry_define_parameter_cb); } @@ -1782,7 +1818,7 @@ void GUI::create_geometry_context_window(int num){ context_geometry_input[i]->align(FL_ALIGN_RIGHT); } { - Fl_Return_Button* o = new Fl_Return_Button(width-60-2*WB, 2*WB+7*BH, 60, BH, "add"); + Fl_Return_Button* o = new Fl_Return_Button(width-BB-2*WB, 2*WB+7*BH, BB, BH, "add"); o->labelsize(CTX.fontsize); o->callback(con_geometry_define_point_cb); } @@ -1800,7 +1836,7 @@ void GUI::create_geometry_context_window(int num){ context_geometry_input[i]->align(FL_ALIGN_RIGHT); } { - Fl_Return_Button* o = new Fl_Return_Button(width-60-2*WB, 2*WB+7*BH, 60, BH, "set"); + Fl_Return_Button* o = new Fl_Return_Button(width-BB-2*WB, 2*WB+7*BH, BB, BH, "set"); o->labelsize(CTX.fontsize); o->callback(con_geometry_define_translation_cb); } @@ -1829,7 +1865,7 @@ void GUI::create_geometry_context_window(int num){ context_geometry_input[i]->align(FL_ALIGN_RIGHT); } { - Fl_Return_Button* o = new Fl_Return_Button(width-60-2*WB, 2*WB+7*BH, 60, BH, "set"); + Fl_Return_Button* o = new Fl_Return_Button(width-BB-2*WB, 2*WB+7*BH, BB, BH, "set"); o->labelsize(CTX.fontsize); o->callback(con_geometry_define_rotation_cb); } @@ -1852,7 +1888,7 @@ void GUI::create_geometry_context_window(int num){ context_geometry_input[i]->align(FL_ALIGN_RIGHT); } { - Fl_Return_Button* o = new Fl_Return_Button(width-60-2*WB, 2*WB+7*BH, 60, BH, "set"); + Fl_Return_Button* o = new Fl_Return_Button(width-BB-2*WB, 2*WB+7*BH, BB, BH, "set"); o->labelsize(CTX.fontsize); o->callback(con_geometry_define_scale_cb); } @@ -1875,7 +1911,7 @@ void GUI::create_geometry_context_window(int num){ context_geometry_input[i]->align(FL_ALIGN_RIGHT); } { - Fl_Return_Button* o = new Fl_Return_Button(width-60-2*WB, 2*WB+7*BH, 60, BH, "set"); + Fl_Return_Button* o = new Fl_Return_Button(width-BB-2*WB, 2*WB+7*BH, BB, BH, "set"); o->labelsize(CTX.fontsize); o->callback(con_geometry_define_symmetry_cb); } @@ -1885,13 +1921,17 @@ void GUI::create_geometry_context_window(int num){ } { - Fl_Button* o = new Fl_Button(width-60-WB, height-BH-WB, 60, BH, "close"); + Fl_Button* o = new Fl_Button(width-BB-WB, height-BH-WB, BB, BH, "cancel"); o->labelsize(CTX.fontsize); o->callback(cancel_cb, (void*)context_geometry_window); } for(i=0 ; i<6 ; i++) g[i]->hide(); g[num]->show(); + + if(CTX.center_windows) + context_geometry_window->position(m_window->x()+m_window->w()/2-width/2, + m_window->y()+2*MH); context_geometry_window->end(); context_geometry_window->show(); } @@ -1945,7 +1985,7 @@ void GUI::create_mesh_context_window(int num){ if(!init_mesh_context_window){ init_mesh_context_window = 1 ; - int width = 370; + int width = 31*CTX.fontsize; int height = 5*WB+5*BH ; context_mesh_window = new Fl_Window(width,height); @@ -1961,7 +2001,7 @@ void GUI::create_mesh_context_window(int num){ context_mesh_input[0]->labelsize(CTX.fontsize); context_mesh_input[0]->align(FL_ALIGN_RIGHT); { - Fl_Return_Button* o = new Fl_Return_Button(width-60-2*WB, 2*WB+3*BH, 60, BH, "set"); + Fl_Return_Button* o = new Fl_Return_Button(width-BB-2*WB, 2*WB+3*BH, BB, BH, "set"); o->labelsize(CTX.fontsize); o->callback(con_mesh_define_length_cb); } @@ -1978,7 +2018,7 @@ void GUI::create_mesh_context_window(int num){ context_mesh_input[i]->align(FL_ALIGN_RIGHT); } { - Fl_Return_Button* o = new Fl_Return_Button(width-60-2*WB, 2*WB+3*BH, 60, BH, "set"); + Fl_Return_Button* o = new Fl_Return_Button(width-BB-2*WB, 2*WB+3*BH, BB, BH, "set"); o->labelsize(CTX.fontsize); o->callback(con_mesh_define_transfinite_line_cb); } @@ -1992,7 +2032,7 @@ void GUI::create_mesh_context_window(int num){ context_mesh_input[3]->labelsize(CTX.fontsize); context_mesh_input[3]->align(FL_ALIGN_RIGHT); { - Fl_Return_Button* o = new Fl_Return_Button(width-60-2*WB, 2*WB+3*BH, 60, BH, "set"); + Fl_Return_Button* o = new Fl_Return_Button(width-BB-2*WB, 2*WB+3*BH, BB, BH, "set"); o->labelsize(CTX.fontsize); o->callback(con_mesh_define_transfinite_line_cb); } @@ -2002,13 +2042,17 @@ void GUI::create_mesh_context_window(int num){ } { - Fl_Button* o = new Fl_Button(width-60-WB, height-BH-WB, 60, BH, "close"); + Fl_Button* o = new Fl_Button(width-BB-WB, height-BH-WB, BB, BH, "cancel"); o->labelsize(CTX.fontsize); o->callback(cancel_cb, (void*)context_mesh_window); } for(i=0 ; i<3 ; i++) g[i]->hide(); g[num]->show(); + + if(CTX.center_windows) + context_mesh_window->position(m_window->x()+m_window->w()/2-width/2, + m_window->y()+2*MH); context_mesh_window->end(); context_mesh_window->show(); } diff --git a/Fltk/GUI.h b/Fltk/GUI.h index 1eecaa0527b6377671641fa6fc3fbb0be186b077..3e95129815c7ca8d51b23a6349c64e7122888917 100644 --- a/Fltk/GUI.h +++ b/Fltk/GUI.h @@ -66,6 +66,7 @@ class GUI{ int BH; // check_button height int BW; // check_button width + int BB; // button width int WB; // borders int IW; // input field width int MH; // height of the unchangeable part of the menu window @@ -183,6 +184,7 @@ public: void add_message(char *msg); void save_message(char *filename); void set_statistics(); + void update_view_window(int numview); void set_title(char *str); void activate_custom(int val); void add_handler(); diff --git a/Fltk/Makefile b/Fltk/Makefile index 404358ed3dc1d7681d43576ddda717164cc155fa..6820986bd32c500868f025f98984ff8b0d250f24 100644 --- a/Fltk/Makefile +++ b/Fltk/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 2001-01-10 10:06:16 geuzaine Exp $ +# $Id: Makefile,v 1.5 2001-01-13 17:08:41 geuzaine Exp $ # # Makefile for "libFltk.a" # @@ -60,52 +60,51 @@ depend: $(RM) $(RMFLAGS) Makefile.new # DO NOT DELETE THIS LINE -Main.o: Main.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 \ - ../Geo/Verif.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/Const.h \ - ../Common/ColorTable.h ../Common/Context.h ../Parser/Parser.h \ - ../Common/Static.h ../Common/Version.h GUI.h Opengl_Window.h \ - Colorbar_Window.h ../Parser/OpenFile.h ../Common/GetOptions.h +Main.o: Main.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 ../Common/GmshVersion.h ../Geo/Geo.h ../Geo/Verif.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/Const.h ../Common/ColorTable.h \ + ../Common/Context.h ../Parser/Parser.h ../Common/Static.h GUI.h \ + Opengl_Window.h Colorbar_Window.h ../Parser/OpenFile.h \ + ../Common/GetOptions.h Message.o: Message.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 \ - ../Common/Version.h ../Common/Context.h ../Common/Const.h GUI.h \ - Opengl_Window.h Colorbar_Window.h ../Common/ColorTable.h -GUI.o: GUI.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 \ - ../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 \ - ../Common/Views.h ../Common/ColorTable.h ../Common/Version.h GUI.h \ - Opengl_Window.h Colorbar_Window.h Callbacks.h ../Common/Bitmaps.h \ - ../Common/GetOptions.h ../Common/Help.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ + ../Common/GmshVersion.h ../Common/Context.h ../Common/Const.h GUI.h \ + Opengl_Window.h Colorbar_Window.h ../Common/ColorTable.h +GUI.o: GUI.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 ../Common/GmshVersion.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 ../Common/Views.h \ + ../Common/ColorTable.h GUI.h Opengl_Window.h Colorbar_Window.h \ + Callbacks.h ../Common/Bitmaps.h ../Common/GetOptions.h ../Common/Help.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 \ - ../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/Const.h ../Common/ColorTable.h \ - ../Common/Timer.h ../Geo/Visibility.h ../Graphics/CreateFile.h \ - ../Parser/OpenFile.h ../Common/Context.h GUI.h Opengl_Window.h \ - Colorbar_Window.h Callbacks.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h ../Geo/Geo.h \ + ../Geo/Verif.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/Const.h \ + ../Common/ColorTable.h ../Common/Timer.h ../Geo/Visibility.h \ + ../Graphics/CreateFile.h ../Parser/OpenFile.h ../Common/Context.h GUI.h \ + Opengl_Window.h Colorbar_Window.h Callbacks.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 \ - ../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 \ - ../Common/Views.h ../Common/ColorTable.h GUI.h Opengl_Window.h \ - Colorbar_Window.h ../Graphics/gl2ps.h -Opengl_Window.o: Opengl_Window.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 ../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 \ - ../Common/Views.h ../Common/ColorTable.h GUI.h Opengl_Window.h \ - Colorbar_Window.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.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 \ + ../Common/Views.h ../Common/ColorTable.h GUI.h Opengl_Window.h \ + Colorbar_Window.h ../Graphics/gl2ps.h +Opengl_Window.o: Opengl_Window.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 \ + ../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 \ + ../Common/Views.h ../Common/ColorTable.h GUI.h Opengl_Window.h \ + Colorbar_Window.h Colorbar_Window.o: Colorbar_Window.cpp diff --git a/Geo/Makefile b/Geo/Makefile index 883a3dc77c46dd8a0e395f6687467f7bf240e411..604a32025f399bd477bc0e3108e55304f8fa79cf 100644 --- a/Geo/Makefile +++ b/Geo/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.9 2001-01-09 14:24:08 geuzaine Exp $ +# $Id: Makefile,v 1.10 2001-01-13 17:08:41 geuzaine Exp $ # # Makefile for "libGeo.a" # @@ -56,51 +56,49 @@ depend: $(RM) $(RMFLAGS) Makefile.new # DO NOT DELETE THIS LINE -CAD.o: CAD.cpp ../Common/Gmsh.h ../Common/Message.h \ - ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.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 \ - ../Mesh/Interpolation.h ../Mesh/Numeric.h ../Common/Const.h \ - ../Mesh/Create.h CAD.h ../Common/Context.h +CAD.o: CAD.cpp ../Common/Gmsh.h ../Common/Message.h ../DataStr/Malloc.h \ + ../DataStr/List.h ../DataStr/Tree.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 \ + ../Mesh/Interpolation.h ../Mesh/Numeric.h ../Common/Const.h \ + ../Mesh/Create.h CAD.h ../Common/Context.h DataBase.o: DataBase.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.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 ../Common/Context.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h Geo.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 \ + ../Common/Context.h MinMax.o: MinMax.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/Vertex.h ../Common/Context.h -ExtrudeParams.o: ExtrudeParams.cpp ../Common/Gmsh.h \ - ../Common/Message.h ../DataStr/Malloc.h ../DataStr/List.h \ - ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h Geo.h CAD.h \ - ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ - ../Geo/ExtrudeParams.h ../Mesh/Metric.h ExtrudeParams.h -Geo.o: Geo.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.h CAD.h \ - ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ - ../Geo/ExtrudeParams.h ../Mesh/Metric.h DataBase.h ../Parser/Parser.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h ../Mesh/Vertex.h \ + ../Common/Context.h +ExtrudeParams.o: ExtrudeParams.cpp ../Common/Gmsh.h ../Common/Message.h \ + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h Geo.h CAD.h ../Mesh/Mesh.h \ + ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ + ../Geo/ExtrudeParams.h ../Mesh/Metric.h ExtrudeParams.h +Geo.o: Geo.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.h CAD.h ../Mesh/Mesh.h ../Mesh/Vertex.h \ + ../Mesh/Simplex.h ../Mesh/Edge.h ../Geo/ExtrudeParams.h \ + ../Mesh/Metric.h DataBase.h ../Parser/Parser.h StepGeomDatabase.o: StepGeomDatabase.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.h StepGeomDatabase.h DataBase.h \ - ../Common/Context.h + ../Common/Message.h ../DataStr/Malloc.h ../DataStr/List.h \ + ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h \ + Geo.h StepGeomDatabase.h DataBase.h ../Common/Context.h Verif.o: Verif.cpp ../Common/Gmsh.h ../Common/Message.h \ - ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ - ../DataStr/avl.h ../DataStr/Tools.h Geo.h CAD.h ../Mesh/Mesh.h \ - ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ - ../Geo/ExtrudeParams.h ../Mesh/Metric.h DataBase.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h Geo.h CAD.h ../Mesh/Mesh.h \ + ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ + ../Geo/ExtrudeParams.h ../Mesh/Metric.h DataBase.h Visibility.o: Visibility.cpp ../Common/Gmsh.h ../Common/Message.h \ - ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ - ../DataStr/avl.h ../DataStr/Tools.h Geo.h CAD.h ../Mesh/Mesh.h \ - ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ - ../Geo/ExtrudeParams.h ../Mesh/Metric.h DataBase.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h Geo.h CAD.h ../Mesh/Mesh.h \ + ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ + ../Geo/ExtrudeParams.h ../Mesh/Metric.h DataBase.h Print_Geo.o: Print_Geo.cpp ../Common/Gmsh.h ../Common/Message.h \ - ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.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 CAD.h ../Common/Context.h \ - ../Common/Const.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.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 CAD.h ../Common/Context.h \ + ../Common/Const.h diff --git a/Graphics/Makefile b/Graphics/Makefile index 663ebfa125730204e64fb5c029935eb903ec512c..7f5a993c6acd36044f3242550a3cdddca25186f8 100644 --- a/Graphics/Makefile +++ b/Graphics/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.13 2001-01-10 10:06:17 geuzaine Exp $ +# $Id: Makefile,v 1.14 2001-01-13 17:08:41 geuzaine Exp $ # # Makefile for "libGraphics.a" # @@ -68,87 +68,84 @@ depend: $(RM) $(RMFLAGS) Makefile.new # DO NOT DELETE THIS LINE -Draw.o: Draw.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 \ - ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ - ../Geo/ExtrudeParams.h ../Mesh/Metric.h Draw.h ../Common/Views.h \ - ../Common/Const.h ../Common/ColorTable.h ../Common/Context.h \ - ../Geo/MinMax.h -Mesh.o: Mesh.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 \ - ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ - ../Geo/ExtrudeParams.h ../Mesh/Metric.h Draw.h ../Common/Views.h \ - ../Common/Const.h ../Common/ColorTable.h ../Common/Context.h \ - ../Geo/MinMax.h gl2ps.h ../Geo/Verif.h ../Mesh/Numeric.h \ - ../Geo/Visibility.h -Geom.o: Geom.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 \ - ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ - ../Geo/ExtrudeParams.h ../Mesh/Metric.h Draw.h ../Common/Views.h \ - ../Common/Const.h ../Common/ColorTable.h ../Common/Context.h \ - ../Geo/Verif.h ../Mesh/Interpolation.h ../Mesh/Numeric.h \ - ../Geo/Visibility.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 ../Common/GmshUI.h ../Geo/Geo.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/Const.h ../Common/ColorTable.h ../Common/Context.h +Draw.o: Draw.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 ../Mesh/Mesh.h ../Mesh/Vertex.h \ + ../Mesh/Simplex.h ../Mesh/Edge.h ../Geo/ExtrudeParams.h \ + ../Mesh/Metric.h Draw.h ../Common/Views.h ../Common/Const.h \ + ../Common/ColorTable.h ../Common/Context.h ../Geo/MinMax.h +Mesh.o: Mesh.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 ../Mesh/Mesh.h ../Mesh/Vertex.h \ + ../Mesh/Simplex.h ../Mesh/Edge.h ../Geo/ExtrudeParams.h \ + ../Mesh/Metric.h Draw.h ../Common/Views.h ../Common/Const.h \ + ../Common/ColorTable.h ../Common/Context.h ../Geo/MinMax.h gl2ps.h \ + ../Geo/Verif.h ../Mesh/Numeric.h ../Geo/Visibility.h +Geom.o: Geom.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 ../Mesh/Mesh.h ../Mesh/Vertex.h \ + ../Mesh/Simplex.h ../Mesh/Edge.h ../Geo/ExtrudeParams.h \ + ../Mesh/Metric.h Draw.h ../Common/Views.h ../Common/Const.h \ + ../Common/ColorTable.h ../Common/Context.h ../Geo/Verif.h \ + ../Mesh/Interpolation.h ../Mesh/Numeric.h ../Geo/Visibility.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 \ + ../Common/GmshUI.h ../Geo/Geo.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/Const.h \ + ../Common/ColorTable.h ../Common/Context.h PostSimplex.o: PostSimplex.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 \ - ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ - ../Geo/ExtrudeParams.h ../Mesh/Metric.h Draw.h ../Common/Views.h \ - ../Common/Const.h ../Common/ColorTable.h Iso.h ../Common/Context.h -Iso.o: Iso.cpp ../Common/Gmsh.h ../Common/Message.h \ - ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ - ../DataStr/avl.h ../DataStr/Tools.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/Const.h \ - ../Common/ColorTable.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h ../Geo/Geo.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/Const.h ../Common/ColorTable.h Iso.h ../Common/Context.h +Iso.o: Iso.cpp ../Common/Gmsh.h ../Common/Message.h ../DataStr/Malloc.h \ + ../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.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/Const.h ../Common/ColorTable.h Entity.o: Entity.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 \ - ../Geo/ExtrudeParams.h ../Mesh/Metric.h Draw.h ../Common/Views.h \ - ../Common/Const.h ../Common/ColorTable.h ../Common/Context.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 \ + ../Geo/ExtrudeParams.h ../Mesh/Metric.h Draw.h ../Common/Views.h \ + ../Common/Const.h ../Common/ColorTable.h ../Common/Context.h Scale.o: Scale.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 \ - ../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 \ - ../Motif/XContext.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 \ - ../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 + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.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 \ + ../Motif/XContext.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 ../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/avl.h ../DataStr/Tools.h ../Common/GmshUI.h ../Mesh/Mesh.h \ - ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ - ../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Parser/OpenFile.h \ - ../Common/Const.h Draw.h ../Common/Views.h ../Common/ColorTable.h \ - ../Common/Context.h ../Motif/Widgets.h ../Motif/XContext.h XDump.h \ - gl2ps.h gl2gif.h gl2jpeg.h gl2ppm.h gl2yuv.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 \ + ../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Parser/OpenFile.h \ + ../Common/Const.h Draw.h ../Common/Views.h ../Common/ColorTable.h \ + ../Common/Context.h ../Motif/Widgets.h ../Motif/XContext.h XDump.h \ + gl2ps.h gl2gif.h gl2jpeg.h gl2ppm.h gl2yuv.h XDump.o: XDump.cpp -gl2ps.o: gl2ps.cpp gl2ps.h +gl2ps.o: gl2ps.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 gl2ps.h gl2gif.o: gl2gif.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 gl2gif.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h gl2gif.h gl2jpeg.o: gl2jpeg.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 \ - ../jpeg/jpeglib.h ../jpeg/jconfig.h ../jpeg/jmorecfg.h \ - ../jpeg/jerror.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ + ../jpeg/jpeglib.h ../jpeg/jconfig.h ../jpeg/jmorecfg.h ../jpeg/jerror.h gl2ppm.o: gl2ppm.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 + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h gl2yuv.o: gl2yuv.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 + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h diff --git a/Mesh/Makefile b/Mesh/Makefile index 85a4f4d048debd883fd2eeec02d31f7361c52622..99d15cb0d232c41252a43620d53259e7dd9c12a7 100644 --- a/Mesh/Makefile +++ b/Mesh/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.9 2001-01-09 14:24:10 geuzaine Exp $ +# $Id: Makefile,v 1.10 2001-01-13 17:08:41 geuzaine Exp $ # # Makefile for "libMesh.a" # @@ -88,196 +88,191 @@ depend: # DO NOT DELETE THIS LINE 1D_Mesh.o: 1D_Mesh.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 \ - ../Common/Context.h Interpolation.h Numeric.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 \ + ../Common/Context.h Interpolation.h Numeric.h 2D_Mesh.o: 2D_Mesh.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 \ - ../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 2D_Mesh.h Numeric.h ../Common/Context.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.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 \ + ../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h Mesh.h Create.h \ + 2D_Mesh.h Numeric.h ../Common/Context.h 2D_SMesh.o: 2D_SMesh.cpp ../Common/Gmsh.h ../Common/Message.h \ - ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ - ../DataStr/avl.h ../DataStr/Tools.h ../Geo/Geo.h Mesh.h Vertex.h \ - Simplex.h Edge.h ../Geo/ExtrudeParams.h Metric.h Numeric.h \ - Interpolation.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h ../Geo/Geo.h Mesh.h Vertex.h \ + Simplex.h Edge.h ../Geo/ExtrudeParams.h Metric.h Numeric.h \ + Interpolation.h 2D_Elliptic.o: 2D_Elliptic.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 \ - ../Geo/CAD.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \ - ../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h Mesh.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.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 \ + ../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h Mesh.h 2D_BGMesh.o: 2D_BGMesh.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 + ../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 2D_Recombine.o: 2D_Recombine.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 Create.h \ - Numeric.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 Create.h \ + Numeric.h 2D_InitMesh.o: 2D_InitMesh.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 Numeric.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 Numeric.h 2D_Bowyer.o: 2D_Bowyer.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 + ../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 2D_Bricks.o: 2D_Bricks.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 -2D_DivAndConq.o: 2D_DivAndConq.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 + ../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 +2D_DivAndConq.o: 2D_DivAndConq.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 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 + ../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 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 \ - Simplex.h Edge.h ../Geo/ExtrudeParams.h Metric.h 2D_Mesh.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 2D_Tree.o: 2D_Tree.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 Simplex.h Edge.h \ - ../Geo/ExtrudeParams.h Metric.h 2D_Mesh.h -2D_Cylindrical.o: 2D_Cylindrical.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 ../Common/Context.h Numeric.h -2D_Parametric.o: 2D_Parametric.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 ../Geo/CAD.h ../Mesh/Mesh.h \ - ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ - ../Geo/ExtrudeParams.h ../Mesh/Metric.h Interpolation.h Mesh.h \ - 2D_Mesh.h Create.h ../Common/Context.h Numeric.h -2D_Mesh_Aniso.o: 2D_Mesh_Aniso.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 ../Geo/CAD.h ../Mesh/Mesh.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 + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h Mesh.h Vertex.h Simplex.h Edge.h \ + ../Geo/ExtrudeParams.h Metric.h 2D_Mesh.h +2D_Cylindrical.o: 2D_Cylindrical.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 ../Common/Context.h \ + Numeric.h +2D_Parametric.o: 2D_Parametric.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 \ + ../Geo/CAD.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \ + ../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h Interpolation.h \ + Mesh.h 2D_Mesh.h Create.h ../Common/Context.h Numeric.h +2D_Mesh_Aniso.o: 2D_Mesh_Aniso.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 \ + ../Geo/CAD.h ../Mesh/Mesh.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 \ - ../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 3D_Mesh.h Create.h \ - Numeric.h ../Common/Context.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 3D_Mesh.h Create.h \ + Numeric.h ../Common/Context.h 3D_SMesh.o: 3D_SMesh.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 Simplex.h Edge.h \ - ../Geo/ExtrudeParams.h Metric.h Interpolation.h Create.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h Mesh.h Vertex.h Simplex.h Edge.h \ + ../Geo/ExtrudeParams.h Metric.h Interpolation.h Create.h 3D_BGMesh.o: 3D_BGMesh.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 Simplex.h Edge.h \ - ../Geo/ExtrudeParams.h Metric.h 2D_Mesh.h 3D_Mesh.h ../Adapt/Adapt.h \ - ../Common/Views.h ../Common/Const.h ../Common/ColorTable.h Numeric.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h Mesh.h Vertex.h Simplex.h Edge.h \ + ../Geo/ExtrudeParams.h Metric.h 2D_Mesh.h 3D_Mesh.h ../Adapt/Adapt.h \ + ../Common/Views.h ../Common/Const.h ../Common/ColorTable.h Numeric.h 3D_Extrude.o: 3D_Extrude.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 \ - ../Geo/CAD.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \ - ../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h Mesh.h \ - ../Common/Context.h Create.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.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 \ + ../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h Mesh.h \ + ../Common/Context.h Create.h 3D_Coherence.o: 3D_Coherence.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 \ - 3D_Mesh.h Create.h Numeric.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 \ + 3D_Mesh.h Create.h Numeric.h 3D_Divide.o: 3D_Divide.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 + ../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 3D_Bricks.o: 3D_Bricks.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 + ../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 MeshQuality.o: MeshQuality.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 Numeric.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 Numeric.h Create.o: Create.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 \ - ../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 ../Common/Context.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.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 \ + ../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h Mesh.h Numeric.h \ + ../Common/Context.h Generator.o: Generator.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 Create.h \ - ../Common/Context.h ../Parser/OpenFile.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 Create.h \ + ../Common/Context.h ../Parser/OpenFile.h Print_Mesh.o: Print_Mesh.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 \ - ../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 ../Common/Context.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.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 \ + ../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h Mesh.h Create.h \ + ../Common/Context.h Read_Mesh.o: Read_Mesh.cpp ../Common/Gmsh.h ../Common/Message.h \ - ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.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 \ - ../Geo/MinMax.h -STL.o: STL.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 Simplex.h Edge.h \ - ../Geo/ExtrudeParams.h Metric.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.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 \ + ../Geo/MinMax.h +STL.o: STL.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 Simplex.h Edge.h ../Geo/ExtrudeParams.h Metric.h SwapEdge.o: SwapEdge.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 SwapPatterns.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 SwapPatterns.h Numeric.o: Numeric.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 \ - ../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 Interpolation.h ../Adapt/nrutil.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.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 \ + ../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h Mesh.h Numeric.h \ + Interpolation.h ../Adapt/nrutil.h Metric.o: Metric.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 \ - ../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 Interpolation.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.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 \ + ../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h Mesh.h Matrix.h \ + Interpolation.h Nurbs.o: Nurbs.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 Simplex.h Edge.h \ - ../Geo/ExtrudeParams.h Metric.h -Interpolation.o: Interpolation.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 ../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 \ - Interpolation.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h Mesh.h Vertex.h Simplex.h Edge.h \ + ../Geo/ExtrudeParams.h Metric.h +Interpolation.o: Interpolation.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 \ + ../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 \ + Interpolation.h SecondOrder.o: SecondOrder.cpp ../Common/Gmsh.h ../Common/Message.h \ - ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ - ../DataStr/avl.h ../DataStr/Tools.h ../Geo/Geo.h Mesh.h Vertex.h \ - Simplex.h Edge.h ../Geo/ExtrudeParams.h Metric.h Interpolation.h \ - Numeric.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h ../Geo/Geo.h Mesh.h Vertex.h \ + Simplex.h Edge.h ../Geo/ExtrudeParams.h Metric.h Interpolation.h \ + Numeric.h Smoothing.o: Smoothing.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 + ../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 CrossData.o: CrossData.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 Simplex.h Edge.h \ - ../Geo/ExtrudeParams.h Metric.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h Mesh.h Vertex.h Simplex.h Edge.h \ + ../Geo/ExtrudeParams.h Metric.h Vertex.o: Vertex.cpp ../Common/Gmsh.h ../Common/Message.h \ - ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ - ../DataStr/avl.h ../DataStr/Tools.h Vertex.h ../Common/Context.h \ - ../Common/Const.h -Edge.o: Edge.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 Simplex.h Edge.h \ - ../Geo/ExtrudeParams.h Metric.h ../Common/Const.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h Vertex.h ../Common/Context.h \ + ../Common/Const.h +Edge.o: Edge.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 Simplex.h Edge.h ../Geo/ExtrudeParams.h Metric.h \ + ../Common/Const.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 ../Common/Const.h ../Geo/Geo.h \ - Mesh.h Vertex.h Simplex.h Edge.h ../Geo/ExtrudeParams.h Metric.h \ - Numeric.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 diff --git a/Motif/Makefile b/Motif/Makefile index a7122b618bc47332bcb4e747995b25d60d5f6a1b..60ee8f118f05b72e9f58022050d620b65fe912b8 100644 --- a/Motif/Makefile +++ b/Motif/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 2001-01-10 10:06:18 geuzaine Exp $ +# $Id: Makefile,v 1.4 2001-01-13 17:08:41 geuzaine Exp $ # # Makefile for "libMotif.a" # @@ -70,115 +70,114 @@ depend: $(RM) $(RMFLAGS) Makefile.new # DO NOT DELETE THIS LINE -Main.o: Main.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 \ - ../Geo/Verif.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/Const.h \ - ../Common/ColorTable.h ../Common/Context.h ../Parser/Parser.h \ - Widgets.h Pixmaps.h XColors.h XContext.h XRessources.h CbContext.h \ - CbGeom.h Register.h Geometry.h ../Parser/OpenFile.h \ - ../Common/GetOptions.h ../Common/Static.h XStatic.h \ - ../Common/Version.h +Main.o: Main.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 ../Common/GmshVersion.h ../Geo/Geo.h ../Geo/Verif.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/Const.h ../Common/ColorTable.h \ + ../Common/Context.h ../Parser/Parser.h Widgets.h Pixmaps.h XColors.h \ + XContext.h XRessources.h CbContext.h CbGeom.h Register.h Geometry.h \ + ../Parser/OpenFile.h ../Common/GetOptions.h ../Common/Static.h \ + XStatic.h Widgets.o: Widgets.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 \ - ../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Common/Context.h \ - ../Common/Const.h XContext.h Info.h Widgets.h ../Common/Help.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 \ + ../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Common/Context.h \ + ../Common/Const.h XContext.h Info.h Widgets.h ../Common/Help.h Geometry.o: Geometry.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 \ - ../Common/Context.h ../Common/Const.h XContext.h Widgets.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ + ../Common/Context.h ../Common/Const.h XContext.h Widgets.h Register.o: Register.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 \ - ../Common/Context.h ../Common/Const.h XContext.h Widgets.h Register.h \ - CbOptions.h CbContext.h CbFile.h CbGeom.h CbMesh.h CbPost.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.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 Pixmaps.o: Pixmaps.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 Widgets.h \ - ../Common/Context.h ../Common/Const.h Pixmaps.h ../Common/Bitmaps.h \ - XColors.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h Widgets.h \ + ../Common/Context.h ../Common/Const.h Pixmaps.h ../Common/Bitmaps.h \ + XColors.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 ../Geo/Geo.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/Const.h ../Common/ColorTable.h \ - ../Common/Context.h ../Geo/MinMax.h Widgets.h XContext.h \ - ../Graphics/gl2ps.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.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 \ + ../Common/Views.h ../Common/Const.h ../Common/ColorTable.h \ + ../Common/Context.h ../Geo/MinMax.h Widgets.h XContext.h \ + ../Graphics/gl2ps.h XColors.o: XColors.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 XContext.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h XContext.h Message.o: Message.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 \ - ../Common/Version.h ../Common/Context.h ../Common/Const.h Widgets.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ + ../Common/GmshVersion.h ../Common/Context.h ../Common/Const.h Widgets.h CbContext.o: CbContext.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 \ - ../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/Const.h ../Common/ColorTable.h Widgets.h \ - ../Common/Context.h XContext.h CbContext.h CbGeom.h CbMesh.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.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 \ + ../Common/Views.h ../Common/Const.h ../Common/ColorTable.h Widgets.h \ + ../Common/Context.h XContext.h CbContext.h CbGeom.h CbMesh.h CbPost.o: CbPost.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 \ - ../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/Const.h ../Common/ColorTable.h Widgets.h \ - ../Common/Context.h XContext.h ../Parser/OpenFile.h CbPost.h CbGeom.h \ - CbMesh.h CbColorbar.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.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 \ + ../Common/Views.h ../Common/Const.h ../Common/ColorTable.h Widgets.h \ + ../Common/Context.h XContext.h ../Parser/OpenFile.h CbPost.h CbGeom.h \ + CbMesh.h CbColorbar.h CbColorbar.o: CbColorbar.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 \ - ../Common/Const.h XColors.h Widgets.h Register.h ../Common/Context.h \ - XContext.h ../Common/ColorTable.h CbColorbar.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ + ../Common/Const.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 \ - ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ - ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.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 \ - ../Common/Views.h ../Common/Const.h ../Common/ColorTable.h Widgets.h \ - ../Common/Context.h ../Geo/Verif.h ../Parser/OpenFile.h CbGeom.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.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 \ + ../Common/Views.h ../Common/Const.h ../Common/ColorTable.h Widgets.h \ + ../Common/Context.h ../Geo/Verif.h ../Parser/OpenFile.h CbGeom.h CbMesh.o: CbMesh.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 \ - ../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/Const.h ../Common/ColorTable.h CbMesh.h \ - ../Common/Context.h Widgets.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.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 \ + ../Common/Views.h ../Common/Const.h ../Common/ColorTable.h CbMesh.h \ + ../Common/Context.h Widgets.h CbOptions.o: CbOptions.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 \ - ../Geo/Verif.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/Const.h \ - ../Common/ColorTable.h Widgets.h Pixmaps.h ../Common/Context.h \ - XContext.h Register.h ../Common/Timer.h ../Geo/Visibility.h \ - CbOptions.h CbGeom.h CbMesh.h CbPost.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h ../Geo/Geo.h \ + ../Geo/Verif.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/Const.h \ + ../Common/ColorTable.h Widgets.h Pixmaps.h ../Common/Context.h \ + XContext.h Register.h ../Common/Timer.h ../Geo/Visibility.h CbOptions.h \ + CbGeom.h CbMesh.h CbPost.h CbFile.o: CbFile.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 \ - ../Parser/OpenFile.h ../Common/Const.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/ColorTable.h Widgets.h \ - ../Common/Context.h ../Graphics/CreateFile.h CbFile.h CbColorbar.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h ../Common/GmshUI.h \ + ../Parser/OpenFile.h ../Common/Const.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/ColorTable.h Widgets.h ../Common/Context.h \ + ../Graphics/CreateFile.h CbFile.h CbColorbar.h CbInput.o: CbInput.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 \ - ../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Graphics/Draw.h \ - ../Common/Views.h ../Common/Const.h ../Common/ColorTable.h Widgets.h \ - ../Common/Context.h XContext.h Register.h CbContext.h CbGeom.h \ - CbPost.h CbMesh.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 \ + ../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Graphics/Draw.h \ + ../Common/Views.h ../Common/Const.h ../Common/ColorTable.h Widgets.h \ + ../Common/Context.h XContext.h Register.h CbContext.h CbGeom.h CbPost.h \ + CbMesh.h CbGeneral.o: CbGeneral.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 \ - ../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Graphics/Draw.h \ - ../Common/Views.h ../Common/Const.h ../Common/ColorTable.h \ - ../Common/Context.h XContext.h Widgets.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 \ + ../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Graphics/Draw.h \ + ../Common/Views.h ../Common/Const.h ../Common/ColorTable.h \ + ../Common/Context.h XContext.h Widgets.h diff --git a/Parser/Makefile b/Parser/Makefile index aaf8ba50e125f0ad1751bebf86a226484be2516a..20487287991f163aab4e7ffae64acfaf4a7fcddf 100644 --- a/Parser/Makefile +++ b/Parser/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.13 2001-01-10 10:06:20 geuzaine Exp $ +# $Id: Makefile,v 1.14 2001-01-13 17:08:41 geuzaine Exp $ # # Makefile for "libParser.a" # @@ -64,26 +64,26 @@ depend: # DO NOT DELETE THIS LINE Gmsh.yy.o: Gmsh.yy.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 \ - ../Geo/CAD.h ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Simplex.h \ - ../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h Gmsh.tab.cpp.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.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 \ + ../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h Gmsh.tab.cpp.h Gmsh.tab.o: Gmsh.tab.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 \ - ../Common/Context.h ../Geo/Geo.h ../Geo/CAD.h ../Mesh/Mesh.h \ - ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ - ../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Geo/DataBase.h \ - ../Mesh/Create.h ../Common/Views.h ../Common/ColorTable.h \ - ../Geo/StepGeomDatabase.h ../Common/Options.h ../Graphics/Draw.h \ - ../Common/Colors.h Parser.h OpenFile.h FunctionManager.h \ - ../Common/Timer.h ../Graphics/CreateFile.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h \ + ../Common/Context.h ../Geo/Geo.h ../Geo/CAD.h ../Mesh/Mesh.h \ + ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ + ../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Geo/DataBase.h \ + ../Mesh/Create.h ../Common/Views.h ../Common/ColorTable.h \ + ../Geo/StepGeomDatabase.h ../Common/Options.h ../Graphics/Draw.h \ + ../Common/Colors.h Parser.h OpenFile.h FunctionManager.h \ + ../Common/Timer.h ../Graphics/CreateFile.h 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 ../Common/Const.h \ - ../Common/Context.h Parser.h OpenFile.h ../Geo/Geo.h ../Mesh/Mesh.h \ - ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ - ../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Common/Views.h \ - ../Common/ColorTable.h ../Geo/MinMax.h ../Geo/Visibility.h \ - ../Common/GmshUI.h ../Graphics/Draw.h ../Motif/Widgets.h + ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ + ../DataStr/avl.h ../DataStr/Tools.h ../Common/Const.h \ + ../Common/Context.h Parser.h OpenFile.h ../Geo/Geo.h ../Mesh/Mesh.h \ + ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Edge.h \ + ../Geo/ExtrudeParams.h ../Mesh/Metric.h ../Common/Views.h \ + ../Common/ColorTable.h ../Geo/MinMax.h ../Geo/Visibility.h \ + ../Common/GmshUI.h ../Graphics/Draw.h ../Motif/Widgets.h FunctionManager.o: FunctionManager.cpp FunctionManager.h