FLTK logo

[Library] r8999 - in branches/branch-3.0: . fluid include src test

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[Library] r8999 - in branches/branch-3.0: . fluid include src test fltk-dev Aug 23, 2011  
 
Author: matt
Date: 2011-08-23 01:44:07 -0700 (Tue, 23 Aug 2011)
New Revision: 8999
Log:
FLTK3: moved config.h to ./include/ for now. Modified the autoconf files. Ran makedepend.

Added:
   branches/branch-3.0/include/configh.cmake.in
   branches/branch-3.0/include/configh.in
   branches/branch-3.0/include/mac_endianness.h
Removed:
   branches/branch-3.0/configh.cmake.in
   branches/branch-3.0/configh.in
   branches/branch-3.0/mac_endianness.h
Modified:
   branches/branch-3.0/Makefile
   branches/branch-3.0/configure.in
   branches/branch-3.0/fluid/file_make.cxx
   branches/branch-3.0/fluid/makedepend
   branches/branch-3.0/src/makedepend
   branches/branch-3.0/test/makedepend

Modified: branches/branch-3.0/Makefile
===================================================================
--- branches/branch-3.0/Makefile	2011-08-22 20:36:22 UTC (rev 8998)
+++ branches/branch-3.0/Makefile	2011-08-23 08:44:07 UTC (rev 8999)
@@ -89,24 +89,24 @@
 		$(RM) test/`basename $$file .fl`.h; \
 	done
 
-fltk-config: configure configh.in fltk-config.in
+fltk-config: configure include/configh.in fltk-config.in
 	if test -f config.status; then \
 		./config.status --recheck; \
 		./config.status; \
 	else \
 		./configure; \
 	fi
-	touch config.h
+	touch include/config.h
 	chmod +x fltk-config
 
-makeinclude: configure configh.in makeinclude.in
+makeinclude: configure include/configh.in makeinclude.in
 	if test -f config.status; then \
 		./config.status --recheck; \
 		./config.status; \
 	else \
 		./configure; \
 	fi
-	touch config.h
+	touch include/config.h
 	chmod +x fltk-config
 
 configure: configure.in

Deleted: branches/branch-3.0/configh.cmake.in

Deleted: branches/branch-3.0/configh.in

Modified: branches/branch-3.0/configure.in
===================================================================
--- branches/branch-3.0/configure.in	2011-08-22 20:36:22 UTC (rev 8998)
+++ branches/branch-3.0/configure.in	2011-08-23 08:44:07 UTC (rev 8999)
@@ -1370,7 +1370,7 @@
 fi
 
 dnl Write all of the files...
-AC_CONFIG_HEADER(config.h:configh.in)
+AC_CONFIG_HEADER(include/config.h:include/configh.in)
 AC_OUTPUT(makeinclude fltk.list fltk-config fltk.spec include/fltk3/Makefile)
 
 dnl Make sure the fltk-config script is executable...

Modified: branches/branch-3.0/fluid/file_make.cxx
===================================================================
--- branches/branch-3.0/fluid/file_make.cxx	2011-08-22 20:36:22 UTC (rev 8998)
+++ branches/branch-3.0/fluid/file_make.cxx	2011-08-23 08:44:07 UTC (rev 8999)
@@ -1601,7 +1601,7 @@
   fprintf(out, "fi\n");
   fprintf(out, "\n");
   fprintf(out, "dnl Write all of the files...\n");
-  fprintf(out, "AC_CONFIG_HEADER(config.h:configh.in)\n");
+  fprintf(out, "AC_CONFIG_HEADER(include/config.h:include/configh.in)\n");
   fprintf(out, "AC_OUTPUT(makeinclude fltk.list fltk-config fltk.spec include/fltk3/Makefile)\n");
   fprintf(out, "\n");
   fprintf(out, "dnl Make sure the fltk-config script is executable...\n");

Modified: branches/branch-3.0/fluid/makedepend
===================================================================
--- branches/branch-3.0/fluid/makedepend	2011-08-22 20:36:22 UTC (rev 8998)
+++ branches/branch-3.0/fluid/makedepend	2011-08-23 08:44:07 UTC (rev 8999)
@@ -1,17 +1,161 @@
 # DO NOT DELETE THIS LINE -- make depend depends on it.
 
-CodeEditor.o: CodeEditor.h
-Fl_Function_Type.o: Fl_Type.h Fluid_Image.h function_panel.h CodeEditor.h
-Fl_Function_Type.o: comments.h
-Fl_Group_Type.o: Fl_Widget_Type.h Fl_Type.h Fluid_Image.h
-Fl_Menu_Type.o: Fl_Widget_Type.h Fl_Type.h Fluid_Image.h alignment_panel.h
+CodeEditor.o: CodeEditor.h ../include/fltk3/run.h ../include/fltk3/utf8.h
+CodeEditor.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+CodeEditor.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+CodeEditor.o: ../include/fltk3/TextBuffer.h ../include/fltk3/TextEditor.h
+CodeEditor.o: ../include/fltk3/TextDisplay.h ../include/fltk3/draw.h
+CodeEditor.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+CodeEditor.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+CodeEditor.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+CodeEditor.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+CodeEditor.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+CodeEditor.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+CodeEditor.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+CodeEditor.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+CodeEditor.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+CodeEditor.o: ../include/fltk3/RGBImage.h ../include/fltk3/Scrollbar.h
+CodeEditor.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+CodeEditor.o: ../include/fltk3/TextBuffer.h
+Fl_Function_Type.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+Fl_Function_Type.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+Fl_Function_Type.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+Fl_Function_Type.o: ../include/fltk3/Preferences.h
+Fl_Function_Type.o: ../include/fltk3/FileChooser.h
+Fl_Function_Type.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+Fl_Function_Type.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+Fl_Function_Type.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+Fl_Function_Type.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+Fl_Function_Type.o: ../include/fltk3/Group.h ../include/fltk3/Choice.h
+Fl_Function_Type.o: ../include/fltk3/Menu_.h ../include/fltk3/MenuItem.h
+Fl_Function_Type.o: ../include/fltk3/Image.h ../include/fltk3/MenuButton.h
+Fl_Function_Type.o: ../include/fltk3/Button.h ../include/fltk3/TiledGroup.h
+Fl_Function_Type.o: ../include/fltk3/FileBrowser.h ../include/fltk3/Browser.h
+Fl_Function_Type.o: ../include/fltk3/Browser_.h ../include/fltk3/Scrollbar.h
+Fl_Function_Type.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+Fl_Function_Type.o: ../include/fltk3/FileIcon.h ../include/fltk3/run.h
+Fl_Function_Type.o: ../include/fltk3/filename.h ../include/fltk3/Box.h
+Fl_Function_Type.o: ../include/fltk3/CheckButton.h
+Fl_Function_Type.o: ../include/fltk3/LightButton.h ../include/fltk3/Button.h
+Fl_Function_Type.o: ../include/fltk3/FileInput.h ../include/fltk3/Input.h
+Fl_Function_Type.o: ../include/fltk3/Input_.h ../include/fltk3/ReturnButton.h
+Fl_Function_Type.o: ../include/fltk3/ask.h Fl_Type.h ../include/fltk3/Menu.h
+Fl_Function_Type.o: ../include/fltk3/Plugin.h Fluid_Image.h
+Fl_Function_Type.o: ../include/fltk3/SharedImage.h ../include/fltk3/draw.h
+Fl_Function_Type.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+Fl_Function_Type.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+Fl_Function_Type.o: ../include/fltk3/Object.h ../include/fltk3/Image.h
+Fl_Function_Type.o: ../include/fltk3/Bitmap.h ../include/fltk3/Pixmap.h
+Fl_Function_Type.o: ../include/fltk3/RGBImage.h ../include/fltk3/TabGroup.h
+Fl_Function_Type.o: ../include/fltk3/PackedGroup.h
+Fl_Function_Type.o: ../include/fltk3/WizardGroup.h ../include/fltk3/Menu_.h
+Fl_Function_Type.o: ../include/fltk3/InputChoice.h ../include/fltk3/MenuBar.h
+Fl_Function_Type.o: ../src/core/flstring.h ../include/fltk3/Export.h
+Fl_Function_Type.o: ../include/config.h function_panel.h
+Fl_Function_Type.o: ../include/fltk3/LightButton.h
+Fl_Function_Type.o: ../include/fltk3/TextEditor.h
+Fl_Function_Type.o: ../include/fltk3/TextDisplay.h ../include/fltk3/draw.h
+Fl_Function_Type.o: ../include/fltk3/TextBuffer.h CodeEditor.h
+Fl_Function_Type.o: ../include/fltk3/TextBuffer.h comments.h
+Fl_Group_Type.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+Fl_Group_Type.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+Fl_Group_Type.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+Fl_Group_Type.o: ../include/fltk3/Group.h ../include/fltk3/Table.h
+Fl_Group_Type.o: ../include/fltk3/ScrollGroup.h ../include/fltk3/Group.h
+Fl_Group_Type.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+Fl_Group_Type.o: ../include/fltk3/Object.h ../include/fltk3/Wrapper.h
+Fl_Group_Type.o: ../include/fltk3/Widget.h ../include/fltk3/Scrollbar.h
+Fl_Group_Type.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+Fl_Group_Type.o: ../include/fltk3/Box.h ../include/fltk3/Scrollbar.h
+Fl_Group_Type.o: ../include/fltk3/message.h ../include/fltk3/ask.h
+Fl_Group_Type.o: Fl_Widget_Type.h Fl_Type.h ../include/fltk3/DoubleWindow.h
+Fl_Group_Type.o: ../include/fltk3/Window.h ../include/fltk3/Menu.h
+Fl_Group_Type.o: ../include/fltk3/MenuItem.h ../include/fltk3/Image.h
+Fl_Group_Type.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+Fl_Group_Type.o: Fluid_Image.h ../include/fltk3/SharedImage.h
+Fl_Group_Type.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+Fl_Group_Type.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+Fl_Group_Type.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+Fl_Group_Type.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+Fl_Group_Type.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+Fl_Group_Type.o: ../include/fltk3/TabGroup.h ../include/fltk3/PackedGroup.h
+Fl_Group_Type.o: ../include/fltk3/WizardGroup.h ../include/fltk3/Menu_.h
+Fl_Group_Type.o: ../include/fltk3/MenuButton.h ../include/fltk3/Menu_.h
+Fl_Group_Type.o: ../include/fltk3/Choice.h ../include/fltk3/InputChoice.h
+Fl_Group_Type.o: ../include/fltk3/Input.h ../include/fltk3/Input_.h
+Fl_Group_Type.o: ../include/fltk3/MenuBar.h ../src/core/flstring.h
+Fl_Group_Type.o: ../include/fltk3/Export.h ../include/config.h
+Fl_Menu_Type.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+Fl_Menu_Type.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+Fl_Menu_Type.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+Fl_Menu_Type.o: Fl_Widget_Type.h Fl_Type.h ../include/fltk3/Widget.h
+Fl_Menu_Type.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+Fl_Menu_Type.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+Fl_Menu_Type.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+Fl_Menu_Type.o: ../include/fltk3/Wrapper.h ../include/fltk3/Menu.h
+Fl_Menu_Type.o: ../include/fltk3/MenuItem.h ../include/fltk3/Image.h
+Fl_Menu_Type.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+Fl_Menu_Type.o: Fluid_Image.h ../include/fltk3/SharedImage.h
+Fl_Menu_Type.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+Fl_Menu_Type.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+Fl_Menu_Type.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+Fl_Menu_Type.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+Fl_Menu_Type.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+Fl_Menu_Type.o: ../include/fltk3/TabGroup.h ../include/fltk3/PackedGroup.h
+Fl_Menu_Type.o: ../include/fltk3/Group.h ../include/fltk3/WizardGroup.h
+Fl_Menu_Type.o: ../include/fltk3/Menu_.h ../include/fltk3/MenuButton.h
+Fl_Menu_Type.o: ../include/fltk3/Menu_.h ../include/fltk3/Choice.h
+Fl_Menu_Type.o: ../include/fltk3/InputChoice.h ../include/fltk3/Input.h
+Fl_Menu_Type.o: ../include/fltk3/Input_.h ../include/fltk3/MenuBar.h
+Fl_Menu_Type.o: alignment_panel.h ../include/fltk3/TextBuffer.h
+Fl_Menu_Type.o: ../include/fltk3/TextDisplay.h ../include/fltk3/draw.h
+Fl_Menu_Type.o: ../include/fltk3/Scrollbar.h ../include/fltk3/Slider.h
+Fl_Menu_Type.o: ../include/fltk3/Valuator.h ../include/fltk3/TextBuffer.h
+Fl_Menu_Type.o: ../include/fltk3/filename.h ../include/fltk3/Tooltip.h
+Fl_Menu_Type.o: ../include/fltk3/Button.h ../include/fltk3/Box.h
+Fl_Menu_Type.o: ../include/fltk3/CheckButton.h ../include/fltk3/LightButton.h
+Fl_Menu_Type.o: ../include/fltk3/Button.h ../include/fltk3/IntInput.h
+Fl_Menu_Type.o: ../include/fltk3/Input.h ../include/fltk3/Spinner.h
+Fl_Menu_Type.o: ../include/fltk3/RepeatButton.h ../include/fltk3/run.h
+Fl_Menu_Type.o: ../include/fltk3/ReturnButton.h
+Fl_Menu_Type.o: ../include/fltk3/RoundButton.h ../include/fltk3/message.h
+Fl_Menu_Type.o: ../include/fltk3/ask.h ../include/fltk3/ValueInput.h
+Fl_Menu_Type.o: ../src/core/flstring.h ../include/fltk3/Export.h
+Fl_Menu_Type.o: ../include/config.h ../include/fltk3/Output.h
 Fl_Menu_Type.o: Shortcut_Button.h
-Fl_Type.o: Fl_Type.h Fluid_Image.h workspace_panel.h undo.h pixmaps/lock.xpm
-Fl_Type.o: pixmaps/protected.xpm pixmaps/flWindow.xpm pixmaps/flButton.xpm
-Fl_Type.o: pixmaps/flCheckButton.xpm pixmaps/flRoundButton.xpm
-Fl_Type.o: pixmaps/flBox.xpm pixmaps/flGroup.xpm pixmaps/flFunction.xpm
-Fl_Type.o: pixmaps/flCode.xpm pixmaps/flCodeBlock.xpm pixmaps/flComment.xpm
-Fl_Type.o: pixmaps/flData.xpm pixmaps/flDeclaration.xpm
+Fl_Type.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+Fl_Type.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+Fl_Type.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+Fl_Type.o: ../include/fltk3/ask.h ../include/fltk3/Browser_.h
+Fl_Type.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+Fl_Type.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+Fl_Type.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+Fl_Type.o: ../include/fltk3/Scrollbar.h ../include/fltk3/Slider.h
+Fl_Type.o: ../include/fltk3/Valuator.h ../include/fltk3/draw.h
+Fl_Type.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+Fl_Type.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+Fl_Type.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+Fl_Type.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+Fl_Type.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+Fl_Type.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+Fl_Type.o: ../include/fltk3/RGBImage.h ../include/fltk3/filename.h
+Fl_Type.o: ../src/core/flstring.h ../include/fltk3/Export.h
+Fl_Type.o: ../include/config.h Fl_Type.h ../include/fltk3/DoubleWindow.h
+Fl_Type.o: ../include/fltk3/Menu.h ../include/fltk3/MenuItem.h Fluid_Image.h
+Fl_Type.o: ../include/fltk3/SharedImage.h ../include/fltk3/TabGroup.h
+Fl_Type.o: ../include/fltk3/PackedGroup.h ../include/fltk3/Group.h
+Fl_Type.o: ../include/fltk3/WizardGroup.h ../include/fltk3/Menu_.h
+Fl_Type.o: ../include/fltk3/MenuButton.h ../include/fltk3/Menu_.h
+Fl_Type.o: ../include/fltk3/Choice.h ../include/fltk3/InputChoice.h
+Fl_Type.o: ../include/fltk3/Input.h ../include/fltk3/Input_.h
+Fl_Type.o: ../include/fltk3/MenuBar.h workspace_panel.h
+Fl_Type.o: ../include/fltk3/MultiLabel.h ../include/fltk3/ScrollGroup.h
+Fl_Type.o: ../include/fltk3/Box.h ../include/fltk3/Button.h undo.h
+Fl_Type.o: pixmaps/lock.xpm pixmaps/protected.xpm pixmaps/flWindow.xpm
+Fl_Type.o: pixmaps/flButton.xpm pixmaps/flCheckButton.xpm
+Fl_Type.o: pixmaps/flRoundButton.xpm pixmaps/flBox.xpm pixmaps/flGroup.xpm
+Fl_Type.o: pixmaps/flFunction.xpm pixmaps/flCode.xpm pixmaps/flCodeBlock.xpm
+Fl_Type.o: pixmaps/flComment.xpm pixmaps/flData.xpm pixmaps/flDeclaration.xpm
 Fl_Type.o: pixmaps/flDeclarationBlock.xpm pixmaps/flClass.xpm
 Fl_Type.o: pixmaps/flTabs.xpm pixmaps/flInput.xpm pixmaps/flChoice.xpm
 Fl_Type.o: pixmaps/flMenuitem.xpm pixmaps/flMenubar.xpm pixmaps/flSubmenu.xpm
@@ -34,31 +178,625 @@
 Fl_Type.o: pixmaps/flMenuNone.xpm pixmaps/flMenuMulti.xpm
 Fl_Type.o: pixmaps/flMenuAll.xpm pixmaps/flWorkspace.xpm
 Fl_Type.o: pixmaps/flDependency.xpm pixmaps/flOption.xpm
-Fl_Widget_Type.o: Fl_Widget_Type.h Fl_Type.h Fluid_Image.h alignment_panel.h
-Fl_Widget_Type.o: widget_panel.h Shortcut_Button.h CodeEditor.h
-Fl_Window_Type.o: Fl_Widget_Type.h Fl_Type.h Fluid_Image.h undo.h
-Fl_Window_Type.o: alignment_panel.h widget_panel.h Shortcut_Button.h
-Fl_Window_Type.o: CodeEditor.h
-Fluid_Image.o: Fl_Type.h Fluid_Image.h
-about_panel.o: about_panel.h
-align_widget.o: Fl_Widget_Type.h Fl_Type.h Fluid_Image.h undo.h
-alignment_panel.o: alignment_panel.h
-code.o: Fl_Type.h Fluid_Image.h alignment_panel.h
-factory.o: undo.h Fl_Widget_Type.h Fl_Type.h Fluid_Image.h
-file.o: alignment_panel.h workspace_panel.h Fl_Type.h Fluid_Image.h
-file.o: Fl_Widget_Type.h
-file_cmake.o: Fl_Type.h Fluid_Image.h
-file_make.o: Fl_Type.h Fluid_Image.h
-file_visualc_6.o: Fl_Type.h Fluid_Image.h
-file_visualc_2008.o: Fl_Type.h Fluid_Image.h
-file_visualc_2010.o: Fl_Type.h Fluid_Image.h
-file_xcode.o: Fl_Type.h Fluid_Image.h
-fluid.o: alignment_panel.h function_panel.h CodeEditor.h template_panel.h
-fluid.o: workspace_panel.h Fl_Type.h Fluid_Image.h about_panel.h undo.h
-function_panel.o: function_panel.h CodeEditor.h Fl_Type.h Fluid_Image.h
+Fl_Widget_Type.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+Fl_Widget_Type.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+Fl_Widget_Type.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+Fl_Widget_Type.o: ../include/fltk3/Group.h ../include/fltk3/Table.h
+Fl_Widget_Type.o: ../include/fltk3/ScrollGroup.h ../include/fltk3/Group.h
+Fl_Widget_Type.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+Fl_Widget_Type.o: ../include/fltk3/Object.h ../include/fltk3/Wrapper.h
+Fl_Widget_Type.o: ../include/fltk3/Widget.h ../include/fltk3/Scrollbar.h
+Fl_Widget_Type.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+Fl_Widget_Type.o: ../include/fltk3/Box.h ../include/fltk3/Scrollbar.h
+Fl_Widget_Type.o: ../include/fltk3/Input.h ../include/fltk3/Input_.h
+Fl_Widget_Type.o: Fl_Widget_Type.h Fl_Type.h ../include/fltk3/DoubleWindow.h
+Fl_Widget_Type.o: ../include/fltk3/Window.h ../include/fltk3/Menu.h
+Fl_Widget_Type.o: ../include/fltk3/MenuItem.h ../include/fltk3/Image.h
+Fl_Widget_Type.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+Fl_Widget_Type.o: Fluid_Image.h ../include/fltk3/SharedImage.h
+Fl_Widget_Type.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+Fl_Widget_Type.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+Fl_Widget_Type.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+Fl_Widget_Type.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+Fl_Widget_Type.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+Fl_Widget_Type.o: ../include/fltk3/TabGroup.h ../include/fltk3/PackedGroup.h
+Fl_Widget_Type.o: ../include/fltk3/WizardGroup.h ../include/fltk3/Menu_.h
+Fl_Widget_Type.o: ../include/fltk3/MenuButton.h ../include/fltk3/Menu_.h
+Fl_Widget_Type.o: ../include/fltk3/Choice.h ../include/fltk3/InputChoice.h
+Fl_Widget_Type.o: ../include/fltk3/MenuBar.h alignment_panel.h
+Fl_Widget_Type.o: ../include/fltk3/TextBuffer.h
+Fl_Widget_Type.o: ../include/fltk3/TextDisplay.h ../include/fltk3/draw.h
+Fl_Widget_Type.o: ../include/fltk3/TextBuffer.h ../include/fltk3/filename.h
+Fl_Widget_Type.o: ../include/fltk3/Tooltip.h ../include/fltk3/Button.h
+Fl_Widget_Type.o: ../include/fltk3/CheckButton.h
+Fl_Widget_Type.o: ../include/fltk3/LightButton.h ../include/fltk3/Button.h
+Fl_Widget_Type.o: ../include/fltk3/IntInput.h ../include/fltk3/Input.h
+Fl_Widget_Type.o: ../include/fltk3/Spinner.h ../include/fltk3/RepeatButton.h
+Fl_Widget_Type.o: ../include/fltk3/run.h ../include/fltk3/ReturnButton.h
+Fl_Widget_Type.o: ../include/fltk3/RoundButton.h ../include/fltk3/message.h
+Fl_Widget_Type.o: ../include/fltk3/ask.h ../include/fltk3/Slider.h
+Fl_Widget_Type.o: ../src/core/flstring.h ../include/fltk3/Export.h
+Fl_Widget_Type.o: ../include/config.h widget_panel.h
+Fl_Widget_Type.o: ../include/fltk3/ValueInput.h
+Fl_Widget_Type.o: ../include/fltk3/LightButton.h Shortcut_Button.h
+Fl_Widget_Type.o: CodeEditor.h ../include/fltk3/TextEditor.h
+Fl_Widget_Type.o: ../include/fltk3/TextDisplay.h
+Fl_Widget_Type.o: ../include/fltk3/show_colormap.h
+Fl_Window_Type.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+Fl_Window_Type.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+Fl_Window_Type.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+Fl_Window_Type.o: ../include/fltk3/OverlayWindow.h
+Fl_Window_Type.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+Fl_Window_Type.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+Fl_Window_Type.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+Fl_Window_Type.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+Fl_Window_Type.o: ../include/fltk3/message.h ../include/fltk3/ask.h
+Fl_Window_Type.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+Fl_Window_Type.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+Fl_Window_Type.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+Fl_Window_Type.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+Fl_Window_Type.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+Fl_Window_Type.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+Fl_Window_Type.o: ../include/fltk3/RGBImage.h ../include/fltk3/MenuItem.h
+Fl_Window_Type.o: ../include/fltk3/RoundButton.h
+Fl_Window_Type.o: ../include/fltk3/LightButton.h ../include/fltk3/Button.h
+Fl_Window_Type.o: Fl_Widget_Type.h Fl_Type.h ../include/fltk3/DoubleWindow.h
+Fl_Window_Type.o: ../include/fltk3/Menu.h ../include/fltk3/MenuItem.h
+Fl_Window_Type.o: Fluid_Image.h ../include/fltk3/SharedImage.h
+Fl_Window_Type.o: ../include/fltk3/TabGroup.h ../include/fltk3/PackedGroup.h
+Fl_Window_Type.o: ../include/fltk3/Group.h ../include/fltk3/WizardGroup.h
+Fl_Window_Type.o: ../include/fltk3/Menu_.h ../include/fltk3/MenuButton.h
+Fl_Window_Type.o: ../include/fltk3/Menu_.h ../include/fltk3/Choice.h
+Fl_Window_Type.o: ../include/fltk3/InputChoice.h ../include/fltk3/Input.h
+Fl_Window_Type.o: ../include/fltk3/Input_.h ../include/fltk3/MenuBar.h undo.h
+Fl_Window_Type.o: alignment_panel.h ../include/fltk3/TextBuffer.h
+Fl_Window_Type.o: ../include/fltk3/TextDisplay.h ../include/fltk3/draw.h
+Fl_Window_Type.o: ../include/fltk3/Scrollbar.h ../include/fltk3/Slider.h
+Fl_Window_Type.o: ../include/fltk3/Valuator.h ../include/fltk3/TextBuffer.h
+Fl_Window_Type.o: ../include/fltk3/filename.h ../include/fltk3/Tooltip.h
+Fl_Window_Type.o: ../include/fltk3/Button.h ../include/fltk3/Box.h
+Fl_Window_Type.o: ../include/fltk3/CheckButton.h ../include/fltk3/IntInput.h
+Fl_Window_Type.o: ../include/fltk3/Input.h ../include/fltk3/Spinner.h
+Fl_Window_Type.o: ../include/fltk3/RepeatButton.h ../include/fltk3/run.h
+Fl_Window_Type.o: ../include/fltk3/ReturnButton.h widget_panel.h
+Fl_Window_Type.o: ../include/fltk3/ValueInput.h
+Fl_Window_Type.o: ../include/fltk3/LightButton.h Shortcut_Button.h
+Fl_Window_Type.o: CodeEditor.h ../include/fltk3/TextEditor.h
+Fl_Window_Type.o: ../include/fltk3/TextDisplay.h ../src/core/flstring.h
+Fl_Window_Type.o: ../include/fltk3/Export.h ../include/config.h
+Fluid_Image.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+Fluid_Image.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+Fluid_Image.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+Fluid_Image.o: ../include/fltk3/Widget.h Fl_Type.h
+Fluid_Image.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+Fluid_Image.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+Fluid_Image.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+Fluid_Image.o: ../include/fltk3/Wrapper.h ../include/fltk3/Menu.h
+Fluid_Image.o: ../include/fltk3/MenuItem.h ../include/fltk3/Image.h
+Fluid_Image.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+Fluid_Image.o: Fluid_Image.h ../include/fltk3/SharedImage.h
+Fluid_Image.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+Fluid_Image.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+Fluid_Image.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+Fluid_Image.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+Fluid_Image.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+Fluid_Image.o: ../include/fltk3/TabGroup.h ../include/fltk3/PackedGroup.h
+Fluid_Image.o: ../include/fltk3/Group.h ../include/fltk3/WizardGroup.h
+Fluid_Image.o: ../include/fltk3/Menu_.h ../include/fltk3/MenuButton.h
+Fluid_Image.o: ../include/fltk3/Menu_.h ../include/fltk3/Choice.h
+Fluid_Image.o: ../include/fltk3/InputChoice.h ../include/fltk3/Input.h
+Fluid_Image.o: ../include/fltk3/Input_.h ../include/fltk3/MenuBar.h
+Fluid_Image.o: ../src/core/flstring.h ../include/fltk3/Export.h
+Fluid_Image.o: ../include/config.h ../include/fltk3/filename.h
+Fluid_Image.o: ../include/fltk3/FileChooser.h ../include/fltk3/Button.h
+Fluid_Image.o: ../include/fltk3/TiledGroup.h ../include/fltk3/FileBrowser.h
+Fluid_Image.o: ../include/fltk3/Browser.h ../include/fltk3/Browser_.h
+Fluid_Image.o: ../include/fltk3/Scrollbar.h ../include/fltk3/Slider.h
+Fluid_Image.o: ../include/fltk3/Valuator.h ../include/fltk3/FileIcon.h
+Fluid_Image.o: ../include/fltk3/run.h ../include/fltk3/filename.h
+Fluid_Image.o: ../include/fltk3/Box.h ../include/fltk3/CheckButton.h
+Fluid_Image.o: ../include/fltk3/LightButton.h ../include/fltk3/Button.h
+Fluid_Image.o: ../include/fltk3/FileInput.h ../include/fltk3/ReturnButton.h
+Fluid_Image.o: ../include/fltk3/ask.h
+about_panel.o: about_panel.h ../include/fltk3/run.h ../include/fltk3/utf8.h
+about_panel.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+about_panel.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+about_panel.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+about_panel.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+about_panel.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+about_panel.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+about_panel.o: ../include/fltk3/Box.h ../include/fltk3/Button.h
+about_panel.o: ../include/fltk3/ReturnButton.h ../include/fltk3/Button.h
+about_panel.o: ../include/fltk3/Pixmap.h ../include/fltk3/Image.h
+align_widget.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+align_widget.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+align_widget.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+align_widget.o: ../include/fltk3/Window.h Fl_Widget_Type.h Fl_Type.h
+align_widget.o: ../include/fltk3/Widget.h ../include/fltk3/DoubleWindow.h
+align_widget.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+align_widget.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+align_widget.o: ../include/fltk3/Object.h ../include/fltk3/Wrapper.h
+align_widget.o: ../include/fltk3/Menu.h ../include/fltk3/MenuItem.h
+align_widget.o: ../include/fltk3/Image.h ../include/fltk3/Plugin.h
+align_widget.o: ../include/fltk3/Preferences.h Fluid_Image.h
+align_widget.o: ../include/fltk3/SharedImage.h ../include/fltk3/draw.h
+align_widget.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+align_widget.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+align_widget.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+align_widget.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+align_widget.o: ../include/fltk3/TabGroup.h ../include/fltk3/PackedGroup.h
+align_widget.o: ../include/fltk3/Group.h ../include/fltk3/WizardGroup.h
+align_widget.o: ../include/fltk3/Menu_.h ../include/fltk3/MenuButton.h
+align_widget.o: ../include/fltk3/Menu_.h ../include/fltk3/Choice.h
+align_widget.o: ../include/fltk3/InputChoice.h ../include/fltk3/Input.h
+align_widget.o: ../include/fltk3/Input_.h ../include/fltk3/MenuBar.h undo.h
+alignment_panel.o: alignment_panel.h ../include/fltk3/run.h
+alignment_panel.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+alignment_panel.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+alignment_panel.o: ../include/fltk3/enumerations.h
+alignment_panel.o: ../include/fltk3/TextBuffer.h
+alignment_panel.o: ../include/fltk3/TextDisplay.h ../include/fltk3/draw.h
+alignment_panel.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+alignment_panel.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+alignment_panel.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+alignment_panel.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+alignment_panel.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+alignment_panel.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+alignment_panel.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+alignment_panel.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+alignment_panel.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+alignment_panel.o: ../include/fltk3/RGBImage.h ../include/fltk3/Scrollbar.h
+alignment_panel.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+alignment_panel.o: ../include/fltk3/TextBuffer.h ../include/fltk3/filename.h
+alignment_panel.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Tooltip.h
+alignment_panel.o: ../include/fltk3/Button.h ../include/fltk3/TabGroup.h
+alignment_panel.o: ../include/fltk3/Group.h ../include/fltk3/Box.h
+alignment_panel.o: ../include/fltk3/Input.h ../include/fltk3/Input_.h
+alignment_panel.o: ../include/fltk3/CheckButton.h
+alignment_panel.o: ../include/fltk3/LightButton.h ../include/fltk3/Button.h
+alignment_panel.o: ../include/fltk3/Choice.h ../include/fltk3/Menu_.h
+alignment_panel.o: ../include/fltk3/MenuItem.h ../include/fltk3/IntInput.h
+alignment_panel.o: ../include/fltk3/Input.h ../include/fltk3/Spinner.h
+alignment_panel.o: ../include/fltk3/RepeatButton.h ../include/fltk3/run.h
+alignment_panel.o: ../include/fltk3/ReturnButton.h
+alignment_panel.o: ../include/fltk3/RoundButton.h ../include/fltk3/ask.h
+code.o: ../src/core/flstring.h ../include/fltk3/Export.h ../include/config.h
+code.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+code.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+code.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h Fl_Type.h
+code.o: ../include/fltk3/Widget.h ../include/fltk3/DoubleWindow.h
+code.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+code.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+code.o: ../include/fltk3/Object.h ../include/fltk3/Wrapper.h
+code.o: ../include/fltk3/Menu.h ../include/fltk3/MenuItem.h
+code.o: ../include/fltk3/Image.h ../include/fltk3/Plugin.h
+code.o: ../include/fltk3/Preferences.h Fluid_Image.h
+code.o: ../include/fltk3/SharedImage.h ../include/fltk3/draw.h
+code.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+code.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+code.o: ../include/fltk3/Object.h ../include/fltk3/Image.h
+code.o: ../include/fltk3/Bitmap.h ../include/fltk3/Pixmap.h
+code.o: ../include/fltk3/RGBImage.h ../include/fltk3/TabGroup.h
+code.o: ../include/fltk3/PackedGroup.h ../include/fltk3/Group.h
+code.o: ../include/fltk3/WizardGroup.h ../include/fltk3/Menu_.h
+code.o: ../include/fltk3/MenuButton.h ../include/fltk3/Menu_.h
+code.o: ../include/fltk3/Choice.h ../include/fltk3/InputChoice.h
+code.o: ../include/fltk3/Input.h ../include/fltk3/Input_.h
+code.o: ../include/fltk3/MenuBar.h alignment_panel.h
+code.o: ../include/fltk3/TextBuffer.h ../include/fltk3/TextDisplay.h
+code.o: ../include/fltk3/draw.h ../include/fltk3/Scrollbar.h
+code.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+code.o: ../include/fltk3/TextBuffer.h ../include/fltk3/filename.h
+code.o: ../include/fltk3/Tooltip.h ../include/fltk3/Button.h
+code.o: ../include/fltk3/Box.h ../include/fltk3/CheckButton.h
+code.o: ../include/fltk3/LightButton.h ../include/fltk3/Button.h
+code.o: ../include/fltk3/IntInput.h ../include/fltk3/Input.h
+code.o: ../include/fltk3/Spinner.h ../include/fltk3/RepeatButton.h
+code.o: ../include/fltk3/run.h ../include/fltk3/ReturnButton.h
+code.o: ../include/fltk3/RoundButton.h
+factory.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+factory.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+factory.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+factory.o: ../include/fltk3/Group.h ../include/fltk3/MenuItem.h
+factory.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+factory.o: ../include/fltk3/Object.h ../include/fltk3/Image.h
+factory.o: ../include/fltk3/Pixmap.h ../include/fltk3/Tree.h
+factory.o: ../include/fltk3/Scrollbar.h ../include/fltk3/draw.h
+factory.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+factory.o: ../include/fltk3/Group.h ../include/fltk3/Wrapper.h
+factory.o: ../include/fltk3/Widget.h ../include/fltk3/enumerations.h
+factory.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+factory.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+factory.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+factory.o: ../include/fltk3/Bitmap.h ../include/fltk3/RGBImage.h
+factory.o: ../include/fltk3/TreeItem.h ../include/fltk3/TreeItemArray.h
+factory.o: ../include/fltk3/TreePrefs.h ../src/core/flstring.h
+factory.o: ../include/fltk3/Export.h ../include/config.h undo.h
+factory.o: Fl_Widget_Type.h Fl_Type.h ../include/fltk3/DoubleWindow.h
+factory.o: ../include/fltk3/Menu.h ../include/fltk3/MenuItem.h Fluid_Image.h
+factory.o: ../include/fltk3/SharedImage.h ../include/fltk3/TabGroup.h
+factory.o: ../include/fltk3/PackedGroup.h ../include/fltk3/WizardGroup.h
+factory.o: ../include/fltk3/Menu_.h ../include/fltk3/MenuButton.h
+factory.o: ../include/fltk3/Menu_.h ../include/fltk3/Choice.h
+factory.o: ../include/fltk3/InputChoice.h ../include/fltk3/Input.h
+factory.o: ../include/fltk3/Input_.h ../include/fltk3/MenuBar.h
+factory.o: ../include/fltk3/Box.h ../include/fltk3/Button.h
+factory.o: ../include/fltk3/ReturnButton.h ../include/fltk3/Button.h
+factory.o: ../include/fltk3/RepeatButton.h ../include/fltk3/run.h
+factory.o: ../include/fltk3/LightButton.h ../include/fltk3/CheckButton.h
+factory.o: ../include/fltk3/LightButton.h ../include/fltk3/RoundButton.h
+factory.o: ../include/fltk3/Browser.h ../include/fltk3/Browser_.h
+factory.o: ../include/fltk3/Scrollbar.h ../include/fltk3/Slider.h
+factory.o: ../include/fltk3/Valuator.h ../include/fltk3/CheckBrowser.h
+factory.o: ../include/fltk3/FileBrowser.h ../include/fltk3/Browser.h
+factory.o: ../include/fltk3/FileIcon.h ../include/fltk3/filename.h
+factory.o: ../include/fltk3/Counter.h ../include/fltk3/Spinner.h
+factory.o: ../include/fltk3/FileInput.h ../include/fltk3/TextDisplay.h
+factory.o: ../include/fltk3/draw.h ../include/fltk3/TextBuffer.h
+factory.o: ../include/fltk3/TextEditor.h ../include/fltk3/TextDisplay.h
+factory.o: ../include/fltk3/Clock.h ../include/fltk3/HelpView.h
+factory.o: ../include/fltk3/SharedImage.h ../include/fltk3/Progress.h
+factory.o: ../include/fltk3/Adjuster.h ../include/fltk3/Dial.h
+factory.o: ../include/fltk3/Roller.h ../include/fltk3/Output.h
+factory.o: ../include/fltk3/Input.h ../include/fltk3/ValueInput.h
+factory.o: ../include/fltk3/ValueOutput.h ../include/fltk3/ValueSlider.h
+factory.o: ../include/fltk3/MultiLabel.h
+file.o: ../src/core/flstring.h ../include/fltk3/Export.h ../include/config.h
+file.o: alignment_panel.h ../include/fltk3/run.h ../include/fltk3/utf8.h
+file.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+file.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+file.o: ../include/fltk3/TextBuffer.h ../include/fltk3/TextDisplay.h
+file.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+file.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+file.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+file.o: ../include/fltk3/Object.h ../include/fltk3/Wrapper.h
+file.o: ../include/fltk3/Widget.h ../include/fltk3/enumerations.h
+file.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+file.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+file.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+file.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+file.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+file.o: ../include/fltk3/Scrollbar.h ../include/fltk3/Slider.h
+file.o: ../include/fltk3/Valuator.h ../include/fltk3/TextBuffer.h
+file.o: ../include/fltk3/filename.h ../include/fltk3/DoubleWindow.h
+file.o: ../include/fltk3/Tooltip.h ../include/fltk3/Button.h
+file.o: ../include/fltk3/TabGroup.h ../include/fltk3/Group.h
+file.o: ../include/fltk3/Box.h ../include/fltk3/Input.h
+file.o: ../include/fltk3/Input_.h ../include/fltk3/CheckButton.h
+file.o: ../include/fltk3/LightButton.h ../include/fltk3/Button.h
+file.o: ../include/fltk3/Choice.h ../include/fltk3/Menu_.h
+file.o: ../include/fltk3/MenuItem.h ../include/fltk3/IntInput.h
+file.o: ../include/fltk3/Input.h ../include/fltk3/Spinner.h
+file.o: ../include/fltk3/RepeatButton.h ../include/fltk3/run.h
+file.o: ../include/fltk3/ReturnButton.h ../include/fltk3/RoundButton.h
+file.o: workspace_panel.h Fl_Type.h ../include/fltk3/Menu.h Fluid_Image.h
+file.o: ../include/fltk3/SharedImage.h ../include/fltk3/draw.h
+file.o: ../include/fltk3/PackedGroup.h ../include/fltk3/WizardGroup.h
+file.o: ../include/fltk3/Menu_.h ../include/fltk3/MenuButton.h
+file.o: ../include/fltk3/InputChoice.h ../include/fltk3/MenuBar.h
+file.o: ../include/fltk3/MultiLabel.h ../include/fltk3/ScrollGroup.h
+file.o: ../include/fltk3/FileChooser.h ../include/fltk3/TiledGroup.h
+file.o: ../include/fltk3/FileBrowser.h ../include/fltk3/Browser.h
+file.o: ../include/fltk3/Browser_.h ../include/fltk3/FileIcon.h
+file.o: ../include/fltk3/filename.h ../include/fltk3/FileInput.h
+file.o: ../include/fltk3/ask.h ../include/fltk3/message.h
+file.o: ../include/fltk3/ask.h Fl_Widget_Type.h
+file_cmake.o: Fl_Type.h ../include/fltk3/Widget.h
+file_cmake.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+file_cmake.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+file_cmake.o: ../include/fltk3/enumerations.h ../include/fltk3/Export.h
+file_cmake.o: ../include/fltk3/types.h ../include/fltk3/Rectangle.h
+file_cmake.o: ../include/fltk3/Object.h ../include/fltk3/Wrapper.h
+file_cmake.o: ../include/fltk3/Menu.h ../include/fltk3/MenuItem.h
+file_cmake.o: ../include/fltk3/Image.h ../include/fltk3/Plugin.h
+file_cmake.o: ../include/fltk3/Preferences.h Fluid_Image.h
+file_cmake.o: ../include/fltk3/SharedImage.h ../include/fltk3/run.h
+file_cmake.o: ../include/fltk3/utf8.h ../include/fltk3/Xutf8.h
+file_cmake.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+file_cmake.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+file_cmake.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+file_cmake.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+file_cmake.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+file_cmake.o: ../include/fltk3/TabGroup.h ../include/fltk3/PackedGroup.h
+file_cmake.o: ../include/fltk3/Group.h ../include/fltk3/WizardGroup.h
+file_cmake.o: ../include/fltk3/Menu_.h ../include/fltk3/MenuButton.h
+file_cmake.o: ../include/fltk3/Menu_.h ../include/fltk3/Choice.h
+file_cmake.o: ../include/fltk3/InputChoice.h ../include/fltk3/Input.h
+file_cmake.o: ../include/fltk3/Input_.h ../include/fltk3/MenuBar.h
+file_cmake.o: ../include/fltk3/filename.h
+file_make.o: Fl_Type.h ../include/fltk3/Widget.h
+file_make.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+file_make.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+file_make.o: ../include/fltk3/enumerations.h ../include/fltk3/Export.h
+file_make.o: ../include/fltk3/types.h ../include/fltk3/Rectangle.h
+file_make.o: ../include/fltk3/Object.h ../include/fltk3/Wrapper.h
+file_make.o: ../include/fltk3/Menu.h ../include/fltk3/MenuItem.h
+file_make.o: ../include/fltk3/Image.h ../include/fltk3/Plugin.h
+file_make.o: ../include/fltk3/Preferences.h Fluid_Image.h
+file_make.o: ../include/fltk3/SharedImage.h ../include/fltk3/run.h
+file_make.o: ../include/fltk3/utf8.h ../include/fltk3/Xutf8.h
+file_make.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+file_make.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+file_make.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+file_make.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+file_make.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+file_make.o: ../include/fltk3/TabGroup.h ../include/fltk3/PackedGroup.h
+file_make.o: ../include/fltk3/Group.h ../include/fltk3/WizardGroup.h
+file_make.o: ../include/fltk3/Menu_.h ../include/fltk3/MenuButton.h
+file_make.o: ../include/fltk3/Menu_.h ../include/fltk3/Choice.h
+file_make.o: ../include/fltk3/InputChoice.h ../include/fltk3/Input.h
+file_make.o: ../include/fltk3/Input_.h ../include/fltk3/MenuBar.h
+file_make.o: ../include/fltk3/filename.h
+file_visualc_6.o: Fl_Type.h ../include/fltk3/Widget.h
+file_visualc_6.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+file_visualc_6.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+file_visualc_6.o: ../include/fltk3/enumerations.h ../include/fltk3/Export.h
+file_visualc_6.o: ../include/fltk3/types.h ../include/fltk3/Rectangle.h
+file_visualc_6.o: ../include/fltk3/Object.h ../include/fltk3/Wrapper.h
+file_visualc_6.o: ../include/fltk3/Menu.h ../include/fltk3/MenuItem.h
+file_visualc_6.o: ../include/fltk3/Image.h ../include/fltk3/Plugin.h
+file_visualc_6.o: ../include/fltk3/Preferences.h Fluid_Image.h
+file_visualc_6.o: ../include/fltk3/SharedImage.h ../include/fltk3/run.h
+file_visualc_6.o: ../include/fltk3/utf8.h ../include/fltk3/Xutf8.h
+file_visualc_6.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+file_visualc_6.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+file_visualc_6.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+file_visualc_6.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+file_visualc_6.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+file_visualc_6.o: ../include/fltk3/TabGroup.h ../include/fltk3/PackedGroup.h
+file_visualc_6.o: ../include/fltk3/Group.h ../include/fltk3/WizardGroup.h
+file_visualc_6.o: ../include/fltk3/Menu_.h ../include/fltk3/MenuButton.h
+file_visualc_6.o: ../include/fltk3/Menu_.h ../include/fltk3/Choice.h
+file_visualc_6.o: ../include/fltk3/InputChoice.h ../include/fltk3/Input.h
+file_visualc_6.o: ../include/fltk3/Input_.h ../include/fltk3/MenuBar.h
+file_visualc_6.o: ../include/fltk3/filename.h
+file_visualc_2008.o: Fl_Type.h ../include/fltk3/Widget.h
+file_visualc_2008.o: ../include/fltk3/DoubleWindow.h
+file_visualc_2008.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+file_visualc_2008.o: ../include/fltk3/Widget.h
+file_visualc_2008.o: ../include/fltk3/enumerations.h
+file_visualc_2008.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+file_visualc_2008.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+file_visualc_2008.o: ../include/fltk3/Wrapper.h ../include/fltk3/Menu.h
+file_visualc_2008.o: ../include/fltk3/MenuItem.h ../include/fltk3/Image.h
+file_visualc_2008.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+file_visualc_2008.o: Fluid_Image.h ../include/fltk3/SharedImage.h
+file_visualc_2008.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+file_visualc_2008.o: ../include/fltk3/Xutf8.h ../include/fltk3/draw.h
+file_visualc_2008.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+file_visualc_2008.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+file_visualc_2008.o: ../include/fltk3/Object.h ../include/fltk3/Image.h
+file_visualc_2008.o: ../include/fltk3/Bitmap.h ../include/fltk3/Pixmap.h
+file_visualc_2008.o: ../include/fltk3/RGBImage.h ../include/fltk3/TabGroup.h
+file_visualc_2008.o: ../include/fltk3/PackedGroup.h ../include/fltk3/Group.h
+file_visualc_2008.o: ../include/fltk3/WizardGroup.h ../include/fltk3/Menu_.h
+file_visualc_2008.o: ../include/fltk3/MenuButton.h ../include/fltk3/Menu_.h
+file_visualc_2008.o: ../include/fltk3/Choice.h ../include/fltk3/InputChoice.h
+file_visualc_2008.o: ../include/fltk3/Input.h ../include/fltk3/Input_.h
+file_visualc_2008.o: ../include/fltk3/MenuBar.h ../include/fltk3/filename.h
+file_visualc_2010.o: Fl_Type.h ../include/fltk3/Widget.h
+file_visualc_2010.o: ../include/fltk3/DoubleWindow.h
+file_visualc_2010.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+file_visualc_2010.o: ../include/fltk3/Widget.h
+file_visualc_2010.o: ../include/fltk3/enumerations.h
+file_visualc_2010.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+file_visualc_2010.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+file_visualc_2010.o: ../include/fltk3/Wrapper.h ../include/fltk3/Menu.h
+file_visualc_2010.o: ../include/fltk3/MenuItem.h ../include/fltk3/Image.h
+file_visualc_2010.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+file_visualc_2010.o: Fluid_Image.h ../include/fltk3/SharedImage.h
+file_visualc_2010.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+file_visualc_2010.o: ../include/fltk3/Xutf8.h ../include/fltk3/draw.h
+file_visualc_2010.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+file_visualc_2010.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+file_visualc_2010.o: ../include/fltk3/Object.h ../include/fltk3/Image.h
+file_visualc_2010.o: ../include/fltk3/Bitmap.h ../include/fltk3/Pixmap.h
+file_visualc_2010.o: ../include/fltk3/RGBImage.h ../include/fltk3/TabGroup.h
+file_visualc_2010.o: ../include/fltk3/PackedGroup.h ../include/fltk3/Group.h
+file_visualc_2010.o: ../include/fltk3/WizardGroup.h ../include/fltk3/Menu_.h
+file_visualc_2010.o: ../include/fltk3/MenuButton.h ../include/fltk3/Menu_.h
+file_visualc_2010.o: ../include/fltk3/Choice.h ../include/fltk3/InputChoice.h
+file_visualc_2010.o: ../include/fltk3/Input.h ../include/fltk3/Input_.h
+file_visualc_2010.o: ../include/fltk3/MenuBar.h ../include/fltk3/filename.h
+file_xcode.o: Fl_Type.h ../include/fltk3/Widget.h
+file_xcode.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+file_xcode.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+file_xcode.o: ../include/fltk3/enumerations.h ../include/fltk3/Export.h
+file_xcode.o: ../include/fltk3/types.h ../include/fltk3/Rectangle.h
+file_xcode.o: ../include/fltk3/Object.h ../include/fltk3/Wrapper.h
+file_xcode.o: ../include/fltk3/Menu.h ../include/fltk3/MenuItem.h
+file_xcode.o: ../include/fltk3/Image.h ../include/fltk3/Plugin.h
+file_xcode.o: ../include/fltk3/Preferences.h Fluid_Image.h
+file_xcode.o: ../include/fltk3/SharedImage.h ../include/fltk3/run.h
+file_xcode.o: ../include/fltk3/utf8.h ../include/fltk3/Xutf8.h
+file_xcode.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+file_xcode.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+file_xcode.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+file_xcode.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+file_xcode.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+file_xcode.o: ../include/fltk3/TabGroup.h ../include/fltk3/PackedGroup.h
+file_xcode.o: ../include/fltk3/Group.h ../include/fltk3/WizardGroup.h
+file_xcode.o: ../include/fltk3/Menu_.h ../include/fltk3/MenuButton.h
+file_xcode.o: ../include/fltk3/Menu_.h ../include/fltk3/Choice.h
+file_xcode.o: ../include/fltk3/InputChoice.h ../include/fltk3/Input.h
+file_xcode.o: ../include/fltk3/Input_.h ../include/fltk3/MenuBar.h
+file_xcode.o: ../include/fltk3/filename.h
+fluid.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+fluid.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+fluid.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+fluid.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+fluid.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+fluid.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+fluid.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+fluid.o: ../include/fltk3/Box.h ../include/fltk3/Button.h
+fluid.o: ../include/fltk3/FileIcon.h ../include/fltk3/run.h
+fluid.o: ../include/fltk3/HelpDialog.h ../include/fltk3/Group.h
+fluid.o: ../include/fltk3/Input.h ../include/fltk3/Input_.h
+fluid.o: ../include/fltk3/HelpView.h ../include/fltk3/Scrollbar.h
+fluid.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+fluid.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+fluid.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+fluid.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+fluid.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+fluid.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+fluid.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+fluid.o: ../include/fltk3/RGBImage.h ../include/fltk3/SharedImage.h
+fluid.o: ../include/fltk3/filename.h ../include/fltk3/HoldBrowser.h
+fluid.o: ../include/fltk3/Browser.h ../include/fltk3/Browser_.h
+fluid.o: ../include/fltk3/MenuBar.h ../include/fltk3/Menu_.h
+fluid.o: ../include/fltk3/MenuItem.h ../include/fltk3/ask.h
+fluid.o: ../include/fltk3/draw.h ../include/fltk3/FileChooser.h
+fluid.o: ../include/fltk3/Choice.h ../include/fltk3/MenuButton.h
+fluid.o: ../include/fltk3/TiledGroup.h ../include/fltk3/FileBrowser.h
+fluid.o: ../include/fltk3/FileIcon.h ../include/fltk3/CheckButton.h
+fluid.o: ../include/fltk3/LightButton.h ../include/fltk3/Button.h
+fluid.o: ../include/fltk3/FileInput.h ../include/fltk3/ReturnButton.h
+fluid.o: ../include/fltk3/PNGImage.h ../include/fltk3/Printer.h
+fluid.o: ../include/fltk3/PagedDevice.h ../include/fltk3/PostScript.h
+fluid.o: ../include/fltk3/message.h ../include/fltk3/ask.h
+fluid.o: ../include/fltk3/filename.h ../src/core/flstring.h
+fluid.o: ../include/fltk3/Export.h ../include/config.h alignment_panel.h
+fluid.o: ../include/fltk3/TextBuffer.h ../include/fltk3/TextDisplay.h
+fluid.o: ../include/fltk3/TextBuffer.h ../include/fltk3/Tooltip.h
+fluid.o: ../include/fltk3/TabGroup.h ../include/fltk3/IntInput.h
+fluid.o: ../include/fltk3/Input.h ../include/fltk3/Spinner.h
+fluid.o: ../include/fltk3/RepeatButton.h ../include/fltk3/RoundButton.h
+fluid.o: function_panel.h ../include/fltk3/LightButton.h
+fluid.o: ../include/fltk3/TextEditor.h ../include/fltk3/TextDisplay.h
+fluid.o: CodeEditor.h template_panel.h ../include/fltk3/Browser.h
+fluid.o: workspace_panel.h Fl_Type.h ../include/fltk3/Menu.h Fluid_Image.h
+fluid.o: ../include/fltk3/SharedImage.h ../include/fltk3/PackedGroup.h
+fluid.o: ../include/fltk3/WizardGroup.h ../include/fltk3/Menu_.h
+fluid.o: ../include/fltk3/InputChoice.h ../include/fltk3/MultiLabel.h
+fluid.o: ../include/fltk3/ScrollGroup.h about_panel.h undo.h
+function_panel.o: function_panel.h ../include/fltk3/run.h
+function_panel.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+function_panel.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+function_panel.o: ../include/fltk3/enumerations.h
+function_panel.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+function_panel.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+function_panel.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+function_panel.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+function_panel.o: ../include/fltk3/Group.h ../include/fltk3/Choice.h
+function_panel.o: ../include/fltk3/Menu_.h ../include/fltk3/MenuItem.h
+function_panel.o: ../include/fltk3/Image.h ../include/fltk3/LightButton.h
+function_panel.o: ../include/fltk3/Box.h ../include/fltk3/Input.h
+function_panel.o: ../include/fltk3/Input_.h ../include/fltk3/ReturnButton.h
+function_panel.o: ../include/fltk3/Button.h ../include/fltk3/Button.h
+function_panel.o: ../include/fltk3/TextEditor.h
+function_panel.o: ../include/fltk3/TextDisplay.h ../include/fltk3/draw.h
+function_panel.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+function_panel.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+function_panel.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+function_panel.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+function_panel.o: ../include/fltk3/Bitmap.h ../include/fltk3/Pixmap.h
+function_panel.o: ../include/fltk3/RGBImage.h ../include/fltk3/Scrollbar.h
+function_panel.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+function_panel.o: ../include/fltk3/TextBuffer.h CodeEditor.h
+function_panel.o: ../include/fltk3/TextBuffer.h ../include/fltk3/MenuButton.h
+function_panel.o: ../include/fltk3/TabGroup.h Fl_Type.h
+function_panel.o: ../include/fltk3/Menu.h Fluid_Image.h
+function_panel.o: ../include/fltk3/SharedImage.h ../include/fltk3/draw.h
+function_panel.o: ../include/fltk3/PackedGroup.h
+function_panel.o: ../include/fltk3/WizardGroup.h ../include/fltk3/Menu_.h
+function_panel.o: ../include/fltk3/InputChoice.h ../include/fltk3/MenuBar.h
 function_panel.o: undo.h
-template_panel.o: template_panel.h
-undo.o: Fl_Type.h Fluid_Image.h undo.h
-widget_panel.o: widget_panel.h Fl_Type.h Fluid_Image.h Shortcut_Button.h
-widget_panel.o: CodeEditor.h
-workspace_panel.o: workspace_panel.h Fl_Type.h Fluid_Image.h
+template_panel.o: template_panel.h ../include/fltk3/run.h
+template_panel.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+template_panel.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+template_panel.o: ../include/fltk3/enumerations.h
+template_panel.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+template_panel.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+template_panel.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+template_panel.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+template_panel.o: ../include/fltk3/Browser.h ../include/fltk3/Browser_.h
+template_panel.o: ../include/fltk3/Scrollbar.h ../include/fltk3/Slider.h
+template_panel.o: ../include/fltk3/Valuator.h ../include/fltk3/Image.h
+template_panel.o: ../include/fltk3/Box.h ../include/fltk3/Input.h
+template_panel.o: ../include/fltk3/Input_.h ../include/fltk3/Group.h
+template_panel.o: ../include/fltk3/Button.h ../include/fltk3/ReturnButton.h
+template_panel.o: ../include/fltk3/Button.h ../src/core/flstring.h
+template_panel.o: ../include/fltk3/Export.h ../include/config.h
+template_panel.o: ../include/fltk3/filename.h ../include/fltk3/ask.h
+template_panel.o: ../include/fltk3/SharedImage.h
+template_panel.o: ../include/fltk3/Preferences.h
+undo.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+undo.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+undo.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h Fl_Type.h
+undo.o: ../include/fltk3/Widget.h ../include/fltk3/DoubleWindow.h
+undo.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+undo.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+undo.o: ../include/fltk3/Object.h ../include/fltk3/Wrapper.h
+undo.o: ../include/fltk3/Menu.h ../include/fltk3/MenuItem.h
+undo.o: ../include/fltk3/Image.h ../include/fltk3/Plugin.h
+undo.o: ../include/fltk3/Preferences.h Fluid_Image.h
+undo.o: ../include/fltk3/SharedImage.h ../include/fltk3/draw.h
+undo.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+undo.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+undo.o: ../include/fltk3/Object.h ../include/fltk3/Image.h
+undo.o: ../include/fltk3/Bitmap.h ../include/fltk3/Pixmap.h
+undo.o: ../include/fltk3/RGBImage.h ../include/fltk3/TabGroup.h
+undo.o: ../include/fltk3/PackedGroup.h ../include/fltk3/Group.h
+undo.o: ../include/fltk3/WizardGroup.h ../include/fltk3/Menu_.h
+undo.o: ../include/fltk3/MenuButton.h ../include/fltk3/Menu_.h
+undo.o: ../include/fltk3/Choice.h ../include/fltk3/InputChoice.h
+undo.o: ../include/fltk3/Input.h ../include/fltk3/Input_.h
+undo.o: ../include/fltk3/MenuBar.h undo.h ../include/fltk3/filename.h
+undo.o: ../src/core/flstring.h ../include/fltk3/Export.h ../include/config.h
+widget_panel.o: widget_panel.h ../include/fltk3/run.h ../include/fltk3/utf8.h
+widget_panel.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+widget_panel.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+widget_panel.o: Fl_Type.h ../include/fltk3/Widget.h
+widget_panel.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+widget_panel.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+widget_panel.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+widget_panel.o: ../include/fltk3/Wrapper.h ../include/fltk3/Menu.h
+widget_panel.o: ../include/fltk3/MenuItem.h ../include/fltk3/Image.h
+widget_panel.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+widget_panel.o: Fluid_Image.h ../include/fltk3/SharedImage.h
+widget_panel.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+widget_panel.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+widget_panel.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+widget_panel.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+widget_panel.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+widget_panel.o: ../include/fltk3/TabGroup.h ../include/fltk3/PackedGroup.h
+widget_panel.o: ../include/fltk3/Group.h ../include/fltk3/WizardGroup.h
+widget_panel.o: ../include/fltk3/Menu_.h ../include/fltk3/MenuButton.h
+widget_panel.o: ../include/fltk3/Menu_.h ../include/fltk3/Choice.h
+widget_panel.o: ../include/fltk3/InputChoice.h ../include/fltk3/Input.h
+widget_panel.o: ../include/fltk3/Input_.h ../include/fltk3/MenuBar.h
+widget_panel.o: ../include/fltk3/Button.h ../include/fltk3/Box.h
+widget_panel.o: ../include/fltk3/ValueInput.h ../include/fltk3/Valuator.h
+widget_panel.o: ../include/fltk3/Input.h ../include/fltk3/LightButton.h
+widget_panel.o: Shortcut_Button.h CodeEditor.h ../include/fltk3/TextBuffer.h
+widget_panel.o: ../include/fltk3/TextEditor.h ../include/fltk3/TextDisplay.h
+widget_panel.o: ../include/fltk3/draw.h ../include/fltk3/Scrollbar.h
+widget_panel.o: ../include/fltk3/Slider.h ../include/fltk3/TextBuffer.h
+widget_panel.o: ../include/fltk3/ReturnButton.h ../include/fltk3/Button.h
+workspace_panel.o: workspace_panel.h ../include/fltk3/run.h
+workspace_panel.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+workspace_panel.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+workspace_panel.o: ../include/fltk3/enumerations.h Fl_Type.h
+workspace_panel.o: ../include/fltk3/Widget.h ../include/fltk3/DoubleWindow.h
+workspace_panel.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+workspace_panel.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+workspace_panel.o: ../include/fltk3/Object.h ../include/fltk3/Wrapper.h
+workspace_panel.o: ../include/fltk3/Menu.h ../include/fltk3/MenuItem.h
+workspace_panel.o: ../include/fltk3/Image.h ../include/fltk3/Plugin.h
+workspace_panel.o: ../include/fltk3/Preferences.h Fluid_Image.h
+workspace_panel.o: ../include/fltk3/SharedImage.h ../include/fltk3/draw.h
+workspace_panel.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+workspace_panel.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+workspace_panel.o: ../include/fltk3/Object.h ../include/fltk3/Image.h
+workspace_panel.o: ../include/fltk3/Bitmap.h ../include/fltk3/Pixmap.h
+workspace_panel.o: ../include/fltk3/RGBImage.h ../include/fltk3/TabGroup.h
+workspace_panel.o: ../include/fltk3/PackedGroup.h ../include/fltk3/Group.h
+workspace_panel.o: ../include/fltk3/WizardGroup.h ../include/fltk3/Menu_.h
+workspace_panel.o: ../include/fltk3/MenuButton.h ../include/fltk3/Menu_.h
+workspace_panel.o: ../include/fltk3/Choice.h ../include/fltk3/InputChoice.h
+workspace_panel.o: ../include/fltk3/Input.h ../include/fltk3/Input_.h
+workspace_panel.o: ../include/fltk3/MenuBar.h ../include/fltk3/MultiLabel.h
+workspace_panel.o: ../include/fltk3/ScrollGroup.h
+workspace_panel.o: ../include/fltk3/Scrollbar.h ../include/fltk3/Slider.h
+workspace_panel.o: ../include/fltk3/Valuator.h ../include/fltk3/Box.h
+workspace_panel.o: ../include/fltk3/Button.h

Copied: branches/branch-3.0/include/configh.cmake.in (from rev 8996, branches/branch-3.0/configh.cmake.in)
===================================================================
--- branches/branch-3.0/include/configh.cmake.in	                        (rev 0)
+++ branches/branch-3.0/include/configh.cmake.in	2011-08-23 08:44:07 UTC (rev 8999)
@@ -0,0 +1,323 @@
+/*
+ * "$Id$"
+ *
+ * Configuration file for the Fast Light Tool Kit (FLTK).
+ * @configure_input@
+ *
+ * Copyright 1998-2010 by Bill Spitzak and others.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ * USA.
+ *
+ * Please report all bugs and problems on the following page:
+ *
+ *     http://www.fltk.org/str.php
+ */
+
+/*
+ * Where to find files...
+ */
+
+#define FLTK_DATADIR	"@PREFIX_DATA@"
+#define FLTK_DOCDIR	"@PREFIX_DOC@"
+
+/*
+ * BORDER_WIDTH:
+ *
+ * Thickness of FL_UP_BOX and FL_DOWN_BOX.  Current 1,2, and 3 are
+ * supported.
+ *
+ * 3 is the historic FLTK look.
+ * 2 is the default and looks like Microsoft Windows, KDE, and Qt.
+ * 1 is a plausible future evolution...
+ *
+ * Note that this may be simulated at runtime by redefining the boxtypes
+ * using Fl::set_boxtype().
+ */
+
+#define BORDER_WIDTH 2
+
+/*
+ * HAVE_GL:
+ *
+ * Do you have OpenGL? Set this to 0 if you don't have or plan to use
+ * OpenGL, and FLTK will be smaller.
+ */
+
+#cmakedefine01 HAVE_GL
+
+/*
+ * HAVE_GL_GLU_H:
+ *
+ * Do you have the OpenGL Utility Library header file?
+ * (many broken Mesa RPMs do not...)
+ */
+
+#cmakedefine01 HAVE_GL_GLU_H
+
+/*
+ * HAVE_GLXGETPROCADDRESSARB:
+ *
+ * Do you have the OpenGL glXGetProcAddressARB() function?
+ */
+
+#cmakedefine HAVE_GLXGETPROCADDRESSARB %HAVE_GLXGETPROCADDRESSARB%
+
+/*
+ * USE_COLORMAP:
+ *
+ * Setting this to zero will save a good deal of code (especially for
+ * fl_draw_image), but FLTK will only work on TrueColor visuals.
+ */
+
+#define USE_COLORMAP 1
+
+/*
+ * HAVE_XINERAMA
+ *
+ * Do we have the Xinerama library to support multi-head displays?
+ */
+
+#cmakedefine01 HAVE_XINERAMA
+
+/*
+ * USE_XFT
+ *
+ * Use the new Xft library to draw anti-aliased text.
+ */
+
+#cmakedefine01 USE_XFT
+
+/*
+ * HAVE_XDBE:
+ *
+ * Do we have the X double-buffer extension?
+ */
+
+#cmakedefine01 HAVE_XDBE
+
+/*
+ * USE_XDBE:
+ *
+ * Actually try to use the double-buffer extension?
+ */
+
+#define USE_XDBE HAVE_XDBE
+
+/*
+ * __APPLE_QUARTZ__:
+ *
+ * If __APPLE_QUARTZ__ is defined, FLTK will be
+ * compiled using Quartz. This flag has no meaning on
+ * other operating systems than Mac OS X.
+ */
+
+#cmakedefine __APPLE_QUARTZ__ @__APPLE_QUARTZ__@
+
+
+/*
+ * USE_X11
+ *
+ * Should we use X11 for the current platform
+ *
+ */
+
+#cmakedefine USE_X11 @USE_X11@
+
+/*
+ * HAVE_OVERLAY:
+ *
+ * Use the X overlay extension?  FLTK will try to use an overlay
+ * visual for Fl_Overlay_Window, the Gl_Window overlay, and for the
+ * menus.  Setting this to zero will remove a substantial amount of
+ * code from FLTK.  Overlays have only been tested on SGI servers!
+ */
+
+#define HAVE_OVERLAY 0
+
+/*
+ * HAVE_GL_OVERLAY:
+ *
+ * It is possible your GL has an overlay even if X does not.  If so,
+ * set this to 1.
+ */
+
+#define HAVE_GL_OVERLAY HAVE_OVERLAY
+
+/*
+ * WORDS_BIGENDIAN:
+ *
+ * Byte order of your machine: 1 = big-endian, 0 = little-endian.
+ */
+
+#define WORDS_BIGENDIAN @WORDS_BIGENDIAN@
+
+/*
+ * U16, U32, U64:
+ *
+ * Types used by fl_draw_image.  One of U32 or U64 must be defined.
+ * U16 is optional but FLTK will work better with it!
+ */
+
+#cmakedefine U16 @U16@
+#cmakedefine U32 @U32@
+#cmakedefine U64 @U64@
+
+/*
+ * HAVE_DIRENT_H, HAVE_SYS_NDIR_H, HAVE_SYS_DIR_H, HAVE_NDIR_H,
+ * HAVE_SCANDIR, HAVE_SCANDIR_POSIX:
+ *
+ * Where is <dirent.h> (used only by fl_file_chooser and scandir).
+ */
+
+#cmakedefine HAVE_DIRENT_H @HAVE_DIRENT_H@
+#cmakedefine HAVE_SYS_NDIR_H @HAVE_SYS_NDIR_H@
+#cmakedefine HAVE_SYS_DIR_H @HAVE_SYS_DIR_H@
+#cmakedefine HAVE_NDIR_H @HAVE_NDIR_H@
+#cmakedefine HAVE_SCANDIR @HAVE_SCANDIR@
+#cmakedefine HAVE_SCANDIR_POSIX @HAVE_SCANDIR_POSIX@
+
+/*
+ * Possibly missing sprintf-style functions:
+ */
+
+#cmakedefine HAVE_VSNPRINTF @HAVE_VSNPRINTF@
+#cmakedefine HAVE_SNPRINTF @HAVE_SNPRINTF@
+
+/*
+ * String functions and headers...
+ */
+
+#cmakedefine HAVE_STRINGS_H @HAVE_STRINGS_H@
+#cmakedefine HAVE_STRCASECMP @HAVE_STRCASECMP@
+#cmakedefine HAVE_STRLCAT @HAVE_STRLCAT@
+#cmakedefine HAVE_STRLCPY @HAVE_STRLCPY@
+
+/*
+ * Do we have POSIX locale support?
+ */
+
+#cmakedefine HAVE_LOCALE_H @HAVE_LOCALE_H@
+#cmakedefine HAVE_LOCALECONV @HAVE_LOCALECONV@
+
+/*
+ * HAVE_SYS_SELECT_H:
+ *
+ * Whether or not select() call has its own header file.
+ */
+
+#cmakedefine01 HAVE_SYS_SELECT_H
+
+/*
+ * HAVE_SYS_STDTYPES_H:
+ *
+ * Whether or not we have the <sys/stdtypes.h> header file.
+ */
+
+#cmakedefine HAVE_SYS_STDTYPES_H @HAVE_SYS_STDTYPES_H@
+
+/*
+ * USE_POLL:
+ *
+ * Use the poll() call provided on Linux and Irix instead of select()
+ */
+
+#cmakedefine01 USE_POLL
+
+/*
+ * Do we have various image libraries?
+ */
+
+#cmakedefine HAVE_LIBPNG @HAVE_LIBPNG@
+#cmakedefine HAVE_LIBZ @HAVE_LIBZ@
+#cmakedefine HAVE_LIBJPEG @HAVE_LIBJPEG@
+
+/*
+ * FLTK_USE_CAIRO
+ *
+ * Do we have the cairo library available and want extended cairo use in fltk ?
+ * will implies to link cairo.lib in all fltk based apps.
+ */
+
+#cmakedefine FLTK_USE_CAIRO @FLTK_USE_CAIRO@
+
+/*
+ * FLTK_HAVE_CAIRO
+ *
+ * Do we have the cairo library available?
+ */
+
+#cmakedefine FLTK_HAVE_CAIRO @FLTK_HAVE_CAIRO@
+
+/*
+ * Which header file do we include for libpng?
+ */
+
+#cmakedefine HAVE_PNG_H @HAVE_PNG_H@
+#cmakedefine HAVE_LIBPNG_PNG_H @HAVE_LIBPNG_PNG_H@
+
+/*
+ * Do we have the png_xyz() functions?
+ */
+
+#cmakedefine HAVE_PNG_GET_VALID @HAVE_PNG_GET_VALID@
+#cmakedefine HAVE_PNG_SET_TRNS_TO_ALPHA @HAVE_PNG_SET_TRNS_TO_ALPHA@
+
+/*
+ * Do we have POSIX threading?
+ */
+
+#cmakedefine HAVE_PTHREAD @HAVE_PTHREAD@
+#cmakedefine01 HAVE_PTHREAD_H
+
+/*
+ * Do we have the ALSA library?
+ */
+
+#cmakedefine HAVE_ALSA_ASOUNDLIB_H @HAVE_ALSA_ASOUNDLIB_H@
+/*
+ * Do we have the long long type?
+ */
+
+#cmakedefine HAVE_LONG_LONG @HAVE_LONG_LONG@
+
+#ifdef HAVE_LONG_LONG
+#  define FLTK_LLFMT	"%lld"
+#  define FLTK_LLCAST	(long long)
+#else
+#  define FLTK_LLFMT	"%ld"
+#  define FLTK_LLCAST	(long)
+#endif /* HAVE_LONG_LONG */
+
+/*
+ * Do we have the strtoll() function?
+ */
+
+#cmakedefine HAVE_STRTOLL @HAVE_STRTOLL@
+
+#ifndef HAVE_STRTOLL
+#  define strtoll(nptr,endptr,base) strtol((nptr), (endptr), (base))
+#endif /* !HAVE_STRTOLL */
+
+/*
+ * Do we have the dlsym() function and header?
+ */
+
+#cmakedefine HAVE_DLFCN_H @HAVE_DLFCN_H@
+#cmakedefine HAVE_DLSYM @HAVE_DLSYM@
+
+/*
+ * End of "$Id$".
+ */

Copied: branches/branch-3.0/include/configh.in (from rev 8996, branches/branch-3.0/configh.in)
===================================================================
--- branches/branch-3.0/include/configh.in	                        (rev 0)
+++ branches/branch-3.0/include/configh.in	2011-08-23 08:44:07 UTC (rev 8999)
@@ -0,0 +1,328 @@
+/*
+ * "$Id$"
+ *
+ * Configuration file for the Fast Light Tool Kit (FLTK).
+ * @configure_input@
+ *
+ * Copyright 1998-2010 by Bill Spitzak and others.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ * USA.
+ *
+ * Please report all bugs and problems on the following page:
+ *
+ *     http://www.fltk.org/str.php
+ */
+
+/*
+ * Where to find files...
+ */
+
+#define FLTK_DATADIR	""
+#define FLTK_DOCDIR	""
+
+/*
+ * BORDER_WIDTH:
+ *
+ * Thickness of FL_UP_BOX and FL_DOWN_BOX.  Current 1,2, and 3 are
+ * supported.
+ *
+ * 3 is the historic FLTK look.
+ * 2 is the default and looks like Microsoft Windows, KDE, and Qt.
+ * 1 is a plausible future evolution...
+ *
+ * Note that this may be simulated at runtime by redefining the boxtypes
+ * using Fl::set_boxtype().
+ */
+
+#define BORDER_WIDTH 2
+
+/*
+ * HAVE_GL:
+ *
+ * Do you have OpenGL? Set this to 0 if you don't have or plan to use
+ * OpenGL, and FLTK will be smaller.
+ */
+
+#define HAVE_GL 0
+
+/*
+ * HAVE_GL_GLU_H:
+ *
+ * Do you have the OpenGL Utility Library header file?
+ * (many broken Mesa RPMs do not...)
+ */
+
+#undef HAVE_GL_GLU_H
+
+/*
+ * HAVE_GLXGETPROCADDRESSARB:
+ *
+ * Do you have the OpenGL glXGetProcAddressARB() function?
+ */
+
+#undef HAVE_GLXGETPROCADDRESSARB
+
+/*
+ * USE_COLORMAP:
+ *
+ * Setting this to zero will save a good deal of code (especially for
+ * fl_draw_image), but FLTK will only work on TrueColor visuals.
+ */
+
+#define USE_COLORMAP 1
+
+/*
+ * HAVE_XINERAMA
+ *
+ * Do we have the Xinerama library to support multi-head displays?
+ */
+
+#define HAVE_XINERAMA 0
+
+/*
+ * USE_XFT
+ *
+ * Use the new Xft library to draw anti-aliased text.
+ */
+
+#define USE_XFT 0
+
+/*
+ * HAVE_XDBE:
+ *
+ * Do we have the X double-buffer extension?
+ */
+
+#define HAVE_XDBE 0
+
+/*
+ * USE_XDBE:
+ *
+ * Actually try to use the double-buffer extension?
+ */
+
+#define USE_XDBE HAVE_XDBE
+
+/*
+ * __APPLE_QUARTZ__:
+ *
+ * All Apple implementations are now based on Quartz and Cocoa,
+ * so this flag should always be on for Mac OS X. This flag has 
+ * no meaning on operating systems other than Mac OS X.
+ */
+
+#undef __APPLE_QUARTZ__
+
+
+/*
+ * USE_X11
+ *
+ * Should we use X11 for the current platform
+ *
+ */
+
+#undef USE_X11
+
+/*
+ * HAVE_OVERLAY:
+ *
+ * Use the X overlay extension?  FLTK will try to use an overlay
+ * visual for Fl_Overlay_Window, the Gl_Window overlay, and for the
+ * menus.  Setting this to zero will remove a substantial amount of
+ * code from FLTK.  Overlays have only been tested on SGI servers!
+ */
+
+#define HAVE_OVERLAY 0
+
+/*
+ * HAVE_GL_OVERLAY:
+ *
+ * It is possible your GL has an overlay even if X does not.  If so,
+ * set this to 1.
+ */
+
+#define HAVE_GL_OVERLAY HAVE_OVERLAY
+
+/*
+ * WORDS_BIGENDIAN:
+ *
+ * Byte order of your machine: 1 = big-endian, 0 = little-endian.
+ */
+ 
+#ifdef __APPLE__
+#include <mac_endianness.h>
+#else
+#define WORDS_BIGENDIAN 0
+#endif
+
+/*
+ * U16, U32, U64:
+ *
+ * Types used by fl_draw_image.  One of U32 or U64 must be defined.
+ * U16 is optional but FLTK will work better with it!
+ */
+
+#undef U16
+#undef U32
+#undef U64
+
+/*
+ * HAVE_DIRENT_H, HAVE_SYS_NDIR_H, HAVE_SYS_DIR_H, HAVE_NDIR_H,
+ * HAVE_SCANDIR, HAVE_SCANDIR_POSIX:
+ *
+ * Where is <dirent.h> (used only by fl_file_chooser and scandir).
+ */
+
+#undef HAVE_DIRENT_H
+#undef HAVE_SYS_NDIR_H
+#undef HAVE_SYS_DIR_H
+#undef HAVE_NDIR_H
+#undef HAVE_SCANDIR
+#undef HAVE_SCANDIR_POSIX
+
+/*
+ * Possibly missing sprintf-style functions:
+ */
+
+#undef HAVE_VSNPRINTF
+#undef HAVE_SNPRINTF
+
+/*
+ * String functions and headers...
+ */
+
+#undef HAVE_STRINGS_H
+#undef HAVE_STRCASECMP
+#undef HAVE_STRLCAT
+#undef HAVE_STRLCPY
+
+/*
+ * Do we have POSIX locale support?
+ */
+
+#undef HAVE_LOCALE_H
+#undef HAVE_LOCALECONV
+
+/*
+ * HAVE_SYS_SELECT_H:
+ *
+ * Whether or not select() call has its own header file.
+ */
+
+#undef HAVE_SYS_SELECT_H
+
+/*
+ * HAVE_SYS_STDTYPES_H:
+ *
+ * Whether or not we have the <sys/stdtypes.h> header file.
+ */
+
+#undef HAVE_SYS_STDTYPES_H
+
+/*
+ * USE_POLL:
+ *
+ * Use the poll() call provided on Linux and Irix instead of select()
+ */
+
+#define USE_POLL 0
+
+/*
+ * Do we have various image libraries?
+ */
+
+#undef HAVE_LIBPNG
+#undef HAVE_LIBZ
+#undef HAVE_LIBJPEG
+
+/*
+ * FLTK_USE_CAIRO
+ *
+ * Do we have the cairo library available and want extended cairo use in fltk ?
+ * will implies to link cairo.lib in all fltk based apps.
+ */
+
+#undef FLTK_USE_CAIRO
+
+/*
+ * FLTK_HAVE_CAIRO
+ *
+ * Do we have the cairo library available?
+ */
+
+#undef FLTK_HAVE_CAIRO
+
+/*
+ * Which header file do we include for libpng?
+ */
+
+#undef HAVE_PNG_H
+#undef HAVE_LIBPNG_PNG_H
+
+/*
+ * Do we have the png_xyz() functions?
+ */
+
+#undef HAVE_PNG_GET_VALID
+#undef HAVE_PNG_SET_TRNS_TO_ALPHA
+
+/*
+ * Do we have POSIX threading?
+ */
+
+#undef HAVE_PTHREAD
+#undef HAVE_PTHREAD_H
+
+/*
+ * Do we have the ALSA library?
+ */
+
+#undef HAVE_ALSA_ASOUNDLIB_H
+
+/*
+ * Do we have the long long type?
+ */
+
+#undef HAVE_LONG_LONG
+
+#ifdef HAVE_LONG_LONG
+#  define FLTK_LLFMT	"%lld"
+#  define FLTK_LLCAST	(long long)
+#else
+#  define FLTK_LLFMT	"%ld"
+#  define FLTK_LLCAST	(long)
+#endif /* HAVE_LONG_LONG */
+
+/*
+ * Do we have the strtoll() function?
+ */
+
+#undef HAVE_STRTOLL
+
+#ifndef HAVE_STRTOLL
+#  define strtoll(nptr,endptr,base) strtol((nptr), (endptr), (base))
+#endif /* !HAVE_STRTOLL */
+
+/*
+ * Do we have the dlsym() function and header?
+ */
+
+#undef HAVE_DLFCN_H
+#undef HAVE_DLSYM
+
+/*
+ * End of "$Id$".
+ */

Copied: branches/branch-3.0/include/mac_endianness.h (from rev 8996, branches/branch-3.0/mac_endianness.h)
===================================================================
--- branches/branch-3.0/include/mac_endianness.h	                        (rev 0)
+++ branches/branch-3.0/include/mac_endianness.h	2011-08-23 08:44:07 UTC (rev 8999)
@@ -0,0 +1,38 @@
+/*
+ * "$Id$"
+ *
+ * Mac-specific configuration file for the Fast Light Tool Kit (FLTK).
+ *
+ * Copyright 1998-2011 by Bill Spitzak and others.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ * USA.
+ *
+ * Please report all bugs and problems on the following page:
+ *
+ *     http://www.fltk.org/str.php
+ */
+ 
+#ifdef __APPLE__
+#  ifdef __BIG_ENDIAN__
+#    define WORDS_BIGENDIAN 1
+#  else
+#    define WORDS_BIGENDIAN 0
+#  endif
+#endif
+
+/*
+ * End of "$Id$".
+ */

Deleted: branches/branch-3.0/mac_endianness.h

Modified: branches/branch-3.0/src/makedepend
===================================================================
--- branches/branch-3.0/src/makedepend	2011-08-22 20:36:22 UTC (rev 8998)
+++ branches/branch-3.0/src/makedepend	2011-08-23 08:44:07 UTC (rev 8999)
@@ -1 +1,2151 @@
 # DO NOT DELETE THIS LINE -- make depend depends on it.
+
+core/Fl.o: ../include/config.h ../include/fltk3/Wrapper.h
+core/Fl.o: ../include/fltk3/Widget.h ../include/fltk3/enumerations.h
+core/Fl.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+core/Fl.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl.o: ../include/fltk3/Xutf8.h ../include/fltk3/Window.h
+core/Fl.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+core/Fl.o: ../include/fltk3/Tooltip.h ../include/fltk3/x.h
+core/Fl.o: ../include/fltk3/Window.h core/flstring.h
+core/Fl.o: ../include/fltk3/Export.h ../include/fltk3/draw.h
+core/Fl.o: ../include/fltk3/enumerations.h ../include/fltk3/Device.h
+core/Fl.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/Fl.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/Fl.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/Fl_Adjuster.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Adjuster.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Adjuster.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_Adjuster.o: ../include/fltk3/Adjuster.h ../include/fltk3/Valuator.h
+core/Fl_Adjuster.o: ../include/fltk3/Widget.h ../include/fltk3/Bitmap.h
+core/Fl_Adjuster.o: ../include/fltk3/Image.h ../include/fltk3/draw.h
+core/Fl_Adjuster.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/Fl_Adjuster.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+core/Fl_Adjuster.o: ../include/fltk3/Group.h ../include/fltk3/Wrapper.h
+core/Fl_Adjuster.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_Adjuster.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/Fl_Adjuster.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_Adjuster.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/Fl_Adjuster.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/Fl_Adjuster.o: core/fastarrow.h core/mediumarrow.h core/slowarrow.h
+core/Fl_Bitmap.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Bitmap.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Bitmap.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_Bitmap.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/Fl_Bitmap.o: ../include/fltk3/draw.h ../include/fltk3/enumerations.h
+core/Fl_Bitmap.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Bitmap.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_Bitmap.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_Bitmap.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/Fl_Bitmap.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_Bitmap.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/Fl_Bitmap.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/Fl_Bitmap.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/Fl_Bitmap.o: ../include/fltk3/MenuItem.h ../include/fltk3/Printer.h
+core/Fl_Bitmap.o: ../include/fltk3/PagedDevice.h
+core/Fl_Bitmap.o: ../include/fltk3/PostScript.h core/flstring.h
+core/Fl_Bitmap.o: ../include/fltk3/Export.h ../include/config.h
+core/Fl_Box.o: ../include/fltk3/Widget.h ../include/fltk3/enumerations.h
+core/Fl_Box.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Box.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+core/Fl_Box.o: ../include/fltk3/Box.h ../include/fltk3/Widget.h
+core/Fl_Box.o: ../include/fltk3/Wrapper.h
+core/Fl_Browser.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Browser.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Browser.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_Browser.o: ../include/fltk3/Browser.h ../include/fltk3/Browser_.h
+core/Fl_Browser.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+core/Fl_Browser.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+core/Fl_Browser.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+core/Fl_Browser.o: ../include/fltk3/Scrollbar.h ../include/fltk3/Slider.h
+core/Fl_Browser.o: ../include/fltk3/Valuator.h ../include/fltk3/Image.h
+core/Fl_Browser.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/Fl_Browser.o: ../include/fltk3/Window.h ../include/fltk3/enumerations.h
+core/Fl_Browser.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+core/Fl_Browser.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_Browser.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/Fl_Browser.o: ../include/fltk3/Bitmap.h ../include/fltk3/Pixmap.h
+core/Fl_Browser.o: ../include/fltk3/RGBImage.h core/flstring.h
+core/Fl_Browser.o: ../include/fltk3/Export.h ../include/config.h
+core/Fl_Browser_.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Browser_.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Browser_.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_Browser_.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_Browser_.o: ../include/fltk3/Object.h ../include/fltk3/Browser_.h
+core/Fl_Browser_.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+core/Fl_Browser_.o: ../include/fltk3/Wrapper.h ../include/fltk3/Scrollbar.h
+core/Fl_Browser_.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+core/Fl_Browser_.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/Fl_Browser_.o: ../include/fltk3/Window.h ../include/fltk3/enumerations.h
+core/Fl_Browser_.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+core/Fl_Browser_.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_Browser_.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/Fl_Browser_.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/Fl_Browser_.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/Fl_Browser_load.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Browser_load.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Browser_load.o: ../include/fltk3/Xutf8.h
+core/Fl_Browser_load.o: ../include/fltk3/enumerations.h
+core/Fl_Browser_load.o: ../include/fltk3/Browser.h
+core/Fl_Browser_load.o: ../include/fltk3/Browser_.h ../include/fltk3/Group.h
+core/Fl_Browser_load.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_Browser_load.o: ../include/fltk3/Widget.h
+core/Fl_Browser_load.o: ../include/fltk3/Rectangle.h
+core/Fl_Browser_load.o: ../include/fltk3/Object.h
+core/Fl_Browser_load.o: ../include/fltk3/Scrollbar.h
+core/Fl_Browser_load.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+core/Fl_Browser_load.o: ../include/fltk3/Image.h ../include/fltk3/utf8.h
+core/Fl_Button.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Button.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Button.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_Button.o: ../include/fltk3/Button.h ../include/fltk3/Widget.h
+core/Fl_Button.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+core/Fl_Button.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+core/Fl_Button.o: ../include/fltk3/Group.h ../include/fltk3/Window.h
+core/Fl_Button.o: ../include/fltk3/Group.h
+core/Fl_Chart.o: ../include/fltk3/math.h ../include/fltk3/run.h
+core/Fl_Chart.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+core/Fl_Chart.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+core/Fl_Chart.o: ../include/fltk3/enumerations.h ../include/fltk3/Chart.h
+core/Fl_Chart.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_Chart.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_Chart.o: ../include/fltk3/Object.h ../include/fltk3/draw.h
+core/Fl_Chart.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/Fl_Chart.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+core/Fl_Chart.o: ../include/fltk3/Group.h ../include/fltk3/Device.h
+core/Fl_Chart.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_Chart.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/Fl_Chart.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/Fl_Chart.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/Fl_Chart.o: core/flstring.h ../include/fltk3/Export.h
+core/Fl_Chart.o: ../include/config.h
+core/Fl_Check_Browser.o: core/flstring.h ../include/fltk3/Export.h
+core/Fl_Check_Browser.o: ../include/config.h ../include/fltk3/draw.h
+core/Fl_Check_Browser.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+core/Fl_Check_Browser.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Check_Browser.o: ../include/fltk3/Window.h ../include/fltk3/Xutf8.h
+core/Fl_Check_Browser.o: ../include/fltk3/enumerations.h
+core/Fl_Check_Browser.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Check_Browser.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_Check_Browser.o: ../include/fltk3/Widget.h
+core/Fl_Check_Browser.o: ../include/fltk3/Rectangle.h
+core/Fl_Check_Browser.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/Fl_Check_Browser.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_Check_Browser.o: ../include/fltk3/Preferences.h
+core/Fl_Check_Browser.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/Fl_Check_Browser.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/Fl_Check_Browser.o: ../include/fltk3/RGBImage.h
+core/Fl_Check_Browser.o: ../include/fltk3/CheckBrowser.h
+core/Fl_Check_Browser.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Check_Browser.o: ../include/fltk3/Browser_.h
+core/Fl_Check_Browser.o: ../include/fltk3/Scrollbar.h
+core/Fl_Check_Browser.o: ../include/fltk3/Slider.h
+core/Fl_Check_Browser.o: ../include/fltk3/Valuator.h ../include/fltk3/run.h
+core/Fl_Check_Button.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Check_Button.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Check_Button.o: ../include/fltk3/Xutf8.h
+core/Fl_Check_Button.o: ../include/fltk3/enumerations.h
+core/Fl_Check_Button.o: ../include/fltk3/CheckButton.h
+core/Fl_Check_Button.o: ../include/fltk3/LightButton.h
+core/Fl_Check_Button.o: ../include/fltk3/Button.h ../include/fltk3/Widget.h
+core/Fl_Check_Button.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+core/Fl_Check_Button.o: ../include/fltk3/Rectangle.h
+core/Fl_Check_Button.o: ../include/fltk3/Object.h
+core/Fl_Choice.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Choice.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Choice.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_Choice.o: ../include/fltk3/Choice.h ../include/fltk3/Menu_.h
+core/Fl_Choice.o: ../include/fltk3/Widget.h ../include/fltk3/MenuItem.h
+core/Fl_Choice.o: ../include/fltk3/Image.h ../include/fltk3/Wrapper.h
+core/Fl_Choice.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_Choice.o: ../include/fltk3/Object.h ../include/fltk3/draw.h
+core/Fl_Choice.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/Fl_Choice.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+core/Fl_Choice.o: ../include/fltk3/Group.h ../include/fltk3/Device.h
+core/Fl_Choice.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_Choice.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/Fl_Choice.o: ../include/fltk3/Bitmap.h ../include/fltk3/Pixmap.h
+core/Fl_Choice.o: ../include/fltk3/RGBImage.h core/flstring.h
+core/Fl_Choice.o: ../include/fltk3/Export.h ../include/config.h
+core/Fl_Clock.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Clock.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Clock.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_Clock.o: ../include/fltk3/Clock.h ../include/fltk3/Widget.h
+core/Fl_Clock.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+core/Fl_Clock.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+core/Fl_Clock.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/Fl_Clock.o: ../include/fltk3/Window.h ../include/fltk3/enumerations.h
+core/Fl_Clock.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Clock.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+core/Fl_Clock.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+core/Fl_Clock.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/Fl_Clock.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/Fl_Clock.o: ../include/fltk3/RGBImage.h
+core/Fl_Color_Chooser.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Color_Chooser.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Color_Chooser.o: ../include/fltk3/Xutf8.h
+core/Fl_Color_Chooser.o: ../include/fltk3/enumerations.h
+core/Fl_Color_Chooser.o: ../include/fltk3/ColorChooser.h
+core/Fl_Color_Chooser.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+core/Fl_Color_Chooser.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+core/Fl_Color_Chooser.o: ../include/fltk3/Rectangle.h
+core/Fl_Color_Chooser.o: ../include/fltk3/Object.h ../include/fltk3/Box.h
+core/Fl_Color_Chooser.o: ../include/fltk3/ReturnButton.h
+core/Fl_Color_Chooser.o: ../include/fltk3/Button.h ../include/fltk3/Choice.h
+core/Fl_Color_Chooser.o: ../include/fltk3/Menu_.h ../include/fltk3/MenuItem.h
+core/Fl_Color_Chooser.o: ../include/fltk3/Image.h
+core/Fl_Color_Chooser.o: ../include/fltk3/ValueInput.h
+core/Fl_Color_Chooser.o: ../include/fltk3/Valuator.h ../include/fltk3/Input.h
+core/Fl_Color_Chooser.o: ../include/fltk3/Input_.h ../include/fltk3/draw.h
+core/Fl_Color_Chooser.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/Fl_Color_Chooser.o: ../include/fltk3/enumerations.h
+core/Fl_Color_Chooser.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Color_Chooser.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+core/Fl_Color_Chooser.o: ../include/fltk3/Plugin.h
+core/Fl_Color_Chooser.o: ../include/fltk3/Preferences.h
+core/Fl_Color_Chooser.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/Fl_Color_Chooser.o: ../include/fltk3/Pixmap.h
+core/Fl_Color_Chooser.o: ../include/fltk3/RGBImage.h ../include/fltk3/math.h
+core/Fl_Counter.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Counter.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Counter.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_Counter.o: ../include/fltk3/Counter.h ../include/fltk3/Valuator.h
+core/Fl_Counter.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_Counter.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_Counter.o: ../include/fltk3/Object.h ../include/fltk3/draw.h
+core/Fl_Counter.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/Fl_Counter.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+core/Fl_Counter.o: ../include/fltk3/Group.h ../include/fltk3/Device.h
+core/Fl_Counter.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_Counter.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/Fl_Counter.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/Fl_Counter.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/Fl_Device.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Device.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Device.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_Device.o: ../include/fltk3/Device.h ../include/fltk3/x.h
+core/Fl_Device.o: ../include/fltk3/Window.h ../include/fltk3/Object.h
+core/Fl_Device.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+core/Fl_Device.o: ../include/fltk3/Image.h ../include/fltk3/Object.h
+core/Fl_Device.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/Fl_Device.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/Fl_Dial.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Dial.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Dial.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_Dial.o: ../include/fltk3/Dial.h ../include/fltk3/Valuator.h
+core/Fl_Dial.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_Dial.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_Dial.o: ../include/fltk3/Object.h ../include/fltk3/draw.h
+core/Fl_Dial.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/Fl_Dial.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+core/Fl_Dial.o: ../include/fltk3/Group.h ../include/fltk3/Device.h
+core/Fl_Dial.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_Dial.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/Fl_Dial.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/Fl_Dial.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/Fl_Dial.o: ../include/fltk3/math.h
+core/Fl_Double_Window.o: ../include/config.h ../include/fltk3/run.h
+core/Fl_Double_Window.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+core/Fl_Double_Window.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+core/Fl_Double_Window.o: ../include/fltk3/enumerations.h
+core/Fl_Double_Window.o: ../include/fltk3/DoubleWindow.h
+core/Fl_Double_Window.o: ../include/fltk3/Window.h ../include/fltk3/Printer.h
+core/Fl_Double_Window.o: ../include/fltk3/x.h ../include/fltk3/PagedDevice.h
+core/Fl_Double_Window.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+core/Fl_Double_Window.o: ../include/fltk3/Plugin.h
+core/Fl_Double_Window.o: ../include/fltk3/Preferences.h
+core/Fl_Double_Window.o: ../include/fltk3/Image.h ../include/fltk3/Object.h
+core/Fl_Double_Window.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/Fl_Double_Window.o: ../include/fltk3/Pixmap.h
+core/Fl_Double_Window.o: ../include/fltk3/RGBImage.h
+core/Fl_Double_Window.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Double_Window.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_Double_Window.o: ../include/fltk3/Widget.h
+core/Fl_Double_Window.o: ../include/fltk3/Rectangle.h ../include/fltk3/draw.h
+core/Fl_Double_Window.o: ../include/fltk3/enumerations.h
+core/Fl_Double_Window.o: ../include/fltk3/PostScript.h
+core/Fl_File_Browser.o: ../include/fltk3/FileBrowser.h
+core/Fl_File_Browser.o: ../include/fltk3/Browser.h
+core/Fl_File_Browser.o: ../include/fltk3/Browser_.h ../include/fltk3/Group.h
+core/Fl_File_Browser.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_File_Browser.o: ../include/fltk3/Widget.h
+core/Fl_File_Browser.o: ../include/fltk3/enumerations.h
+core/Fl_File_Browser.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_File_Browser.o: ../include/fltk3/Rectangle.h
+core/Fl_File_Browser.o: ../include/fltk3/Object.h
+core/Fl_File_Browser.o: ../include/fltk3/Scrollbar.h
+core/Fl_File_Browser.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+core/Fl_File_Browser.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_File_Browser.o: ../include/fltk3/Xutf8.h ../include/fltk3/Image.h
+core/Fl_File_Browser.o: ../include/fltk3/FileIcon.h ../include/fltk3/run.h
+core/Fl_File_Browser.o: ../include/fltk3/filename.h ../include/fltk3/draw.h
+core/Fl_File_Browser.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/Fl_File_Browser.o: ../include/fltk3/enumerations.h
+core/Fl_File_Browser.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+core/Fl_File_Browser.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_File_Browser.o: ../include/fltk3/Preferences.h
+core/Fl_File_Browser.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/Fl_File_Browser.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/Fl_File_Browser.o: ../include/fltk3/filename.h core/flstring.h
+core/Fl_File_Browser.o: ../include/fltk3/Export.h ../include/config.h
+core/Fl_File_Chooser.o: ../include/fltk3/FileChooser.h ../include/fltk3/run.h
+core/Fl_File_Chooser.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+core/Fl_File_Chooser.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+core/Fl_File_Chooser.o: ../include/fltk3/enumerations.h
+core/Fl_File_Chooser.o: ../include/fltk3/DoubleWindow.h
+core/Fl_File_Chooser.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_File_Chooser.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_File_Chooser.o: ../include/fltk3/Widget.h
+core/Fl_File_Chooser.o: ../include/fltk3/Rectangle.h
+core/Fl_File_Chooser.o: ../include/fltk3/Object.h ../include/fltk3/Choice.h
+core/Fl_File_Chooser.o: ../include/fltk3/Menu_.h ../include/fltk3/MenuItem.h
+core/Fl_File_Chooser.o: ../include/fltk3/Image.h
+core/Fl_File_Chooser.o: ../include/fltk3/MenuButton.h
+core/Fl_File_Chooser.o: ../include/fltk3/Button.h
+core/Fl_File_Chooser.o: ../include/fltk3/Preferences.h
+core/Fl_File_Chooser.o: ../include/fltk3/TiledGroup.h
+core/Fl_File_Chooser.o: ../include/fltk3/Group.h
+core/Fl_File_Chooser.o: ../include/fltk3/FileBrowser.h
+core/Fl_File_Chooser.o: ../include/fltk3/Browser.h
+core/Fl_File_Chooser.o: ../include/fltk3/Browser_.h
+core/Fl_File_Chooser.o: ../include/fltk3/Scrollbar.h
+core/Fl_File_Chooser.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+core/Fl_File_Chooser.o: ../include/fltk3/FileIcon.h ../include/fltk3/run.h
+core/Fl_File_Chooser.o: ../include/fltk3/filename.h ../include/fltk3/Box.h
+core/Fl_File_Chooser.o: ../include/fltk3/CheckButton.h
+core/Fl_File_Chooser.o: ../include/fltk3/LightButton.h
+core/Fl_File_Chooser.o: ../include/fltk3/Button.h
+core/Fl_File_Chooser.o: ../include/fltk3/FileInput.h ../include/fltk3/Input.h
+core/Fl_File_Chooser.o: ../include/fltk3/Input_.h
+core/Fl_File_Chooser.o: ../include/fltk3/ReturnButton.h
+core/Fl_File_Chooser.o: ../include/fltk3/ask.h ../include/fltk3/draw.h
+core/Fl_File_Chooser.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+core/Fl_File_Chooser.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+core/Fl_File_Chooser.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_File_Chooser.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/Fl_File_Chooser.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/Fl_File_Chooser2.o: ../include/fltk3/FileChooser.h
+core/Fl_File_Chooser2.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_File_Chooser2.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_File_Chooser2.o: ../include/fltk3/Xutf8.h
+core/Fl_File_Chooser2.o: ../include/fltk3/enumerations.h
+core/Fl_File_Chooser2.o: ../include/fltk3/DoubleWindow.h
+core/Fl_File_Chooser2.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_File_Chooser2.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_File_Chooser2.o: ../include/fltk3/Widget.h
+core/Fl_File_Chooser2.o: ../include/fltk3/Rectangle.h
+core/Fl_File_Chooser2.o: ../include/fltk3/Object.h ../include/fltk3/Choice.h
+core/Fl_File_Chooser2.o: ../include/fltk3/Menu_.h ../include/fltk3/MenuItem.h
+core/Fl_File_Chooser2.o: ../include/fltk3/Image.h
+core/Fl_File_Chooser2.o: ../include/fltk3/MenuButton.h
+core/Fl_File_Chooser2.o: ../include/fltk3/Button.h
+core/Fl_File_Chooser2.o: ../include/fltk3/Preferences.h
+core/Fl_File_Chooser2.o: ../include/fltk3/TiledGroup.h
+core/Fl_File_Chooser2.o: ../include/fltk3/Group.h
+core/Fl_File_Chooser2.o: ../include/fltk3/FileBrowser.h
+core/Fl_File_Chooser2.o: ../include/fltk3/Browser.h
+core/Fl_File_Chooser2.o: ../include/fltk3/Browser_.h
+core/Fl_File_Chooser2.o: ../include/fltk3/Scrollbar.h
+core/Fl_File_Chooser2.o: ../include/fltk3/Slider.h
+core/Fl_File_Chooser2.o: ../include/fltk3/Valuator.h
+core/Fl_File_Chooser2.o: ../include/fltk3/FileIcon.h ../include/fltk3/run.h
+core/Fl_File_Chooser2.o: ../include/fltk3/filename.h ../include/fltk3/Box.h
+core/Fl_File_Chooser2.o: ../include/fltk3/CheckButton.h
+core/Fl_File_Chooser2.o: ../include/fltk3/LightButton.h
+core/Fl_File_Chooser2.o: ../include/fltk3/Button.h
+core/Fl_File_Chooser2.o: ../include/fltk3/FileInput.h
+core/Fl_File_Chooser2.o: ../include/fltk3/Input.h ../include/fltk3/Input_.h
+core/Fl_File_Chooser2.o: ../include/fltk3/ReturnButton.h
+core/Fl_File_Chooser2.o: ../include/fltk3/ask.h ../include/fltk3/filename.h
+core/Fl_File_Chooser2.o: ../include/fltk3/x.h ../include/fltk3/SharedImage.h
+core/Fl_File_Chooser2.o: ../include/fltk3/draw.h
+core/Fl_File_Chooser2.o: ../include/fltk3/enumerations.h
+core/Fl_File_Chooser2.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+core/Fl_File_Chooser2.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_File_Chooser2.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/Fl_File_Chooser2.o: ../include/fltk3/Pixmap.h
+core/Fl_File_Chooser2.o: ../include/fltk3/RGBImage.h core/flstring.h
+core/Fl_File_Chooser2.o: ../include/fltk3/Export.h ../include/config.h
+core/Fl_File_Icon.o: ../include/fltk3/utf8.h core/flstring.h
+core/Fl_File_Icon.o: ../include/fltk3/Export.h ../include/config.h
+core/Fl_File_Icon.o: ../include/fltk3/FileIcon.h ../include/fltk3/run.h
+core/Fl_File_Icon.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+core/Fl_File_Icon.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+core/Fl_File_Icon.o: ../include/fltk3/enumerations.h
+core/Fl_File_Icon.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_File_Icon.o: ../include/fltk3/Object.h ../include/fltk3/draw.h
+core/Fl_File_Icon.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/Fl_File_Icon.o: ../include/fltk3/enumerations.h
+core/Fl_File_Icon.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_File_Icon.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_File_Icon.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+core/Fl_File_Icon.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+core/Fl_File_Icon.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/Fl_File_Icon.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/Fl_File_Icon.o: ../include/fltk3/RGBImage.h ../include/fltk3/filename.h
+core/Fl_File_Input.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_File_Input.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_File_Input.o: ../include/fltk3/Xutf8.h
+core/Fl_File_Input.o: ../include/fltk3/enumerations.h
+core/Fl_File_Input.o: ../include/fltk3/FileInput.h ../include/fltk3/Input.h
+core/Fl_File_Input.o: ../include/fltk3/Input_.h ../include/fltk3/Widget.h
+core/Fl_File_Input.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+core/Fl_File_Input.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+core/Fl_File_Input.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_File_Input.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/Fl_File_Input.o: ../include/fltk3/Window.h
+core/Fl_File_Input.o: ../include/fltk3/enumerations.h
+core/Fl_File_Input.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+core/Fl_File_Input.o: ../include/fltk3/Plugin.h
+core/Fl_File_Input.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/Fl_File_Input.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/Fl_File_Input.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/Fl_File_Input.o: ../include/fltk3/filename.h core/flstring.h
+core/Fl_File_Input.o: ../include/fltk3/Export.h ../include/config.h
+core/Fl_Group.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Group.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Group.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_Group.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+core/Fl_Group.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+core/Fl_Group.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+core/Fl_Group.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Group.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/Fl_Group.o: ../include/fltk3/Window.h ../include/fltk3/enumerations.h
+core/Fl_Group.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+core/Fl_Group.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+core/Fl_Group.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/Fl_Group.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/Fl_Group.o: ../include/fltk3/RGBImage.h
+core/Fl_Help_View.o: ../include/fltk3/HelpView.h ../include/fltk3/run.h
+core/Fl_Help_View.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+core/Fl_Help_View.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+core/Fl_Help_View.o: ../include/fltk3/enumerations.h ../include/fltk3/Group.h
+core/Fl_Help_View.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_Help_View.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_Help_View.o: ../include/fltk3/Object.h ../include/fltk3/Scrollbar.h
+core/Fl_Help_View.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+core/Fl_Help_View.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/Fl_Help_View.o: ../include/fltk3/Window.h
+core/Fl_Help_View.o: ../include/fltk3/enumerations.h
+core/Fl_Help_View.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+core/Fl_Help_View.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_Help_View.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/Fl_Help_View.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/Fl_Help_View.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/Fl_Help_View.o: ../include/fltk3/SharedImage.h
+core/Fl_Help_View.o: ../include/fltk3/filename.h ../include/fltk3/utf8.h
+core/Fl_Help_View.o: ../include/fltk3/filename.h core/flstring.h
+core/Fl_Help_View.o: ../include/fltk3/Export.h ../include/config.h
+core/Fl_Image.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Image.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Image.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_Image.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/Fl_Image.o: ../include/fltk3/Window.h ../include/fltk3/enumerations.h
+core/Fl_Image.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Image.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_Image.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_Image.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/Fl_Image.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_Image.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/Fl_Image.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/Fl_Image.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/Fl_Image.o: ../include/fltk3/MenuItem.h core/flstring.h
+core/Fl_Image.o: ../include/fltk3/Export.h ../include/config.h
+core/Fl_Input.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Input.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Input.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_Input.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Input.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_Input.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_Input.o: ../include/fltk3/Object.h ../include/fltk3/Input.h
+core/Fl_Input.o: ../include/fltk3/Input_.h ../include/fltk3/draw.h
+core/Fl_Input.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/Fl_Input.o: ../include/fltk3/enumerations.h ../include/fltk3/Device.h
+core/Fl_Input.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_Input.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/Fl_Input.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/Fl_Input.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/Fl_Input.o: ../include/fltk3/ask.h core/flstring.h
+core/Fl_Input.o: ../include/fltk3/Export.h ../include/config.h
+core/Fl_Input_.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Input_.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Input_.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_Input_.o: ../include/fltk3/Input_.h ../include/fltk3/Widget.h
+core/Fl_Input_.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Input_.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+core/Fl_Input_.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+core/Fl_Input_.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/Fl_Input_.o: ../include/fltk3/Window.h ../include/fltk3/enumerations.h
+core/Fl_Input_.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+core/Fl_Input_.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+core/Fl_Input_.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/Fl_Input_.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/Fl_Input_.o: ../include/fltk3/RGBImage.h ../include/fltk3/ask.h
+core/Fl_Input_.o: ../include/fltk3/utf8.h core/flstring.h
+core/Fl_Input_.o: ../include/fltk3/Export.h ../include/config.h
+core/Fl_Light_Button.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Light_Button.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Light_Button.o: ../include/fltk3/Xutf8.h
+core/Fl_Light_Button.o: ../include/fltk3/enumerations.h
+core/Fl_Light_Button.o: ../include/fltk3/LightButton.h
+core/Fl_Light_Button.o: ../include/fltk3/Button.h ../include/fltk3/Widget.h
+core/Fl_Light_Button.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+core/Fl_Light_Button.o: ../include/fltk3/Rectangle.h
+core/Fl_Light_Button.o: ../include/fltk3/Object.h ../include/fltk3/draw.h
+core/Fl_Light_Button.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/Fl_Light_Button.o: ../include/fltk3/enumerations.h
+core/Fl_Light_Button.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Light_Button.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+core/Fl_Light_Button.o: ../include/fltk3/Plugin.h
+core/Fl_Light_Button.o: ../include/fltk3/Preferences.h
+core/Fl_Light_Button.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/Fl_Light_Button.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/Fl_Light_Button.o: ../include/fltk3/RGBImage.h core/flstring.h
+core/Fl_Light_Button.o: ../include/fltk3/Export.h ../include/config.h
+core/Fl_Menu.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Menu.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Menu.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_Menu.o: ../include/fltk3/MenuWindow.h ../include/fltk3/SingleWindow.h
+core/Fl_Menu.o: ../include/fltk3/Window.h ../include/fltk3/Menu_.h
+core/Fl_Menu.o: ../include/fltk3/Widget.h ../include/fltk3/MenuItem.h
+core/Fl_Menu.o: ../include/fltk3/Image.h ../include/fltk3/draw.h
+core/Fl_Menu.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+core/Fl_Menu.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Menu.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+core/Fl_Menu.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+core/Fl_Menu.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+core/Fl_Menu.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+core/Fl_Menu.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/Fl_Menu.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/Fl_Menu.o: core/flstring.h ../include/fltk3/Export.h ../include/config.h
+core/Fl_Menu_.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Menu_.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Menu_.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_Menu_.o: ../include/fltk3/Menu_.h ../include/fltk3/Widget.h
+core/Fl_Menu_.o: ../include/fltk3/MenuItem.h ../include/fltk3/Image.h
+core/Fl_Menu_.o: core/flstring.h ../include/fltk3/Export.h
+core/Fl_Menu_.o: ../include/config.h
+core/Fl_Menu_Bar.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Menu_Bar.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Menu_Bar.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_Menu_Bar.o: ../include/fltk3/MenuBar.h ../include/fltk3/Menu_.h
+core/Fl_Menu_Bar.o: ../include/fltk3/Widget.h ../include/fltk3/MenuItem.h
+core/Fl_Menu_Bar.o: ../include/fltk3/Image.h ../include/fltk3/draw.h
+core/Fl_Menu_Bar.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/Fl_Menu_Bar.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+core/Fl_Menu_Bar.o: ../include/fltk3/Group.h ../include/fltk3/Wrapper.h
+core/Fl_Menu_Bar.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_Menu_Bar.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/Fl_Menu_Bar.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_Menu_Bar.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/Fl_Menu_Bar.o: ../include/fltk3/Bitmap.h ../include/fltk3/Pixmap.h
+core/Fl_Menu_Bar.o: ../include/fltk3/RGBImage.h
+core/Fl_Menu_Button.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Menu_Button.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Menu_Button.o: ../include/fltk3/Xutf8.h
+core/Fl_Menu_Button.o: ../include/fltk3/enumerations.h
+core/Fl_Menu_Button.o: ../include/fltk3/MenuButton.h ../include/fltk3/Menu_.h
+core/Fl_Menu_Button.o: ../include/fltk3/Widget.h ../include/fltk3/MenuItem.h
+core/Fl_Menu_Button.o: ../include/fltk3/Image.h ../include/fltk3/draw.h
+core/Fl_Menu_Button.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/Fl_Menu_Button.o: ../include/fltk3/enumerations.h
+core/Fl_Menu_Button.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Menu_Button.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+core/Fl_Menu_Button.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+core/Fl_Menu_Button.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+core/Fl_Menu_Button.o: ../include/fltk3/Plugin.h
+core/Fl_Menu_Button.o: ../include/fltk3/Preferences.h
+core/Fl_Menu_Button.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/Fl_Menu_Button.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/Fl_Menu_Window.o: ../include/config.h ../include/fltk3/run.h
+core/Fl_Menu_Window.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+core/Fl_Menu_Window.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+core/Fl_Menu_Window.o: ../include/fltk3/enumerations.h ../include/fltk3/x.h
+core/Fl_Menu_Window.o: ../include/fltk3/Window.h ../include/fltk3/draw.h
+core/Fl_Menu_Window.o: ../include/fltk3/enumerations.h
+core/Fl_Menu_Window.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Menu_Window.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_Menu_Window.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_Menu_Window.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/Fl_Menu_Window.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_Menu_Window.o: ../include/fltk3/Preferences.h
+core/Fl_Menu_Window.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/Fl_Menu_Window.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/Fl_Menu_Window.o: ../include/fltk3/RGBImage.h
+core/Fl_Menu_Window.o: ../include/fltk3/MenuWindow.h
+core/Fl_Menu_Window.o: ../include/fltk3/SingleWindow.h
+core/Fl_Menu_add.o: ../include/fltk3/Menu_.h ../include/fltk3/Widget.h
+core/Fl_Menu_add.o: ../include/fltk3/MenuItem.h ../include/fltk3/Image.h
+core/Fl_Menu_add.o: core/flstring.h ../include/fltk3/Export.h
+core/Fl_Menu_add.o: ../include/config.h
+core/Fl_Menu_global.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Menu_global.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Menu_global.o: ../include/fltk3/Xutf8.h
+core/Fl_Menu_global.o: ../include/fltk3/enumerations.h
+core/Fl_Menu_global.o: ../include/fltk3/Menu_.h ../include/fltk3/Widget.h
+core/Fl_Menu_global.o: ../include/fltk3/MenuItem.h ../include/fltk3/Image.h
+core/Fl_Multi_Label.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Multi_Label.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Multi_Label.o: ../include/fltk3/Xutf8.h
+core/Fl_Multi_Label.o: ../include/fltk3/enumerations.h
+core/Fl_Multi_Label.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_Multi_Label.o: ../include/fltk3/Object.h ../include/fltk3/MenuItem.h
+core/Fl_Multi_Label.o: ../include/fltk3/Widget.h ../include/fltk3/Image.h
+core/Fl_Multi_Label.o: ../include/fltk3/MultiLabel.h
+core/Fl_Native_File_Chooser.o: core/Fl_Native_File_Chooser_FLTK.cxx
+core/Fl_Native_File_Chooser.o: ../include/fltk3/NativeFileChooser.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/FileChooser.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/Export.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/types.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/Xutf8.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/enumerations.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/DoubleWindow.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/Window.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/Group.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/Widget.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/Wrapper.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/Widget.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/Rectangle.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/Object.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/Choice.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/Menu_.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/MenuItem.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/Image.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/MenuButton.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/Button.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/Preferences.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/TiledGroup.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/Group.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/FileBrowser.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/Browser.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/Browser_.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/Scrollbar.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/Slider.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/Valuator.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/FileIcon.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/run.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/filename.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/Box.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/CheckButton.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/LightButton.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/Button.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/FileInput.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/Input.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/Input_.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/ReturnButton.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/ask.h
+core/Fl_Native_File_Chooser.o: ../include/fltk3/FileIcon.h
+core/Fl_Native_File_Chooser.o: core/Fl_Native_File_Chooser_common.cxx
+core/Fl_Native_File_Chooser.o: ../include/fltk3/enumerations.h
+core/Fl_Overlay_Window.o: ../include/config.h ../include/fltk3/run.h
+core/Fl_Overlay_Window.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+core/Fl_Overlay_Window.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+core/Fl_Overlay_Window.o: ../include/fltk3/enumerations.h
+core/Fl_Overlay_Window.o: ../include/fltk3/OverlayWindow.h
+core/Fl_Overlay_Window.o: ../include/fltk3/DoubleWindow.h
+core/Fl_Overlay_Window.o: ../include/fltk3/Window.h ../include/fltk3/draw.h
+core/Fl_Overlay_Window.o: ../include/fltk3/x.h
+core/Fl_Overlay_Window.o: ../include/fltk3/enumerations.h
+core/Fl_Overlay_Window.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Overlay_Window.o: ../include/fltk3/Widget.h
+core/Fl_Overlay_Window.o: ../include/fltk3/Wrapper.h
+core/Fl_Overlay_Window.o: ../include/fltk3/Widget.h
+core/Fl_Overlay_Window.o: ../include/fltk3/Rectangle.h
+core/Fl_Overlay_Window.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/Fl_Overlay_Window.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_Overlay_Window.o: ../include/fltk3/Preferences.h
+core/Fl_Overlay_Window.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/Fl_Overlay_Window.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/Fl_Overlay_Window.o: ../include/fltk3/RGBImage.h
+core/Fl_Pack.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Pack.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Pack.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_Pack.o: ../include/fltk3/PackedGroup.h ../include/fltk3/Group.h
+core/Fl_Pack.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_Pack.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_Pack.o: ../include/fltk3/Object.h ../include/fltk3/draw.h
+core/Fl_Pack.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/Fl_Pack.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+core/Fl_Pack.o: ../include/fltk3/Group.h ../include/fltk3/Device.h
+core/Fl_Pack.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_Pack.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/Fl_Pack.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/Fl_Pack.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/Fl_Paged_Device.o: ../include/fltk3/PagedDevice.h
+core/Fl_Paged_Device.o: ../include/fltk3/Device.h ../include/fltk3/x.h
+core/Fl_Paged_Device.o: ../include/fltk3/enumerations.h
+core/Fl_Paged_Device.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Paged_Device.o: ../include/fltk3/Window.h ../include/fltk3/Xutf8.h
+core/Fl_Paged_Device.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_Paged_Device.o: ../include/fltk3/Preferences.h
+core/Fl_Paged_Device.o: ../include/fltk3/Image.h ../include/fltk3/Object.h
+core/Fl_Paged_Device.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/Fl_Paged_Device.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/Fl_Paged_Device.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Paged_Device.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_Paged_Device.o: ../include/fltk3/Widget.h
+core/Fl_Paged_Device.o: ../include/fltk3/Rectangle.h ../include/fltk3/run.h
+core/Fl_Paged_Device.o: ../include/fltk3/utf8.h ../include/fltk3/draw.h
+core/Fl_Paged_Device.o: ../include/fltk3/enumerations.h
+core/Fl_Pixmap.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Pixmap.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Pixmap.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_Pixmap.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/Fl_Pixmap.o: ../include/fltk3/Window.h ../include/fltk3/enumerations.h
+core/Fl_Pixmap.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Pixmap.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_Pixmap.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_Pixmap.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/Fl_Pixmap.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_Pixmap.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/Fl_Pixmap.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/Fl_Pixmap.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/Fl_Pixmap.o: ../include/fltk3/MenuItem.h ../include/fltk3/Printer.h
+core/Fl_Pixmap.o: ../include/fltk3/PagedDevice.h
+core/Fl_Pixmap.o: ../include/fltk3/PostScript.h core/flstring.h
+core/Fl_Pixmap.o: ../include/fltk3/Export.h ../include/config.h
+core/Fl_Positioner.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Positioner.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Positioner.o: ../include/fltk3/Xutf8.h
+core/Fl_Positioner.o: ../include/fltk3/enumerations.h
+core/Fl_Positioner.o: ../include/fltk3/Positioner.h ../include/fltk3/Widget.h
+core/Fl_Positioner.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/Fl_Positioner.o: ../include/fltk3/Window.h
+core/Fl_Positioner.o: ../include/fltk3/enumerations.h
+core/Fl_Positioner.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Positioner.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+core/Fl_Positioner.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+core/Fl_Positioner.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+core/Fl_Positioner.o: ../include/fltk3/Plugin.h
+core/Fl_Positioner.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/Fl_Positioner.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/Fl_Positioner.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/Fl_Printer.o: ../include/fltk3/Printer.h ../include/fltk3/x.h
+core/Fl_Printer.o: ../include/fltk3/enumerations.h ../include/fltk3/Export.h
+core/Fl_Printer.o: ../include/fltk3/types.h ../include/fltk3/Window.h
+core/Fl_Printer.o: ../include/fltk3/Xutf8.h ../include/fltk3/PagedDevice.h
+core/Fl_Printer.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+core/Fl_Printer.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+core/Fl_Printer.o: ../include/fltk3/Image.h ../include/fltk3/Object.h
+core/Fl_Printer.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/Fl_Printer.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/Fl_Printer.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Printer.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_Printer.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_Printer.o: ../include/fltk3/draw.h ../include/fltk3/enumerations.h
+core/Fl_Printer.o: ../include/fltk3/PostScript.h core/Fl_PostScript.cxx
+core/Fl_Printer.o: ../include/config.h ../include/fltk3/run.h
+core/Fl_Printer.o: ../include/fltk3/utf8.h ../include/fltk3/ask.h
+core/Fl_Printer.o: ../include/fltk3/NativeFileChooser.h
+core/Fl_Printer.o: ../include/fltk3/FileChooser.h
+core/Fl_Printer.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Group.h
+core/Fl_Printer.o: ../include/fltk3/Choice.h ../include/fltk3/Menu_.h
+core/Fl_Printer.o: ../include/fltk3/MenuItem.h ../include/fltk3/MenuButton.h
+core/Fl_Printer.o: ../include/fltk3/Button.h ../include/fltk3/TiledGroup.h
+core/Fl_Printer.o: ../include/fltk3/FileBrowser.h ../include/fltk3/Browser.h
+core/Fl_Printer.o: ../include/fltk3/Browser_.h ../include/fltk3/Scrollbar.h
+core/Fl_Printer.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+core/Fl_Printer.o: ../include/fltk3/FileIcon.h ../include/fltk3/run.h
+core/Fl_Printer.o: ../include/fltk3/filename.h ../include/fltk3/Box.h
+core/Fl_Printer.o: ../include/fltk3/CheckButton.h
+core/Fl_Printer.o: ../include/fltk3/LightButton.h ../include/fltk3/Button.h
+core/Fl_Printer.o: ../include/fltk3/FileInput.h ../include/fltk3/Input.h
+core/Fl_Printer.o: ../include/fltk3/Input_.h ../include/fltk3/ReturnButton.h
+core/Fl_Printer.o: core/print_panel.cxx core/print_panel.h
+core/Fl_Printer.o: ../include/fltk3/RoundButton.h ../include/fltk3/Spinner.h
+core/Fl_Printer.o: ../include/fltk3/RepeatButton.h
+core/Fl_Printer.o: ../include/fltk3/Progress.h ../src/core/flstring.h
+core/Fl_Printer.o: ../include/fltk3/Export.h ../include/fltk3/IntInput.h
+core/Fl_Printer.o: ../include/fltk3/Input.h
+core/Fl_Preferences.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Preferences.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Preferences.o: ../include/fltk3/Xutf8.h
+core/Fl_Preferences.o: ../include/fltk3/enumerations.h
+core/Fl_Preferences.o: ../include/fltk3/Preferences.h
+core/Fl_Preferences.o: ../include/fltk3/Plugin.h ../include/fltk3/filename.h
+core/Fl_Preferences.o: ../include/fltk3/utf8.h core/flstring.h
+core/Fl_Preferences.o: ../include/fltk3/Export.h ../include/config.h
+core/Fl_Progress.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Progress.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Progress.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_Progress.o: ../include/fltk3/Progress.h ../include/fltk3/Widget.h
+core/Fl_Progress.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/Fl_Progress.o: ../include/fltk3/Window.h ../include/fltk3/enumerations.h
+core/Fl_Progress.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Progress.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+core/Fl_Progress.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+core/Fl_Progress.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+core/Fl_Progress.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+core/Fl_Progress.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/Fl_Progress.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/Fl_Progress.o: ../include/fltk3/RGBImage.h
+core/Fl_Repeat_Button.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Repeat_Button.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Repeat_Button.o: ../include/fltk3/Xutf8.h
+core/Fl_Repeat_Button.o: ../include/fltk3/enumerations.h
+core/Fl_Repeat_Button.o: ../include/fltk3/RepeatButton.h
+core/Fl_Repeat_Button.o: ../include/fltk3/run.h ../include/fltk3/Button.h
+core/Fl_Repeat_Button.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_Repeat_Button.o: ../include/fltk3/Widget.h
+core/Fl_Repeat_Button.o: ../include/fltk3/Rectangle.h
+core/Fl_Repeat_Button.o: ../include/fltk3/Object.h
+core/Fl_Return_Button.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Return_Button.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Return_Button.o: ../include/fltk3/Xutf8.h
+core/Fl_Return_Button.o: ../include/fltk3/enumerations.h
+core/Fl_Return_Button.o: ../include/fltk3/ReturnButton.h
+core/Fl_Return_Button.o: ../include/fltk3/Button.h ../include/fltk3/Widget.h
+core/Fl_Return_Button.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+core/Fl_Return_Button.o: ../include/fltk3/Rectangle.h
+core/Fl_Return_Button.o: ../include/fltk3/Object.h ../include/fltk3/draw.h
+core/Fl_Return_Button.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/Fl_Return_Button.o: ../include/fltk3/enumerations.h
+core/Fl_Return_Button.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Return_Button.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+core/Fl_Return_Button.o: ../include/fltk3/Plugin.h
+core/Fl_Return_Button.o: ../include/fltk3/Preferences.h
+core/Fl_Return_Button.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/Fl_Return_Button.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/Fl_Return_Button.o: ../include/fltk3/RGBImage.h
+core/Fl_Roller.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Roller.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Roller.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_Roller.o: ../include/fltk3/Roller.h ../include/fltk3/Valuator.h
+core/Fl_Roller.o: ../include/fltk3/Widget.h ../include/fltk3/draw.h
+core/Fl_Roller.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/Fl_Roller.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+core/Fl_Roller.o: ../include/fltk3/Group.h ../include/fltk3/Wrapper.h
+core/Fl_Roller.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_Roller.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/Fl_Roller.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_Roller.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/Fl_Roller.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/Fl_Roller.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/Fl_Round_Button.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Round_Button.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Round_Button.o: ../include/fltk3/Xutf8.h
+core/Fl_Round_Button.o: ../include/fltk3/enumerations.h
+core/Fl_Round_Button.o: ../include/fltk3/RoundButton.h
+core/Fl_Round_Button.o: ../include/fltk3/LightButton.h
+core/Fl_Round_Button.o: ../include/fltk3/Button.h ../include/fltk3/Widget.h
+core/Fl_Round_Button.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+core/Fl_Round_Button.o: ../include/fltk3/Rectangle.h
+core/Fl_Round_Button.o: ../include/fltk3/Object.h
+core/Fl_Scroll.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Scroll.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Scroll.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_Scroll.o: ../include/fltk3/TiledImage.h ../include/fltk3/Image.h
+core/Fl_Scroll.o: ../include/fltk3/ScrollGroup.h ../include/fltk3/Group.h
+core/Fl_Scroll.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_Scroll.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_Scroll.o: ../include/fltk3/Object.h ../include/fltk3/Scrollbar.h
+core/Fl_Scroll.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+core/Fl_Scroll.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/Fl_Scroll.o: ../include/fltk3/Window.h ../include/fltk3/enumerations.h
+core/Fl_Scroll.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+core/Fl_Scroll.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_Scroll.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/Fl_Scroll.o: ../include/fltk3/Bitmap.h ../include/fltk3/Pixmap.h
+core/Fl_Scroll.o: ../include/fltk3/RGBImage.h
+core/Fl_Scrollbar.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Scrollbar.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Scrollbar.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_Scrollbar.o: ../include/fltk3/Scrollbar.h ../include/fltk3/Slider.h
+core/Fl_Scrollbar.o: ../include/fltk3/Valuator.h ../include/fltk3/Widget.h
+core/Fl_Scrollbar.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/Fl_Scrollbar.o: ../include/fltk3/Window.h
+core/Fl_Scrollbar.o: ../include/fltk3/enumerations.h
+core/Fl_Scrollbar.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Scrollbar.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+core/Fl_Scrollbar.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+core/Fl_Scrollbar.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+core/Fl_Scrollbar.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+core/Fl_Scrollbar.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/Fl_Scrollbar.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/Fl_Scrollbar.o: ../include/fltk3/RGBImage.h core/flstring.h
+core/Fl_Scrollbar.o: ../include/fltk3/Export.h ../include/config.h
+core/Fl_Shared_Image.o: ../include/fltk3/utf8.h core/flstring.h
+core/Fl_Shared_Image.o: ../include/fltk3/Export.h ../include/config.h
+core/Fl_Shared_Image.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Shared_Image.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Shared_Image.o: ../include/fltk3/Xutf8.h
+core/Fl_Shared_Image.o: ../include/fltk3/enumerations.h
+core/Fl_Shared_Image.o: ../include/fltk3/SharedImage.h
+core/Fl_Shared_Image.o: ../include/fltk3/Image.h ../include/fltk3/XBMImage.h
+core/Fl_Shared_Image.o: ../include/fltk3/Bitmap.h ../include/fltk3/XPMImage.h
+core/Fl_Shared_Image.o: ../include/fltk3/Pixmap.h
+core/Fl_Single_Window.o: ../include/fltk3/SingleWindow.h
+core/Fl_Single_Window.o: ../include/fltk3/Window.h
+core/Fl_Slider.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Slider.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Slider.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_Slider.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+core/Fl_Slider.o: ../include/fltk3/Widget.h ../include/fltk3/draw.h
+core/Fl_Slider.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/Fl_Slider.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+core/Fl_Slider.o: ../include/fltk3/Group.h ../include/fltk3/Wrapper.h
+core/Fl_Slider.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_Slider.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/Fl_Slider.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_Slider.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/Fl_Slider.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/Fl_Slider.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/Fl_Slider.o: core/flstring.h ../include/fltk3/Export.h
+core/Fl_Slider.o: ../include/config.h
+core/Style.o: ../include/fltk3/Style.h
+core/Fl_Table.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/Fl_Table.o: ../include/fltk3/enumerations.h ../include/fltk3/Export.h
+core/Fl_Table.o: ../include/fltk3/types.h ../include/fltk3/Window.h
+core/Fl_Table.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_Table.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Table.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_Table.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_Table.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/Fl_Table.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_Table.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/Fl_Table.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/Fl_Table.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/Fl_Table.o: ../include/fltk3/Table.h ../include/fltk3/run.h
+core/Fl_Table.o: ../include/fltk3/utf8.h ../include/fltk3/Group.h
+core/Fl_Table.o: ../include/fltk3/ScrollGroup.h ../include/fltk3/Scrollbar.h
+core/Fl_Table.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+core/Fl_Table.o: ../include/fltk3/Box.h ../include/fltk3/Scrollbar.h
+core/Fl_Table_Row.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Table_Row.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Table_Row.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_Table_Row.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/Fl_Table_Row.o: ../include/fltk3/Window.h
+core/Fl_Table_Row.o: ../include/fltk3/enumerations.h
+core/Fl_Table_Row.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Table_Row.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_Table_Row.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_Table_Row.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/Fl_Table_Row.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_Table_Row.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/Fl_Table_Row.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/Fl_Table_Row.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/Fl_Table_Row.o: ../include/fltk3/TableRow.h ../include/fltk3/Table.h
+core/Fl_Table_Row.o: ../include/fltk3/Group.h ../include/fltk3/ScrollGroup.h
+core/Fl_Table_Row.o: ../include/fltk3/Scrollbar.h ../include/fltk3/Slider.h
+core/Fl_Table_Row.o: ../include/fltk3/Valuator.h ../include/fltk3/Box.h
+core/Fl_Table_Row.o: ../include/fltk3/Scrollbar.h
+core/Fl_Tabs.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Tabs.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Tabs.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_Tabs.o: ../include/fltk3/TabGroup.h ../include/fltk3/Group.h
+core/Fl_Tabs.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_Tabs.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_Tabs.o: ../include/fltk3/Object.h ../include/fltk3/draw.h
+core/Fl_Tabs.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/Fl_Tabs.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+core/Fl_Tabs.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+core/Fl_Tabs.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+core/Fl_Tabs.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/Fl_Tabs.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/Fl_Tabs.o: ../include/fltk3/RGBImage.h ../include/fltk3/Tooltip.h
+core/Fl_Text_Buffer.o: ../include/fltk3/utf8.h core/flstring.h
+core/Fl_Text_Buffer.o: ../include/fltk3/Export.h ../include/config.h
+core/Fl_Text_Buffer.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Text_Buffer.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Text_Buffer.o: ../include/fltk3/Xutf8.h
+core/Fl_Text_Buffer.o: ../include/fltk3/enumerations.h
+core/Fl_Text_Buffer.o: ../include/fltk3/TextBuffer.h ../include/fltk3/ask.h
+core/Fl_Text_Display.o: ../include/fltk3/utf8.h core/flstring.h
+core/Fl_Text_Display.o: ../include/fltk3/Export.h ../include/config.h
+core/Fl_Text_Display.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Text_Display.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Text_Display.o: ../include/fltk3/Xutf8.h
+core/Fl_Text_Display.o: ../include/fltk3/enumerations.h
+core/Fl_Text_Display.o: ../include/fltk3/TextBuffer.h
+core/Fl_Text_Display.o: ../include/fltk3/TextDisplay.h
+core/Fl_Text_Display.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/Fl_Text_Display.o: ../include/fltk3/Window.h
+core/Fl_Text_Display.o: ../include/fltk3/enumerations.h
+core/Fl_Text_Display.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Text_Display.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_Text_Display.o: ../include/fltk3/Widget.h
+core/Fl_Text_Display.o: ../include/fltk3/Rectangle.h
+core/Fl_Text_Display.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/Fl_Text_Display.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_Text_Display.o: ../include/fltk3/Preferences.h
+core/Fl_Text_Display.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/Fl_Text_Display.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/Fl_Text_Display.o: ../include/fltk3/RGBImage.h
+core/Fl_Text_Display.o: ../include/fltk3/Scrollbar.h
+core/Fl_Text_Display.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+core/Fl_Text_Display.o: ../include/fltk3/TextBuffer.h
+core/Fl_Text_Display.o: ../include/fltk3/Printer.h
+core/Fl_Text_Display.o: ../include/fltk3/PagedDevice.h
+core/Fl_Text_Display.o: ../include/fltk3/draw.h ../include/fltk3/PostScript.h
+core/Fl_Text_Editor.o: core/flstring.h ../include/fltk3/Export.h
+core/Fl_Text_Editor.o: ../include/config.h ../include/fltk3/run.h
+core/Fl_Text_Editor.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+core/Fl_Text_Editor.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+core/Fl_Text_Editor.o: ../include/fltk3/enumerations.h
+core/Fl_Text_Editor.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Text_Editor.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_Text_Editor.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_Text_Editor.o: ../include/fltk3/Object.h
+core/Fl_Text_Editor.o: ../include/fltk3/TextEditor.h
+core/Fl_Text_Editor.o: ../include/fltk3/TextDisplay.h ../include/fltk3/draw.h
+core/Fl_Text_Editor.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/Fl_Text_Editor.o: ../include/fltk3/enumerations.h
+core/Fl_Text_Editor.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+core/Fl_Text_Editor.o: ../include/fltk3/Plugin.h
+core/Fl_Text_Editor.o: ../include/fltk3/Preferences.h
+core/Fl_Text_Editor.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/Fl_Text_Editor.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/Fl_Text_Editor.o: ../include/fltk3/RGBImage.h
+core/Fl_Text_Editor.o: ../include/fltk3/Scrollbar.h ../include/fltk3/Slider.h
+core/Fl_Text_Editor.o: ../include/fltk3/Valuator.h
+core/Fl_Text_Editor.o: ../include/fltk3/TextBuffer.h ../include/fltk3/ask.h
+core/Fl_Tile.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Tile.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Tile.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_Tile.o: ../include/fltk3/TiledGroup.h ../include/fltk3/Group.h
+core/Fl_Tile.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_Tile.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_Tile.o: ../include/fltk3/Object.h ../include/fltk3/Window.h
+core/Fl_Tiled_Image.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Tiled_Image.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Tiled_Image.o: ../include/fltk3/Xutf8.h
+core/Fl_Tiled_Image.o: ../include/fltk3/enumerations.h
+core/Fl_Tiled_Image.o: ../include/fltk3/TiledImage.h ../include/fltk3/Image.h
+core/Fl_Tiled_Image.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/Fl_Tiled_Image.o: ../include/fltk3/Window.h
+core/Fl_Tiled_Image.o: ../include/fltk3/enumerations.h
+core/Fl_Tiled_Image.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Tiled_Image.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_Tiled_Image.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_Tiled_Image.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/Fl_Tiled_Image.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_Tiled_Image.o: ../include/fltk3/Preferences.h
+core/Fl_Tiled_Image.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/Fl_Tiled_Image.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/Fl_Tooltip.o: ../include/fltk3/Tooltip.h ../include/fltk3/run.h
+core/Fl_Tooltip.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+core/Fl_Tooltip.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+core/Fl_Tooltip.o: ../include/fltk3/enumerations.h ../include/fltk3/Widget.h
+core/Fl_Tooltip.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+core/Fl_Tooltip.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/Fl_Tooltip.o: ../include/fltk3/Window.h ../include/fltk3/enumerations.h
+core/Fl_Tooltip.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Tooltip.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_Tooltip.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+core/Fl_Tooltip.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+core/Fl_Tooltip.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/Fl_Tooltip.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/Fl_Tooltip.o: ../include/fltk3/RGBImage.h ../include/fltk3/MenuWindow.h
+core/Fl_Tooltip.o: ../include/fltk3/SingleWindow.h
+core/Fl_Tree.o: ../include/fltk3/Tree.h ../include/fltk3/run.h
+core/Fl_Tree.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+core/Fl_Tree.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+core/Fl_Tree.o: ../include/fltk3/enumerations.h ../include/fltk3/Group.h
+core/Fl_Tree.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_Tree.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_Tree.o: ../include/fltk3/Object.h ../include/fltk3/Scrollbar.h
+core/Fl_Tree.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+core/Fl_Tree.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/Fl_Tree.o: ../include/fltk3/Window.h ../include/fltk3/enumerations.h
+core/Fl_Tree.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Tree.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+core/Fl_Tree.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+core/Fl_Tree.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/Fl_Tree.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/Fl_Tree.o: ../include/fltk3/RGBImage.h ../include/fltk3/TreeItem.h
+core/Fl_Tree.o: ../include/fltk3/TreeItemArray.h ../include/fltk3/TreePrefs.h
+core/Fl_Tree_Item.o: ../include/fltk3/Widget.h
+core/Fl_Tree_Item.o: ../include/fltk3/enumerations.h
+core/Fl_Tree_Item.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Tree_Item.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+core/Fl_Tree_Item.o: ../include/fltk3/TreeItem.h ../include/fltk3/run.h
+core/Fl_Tree_Item.o: ../include/fltk3/utf8.h ../include/fltk3/Xutf8.h
+core/Fl_Tree_Item.o: ../include/fltk3/Image.h ../include/fltk3/draw.h
+core/Fl_Tree_Item.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/Fl_Tree_Item.o: ../include/fltk3/enumerations.h
+core/Fl_Tree_Item.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Tree_Item.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_Tree_Item.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+core/Fl_Tree_Item.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+core/Fl_Tree_Item.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/Fl_Tree_Item.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/Fl_Tree_Item.o: ../include/fltk3/TreeItemArray.h
+core/Fl_Tree_Item.o: ../include/fltk3/TreePrefs.h
+core/Fl_Tree_Item_Array.o: ../include/fltk3/TreeItemArray.h
+core/Fl_Tree_Item_Array.o: ../include/fltk3/Export.h
+core/Fl_Tree_Item_Array.o: ../include/fltk3/TreeItem.h ../include/fltk3/run.h
+core/Fl_Tree_Item_Array.o: ../include/fltk3/utf8.h ../include/fltk3/types.h
+core/Fl_Tree_Item_Array.o: ../include/fltk3/Xutf8.h
+core/Fl_Tree_Item_Array.o: ../include/fltk3/enumerations.h
+core/Fl_Tree_Item_Array.o: ../include/fltk3/Widget.h
+core/Fl_Tree_Item_Array.o: ../include/fltk3/Rectangle.h
+core/Fl_Tree_Item_Array.o: ../include/fltk3/Object.h ../include/fltk3/Image.h
+core/Fl_Tree_Item_Array.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/Fl_Tree_Item_Array.o: ../include/fltk3/Window.h
+core/Fl_Tree_Item_Array.o: ../include/fltk3/enumerations.h
+core/Fl_Tree_Item_Array.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Tree_Item_Array.o: ../include/fltk3/Widget.h
+core/Fl_Tree_Item_Array.o: ../include/fltk3/Wrapper.h
+core/Fl_Tree_Item_Array.o: ../include/fltk3/Device.h
+core/Fl_Tree_Item_Array.o: ../include/fltk3/Object.h
+core/Fl_Tree_Item_Array.o: ../include/fltk3/Plugin.h
+core/Fl_Tree_Item_Array.o: ../include/fltk3/Preferences.h
+core/Fl_Tree_Item_Array.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/Fl_Tree_Item_Array.o: ../include/fltk3/Pixmap.h
+core/Fl_Tree_Item_Array.o: ../include/fltk3/RGBImage.h
+core/Fl_Tree_Item_Array.o: ../include/fltk3/TreePrefs.h
+core/Fl_Tree_Prefs.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Tree_Prefs.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Tree_Prefs.o: ../include/fltk3/Xutf8.h
+core/Fl_Tree_Prefs.o: ../include/fltk3/enumerations.h
+core/Fl_Tree_Prefs.o: ../include/fltk3/Pixmap.h ../include/fltk3/Image.h
+core/Fl_Tree_Prefs.o: ../include/fltk3/TreePrefs.h
+core/Fl_Valuator.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Valuator.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Valuator.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_Valuator.o: ../include/fltk3/Valuator.h ../include/fltk3/Widget.h
+core/Fl_Valuator.o: ../include/fltk3/math.h core/flstring.h
+core/Fl_Valuator.o: ../include/fltk3/Export.h ../include/config.h
+core/Fl_Value_Input.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Value_Input.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Value_Input.o: ../include/fltk3/Xutf8.h
+core/Fl_Value_Input.o: ../include/fltk3/enumerations.h
+core/Fl_Value_Input.o: ../include/fltk3/ValueInput.h
+core/Fl_Value_Input.o: ../include/fltk3/Valuator.h ../include/fltk3/Widget.h
+core/Fl_Value_Input.o: ../include/fltk3/Input.h ../include/fltk3/Input_.h
+core/Fl_Value_Input.o: ../include/fltk3/Group.h ../include/fltk3/Wrapper.h
+core/Fl_Value_Input.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_Value_Input.o: ../include/fltk3/Object.h ../include/fltk3/math.h
+core/Fl_Value_Output.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Value_Output.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Value_Output.o: ../include/fltk3/Xutf8.h
+core/Fl_Value_Output.o: ../include/fltk3/enumerations.h
+core/Fl_Value_Output.o: ../include/fltk3/ValueOutput.h
+core/Fl_Value_Output.o: ../include/fltk3/Valuator.h ../include/fltk3/Widget.h
+core/Fl_Value_Output.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/Fl_Value_Output.o: ../include/fltk3/Window.h
+core/Fl_Value_Output.o: ../include/fltk3/enumerations.h
+core/Fl_Value_Output.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Value_Output.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+core/Fl_Value_Output.o: ../include/fltk3/Rectangle.h
+core/Fl_Value_Output.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/Fl_Value_Output.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_Value_Output.o: ../include/fltk3/Preferences.h
+core/Fl_Value_Output.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/Fl_Value_Output.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/Fl_Value_Output.o: ../include/fltk3/RGBImage.h
+core/Fl_Value_Slider.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Value_Slider.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Value_Slider.o: ../include/fltk3/Xutf8.h
+core/Fl_Value_Slider.o: ../include/fltk3/enumerations.h
+core/Fl_Value_Slider.o: ../include/fltk3/ValueSlider.h
+core/Fl_Value_Slider.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+core/Fl_Value_Slider.o: ../include/fltk3/Widget.h ../include/fltk3/draw.h
+core/Fl_Value_Slider.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/Fl_Value_Slider.o: ../include/fltk3/enumerations.h
+core/Fl_Value_Slider.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Value_Slider.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+core/Fl_Value_Slider.o: ../include/fltk3/Rectangle.h
+core/Fl_Value_Slider.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/Fl_Value_Slider.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_Value_Slider.o: ../include/fltk3/Preferences.h
+core/Fl_Value_Slider.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/Fl_Value_Slider.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/Fl_Value_Slider.o: ../include/fltk3/RGBImage.h
+core/Fl_Widget.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Widget.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Widget.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_Widget.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_Widget.o: ../include/fltk3/Object.h ../include/fltk3/Wrapper.h
+core/Fl_Widget.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+core/Fl_Widget.o: ../include/fltk3/Tooltip.h ../include/fltk3/draw.h
+core/Fl_Widget.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/Fl_Widget.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+core/Fl_Widget.o: ../include/fltk3/Group.h ../include/fltk3/Device.h
+core/Fl_Widget.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_Widget.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/Fl_Widget.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/Fl_Widget.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/Fl_Widget.o: core/flstring.h ../include/fltk3/Export.h
+core/Fl_Widget.o: ../include/config.h
+core/Fl_Window.o: ../include/config.h ../include/fltk3/run.h
+core/Fl_Window.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+core/Fl_Window.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+core/Fl_Window.o: ../include/fltk3/enumerations.h ../include/fltk3/x.h
+core/Fl_Window.o: ../include/fltk3/Window.h ../include/fltk3/Window.h
+core/Fl_Window.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+core/Fl_Window.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+core/Fl_Window.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+core/Fl_Window.o: core/flstring.h ../include/fltk3/Export.h
+core/Fl_Window.o: ../include/fltk3/draw.h ../include/fltk3/enumerations.h
+core/Fl_Window.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+core/Fl_Window.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+core/Fl_Window.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/Fl_Window.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/Fl_Window.o: ../include/fltk3/RGBImage.h
+core/Fl_Window_fullscreen.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Window_fullscreen.o: ../include/fltk3/Export.h
+core/Fl_Window_fullscreen.o: ../include/fltk3/types.h
+core/Fl_Window_fullscreen.o: ../include/fltk3/Xutf8.h
+core/Fl_Window_fullscreen.o: ../include/fltk3/enumerations.h
+core/Fl_Window_fullscreen.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/Fl_Window_fullscreen.o: ../include/config.h
+core/Fl_Window_hotspot.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Window_hotspot.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Window_hotspot.o: ../include/fltk3/Xutf8.h
+core/Fl_Window_hotspot.o: ../include/fltk3/enumerations.h
+core/Fl_Window_hotspot.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Window_hotspot.o: ../include/fltk3/Widget.h
+core/Fl_Window_hotspot.o: ../include/fltk3/Wrapper.h
+core/Fl_Window_hotspot.o: ../include/fltk3/Widget.h
+core/Fl_Window_hotspot.o: ../include/fltk3/Rectangle.h
+core/Fl_Window_hotspot.o: ../include/fltk3/Object.h ../include/fltk3/x.h
+core/Fl_Window_hotspot.o: ../include/fltk3/Window.h
+core/Fl_Window_iconize.o: ../include/fltk3/x.h
+core/Fl_Window_iconize.o: ../include/fltk3/enumerations.h
+core/Fl_Window_iconize.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Window_iconize.o: ../include/fltk3/Window.h ../include/fltk3/Xutf8.h
+core/Fl_Wizard.o: ../include/fltk3/WizardGroup.h ../include/fltk3/Group.h
+core/Fl_Wizard.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_Wizard.o: ../include/fltk3/Widget.h ../include/fltk3/enumerations.h
+core/Fl_Wizard.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Wizard.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+core/Fl_Wizard.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Wizard.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/Fl_Wizard.o: ../include/fltk3/Window.h ../include/fltk3/Xutf8.h
+core/Fl_Wizard.o: ../include/fltk3/enumerations.h ../include/fltk3/Device.h
+core/Fl_Wizard.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_Wizard.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/Fl_Wizard.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/Fl_Wizard.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/Fl_XBM_Image.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_XBM_Image.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_XBM_Image.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_XBM_Image.o: ../include/fltk3/XBMImage.h ../include/fltk3/Bitmap.h
+core/Fl_XBM_Image.o: ../include/fltk3/Image.h ../include/fltk3/utf8.h
+core/Fl_XBM_Image.o: core/flstring.h ../include/fltk3/Export.h
+core/Fl_XBM_Image.o: ../include/config.h
+core/Fl_XPM_Image.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_XPM_Image.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_XPM_Image.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_XPM_Image.o: ../include/fltk3/XPMImage.h ../include/fltk3/Pixmap.h
+core/Fl_XPM_Image.o: ../include/fltk3/Image.h ../include/fltk3/utf8.h
+core/Fl_XPM_Image.o: core/flstring.h ../include/fltk3/Export.h
+core/Fl_XPM_Image.o: ../include/config.h
+core/Fl_abort.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_abort.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_abort.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_abort.o: core/flstring.h ../include/fltk3/Export.h
+core/Fl_abort.o: ../include/config.h
+core/Fl_add_idle.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_add_idle.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_add_idle.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_arg.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_arg.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_arg.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_arg.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/Fl_arg.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_arg.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_arg.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_arg.o: ../include/fltk3/Object.h ../include/fltk3/Tooltip.h
+core/Fl_arg.o: ../include/fltk3/filename.h ../include/fltk3/draw.h
+core/Fl_arg.o: ../include/fltk3/enumerations.h ../include/fltk3/Device.h
+core/Fl_arg.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_arg.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/Fl_arg.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/Fl_arg.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/Fl_arg.o: core/flstring.h ../include/fltk3/Export.h ../include/config.h
+core/Fl_compose.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_compose.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_compose.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_compose.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/Fl_display.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_display.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_display.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_display.o: core/flstring.h ../include/fltk3/Export.h
+core/Fl_display.o: ../include/config.h
+core/Fl_get_key.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_get_key.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_get_key.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_get_key.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/Fl_get_system_colors.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_get_system_colors.o: ../include/fltk3/Export.h
+core/Fl_get_system_colors.o: ../include/fltk3/types.h
+core/Fl_get_system_colors.o: ../include/fltk3/Xutf8.h
+core/Fl_get_system_colors.o: ../include/fltk3/enumerations.h
+core/Fl_get_system_colors.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/Fl_get_system_colors.o: ../include/fltk3/Window.h
+core/Fl_get_system_colors.o: ../include/fltk3/enumerations.h
+core/Fl_get_system_colors.o: ../include/fltk3/Window.h
+core/Fl_get_system_colors.o: ../include/fltk3/Group.h
+core/Fl_get_system_colors.o: ../include/fltk3/Widget.h
+core/Fl_get_system_colors.o: ../include/fltk3/Wrapper.h
+core/Fl_get_system_colors.o: ../include/fltk3/Widget.h
+core/Fl_get_system_colors.o: ../include/fltk3/Rectangle.h
+core/Fl_get_system_colors.o: ../include/fltk3/Object.h
+core/Fl_get_system_colors.o: ../include/fltk3/Device.h
+core/Fl_get_system_colors.o: ../include/fltk3/Object.h
+core/Fl_get_system_colors.o: ../include/fltk3/Plugin.h
+core/Fl_get_system_colors.o: ../include/fltk3/Preferences.h
+core/Fl_get_system_colors.o: ../include/fltk3/Image.h
+core/Fl_get_system_colors.o: ../include/fltk3/Bitmap.h
+core/Fl_get_system_colors.o: ../include/fltk3/Image.h
+core/Fl_get_system_colors.o: ../include/fltk3/Pixmap.h
+core/Fl_get_system_colors.o: ../include/fltk3/RGBImage.h
+core/Fl_get_system_colors.o: ../include/fltk3/math.h ../include/fltk3/utf8.h
+core/Fl_get_system_colors.o: core/flstring.h ../include/fltk3/Export.h
+core/Fl_get_system_colors.o: ../include/config.h
+core/Fl_get_system_colors.o: ../include/fltk3/TiledImage.h core/tile.xpm
+core/Fl_grab.o: ../include/config.h ../include/fltk3/run.h
+core/Fl_grab.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+core/Fl_grab.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+core/Fl_grab.o: ../include/fltk3/enumerations.h ../include/fltk3/x.h
+core/Fl_grab.o: ../include/fltk3/Window.h
+core/Fl_lock.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_lock.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_lock.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_lock.o: ../include/config.h
+core/Fl_own_colormap.o: ../include/config.h ../include/fltk3/run.h
+core/Fl_own_colormap.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+core/Fl_own_colormap.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+core/Fl_own_colormap.o: ../include/fltk3/enumerations.h ../include/fltk3/x.h
+core/Fl_own_colormap.o: ../include/fltk3/Window.h
+core/Fl_visual.o: ../include/config.h ../include/fltk3/run.h
+core/Fl_visual.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+core/Fl_visual.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+core/Fl_visual.o: ../include/fltk3/enumerations.h ../include/fltk3/x.h
+core/Fl_visual.o: ../include/fltk3/Window.h
+core/Fl_x.o: ../include/config.h ../include/fltk3/run.h
+core/Fl_x.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+core/Fl_x.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+core/Fl_x.o: ../include/fltk3/enumerations.h ../include/fltk3/x.h
+core/Fl_x.o: ../include/fltk3/Window.h ../include/fltk3/Window.h
+core/Fl_x.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+core/Fl_x.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+core/Fl_x.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+core/Fl_x.o: ../include/fltk3/utf8.h ../include/fltk3/Tooltip.h
+core/Fl_x.o: ../include/fltk3/draw.h ../include/fltk3/enumerations.h
+core/Fl_x.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+core/Fl_x.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+core/Fl_x.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/Fl_x.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/Fl_x.o: ../include/fltk3/RGBImage.h ../include/fltk3/PagedDevice.h
+core/Fl_x.o: ../include/fltk3/filename.h core/flstring.h
+core/Fl_x.o: ../include/fltk3/Export.h
+core/filename_absolute.o: ../include/fltk3/filename.h ../include/fltk3/utf8.h
+core/filename_absolute.o: core/flstring.h ../include/fltk3/Export.h
+core/filename_absolute.o: ../include/config.h
+core/filename_expand.o: ../include/fltk3/filename.h ../include/fltk3/utf8.h
+core/filename_expand.o: core/flstring.h ../include/fltk3/Export.h
+core/filename_expand.o: ../include/config.h
+core/filename_ext.o: ../include/fltk3/filename.h
+core/filename_isdir.o: core/flstring.h ../include/fltk3/Export.h
+core/filename_isdir.o: ../include/config.h ../include/fltk3/filename.h
+core/filename_isdir.o: ../include/fltk3/utf8.h
+core/filename_list.o: ../include/fltk3/filename.h ../include/fltk3/utf8.h
+core/filename_list.o: core/flstring.h ../include/fltk3/Export.h
+core/filename_list.o: ../include/config.h
+core/filename_match.o: ../include/fltk3/filename.h
+core/filename_setext.o: ../include/fltk3/filename.h core/flstring.h
+core/filename_setext.o: ../include/fltk3/Export.h ../include/config.h
+core/fl_arc.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/fl_arc.o: ../include/fltk3/enumerations.h ../include/fltk3/Export.h
+core/fl_arc.o: ../include/fltk3/types.h ../include/fltk3/Window.h
+core/fl_arc.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/fl_arc.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/fl_arc.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/fl_arc.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/fl_arc.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/fl_arc.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/fl_arc.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/fl_arc.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/fl_arc.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/fl_arc.o: ../include/fltk3/math.h
+core/fl_arci.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/fl_arci.o: ../include/fltk3/enumerations.h ../include/fltk3/Export.h
+core/fl_arci.o: ../include/fltk3/types.h ../include/fltk3/Window.h
+core/fl_arci.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/fl_arci.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/fl_arci.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/fl_arci.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/fl_arci.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/fl_arci.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/fl_arci.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/fl_arci.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/fl_arci.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/fl_arci.o: ../include/config.h
+core/fl_ask.o: core/flstring.h ../include/fltk3/Export.h ../include/config.h
+core/fl_ask.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/fl_ask.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/fl_ask.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/fl_ask.o: ../include/fltk3/ask.h ../include/fltk3/Box.h
+core/fl_ask.o: ../include/fltk3/Widget.h ../include/fltk3/Button.h
+core/fl_ask.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+core/fl_ask.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+core/fl_ask.o: ../include/fltk3/ReturnButton.h ../include/fltk3/Button.h
+core/fl_ask.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/fl_ask.o: ../include/fltk3/Input.h ../include/fltk3/Input_.h
+core/fl_ask.o: ../include/fltk3/SecretInput.h ../include/fltk3/Input.h
+core/fl_ask.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/fl_ask.o: ../include/fltk3/draw.h ../include/fltk3/enumerations.h
+core/fl_ask.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+core/fl_ask.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+core/fl_ask.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/fl_ask.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/fl_ask.o: ../include/fltk3/RGBImage.h
+core/fl_boxtype.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/fl_boxtype.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/fl_boxtype.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/fl_boxtype.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/fl_boxtype.o: ../include/fltk3/Object.h ../include/fltk3/draw.h
+core/fl_boxtype.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/fl_boxtype.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+core/fl_boxtype.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+core/fl_boxtype.o: ../include/fltk3/Wrapper.h ../include/fltk3/Device.h
+core/fl_boxtype.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/fl_boxtype.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/fl_boxtype.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/fl_boxtype.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/fl_boxtype.o: ../include/config.h
+core/fl_color.o: core/Fl_XColor.H ../include/config.h
+core/fl_color.o: ../include/fltk3/enumerations.h ../include/fltk3/run.h
+core/fl_color.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+core/fl_color.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+core/fl_color.o: ../include/fltk3/enumerations.h ../include/fltk3/x.h
+core/fl_color.o: ../include/fltk3/Window.h ../include/fltk3/draw.h
+core/fl_color.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/fl_color.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/fl_color.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/fl_color.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/fl_color.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/fl_color.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/fl_color.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/fl_color.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/fl_color.o: core/fl_cmap.h
+core/fl_cursor.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/fl_cursor.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/fl_cursor.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/fl_cursor.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/fl_cursor.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/fl_cursor.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/fl_cursor.o: ../include/fltk3/Object.h ../include/fltk3/x.h
+core/fl_cursor.o: ../include/fltk3/Window.h ../include/fltk3/draw.h
+core/fl_cursor.o: ../include/fltk3/enumerations.h ../include/fltk3/Device.h
+core/fl_cursor.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/fl_cursor.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/fl_cursor.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/fl_cursor.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/fl_curve.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/fl_curve.o: ../include/fltk3/enumerations.h ../include/fltk3/Export.h
+core/fl_curve.o: ../include/fltk3/types.h ../include/fltk3/Window.h
+core/fl_curve.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/fl_curve.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/fl_curve.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/fl_curve.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/fl_curve.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/fl_curve.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/fl_curve.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/fl_curve.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/fl_curve.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/fl_diamond_box.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/fl_diamond_box.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/fl_diamond_box.o: ../include/fltk3/Xutf8.h
+core/fl_diamond_box.o: ../include/fltk3/enumerations.h
+core/fl_diamond_box.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/fl_diamond_box.o: ../include/fltk3/Window.h
+core/fl_diamond_box.o: ../include/fltk3/enumerations.h
+core/fl_diamond_box.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/fl_diamond_box.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/fl_diamond_box.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/fl_diamond_box.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/fl_diamond_box.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/fl_diamond_box.o: ../include/fltk3/Preferences.h
+core/fl_diamond_box.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/fl_diamond_box.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/fl_diamond_box.o: ../include/fltk3/RGBImage.h
+core/fl_dnd.o: core/fl_dnd_x.cxx ../include/fltk3/run.h
+core/fl_dnd.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+core/fl_dnd.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+core/fl_dnd.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+core/fl_dnd.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+core/fl_dnd.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+core/fl_dnd.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+core/fl_dnd.o: ../include/fltk3/x.h ../include/fltk3/Window.h core/flstring.h
+core/fl_dnd.o: ../include/fltk3/Export.h ../include/config.h
+core/fl_draw.o: ../include/fltk3/utf8.h ../include/fltk3/run.h
+core/fl_draw.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+core/fl_draw.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+core/fl_draw.o: ../include/fltk3/enumerations.h ../include/fltk3/draw.h
+core/fl_draw.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/fl_draw.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+core/fl_draw.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+core/fl_draw.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+core/fl_draw.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+core/fl_draw.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+core/fl_draw.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+core/fl_draw.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/fl_draw.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/fl_draw.o: ../include/fltk3/RGBImage.h core/flstring.h
+core/fl_draw.o: ../include/fltk3/Export.h ../include/config.h
+core/fl_draw_image.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/fl_draw_image.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/fl_draw_image.o: ../include/fltk3/Xutf8.h
+core/fl_draw_image.o: ../include/fltk3/enumerations.h ../include/fltk3/draw.h
+core/fl_draw_image.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/fl_draw_image.o: ../include/fltk3/enumerations.h
+core/fl_draw_image.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/fl_draw_image.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/fl_draw_image.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/fl_draw_image.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/fl_draw_image.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/fl_draw_image.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/fl_draw_image.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/fl_draw_image.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/fl_draw_image.o: core/Fl_XColor.H ../include/config.h core/flstring.h
+core/fl_draw_image.o: ../include/fltk3/Export.h
+core/fl_draw_pixmap.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/fl_draw_pixmap.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/fl_draw_pixmap.o: ../include/fltk3/Xutf8.h
+core/fl_draw_pixmap.o: ../include/fltk3/enumerations.h
+core/fl_draw_pixmap.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/fl_draw_pixmap.o: ../include/fltk3/Window.h
+core/fl_draw_pixmap.o: ../include/fltk3/enumerations.h
+core/fl_draw_pixmap.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/fl_draw_pixmap.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/fl_draw_pixmap.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/fl_draw_pixmap.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/fl_draw_pixmap.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/fl_draw_pixmap.o: ../include/fltk3/Preferences.h
+core/fl_draw_pixmap.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/fl_draw_pixmap.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/fl_draw_pixmap.o: ../include/fltk3/RGBImage.h core/flstring.h
+core/fl_draw_pixmap.o: ../include/fltk3/Export.h ../include/config.h
+core/fl_encoding_latin1.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/fl_encoding_latin1.o: ../include/fltk3/enumerations.h
+core/fl_encoding_latin1.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/fl_encoding_latin1.o: ../include/fltk3/Window.h ../include/fltk3/Xutf8.h
+core/fl_encoding_latin1.o: ../include/fltk3/enumerations.h
+core/fl_encoding_latin1.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/fl_encoding_latin1.o: ../include/fltk3/Widget.h
+core/fl_encoding_latin1.o: ../include/fltk3/Wrapper.h
+core/fl_encoding_latin1.o: ../include/fltk3/Widget.h
+core/fl_encoding_latin1.o: ../include/fltk3/Rectangle.h
+core/fl_encoding_latin1.o: ../include/fltk3/Object.h
+core/fl_encoding_latin1.o: ../include/fltk3/Device.h
+core/fl_encoding_latin1.o: ../include/fltk3/Object.h
+core/fl_encoding_latin1.o: ../include/fltk3/Plugin.h
+core/fl_encoding_latin1.o: ../include/fltk3/Preferences.h
+core/fl_encoding_latin1.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/fl_encoding_latin1.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/fl_encoding_latin1.o: ../include/fltk3/RGBImage.h core/flstring.h
+core/fl_encoding_latin1.o: ../include/fltk3/Export.h ../include/config.h
+core/fl_encoding_mac_roman.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/fl_encoding_mac_roman.o: ../include/fltk3/enumerations.h
+core/fl_encoding_mac_roman.o: ../include/fltk3/Export.h
+core/fl_encoding_mac_roman.o: ../include/fltk3/types.h
+core/fl_encoding_mac_roman.o: ../include/fltk3/Window.h
+core/fl_encoding_mac_roman.o: ../include/fltk3/Xutf8.h
+core/fl_encoding_mac_roman.o: ../include/fltk3/enumerations.h
+core/fl_encoding_mac_roman.o: ../include/fltk3/Window.h
+core/fl_encoding_mac_roman.o: ../include/fltk3/Group.h
+core/fl_encoding_mac_roman.o: ../include/fltk3/Widget.h
+core/fl_encoding_mac_roman.o: ../include/fltk3/Wrapper.h
+core/fl_encoding_mac_roman.o: ../include/fltk3/Widget.h
+core/fl_encoding_mac_roman.o: ../include/fltk3/Rectangle.h
+core/fl_encoding_mac_roman.o: ../include/fltk3/Object.h
+core/fl_encoding_mac_roman.o: ../include/fltk3/Device.h
+core/fl_encoding_mac_roman.o: ../include/fltk3/Object.h
+core/fl_encoding_mac_roman.o: ../include/fltk3/Plugin.h
+core/fl_encoding_mac_roman.o: ../include/fltk3/Preferences.h
+core/fl_encoding_mac_roman.o: ../include/fltk3/Image.h
+core/fl_encoding_mac_roman.o: ../include/fltk3/Bitmap.h
+core/fl_encoding_mac_roman.o: ../include/fltk3/Image.h
+core/fl_encoding_mac_roman.o: ../include/fltk3/Pixmap.h
+core/fl_encoding_mac_roman.o: ../include/fltk3/RGBImage.h core/flstring.h
+core/fl_encoding_mac_roman.o: ../include/fltk3/Export.h ../include/config.h
+core/fl_engraved_label.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/fl_engraved_label.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/fl_engraved_label.o: ../include/fltk3/Xutf8.h
+core/fl_engraved_label.o: ../include/fltk3/enumerations.h
+core/fl_engraved_label.o: ../include/fltk3/Widget.h
+core/fl_engraved_label.o: ../include/fltk3/Rectangle.h
+core/fl_engraved_label.o: ../include/fltk3/Object.h ../include/fltk3/draw.h
+core/fl_engraved_label.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/fl_engraved_label.o: ../include/fltk3/enumerations.h
+core/fl_engraved_label.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/fl_engraved_label.o: ../include/fltk3/Widget.h
+core/fl_engraved_label.o: ../include/fltk3/Wrapper.h
+core/fl_engraved_label.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+core/fl_engraved_label.o: ../include/fltk3/Plugin.h
+core/fl_engraved_label.o: ../include/fltk3/Preferences.h
+core/fl_engraved_label.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/fl_engraved_label.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/fl_engraved_label.o: ../include/fltk3/RGBImage.h
+core/fl_file_dir.o: core/flstring.h ../include/fltk3/Export.h
+core/fl_file_dir.o: ../include/config.h ../include/fltk3/filename.h
+core/fl_file_dir.o: ../include/fltk3/FileChooser.h ../include/fltk3/run.h
+core/fl_file_dir.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+core/fl_file_dir.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+core/fl_file_dir.o: ../include/fltk3/enumerations.h
+core/fl_file_dir.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+core/fl_file_dir.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+core/fl_file_dir.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+core/fl_file_dir.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+core/fl_file_dir.o: ../include/fltk3/Choice.h ../include/fltk3/Menu_.h
+core/fl_file_dir.o: ../include/fltk3/MenuItem.h ../include/fltk3/Image.h
+core/fl_file_dir.o: ../include/fltk3/MenuButton.h ../include/fltk3/Button.h
+core/fl_file_dir.o: ../include/fltk3/Preferences.h
+core/fl_file_dir.o: ../include/fltk3/TiledGroup.h ../include/fltk3/Group.h
+core/fl_file_dir.o: ../include/fltk3/FileBrowser.h ../include/fltk3/Browser.h
+core/fl_file_dir.o: ../include/fltk3/Browser_.h ../include/fltk3/Scrollbar.h
+core/fl_file_dir.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+core/fl_file_dir.o: ../include/fltk3/FileIcon.h ../include/fltk3/run.h
+core/fl_file_dir.o: ../include/fltk3/filename.h ../include/fltk3/Box.h
+core/fl_file_dir.o: ../include/fltk3/CheckButton.h
+core/fl_file_dir.o: ../include/fltk3/LightButton.h ../include/fltk3/Button.h
+core/fl_file_dir.o: ../include/fltk3/FileInput.h ../include/fltk3/Input.h
+core/fl_file_dir.o: ../include/fltk3/Input_.h ../include/fltk3/ReturnButton.h
+core/fl_file_dir.o: ../include/fltk3/ask.h
+core/fl_font.o: core/flstring.h ../include/fltk3/Export.h ../include/config.h
+core/fl_font.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/fl_font.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/fl_font.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/fl_font.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/fl_font.o: ../include/fltk3/Window.h ../include/fltk3/enumerations.h
+core/fl_font.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/fl_font.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/fl_font.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/fl_font.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/fl_font.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/fl_font.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/fl_font.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/fl_font.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/fl_font.o: core/Fl_Font.H ../include/fltk3/Xutf8.h core/fl_font_x.cxx
+core/fl_gtk.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/fl_gtk.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/fl_gtk.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/fl_gtk.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/fl_gtk.o: ../include/fltk3/Window.h ../include/fltk3/enumerations.h
+core/fl_gtk.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/fl_gtk.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/fl_gtk.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/fl_gtk.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/fl_gtk.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/fl_gtk.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/fl_gtk.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/fl_gtk.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/fl_labeltype.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/fl_labeltype.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/fl_labeltype.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/fl_labeltype.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/fl_labeltype.o: ../include/fltk3/Object.h ../include/fltk3/Group.h
+core/fl_labeltype.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/fl_labeltype.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/fl_labeltype.o: ../include/fltk3/Window.h
+core/fl_labeltype.o: ../include/fltk3/enumerations.h
+core/fl_labeltype.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/fl_labeltype.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+core/fl_labeltype.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+core/fl_labeltype.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/fl_labeltype.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/fl_labeltype.o: ../include/fltk3/RGBImage.h ../include/fltk3/Input_.h
+core/fl_line_style.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/fl_line_style.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/fl_line_style.o: ../include/fltk3/Xutf8.h
+core/fl_line_style.o: ../include/fltk3/enumerations.h ../include/fltk3/draw.h
+core/fl_line_style.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/fl_line_style.o: ../include/fltk3/enumerations.h
+core/fl_line_style.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/fl_line_style.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/fl_line_style.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/fl_line_style.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/fl_line_style.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/fl_line_style.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/fl_line_style.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/fl_line_style.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/fl_line_style.o: ../include/fltk3/Printer.h
+core/fl_line_style.o: ../include/fltk3/PagedDevice.h
+core/fl_line_style.o: ../include/fltk3/PostScript.h core/flstring.h
+core/fl_line_style.o: ../include/fltk3/Export.h ../include/config.h
+core/fl_open_uri.o: ../include/fltk3/filename.h core/flstring.h
+core/fl_open_uri.o: ../include/fltk3/Export.h ../include/config.h
+core/fl_oval_box.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/fl_oval_box.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/fl_oval_box.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/fl_oval_box.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/fl_oval_box.o: ../include/fltk3/Window.h ../include/fltk3/enumerations.h
+core/fl_oval_box.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/fl_oval_box.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/fl_oval_box.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/fl_oval_box.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/fl_oval_box.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/fl_oval_box.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/fl_oval_box.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/fl_oval_box.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/fl_overlay.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+core/fl_overlay.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/fl_overlay.o: ../include/fltk3/Window.h ../include/fltk3/Xutf8.h
+core/fl_overlay.o: ../include/fltk3/draw.h ../include/fltk3/enumerations.h
+core/fl_overlay.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/fl_overlay.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/fl_overlay.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/fl_overlay.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/fl_overlay.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/fl_overlay.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/fl_overlay.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/fl_overlay.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/fl_overlay_visual.o: ../include/config.h
+core/fl_plastic.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/fl_plastic.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/fl_plastic.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/fl_plastic.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/fl_plastic.o: ../include/fltk3/Window.h ../include/fltk3/enumerations.h
+core/fl_plastic.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/fl_plastic.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/fl_plastic.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/fl_plastic.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/fl_plastic.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/fl_plastic.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/fl_plastic.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/fl_plastic.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/fl_plastic.o: core/flstring.h ../include/fltk3/Export.h
+core/fl_plastic.o: ../include/config.h
+core/fl_read_image.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+core/fl_read_image.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/fl_read_image.o: ../include/fltk3/Window.h ../include/fltk3/Xutf8.h
+core/fl_read_image.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/fl_read_image.o: ../include/fltk3/draw.h ../include/fltk3/enumerations.h
+core/fl_read_image.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/fl_read_image.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/fl_read_image.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/fl_read_image.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/fl_read_image.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/fl_read_image.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/fl_read_image.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/fl_read_image.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/fl_read_image.o: core/flstring.h ../include/fltk3/Export.h
+core/fl_read_image.o: ../include/config.h
+core/fl_rect.o: ../include/config.h ../include/fltk3/run.h
+core/fl_rect.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+core/fl_rect.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+core/fl_rect.o: ../include/fltk3/enumerations.h ../include/fltk3/Widget.h
+core/fl_rect.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+core/fl_rect.o: ../include/fltk3/Printer.h ../include/fltk3/x.h
+core/fl_rect.o: ../include/fltk3/Window.h ../include/fltk3/PagedDevice.h
+core/fl_rect.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+core/fl_rect.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+core/fl_rect.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/fl_rect.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/fl_rect.o: ../include/fltk3/RGBImage.h ../include/fltk3/Window.h
+core/fl_rect.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+core/fl_rect.o: ../include/fltk3/Wrapper.h ../include/fltk3/draw.h
+core/fl_rect.o: ../include/fltk3/enumerations.h ../include/fltk3/PostScript.h
+core/fl_round_box.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/fl_round_box.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/fl_round_box.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/fl_round_box.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/fl_round_box.o: ../include/fltk3/Window.h
+core/fl_round_box.o: ../include/fltk3/enumerations.h
+core/fl_round_box.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/fl_round_box.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/fl_round_box.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/fl_round_box.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/fl_round_box.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/fl_round_box.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/fl_round_box.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/fl_round_box.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/fl_rounded_box.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/fl_rounded_box.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/fl_rounded_box.o: ../include/fltk3/Xutf8.h
+core/fl_rounded_box.o: ../include/fltk3/enumerations.h
+core/fl_rounded_box.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/fl_rounded_box.o: ../include/fltk3/Window.h
+core/fl_rounded_box.o: ../include/fltk3/enumerations.h
+core/fl_rounded_box.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/fl_rounded_box.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/fl_rounded_box.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/fl_rounded_box.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/fl_rounded_box.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/fl_rounded_box.o: ../include/fltk3/Preferences.h
+core/fl_rounded_box.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/fl_rounded_box.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/fl_rounded_box.o: ../include/fltk3/RGBImage.h
+core/fl_scroll_area.o: ../include/config.h ../include/fltk3/run.h
+core/fl_scroll_area.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+core/fl_scroll_area.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+core/fl_scroll_area.o: ../include/fltk3/enumerations.h ../include/fltk3/x.h
+core/fl_scroll_area.o: ../include/fltk3/Window.h ../include/fltk3/draw.h
+core/fl_scroll_area.o: ../include/fltk3/enumerations.h
+core/fl_scroll_area.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/fl_scroll_area.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/fl_scroll_area.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/fl_scroll_area.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/fl_scroll_area.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/fl_scroll_area.o: ../include/fltk3/Preferences.h
+core/fl_scroll_area.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/fl_scroll_area.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/fl_scroll_area.o: ../include/fltk3/RGBImage.h
+core/fl_set_font.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/fl_set_font.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/fl_set_font.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/fl_set_font.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/fl_set_font.o: ../include/fltk3/draw.h ../include/fltk3/enumerations.h
+core/fl_set_font.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/fl_set_font.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/fl_set_font.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/fl_set_font.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/fl_set_font.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/fl_set_font.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/fl_set_font.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/fl_set_font.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/fl_set_font.o: core/flstring.h ../include/fltk3/Export.h
+core/fl_set_font.o: ../include/config.h core/Fl_Font.H
+core/fl_set_font.o: ../include/fltk3/Xutf8.h
+core/fl_set_fonts.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/fl_set_fonts.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/fl_set_fonts.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/fl_set_fonts.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/fl_set_fonts.o: core/Fl_Font.H ../include/config.h
+core/fl_set_fonts.o: ../include/fltk3/Xutf8.h core/flstring.h
+core/fl_set_fonts.o: ../include/fltk3/Export.h core/fl_set_fonts_x.cxx
+core/fl_shadow_box.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/fl_shadow_box.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/fl_shadow_box.o: ../include/fltk3/Xutf8.h
+core/fl_shadow_box.o: ../include/fltk3/enumerations.h ../include/fltk3/draw.h
+core/fl_shadow_box.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/fl_shadow_box.o: ../include/fltk3/enumerations.h
+core/fl_shadow_box.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/fl_shadow_box.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/fl_shadow_box.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/fl_shadow_box.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/fl_shadow_box.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/fl_shadow_box.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/fl_shadow_box.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/fl_shadow_box.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/fl_shortcut.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/fl_shortcut.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/fl_shortcut.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/fl_shortcut.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/fl_shortcut.o: ../include/fltk3/Object.h ../include/fltk3/Button.h
+core/fl_shortcut.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/fl_shortcut.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/fl_shortcut.o: ../include/fltk3/Window.h ../include/fltk3/enumerations.h
+core/fl_shortcut.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/fl_shortcut.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+core/fl_shortcut.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+core/fl_shortcut.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/fl_shortcut.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/fl_shortcut.o: ../include/fltk3/RGBImage.h core/flstring.h
+core/fl_shortcut.o: ../include/fltk3/Export.h ../include/config.h
+core/fl_show_colormap.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/fl_show_colormap.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/fl_show_colormap.o: ../include/fltk3/Xutf8.h
+core/fl_show_colormap.o: ../include/fltk3/enumerations.h
+core/fl_show_colormap.o: ../include/fltk3/SingleWindow.h
+core/fl_show_colormap.o: ../include/fltk3/Window.h ../include/fltk3/draw.h
+core/fl_show_colormap.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+core/fl_show_colormap.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/fl_show_colormap.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/fl_show_colormap.o: ../include/fltk3/Widget.h
+core/fl_show_colormap.o: ../include/fltk3/Rectangle.h
+core/fl_show_colormap.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/fl_show_colormap.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/fl_show_colormap.o: ../include/fltk3/Preferences.h
+core/fl_show_colormap.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/fl_show_colormap.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/fl_show_colormap.o: ../include/fltk3/RGBImage.h
+core/fl_show_colormap.o: ../include/fltk3/show_colormap.h ../include/config.h
+core/fl_symbols.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/fl_symbols.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/fl_symbols.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/fl_symbols.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+core/fl_symbols.o: ../include/fltk3/Window.h ../include/fltk3/enumerations.h
+core/fl_symbols.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/fl_symbols.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/fl_symbols.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/fl_symbols.o: ../include/fltk3/Object.h ../include/fltk3/Device.h
+core/fl_symbols.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/fl_symbols.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/fl_symbols.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/fl_symbols.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/fl_symbols.o: ../include/fltk3/math.h core/flstring.h
+core/fl_symbols.o: ../include/fltk3/Export.h ../include/config.h
+core/fl_utf8.o: ../include/config.h ../include/fltk3/filename.h
+core/fl_utf8.o: ../include/fltk3/Xutf8.h ../include/fltk3/utf8.h
+core/fl_utf.o: ../include/fltk3/utf8.h core/xutf8/mk_wcwidth.c
+core/fl_vertex.o: ../include/config.h ../include/fltk3/draw.h
+core/fl_vertex.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+core/fl_vertex.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/fl_vertex.o: ../include/fltk3/Window.h ../include/fltk3/Xutf8.h
+core/fl_vertex.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+core/fl_vertex.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+core/fl_vertex.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+core/fl_vertex.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+core/fl_vertex.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+core/fl_vertex.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+core/fl_vertex.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/fl_vertex.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/fl_vertex.o: ../include/fltk3/RGBImage.h ../include/fltk3/run.h
+core/fl_vertex.o: ../include/fltk3/utf8.h ../include/fltk3/math.h
+core/numericsort.o: ../include/config.h ../include/fltk3/filename.h
+core/ps_image.o: ../include/fltk3/PostScript.h ../include/fltk3/PagedDevice.h
+core/ps_image.o: ../include/fltk3/Device.h ../include/fltk3/x.h
+core/ps_image.o: ../include/fltk3/enumerations.h ../include/fltk3/Export.h
+core/ps_image.o: ../include/fltk3/types.h ../include/fltk3/Window.h
+core/ps_image.o: ../include/fltk3/Xutf8.h ../include/fltk3/Object.h
+core/ps_image.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+core/ps_image.o: ../include/fltk3/Image.h ../include/fltk3/Object.h
+core/ps_image.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+core/ps_image.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+core/ps_image.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/ps_image.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/ps_image.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/ps_image.o: ../include/fltk3/draw.h ../include/fltk3/enumerations.h
+core/ps_image.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/scandir.o: core/flstring.h ../include/fltk3/Export.h ../include/config.h
+core/screen_xywh.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/screen_xywh.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/screen_xywh.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/screen_xywh.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/screen_xywh.o: ../include/config.h
+core/Fl_Gl_Choice.o: ../include/config.h ../include/fltk3/run.h
+core/Fl_Gl_Choice.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+core/Fl_Gl_Choice.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+core/Fl_Gl_Choice.o: ../include/fltk3/enumerations.h ../include/fltk3/x.h
+core/Fl_Gl_Choice.o: ../include/fltk3/Window.h core/Fl_Gl_Choice.H
+core/Fl_Gl_Choice.o: ../include/fltk3/glDraw.h ../include/fltk3/gl.h
+core/Fl_Gl_Choice.o: core/flstring.h ../include/fltk3/Export.h
+core/Fl_Gl_Choice.o: ../include/fltk3/utf8.h
+core/Fl_Gl_Device_Plugin.o: ../include/config.h ../include/fltk3/Printer.h
+core/Fl_Gl_Device_Plugin.o: ../include/fltk3/x.h
+core/Fl_Gl_Device_Plugin.o: ../include/fltk3/enumerations.h
+core/Fl_Gl_Device_Plugin.o: ../include/fltk3/Export.h
+core/Fl_Gl_Device_Plugin.o: ../include/fltk3/types.h
+core/Fl_Gl_Device_Plugin.o: ../include/fltk3/Window.h
+core/Fl_Gl_Device_Plugin.o: ../include/fltk3/Xutf8.h
+core/Fl_Gl_Device_Plugin.o: ../include/fltk3/PagedDevice.h
+core/Fl_Gl_Device_Plugin.o: ../include/fltk3/Device.h
+core/Fl_Gl_Device_Plugin.o: ../include/fltk3/Object.h
+core/Fl_Gl_Device_Plugin.o: ../include/fltk3/Plugin.h
+core/Fl_Gl_Device_Plugin.o: ../include/fltk3/Preferences.h
+core/Fl_Gl_Device_Plugin.o: ../include/fltk3/Image.h
+core/Fl_Gl_Device_Plugin.o: ../include/fltk3/Object.h
+core/Fl_Gl_Device_Plugin.o: ../include/fltk3/Bitmap.h
+core/Fl_Gl_Device_Plugin.o: ../include/fltk3/Image.h
+core/Fl_Gl_Device_Plugin.o: ../include/fltk3/Pixmap.h
+core/Fl_Gl_Device_Plugin.o: ../include/fltk3/RGBImage.h
+core/Fl_Gl_Device_Plugin.o: ../include/fltk3/Window.h
+core/Fl_Gl_Device_Plugin.o: ../include/fltk3/Group.h
+core/Fl_Gl_Device_Plugin.o: ../include/fltk3/Widget.h
+core/Fl_Gl_Device_Plugin.o: ../include/fltk3/Wrapper.h
+core/Fl_Gl_Device_Plugin.o: ../include/fltk3/Widget.h
+core/Fl_Gl_Device_Plugin.o: ../include/fltk3/Rectangle.h
+core/Fl_Gl_Device_Plugin.o: ../include/fltk3/draw.h
+core/Fl_Gl_Device_Plugin.o: ../include/fltk3/enumerations.h
+core/Fl_Gl_Device_Plugin.o: ../include/fltk3/PostScript.h
+core/Fl_Gl_Device_Plugin.o: ../include/fltk3/GlWindow.h core/Fl_Gl_Choice.H
+core/Fl_Gl_Device_Plugin.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Gl_Overlay.o: ../include/config.h ../include/fltk3/run.h
+core/Fl_Gl_Overlay.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+core/Fl_Gl_Overlay.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+core/Fl_Gl_Overlay.o: ../include/fltk3/enumerations.h ../include/fltk3/x.h
+core/Fl_Gl_Overlay.o: ../include/fltk3/Window.h core/Fl_Gl_Choice.H
+core/Fl_Gl_Overlay.o: ../include/fltk3/GlWindow.h
+core/Fl_Gl_Window.o: core/flstring.h ../include/fltk3/Export.h
+core/Fl_Gl_Window.o: ../include/config.h ../include/fltk3/Wrapper.h
+core/Fl_Gl_Window.o: ../include/fltk3/Widget.h
+core/Fl_Gl_Window.o: ../include/fltk3/enumerations.h
+core/Fl_Gl_Window.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_Gl_Window.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+core/Fl_Gl_Window.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_Gl_Window.o: ../include/fltk3/Xutf8.h ../include/fltk3/x.h
+core/Fl_Gl_Window.o: ../include/fltk3/Window.h core/Fl_Gl_Choice.H
+core/Fl_Gl_Window.o: ../include/fltk3/GlWindow.h ../include/fltk3/utf8.h
+core/freeglut_geometry.o: ../include/fltk3/glut.h ../include/fltk3/gl.h
+core/freeglut_geometry.o: ../include/fltk3/enumerations.h
+core/freeglut_geometry.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/freeglut_geometry.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/freeglut_geometry.o: ../include/fltk3/Xutf8.h
+core/freeglut_geometry.o: ../include/fltk3/GlWindow.h
+core/freeglut_geometry.o: ../include/fltk3/Window.h ../include/fltk3/math.h
+core/freeglut_stroke_mono_roman.o: ../include/fltk3/glut.h
+core/freeglut_stroke_mono_roman.o: ../include/fltk3/gl.h
+core/freeglut_stroke_mono_roman.o: ../include/fltk3/enumerations.h
+core/freeglut_stroke_mono_roman.o: ../include/fltk3/Export.h
+core/freeglut_stroke_mono_roman.o: ../include/fltk3/types.h
+core/freeglut_stroke_mono_roman.o: ../include/fltk3/run.h
+core/freeglut_stroke_mono_roman.o: ../include/fltk3/utf8.h
+core/freeglut_stroke_mono_roman.o: ../include/fltk3/Xutf8.h
+core/freeglut_stroke_mono_roman.o: ../include/fltk3/GlWindow.h
+core/freeglut_stroke_mono_roman.o: ../include/fltk3/Window.h
+core/freeglut_stroke_roman.o: ../include/fltk3/glut.h ../include/fltk3/gl.h
+core/freeglut_stroke_roman.o: ../include/fltk3/enumerations.h
+core/freeglut_stroke_roman.o: ../include/fltk3/Export.h
+core/freeglut_stroke_roman.o: ../include/fltk3/types.h ../include/fltk3/run.h
+core/freeglut_stroke_roman.o: ../include/fltk3/utf8.h
+core/freeglut_stroke_roman.o: ../include/fltk3/Xutf8.h
+core/freeglut_stroke_roman.o: ../include/fltk3/GlWindow.h
+core/freeglut_stroke_roman.o: ../include/fltk3/Window.h
+core/freeglut_teapot.o: ../include/fltk3/glut.h ../include/fltk3/gl.h
+core/freeglut_teapot.o: ../include/fltk3/enumerations.h
+core/freeglut_teapot.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/freeglut_teapot.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/freeglut_teapot.o: ../include/fltk3/Xutf8.h ../include/fltk3/GlWindow.h
+core/freeglut_teapot.o: ../include/fltk3/Window.h core/freeglut_teapot_data.h
+core/gl_draw.o: core/flstring.h ../include/fltk3/Export.h ../include/config.h
+core/gl_draw.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/gl_draw.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/gl_draw.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/gl_draw.o: ../include/fltk3/gl.h ../include/fltk3/x.h
+core/gl_draw.o: ../include/fltk3/Window.h ../include/fltk3/draw.h
+core/gl_draw.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+core/gl_draw.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+core/gl_draw.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+core/gl_draw.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+core/gl_draw.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+core/gl_draw.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+core/gl_draw.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/gl_draw.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/gl_draw.o: ../include/fltk3/RGBImage.h core/Fl_Gl_Choice.H
+core/gl_draw.o: core/Fl_Font.H ../include/fltk3/Xutf8.h
+core/gl_draw.o: ../include/fltk3/utf8.h
+core/glut_compatability.o: core/flstring.h ../include/fltk3/Export.h
+core/glut_compatability.o: ../include/config.h ../include/fltk3/glut.h
+core/glut_compatability.o: ../include/fltk3/gl.h
+core/glut_compatability.o: ../include/fltk3/enumerations.h
+core/glut_compatability.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/glut_compatability.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/glut_compatability.o: ../include/fltk3/Xutf8.h
+core/glut_compatability.o: ../include/fltk3/GlWindow.h
+core/glut_compatability.o: ../include/fltk3/Window.h
+core/glut_compatability.o: ../include/fltk3/Wrapper.h
+core/glut_compatability.o: ../include/fltk3/Widget.h
+core/glut_compatability.o: ../include/fltk3/Rectangle.h
+core/glut_compatability.o: ../include/fltk3/Object.h
+core/glut_compatability.o: ../include/fltk3/MenuItem.h
+core/glut_compatability.o: ../include/fltk3/Widget.h ../include/fltk3/Image.h
+core/glut_font.o: ../include/config.h ../include/fltk3/glut.h
+core/glut_font.o: ../include/fltk3/gl.h ../include/fltk3/enumerations.h
+core/glut_font.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/glut_font.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/glut_font.o: ../include/fltk3/Xutf8.h ../include/fltk3/GlWindow.h
+core/glut_font.o: ../include/fltk3/Window.h
+core/Fl_BMP_Image.o: ../include/fltk3/BMPImage.h ../include/fltk3/Image.h
+core/Fl_BMP_Image.o: ../include/fltk3/utf8.h ../include/config.h
+core/Fl_File_Icon2.o: ../include/fltk3/utf8.h core/flstring.h
+core/Fl_File_Icon2.o: ../include/fltk3/Export.h ../include/config.h
+core/Fl_File_Icon2.o: ../include/fltk3/math.h ../include/fltk3/FileIcon.h
+core/Fl_File_Icon2.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_File_Icon2.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_File_Icon2.o: ../include/fltk3/Xutf8.h
+core/Fl_File_Icon2.o: ../include/fltk3/enumerations.h
+core/Fl_File_Icon2.o: ../include/fltk3/SharedImage.h ../include/fltk3/Image.h
+core/Fl_File_Icon2.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_File_Icon2.o: ../include/fltk3/Object.h ../include/fltk3/draw.h
+core/Fl_File_Icon2.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+core/Fl_File_Icon2.o: ../include/fltk3/enumerations.h
+core/Fl_File_Icon2.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_File_Icon2.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_File_Icon2.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+core/Fl_File_Icon2.o: ../include/fltk3/Plugin.h
+core/Fl_File_Icon2.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+core/Fl_File_Icon2.o: ../include/fltk3/Bitmap.h ../include/fltk3/Pixmap.h
+core/Fl_File_Icon2.o: ../include/fltk3/RGBImage.h ../include/fltk3/filename.h
+core/Fl_GIF_Image.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_GIF_Image.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_GIF_Image.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_GIF_Image.o: ../include/fltk3/GIFImage.h ../include/fltk3/Pixmap.h
+core/Fl_GIF_Image.o: ../include/fltk3/Image.h ../include/fltk3/utf8.h
+core/Fl_GIF_Image.o: core/flstring.h ../include/fltk3/Export.h
+core/Fl_GIF_Image.o: ../include/config.h
+core/Fl_Help_Dialog.o: ../include/fltk3/HelpDialog.h ../include/fltk3/run.h
+core/Fl_Help_Dialog.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+core/Fl_Help_Dialog.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+core/Fl_Help_Dialog.o: ../include/fltk3/enumerations.h
+core/Fl_Help_Dialog.o: ../include/fltk3/DoubleWindow.h
+core/Fl_Help_Dialog.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+core/Fl_Help_Dialog.o: ../include/fltk3/Widget.h ../include/fltk3/Wrapper.h
+core/Fl_Help_Dialog.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+core/Fl_Help_Dialog.o: ../include/fltk3/Object.h ../include/fltk3/Button.h
+core/Fl_Help_Dialog.o: ../include/fltk3/Input.h ../include/fltk3/Input_.h
+core/Fl_Help_Dialog.o: ../include/fltk3/Box.h ../include/fltk3/HelpView.h
+core/Fl_Help_Dialog.o: ../include/fltk3/run.h ../include/fltk3/Group.h
+core/Fl_Help_Dialog.o: ../include/fltk3/Scrollbar.h ../include/fltk3/Slider.h
+core/Fl_Help_Dialog.o: ../include/fltk3/Valuator.h ../include/fltk3/draw.h
+core/Fl_Help_Dialog.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+core/Fl_Help_Dialog.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+core/Fl_Help_Dialog.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+core/Fl_Help_Dialog.o: ../include/fltk3/Preferences.h
+core/Fl_Help_Dialog.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+core/Fl_Help_Dialog.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+core/Fl_Help_Dialog.o: ../include/fltk3/RGBImage.h
+core/Fl_Help_Dialog.o: ../include/fltk3/SharedImage.h
+core/Fl_Help_Dialog.o: ../include/fltk3/filename.h core/flstring.h
+core/Fl_Help_Dialog.o: ../include/fltk3/Export.h ../include/config.h
+core/Fl_Help_Dialog.o: ../include/fltk3/ask.h
+core/Fl_JPEG_Image.o: ../include/fltk3/JPEGImage.h ../include/fltk3/Image.h
+core/Fl_JPEG_Image.o: ../include/fltk3/SharedImage.h ../include/fltk3/utf8.h
+core/Fl_JPEG_Image.o: ../include/config.h
+core/Fl_PNG_Image.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_PNG_Image.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_PNG_Image.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_PNG_Image.o: ../include/fltk3/PNGImage.h ../include/fltk3/Image.h
+core/Fl_PNG_Image.o: ../include/fltk3/SharedImage.h ../include/config.h
+core/Fl_PNG_Image.o: ../include/fltk3/utf8.h
+core/Fl_PNM_Image.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+core/Fl_PNM_Image.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+core/Fl_PNM_Image.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+core/Fl_PNM_Image.o: ../include/fltk3/PNMImage.h ../include/fltk3/Image.h
+core/Fl_PNM_Image.o: ../include/fltk3/utf8.h core/flstring.h
+core/Fl_PNM_Image.o: ../include/fltk3/Export.h ../include/config.h
+core/fl_images_core.o: ../include/fltk3/SharedImage.h
+core/fl_images_core.o: ../include/fltk3/Image.h ../include/fltk3/BMPImage.h
+core/fl_images_core.o: ../include/fltk3/GIFImage.h ../include/fltk3/Pixmap.h
+core/fl_images_core.o: ../include/fltk3/JPEGImage.h
+core/fl_images_core.o: ../include/fltk3/PNGImage.h
+core/fl_images_core.o: ../include/fltk3/PNMImage.h core/flstring.h
+core/fl_images_core.o: ../include/fltk3/Export.h ../include/config.h
+core/flstring.o: core/flstring.h ../include/fltk3/Export.h
+core/flstring.o: ../include/config.h
+core/vsnprintf.o: core/flstring.h ../include/fltk3/Export.h
+core/vsnprintf.o: ../include/config.h
+core/xutf8/case.o: core/xutf8/headers/case.h
+core/xutf8/is_spacing.o: core/xutf8/headers/spacing.h
+core/xutf8/keysym2Ucs.o: core/xutf8/imKStoUCS.c core/xutf8/Xlibint.h
+core/xutf8/keysym2Ucs.o: core/xutf8/Ximint.h
+core/xutf8/utf8Input.o: ../include/config.h core/xutf8/lcUniConv/big5.h
+core/xutf8/utf8Input.o: core/xutf8/lcUniConv/gb2312.h
+core/xutf8/utf8Input.o: core/xutf8/lcUniConv/cp936ext.h
+core/xutf8/utf8Input.o: core/xutf8/lcUniConv/jisx0201.h
+core/xutf8/utf8Input.o: core/xutf8/lcUniConv/jisx0208.h
+core/xutf8/utf8Input.o: core/xutf8/lcUniConv/jisx0212.h
+core/xutf8/utf8Input.o: core/xutf8/lcUniConv/ksc5601.h
+core/xutf8/utf8Wrap.o: core/xutf8/ucs2fontmap.c
+core/xutf8/utf8Wrap.o: core/xutf8/lcUniConv/cp936ext.h
+core/xutf8/utf8Wrap.o: core/xutf8/lcUniConv/big5.h
+core/xutf8/utf8Wrap.o: core/xutf8/lcUniConv/gb2312.h
+core/xutf8/utf8Wrap.o: core/xutf8/lcUniConv/iso8859_10.h
+core/xutf8/utf8Wrap.o: core/xutf8/lcUniConv/iso8859_11.h
+core/xutf8/utf8Wrap.o: core/xutf8/lcUniConv/iso8859_13.h
+core/xutf8/utf8Wrap.o: core/xutf8/lcUniConv/iso8859_14.h
+core/xutf8/utf8Wrap.o: core/xutf8/lcUniConv/iso8859_15.h
+core/xutf8/utf8Wrap.o: core/xutf8/lcUniConv/iso8859_2.h
+core/xutf8/utf8Wrap.o: core/xutf8/lcUniConv/iso8859_3.h
+core/xutf8/utf8Wrap.o: core/xutf8/lcUniConv/iso8859_4.h
+core/xutf8/utf8Wrap.o: core/xutf8/lcUniConv/iso8859_5.h
+core/xutf8/utf8Wrap.o: core/xutf8/lcUniConv/iso8859_6.h
+core/xutf8/utf8Wrap.o: core/xutf8/lcUniConv/iso8859_7.h
+core/xutf8/utf8Wrap.o: core/xutf8/lcUniConv/iso8859_8.h
+core/xutf8/utf8Wrap.o: core/xutf8/lcUniConv/iso8859_9.h
+core/xutf8/utf8Wrap.o: core/xutf8/lcUniConv/jisx0201.h
+core/xutf8/utf8Wrap.o: core/xutf8/lcUniConv/jisx0208.h
+core/xutf8/utf8Wrap.o: core/xutf8/lcUniConv/jisx0212.h
+core/xutf8/utf8Wrap.o: core/xutf8/lcUniConv/koi8_r.h
+core/xutf8/utf8Wrap.o: core/xutf8/lcUniConv/koi8_u.h
+core/xutf8/utf8Wrap.o: core/xutf8/lcUniConv/ksc5601.h
+core/xutf8/utf8Wrap.o: core/xutf8/lcUniConv/cp1251.h
+core/xutf8/utf8Wrap.o: core/xutf8/headers/symbol_.h
+core/xutf8/utf8Wrap.o: core/xutf8/headers/dingbats_.h

Modified: branches/branch-3.0/test/makedepend
===================================================================
--- branches/branch-3.0/test/makedepend	2011-08-22 20:36:22 UTC (rev 8998)
+++ branches/branch-3.0/test/makedepend	2011-08-23 08:44:07 UTC (rev 8999)
@@ -1,44 +1,1142 @@
 # DO NOT DELETE THIS LINE -- make depend depends on it.
 
-blocks.o: ../config.h pixmaps/blast.xpm pixmaps/red.xpm pixmaps/red_bomb.xpm
-blocks.o: pixmaps/green.xpm pixmaps/green_bomb.xpm pixmaps/blue.xpm
-blocks.o: pixmaps/blue_bomb.xpm pixmaps/yellow.xpm pixmaps/yellow_bomb.xpm
-blocks.o: pixmaps/cyan.xpm pixmaps/cyan_bomb.xpm pixmaps/magenta.xpm
-blocks.o: pixmaps/magenta_bomb.xpm pixmaps/gray.xpm pixmaps/gray_bomb.xpm
-checkers.o: pixmaps/black_1.xbm pixmaps/black_2.xbm pixmaps/black_3.xbm
-checkers.o: pixmaps/black_4.xbm pixmaps/white_1.xbm pixmaps/white_2.xbm
-checkers.o: pixmaps/white_3.xbm pixmaps/white_4.xbm pixmaps/blackking_1.xbm
-checkers.o: pixmaps/blackking_2.xbm pixmaps/blackking_3.xbm
-checkers.o: pixmaps/blackking_4.xbm pixmaps/whiteking_1.xbm
-checkers.o: pixmaps/whiteking_2.xbm pixmaps/whiteking_3.xbm
-checkers.o: pixmaps/whiteking_4.xbm
-color_chooser.o: list_visuals.cxx ../config.h
-cube.o: ../config.h
-CubeView.o: CubeView.h ../config.h
-CubeMain.o: ../config.h CubeViewUI.h CubeView.h
-device.o: pixmaps/porsche.xpm
-fractals.o: ../config.h fracviewer.h
-fracviewer.o: ../config.h fracviewer.h
-fullscreen.o: ../config.h
-gl_overlay.o: ../config.h
-glpuzzle.o: ../config.h trackball.c trackball.h
-image.o: list_visuals.cxx ../config.h
-keyboard.o: keyboard_ui.h keyboard.h
-label.o: pixmaps/blast.xpm
-list_visuals.o: ../config.h
-mandelbrot.o: mandelbrot_ui.h mandelbrot.h
-pixmap.o: pixmaps/porsche.xpm
-shape.o: ../config.h
-sudoku.o: pixmaps/sudoku.xbm ../config.h
-threads.o: ../config.h threads.h
-tiled_image.o: pixmaps/tile.xpm list_visuals.cxx ../config.h
-unittests.o: unittests.h
-unittest_about.o: unittests.h
-unittest_circles.o: unittests.h
-unittest_images.o: unittests.h
-unittest_lines.o: unittests.h
-unittest_points.o: unittests.h
-unittest_rects.o: unittests.h
-unittest_scrollbarsize.o: unittests.h
-unittest_text.o: unittests.h
-unittest_viewport.o: unittests.h
+demo.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+demo.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+demo.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+demo.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+demo.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+demo.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+demo.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+demo.o: ../include/fltk3/Box.h ../include/fltk3/Button.h
+demo.o: ../include/fltk3/Choice.h ../include/fltk3/Menu_.h
+demo.o: ../include/fltk3/MenuItem.h ../include/fltk3/Image.h
+demo.o: ../include/fltk3/filename.h ../include/fltk3/x.h
+adjuster.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+adjuster.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+adjuster.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+adjuster.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+adjuster.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+adjuster.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+adjuster.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+adjuster.o: ../include/fltk3/Adjuster.h ../include/fltk3/Valuator.h
+adjuster.o: ../include/fltk3/Box.h
+arc.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+arc.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+arc.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+arc.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+arc.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+arc.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+arc.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+arc.o: ../include/fltk3/HorValueSlider.h ../include/fltk3/ValueSlider.h
+arc.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+arc.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+arc.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+arc.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+arc.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+arc.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+arc.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+arc.o: ../include/fltk3/RGBImage.h
+ask.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+ask.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+ask.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+ask.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+ask.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+ask.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+ask.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+ask.o: ../include/fltk3/Input.h ../include/fltk3/Input_.h
+ask.o: ../include/fltk3/Button.h ../include/fltk3/ReturnButton.h
+ask.o: ../include/fltk3/Button.h ../include/fltk3/ask.h
+bitmap.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+bitmap.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+bitmap.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+bitmap.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+bitmap.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+bitmap.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+bitmap.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+bitmap.o: ../include/fltk3/Button.h ../include/fltk3/ToggleButton.h
+bitmap.o: ../include/fltk3/Button.h ../include/fltk3/Bitmap.h
+bitmap.o: ../include/fltk3/Image.h
+blocks.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+blocks.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+blocks.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+blocks.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+blocks.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+blocks.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+blocks.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+blocks.o: ../include/fltk3/Button.h ../include/fltk3/Preferences.h
+blocks.o: ../include/fltk3/XPMImage.h ../include/fltk3/Pixmap.h
+blocks.o: ../include/fltk3/Image.h ../include/fltk3/XBMImage.h
+blocks.o: ../include/fltk3/Bitmap.h ../include/fltk3/TiledImage.h
+blocks.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+blocks.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+blocks.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+blocks.o: ../include/fltk3/Plugin.h ../include/fltk3/Image.h
+blocks.o: ../include/fltk3/Bitmap.h ../include/fltk3/Pixmap.h
+blocks.o: ../include/fltk3/RGBImage.h pixmaps/blast.xpm pixmaps/red.xpm
+blocks.o: pixmaps/red_bomb.xpm pixmaps/green.xpm pixmaps/green_bomb.xpm
+blocks.o: pixmaps/blue.xpm pixmaps/blue_bomb.xpm pixmaps/yellow.xpm
+blocks.o: pixmaps/yellow_bomb.xpm pixmaps/cyan.xpm pixmaps/cyan_bomb.xpm
+blocks.o: pixmaps/magenta.xpm pixmaps/magenta_bomb.xpm pixmaps/gray.xpm
+blocks.o: pixmaps/gray_bomb.xpm
+boxtype.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+boxtype.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+boxtype.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+boxtype.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+boxtype.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+boxtype.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+boxtype.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+boxtype.o: ../include/fltk3/Box.h
+browser.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+browser.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+browser.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+browser.o: ../include/fltk3/SelectBrowser.h ../include/fltk3/Browser.h
+browser.o: ../include/fltk3/Browser_.h ../include/fltk3/Group.h
+browser.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+browser.o: ../include/fltk3/Object.h ../include/fltk3/Wrapper.h
+browser.o: ../include/fltk3/Widget.h ../include/fltk3/Scrollbar.h
+browser.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+browser.o: ../include/fltk3/Image.h ../include/fltk3/DoubleWindow.h
+browser.o: ../include/fltk3/Window.h ../include/fltk3/Button.h
+browser.o: ../include/fltk3/IntInput.h ../include/fltk3/Input.h
+browser.o: ../include/fltk3/Input_.h ../include/fltk3/ask.h
+button.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+button.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+button.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+button.o: ../include/fltk3/Window.h ../include/fltk3/Button.h
+button.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+button.o: ../include/fltk3/Object.h ../include/fltk3/Wrapper.h
+button.o: ../include/fltk3/Widget.h
+buttons.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+buttons.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+buttons.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+buttons.o: ../include/fltk3/Window.h ../include/fltk3/Button.h
+buttons.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+buttons.o: ../include/fltk3/Object.h ../include/fltk3/Wrapper.h
+buttons.o: ../include/fltk3/Widget.h ../include/fltk3/ReturnButton.h
+buttons.o: ../include/fltk3/Button.h ../include/fltk3/RepeatButton.h
+buttons.o: ../include/fltk3/run.h ../include/fltk3/CheckButton.h
+buttons.o: ../include/fltk3/LightButton.h ../include/fltk3/LightButton.h
+buttons.o: ../include/fltk3/RoundButton.h ../include/fltk3/Tooltip.h
+checkers.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+checkers.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+checkers.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+checkers.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+checkers.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+checkers.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+checkers.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+checkers.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+checkers.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+checkers.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+checkers.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+checkers.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+checkers.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+checkers.o: ../include/fltk3/RGBImage.h ../include/fltk3/MenuItem.h
+checkers.o: ../include/fltk3/ask.h pixmaps/black_1.xbm pixmaps/black_2.xbm
+checkers.o: pixmaps/black_3.xbm pixmaps/black_4.xbm pixmaps/white_1.xbm
+checkers.o: pixmaps/white_2.xbm pixmaps/white_3.xbm pixmaps/white_4.xbm
+checkers.o: pixmaps/blackking_1.xbm pixmaps/blackking_2.xbm
+checkers.o: pixmaps/blackking_3.xbm pixmaps/blackking_4.xbm
+checkers.o: pixmaps/whiteking_1.xbm pixmaps/whiteking_2.xbm
+checkers.o: pixmaps/whiteking_3.xbm pixmaps/whiteking_4.xbm
+checkers.o: ../include/fltk3/Box.h ../include/fltk3/Slider.h
+checkers.o: ../include/fltk3/Valuator.h ../include/fltk3/ValueOutput.h
+clock.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+clock.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+clock.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+clock.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+clock.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+clock.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+clock.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+clock.o: ../include/fltk3/Clock.h ../include/fltk3/RoundClock.h
+clock.o: ../include/fltk3/Clock.h
+colbrowser.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+colbrowser.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+colbrowser.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+colbrowser.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+colbrowser.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+colbrowser.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+colbrowser.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+colbrowser.o: ../include/fltk3/Button.h ../include/fltk3/ValueSlider.h
+colbrowser.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+colbrowser.o: ../include/fltk3/HoldBrowser.h ../include/fltk3/Browser.h
+colbrowser.o: ../include/fltk3/Browser_.h ../include/fltk3/Scrollbar.h
+colbrowser.o: ../include/fltk3/Image.h ../include/fltk3/Box.h
+colbrowser.o: ../include/fltk3/ask.h ../include/fltk3/filename.h
+color_chooser.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+color_chooser.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+color_chooser.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+color_chooser.o: ../include/fltk3/Window.h ../include/fltk3/Box.h
+color_chooser.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+color_chooser.o: ../include/fltk3/Object.h ../include/fltk3/Button.h
+color_chooser.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+color_chooser.o: ../include/fltk3/show_colormap.h
+color_chooser.o: ../include/fltk3/ColorChooser.h ../include/fltk3/Group.h
+color_chooser.o: ../include/fltk3/ReturnButton.h ../include/fltk3/Button.h
+color_chooser.o: ../include/fltk3/Choice.h ../include/fltk3/Menu_.h
+color_chooser.o: ../include/fltk3/MenuItem.h ../include/fltk3/Image.h
+color_chooser.o: ../include/fltk3/ValueInput.h ../include/fltk3/Valuator.h
+color_chooser.o: ../include/fltk3/Input.h ../include/fltk3/Input_.h
+color_chooser.o: ../include/fltk3/Image.h ../include/fltk3/x.h
+color_chooser.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+color_chooser.o: ../include/fltk3/draw.h ../include/fltk3/enumerations.h
+color_chooser.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+color_chooser.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+color_chooser.o: ../include/fltk3/Bitmap.h ../include/fltk3/Pixmap.h
+color_chooser.o: ../include/fltk3/RGBImage.h list_visuals.cxx
+color_chooser.o: ../include/config.h
+cube.o: ../include/config.h ../include/fltk3/run.h ../include/fltk3/utf8.h
+cube.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+cube.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+cube.o: ../include/fltk3/Window.h ../include/fltk3/Box.h
+cube.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+cube.o: ../include/fltk3/Object.h ../include/fltk3/Button.h
+cube.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+cube.o: ../include/fltk3/RadioLightButton.h ../include/fltk3/LightButton.h
+cube.o: ../include/fltk3/Button.h ../include/fltk3/Slider.h
+cube.o: ../include/fltk3/Valuator.h ../include/fltk3/GlWindow.h
+cube.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+cube.o: ../include/fltk3/gl.h ../include/fltk3/SysMenuBar.h
+cube.o: ../include/fltk3/MenuBar.h ../include/fltk3/Menu_.h
+cube.o: ../include/fltk3/MenuItem.h ../include/fltk3/Image.h
+cube.o: ../include/fltk3/x.h ../include/fltk3/Printer.h ../include/fltk3/x.h
+cube.o: ../include/fltk3/PagedDevice.h ../include/fltk3/Device.h
+cube.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+cube.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+cube.o: ../include/fltk3/Bitmap.h ../include/fltk3/Pixmap.h
+cube.o: ../include/fltk3/RGBImage.h ../include/fltk3/draw.h
+cube.o: ../include/fltk3/enumerations.h ../include/fltk3/PostScript.h
+CubeView.o: CubeView.h ../include/config.h ../include/fltk3/run.h
+CubeView.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+CubeView.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+CubeView.o: ../include/fltk3/enumerations.h ../include/fltk3/GlWindow.h
+CubeView.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+CubeView.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+CubeView.o: ../include/fltk3/Object.h ../include/fltk3/Wrapper.h
+CubeView.o: ../include/fltk3/Widget.h ../include/fltk3/gl.h
+CubeMain.o: ../include/config.h ../include/fltk3/run.h
+CubeMain.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+CubeMain.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+CubeMain.o: ../include/fltk3/enumerations.h CubeViewUI.h
+CubeMain.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+CubeMain.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+CubeMain.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+CubeMain.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+CubeMain.o: ../include/fltk3/Group.h ../include/fltk3/Roller.h
+CubeMain.o: ../include/fltk3/Valuator.h ../include/fltk3/Slider.h
+CubeMain.o: ../include/fltk3/Box.h CubeView.h ../include/fltk3/GlWindow.h
+CubeMain.o: ../include/fltk3/gl.h ../include/fltk3/ValueSlider.h
+CubeMain.o: ../include/fltk3/Slider.h
+cursor.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+cursor.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+cursor.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+cursor.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+cursor.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+cursor.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+cursor.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+cursor.o: ../include/fltk3/HorValueSlider.h ../include/fltk3/ValueSlider.h
+cursor.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+cursor.o: ../include/fltk3/Choice.h ../include/fltk3/Menu_.h
+cursor.o: ../include/fltk3/MenuItem.h ../include/fltk3/Image.h
+cursor.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+cursor.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+cursor.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+cursor.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+cursor.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+cursor.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+cursor.o: ../include/fltk3/Box.h
+curve.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+curve.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+curve.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+curve.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+curve.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+curve.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+curve.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+curve.o: ../include/fltk3/HorValueSlider.h ../include/fltk3/ValueSlider.h
+curve.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+curve.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+curve.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+curve.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+curve.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+curve.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+curve.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+curve.o: ../include/fltk3/RGBImage.h ../include/fltk3/ToggleButton.h
+curve.o: ../include/fltk3/Button.h
+device.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+device.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+device.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+device.o: ../include/fltk3/OverlayWindow.h ../include/fltk3/DoubleWindow.h
+device.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+device.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+device.o: ../include/fltk3/Object.h ../include/fltk3/Wrapper.h
+device.o: ../include/fltk3/Widget.h ../include/fltk3/LightButton.h
+device.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+device.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+device.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+device.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+device.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+device.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+device.o: ../include/fltk3/RGBImage.h ../include/fltk3/Clock.h
+device.o: pixmaps/porsche.xpm ../include/fltk3/RoundButton.h
+device.o: ../include/fltk3/LightButton.h ../include/fltk3/Button.h
+device.o: ../include/fltk3/Printer.h ../include/fltk3/PagedDevice.h
+device.o: ../include/fltk3/PostScript.h ../include/fltk3/FileChooser.h
+device.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Group.h
+device.o: ../include/fltk3/Choice.h ../include/fltk3/Menu_.h
+device.o: ../include/fltk3/MenuItem.h ../include/fltk3/MenuButton.h
+device.o: ../include/fltk3/Button.h ../include/fltk3/TiledGroup.h
+device.o: ../include/fltk3/FileBrowser.h ../include/fltk3/Browser.h
+device.o: ../include/fltk3/Browser_.h ../include/fltk3/Scrollbar.h
+device.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+device.o: ../include/fltk3/FileIcon.h ../include/fltk3/run.h
+device.o: ../include/fltk3/filename.h ../include/fltk3/Box.h
+device.o: ../include/fltk3/CheckButton.h ../include/fltk3/FileInput.h
+device.o: ../include/fltk3/Input.h ../include/fltk3/Input_.h
+device.o: ../include/fltk3/ReturnButton.h ../include/fltk3/ask.h
+doublebuffer.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+doublebuffer.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+doublebuffer.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+doublebuffer.o: ../include/fltk3/SingleWindow.h ../include/fltk3/Window.h
+doublebuffer.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+doublebuffer.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+doublebuffer.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+doublebuffer.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Box.h
+doublebuffer.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+doublebuffer.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+doublebuffer.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+doublebuffer.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+doublebuffer.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+doublebuffer.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+doublebuffer.o: ../include/fltk3/RGBImage.h ../include/fltk3/HorSlider.h
+doublebuffer.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+doublebuffer.o: ../include/fltk3/math.h
+editor.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+editor.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+editor.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+editor.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+editor.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+editor.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+editor.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+editor.o: ../include/fltk3/Group.h ../include/fltk3/ask.h
+editor.o: ../include/fltk3/NativeFileChooser.h ../include/fltk3/FileChooser.h
+editor.o: ../include/fltk3/Choice.h ../include/fltk3/Menu_.h
+editor.o: ../include/fltk3/MenuItem.h ../include/fltk3/Image.h
+editor.o: ../include/fltk3/MenuButton.h ../include/fltk3/Button.h
+editor.o: ../include/fltk3/Preferences.h ../include/fltk3/TiledGroup.h
+editor.o: ../include/fltk3/FileBrowser.h ../include/fltk3/Browser.h
+editor.o: ../include/fltk3/Browser_.h ../include/fltk3/Scrollbar.h
+editor.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+editor.o: ../include/fltk3/FileIcon.h ../include/fltk3/run.h
+editor.o: ../include/fltk3/filename.h ../include/fltk3/Box.h
+editor.o: ../include/fltk3/CheckButton.h ../include/fltk3/LightButton.h
+editor.o: ../include/fltk3/Button.h ../include/fltk3/FileInput.h
+editor.o: ../include/fltk3/Input.h ../include/fltk3/Input_.h
+editor.o: ../include/fltk3/ReturnButton.h ../include/fltk3/MenuBar.h
+editor.o: ../include/fltk3/TextBuffer.h ../include/fltk3/TextEditor.h
+editor.o: ../include/fltk3/TextDisplay.h ../include/fltk3/draw.h
+editor.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+editor.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+editor.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+editor.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+editor.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+editor.o: ../include/fltk3/TextBuffer.h ../include/fltk3/filename.h
+file_chooser.o: ../include/fltk3/FileChooser.h ../include/fltk3/run.h
+file_chooser.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+file_chooser.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+file_chooser.o: ../include/fltk3/enumerations.h
+file_chooser.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+file_chooser.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+file_chooser.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+file_chooser.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+file_chooser.o: ../include/fltk3/Group.h ../include/fltk3/Choice.h
+file_chooser.o: ../include/fltk3/Menu_.h ../include/fltk3/MenuItem.h
+file_chooser.o: ../include/fltk3/Image.h ../include/fltk3/MenuButton.h
+file_chooser.o: ../include/fltk3/Button.h ../include/fltk3/Preferences.h
+file_chooser.o: ../include/fltk3/TiledGroup.h ../include/fltk3/FileBrowser.h
+file_chooser.o: ../include/fltk3/Browser.h ../include/fltk3/Browser_.h
+file_chooser.o: ../include/fltk3/Scrollbar.h ../include/fltk3/Slider.h
+file_chooser.o: ../include/fltk3/Valuator.h ../include/fltk3/FileIcon.h
+file_chooser.o: ../include/fltk3/run.h ../include/fltk3/filename.h
+file_chooser.o: ../include/fltk3/Box.h ../include/fltk3/CheckButton.h
+file_chooser.o: ../include/fltk3/LightButton.h ../include/fltk3/Button.h
+file_chooser.o: ../include/fltk3/FileInput.h ../include/fltk3/Input.h
+file_chooser.o: ../include/fltk3/Input_.h ../include/fltk3/ReturnButton.h
+file_chooser.o: ../include/fltk3/ask.h ../include/fltk3/FileIcon.h
+file_chooser.o: ../include/fltk3/SharedImage.h ../include/fltk3/PNMImage.h
+file_chooser.o: ../include/fltk3/LightButton.h
+fonts.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+fonts.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+fonts.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+fonts.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+fonts.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+fonts.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+fonts.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+fonts.o: ../include/fltk3/TiledGroup.h ../include/fltk3/HoldBrowser.h
+fonts.o: ../include/fltk3/Browser.h ../include/fltk3/Browser_.h
+fonts.o: ../include/fltk3/Scrollbar.h ../include/fltk3/Slider.h
+fonts.o: ../include/fltk3/Valuator.h ../include/fltk3/Image.h
+fonts.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+fonts.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+fonts.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+fonts.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+fonts.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+fonts.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+fonts.o: ../include/fltk3/Box.h ../include/fltk3/ask.h
+fractals.o: ../include/config.h ../include/fltk3/glut.h ../include/fltk3/gl.h
+fractals.o: ../include/fltk3/enumerations.h ../include/fltk3/Export.h
+fractals.o: ../include/fltk3/types.h ../include/fltk3/run.h
+fractals.o: ../include/fltk3/GlWindow.h ../include/fltk3/Window.h
+fractals.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+fractals.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+fractals.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+fractals.o: ../include/fltk3/glu.h fracviewer.h ../include/fltk3/Button.h
+fractals.o: ../include/fltk3/Group.h ../include/fltk3/Window.h
+fracviewer.o: ../include/config.h ../include/fltk3/glut.h
+fracviewer.o: ../include/fltk3/gl.h ../include/fltk3/enumerations.h
+fracviewer.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+fracviewer.o: ../include/fltk3/run.h ../include/fltk3/GlWindow.h
+fracviewer.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+fracviewer.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+fracviewer.o: ../include/fltk3/Object.h ../include/fltk3/Wrapper.h
+fracviewer.o: ../include/fltk3/Widget.h ../include/fltk3/glu.h fracviewer.h
+fullscreen.o: ../include/config.h ../include/fltk3/run.h
+fullscreen.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+fullscreen.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+fullscreen.o: ../include/fltk3/enumerations.h ../include/fltk3/SingleWindow.h
+fullscreen.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+fullscreen.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+fullscreen.o: ../include/fltk3/Object.h ../include/fltk3/Wrapper.h
+fullscreen.o: ../include/fltk3/Widget.h ../include/fltk3/HorSlider.h
+fullscreen.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+fullscreen.o: ../include/fltk3/LightButton.h ../include/fltk3/math.h
+fullscreen.o: ../include/fltk3/gl.h ../include/fltk3/GlWindow.h
+gl_overlay.o: ../include/config.h ../include/fltk3/run.h
+gl_overlay.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+gl_overlay.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+gl_overlay.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+gl_overlay.o: ../include/fltk3/HorSlider.h ../include/fltk3/Slider.h
+gl_overlay.o: ../include/fltk3/Valuator.h ../include/fltk3/Widget.h
+gl_overlay.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+gl_overlay.o: ../include/fltk3/ToggleButton.h ../include/fltk3/Button.h
+gl_overlay.o: ../include/fltk3/math.h ../include/fltk3/gl.h
+gl_overlay.o: ../include/fltk3/GlWindow.h ../include/fltk3/Window.h
+gl_overlay.o: ../include/fltk3/Group.h ../include/fltk3/Wrapper.h
+gl_overlay.o: ../include/fltk3/Widget.h
+glpuzzle.o: ../include/config.h ../include/fltk3/glut.h ../include/fltk3/gl.h
+glpuzzle.o: ../include/fltk3/enumerations.h ../include/fltk3/Export.h
+glpuzzle.o: ../include/fltk3/types.h ../include/fltk3/run.h
+glpuzzle.o: ../include/fltk3/GlWindow.h ../include/fltk3/Window.h
+glpuzzle.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+glpuzzle.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+glpuzzle.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+glpuzzle.o: ../include/fltk3/glu.h trackball.c trackball.h
+hello.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+hello.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+hello.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+hello.o: ../include/fltk3/Window.h ../include/fltk3/Box.h
+hello.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+hello.o: ../include/fltk3/Object.h
+help.o: ../include/fltk3/HelpDialog.h ../include/fltk3/run.h
+help.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+help.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+help.o: ../include/fltk3/enumerations.h ../include/fltk3/DoubleWindow.h
+help.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+help.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+help.o: ../include/fltk3/Object.h ../include/fltk3/Wrapper.h
+help.o: ../include/fltk3/Widget.h ../include/fltk3/Group.h
+help.o: ../include/fltk3/Button.h ../include/fltk3/Input.h
+help.o: ../include/fltk3/Input_.h ../include/fltk3/Box.h
+help.o: ../include/fltk3/HelpView.h ../include/fltk3/run.h
+help.o: ../include/fltk3/Scrollbar.h ../include/fltk3/Slider.h
+help.o: ../include/fltk3/Valuator.h ../include/fltk3/draw.h
+help.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+help.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+help.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+help.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+help.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+help.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+help.o: ../include/fltk3/SharedImage.h ../include/fltk3/filename.h
+iconize.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+iconize.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+iconize.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+iconize.o: ../include/fltk3/Window.h ../include/fltk3/Button.h
+iconize.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+iconize.o: ../include/fltk3/Object.h ../include/fltk3/Wrapper.h
+iconize.o: ../include/fltk3/Widget.h ../include/fltk3/Box.h
+image.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+image.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+image.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+image.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+image.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+image.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+image.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+image.o: ../include/fltk3/Button.h ../include/fltk3/Image.h
+image.o: ../include/fltk3/ToggleButton.h ../include/fltk3/Button.h
+image.o: ../include/fltk3/x.h list_visuals.cxx ../include/config.h
+input.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+input.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+input.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+input.o: ../include/fltk3/Window.h ../include/fltk3/Input.h
+input.o: ../include/fltk3/Input_.h ../include/fltk3/Widget.h
+input.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+input.o: ../include/fltk3/FloatInput.h ../include/fltk3/Input.h
+input.o: ../include/fltk3/IntInput.h ../include/fltk3/SecretInput.h
+input.o: ../include/fltk3/MultilineInput.h ../include/fltk3/Button.h
+input.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+input.o: ../include/fltk3/ToggleButton.h ../include/fltk3/Button.h
+input.o: ../include/fltk3/LightButton.h ../include/fltk3/ColorChooser.h
+input.o: ../include/fltk3/Group.h ../include/fltk3/Box.h
+input.o: ../include/fltk3/ReturnButton.h ../include/fltk3/Choice.h
+input.o: ../include/fltk3/Menu_.h ../include/fltk3/MenuItem.h
+input.o: ../include/fltk3/Image.h ../include/fltk3/ValueInput.h
+input.o: ../include/fltk3/Valuator.h
+input_choice.o: ../include/fltk3/Button.h ../include/fltk3/Widget.h
+input_choice.o: ../include/fltk3/enumerations.h ../include/fltk3/Export.h
+input_choice.o: ../include/fltk3/types.h ../include/fltk3/Rectangle.h
+input_choice.o: ../include/fltk3/Object.h ../include/fltk3/Wrapper.h
+input_choice.o: ../include/fltk3/Widget.h ../include/fltk3/DoubleWindow.h
+input_choice.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+input_choice.o: ../include/fltk3/InputChoice.h ../include/fltk3/run.h
+input_choice.o: ../include/fltk3/utf8.h ../include/fltk3/Xutf8.h
+input_choice.o: ../include/fltk3/Group.h ../include/fltk3/Input.h
+input_choice.o: ../include/fltk3/Input_.h ../include/fltk3/MenuButton.h
+input_choice.o: ../include/fltk3/Menu_.h ../include/fltk3/MenuItem.h
+input_choice.o: ../include/fltk3/Image.h ../include/fltk3/draw.h
+input_choice.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+input_choice.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+input_choice.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+input_choice.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+input_choice.o: ../include/fltk3/Bitmap.h ../include/fltk3/Pixmap.h
+input_choice.o: ../include/fltk3/RGBImage.h
+keyboard.o: keyboard_ui.h ../include/fltk3/run.h ../include/fltk3/utf8.h
+keyboard.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+keyboard.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+keyboard.o: keyboard.h ../include/fltk3/Window.h ../include/fltk3/Button.h
+keyboard.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+keyboard.o: ../include/fltk3/Object.h ../include/fltk3/Wrapper.h
+keyboard.o: ../include/fltk3/Widget.h ../include/fltk3/Output.h
+keyboard.o: ../include/fltk3/Input.h ../include/fltk3/Input_.h
+keyboard.o: ../include/fltk3/Box.h ../include/fltk3/Dial.h
+keyboard.o: ../include/fltk3/Valuator.h
+label.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+label.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+label.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+label.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+label.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+label.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+label.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+label.o: ../include/fltk3/Box.h ../include/fltk3/HorValueSlider.h
+label.o: ../include/fltk3/ValueSlider.h ../include/fltk3/Slider.h
+label.o: ../include/fltk3/Valuator.h ../include/fltk3/ToggleButton.h
+label.o: ../include/fltk3/Button.h ../include/fltk3/Input.h
+label.o: ../include/fltk3/Input_.h ../include/fltk3/Choice.h
+label.o: ../include/fltk3/Menu_.h ../include/fltk3/MenuItem.h
+label.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+label.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+label.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+label.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+label.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+label.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+label.o: ../include/fltk3/RGBImage.h pixmaps/blast.xpm
+line_style.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+line_style.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+line_style.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+line_style.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+line_style.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+line_style.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+line_style.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+line_style.o: ../include/fltk3/ValueSlider.h ../include/fltk3/Slider.h
+line_style.o: ../include/fltk3/Valuator.h ../include/fltk3/draw.h
+line_style.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+line_style.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+line_style.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+line_style.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+line_style.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+line_style.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+line_style.o: ../include/fltk3/Choice.h ../include/fltk3/Menu_.h
+line_style.o: ../include/fltk3/MenuItem.h ../include/fltk3/CheckButton.h
+line_style.o: ../include/fltk3/LightButton.h ../include/fltk3/Button.h
+line_style.o: ../include/fltk3/Box.h
+list_visuals.o: ../include/config.h
+mandelbrot.o: mandelbrot_ui.h ../include/fltk3/run.h ../include/fltk3/utf8.h
+mandelbrot.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+mandelbrot.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+mandelbrot.o: mandelbrot.h ../include/fltk3/Box.h ../include/fltk3/Widget.h
+mandelbrot.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+mandelbrot.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+mandelbrot.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+mandelbrot.o: ../include/fltk3/Group.h ../include/fltk3/Wrapper.h
+mandelbrot.o: ../include/fltk3/Widget.h ../include/fltk3/Input.h
+mandelbrot.o: ../include/fltk3/Input_.h ../include/fltk3/Window.h
+mandelbrot.o: ../include/fltk3/FloatInput.h ../include/fltk3/Input.h
+mandelbrot.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+mandelbrot.o: ../include/fltk3/enumerations.h ../include/fltk3/Device.h
+mandelbrot.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+mandelbrot.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+mandelbrot.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+mandelbrot.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+mandelbrot.o: ../include/fltk3/Button.h ../include/fltk3/Printer.h
+mandelbrot.o: ../include/fltk3/PagedDevice.h ../include/fltk3/PostScript.h
+menubar.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+menubar.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+menubar.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+menubar.o: ../include/fltk3/Box.h ../include/fltk3/Widget.h
+menubar.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+menubar.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+menubar.o: ../include/fltk3/Group.h ../include/fltk3/Wrapper.h
+menubar.o: ../include/fltk3/Widget.h ../include/fltk3/MenuBar.h
+menubar.o: ../include/fltk3/Menu_.h ../include/fltk3/MenuItem.h
+menubar.o: ../include/fltk3/Image.h ../include/fltk3/ToggleButton.h
+menubar.o: ../include/fltk3/Button.h ../include/fltk3/MenuButton.h
+menubar.o: ../include/fltk3/Choice.h ../src/core/flstring.h
+menubar.o: ../include/fltk3/Export.h ../include/config.h
+menubar.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+menubar.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+menubar.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+menubar.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+menubar.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+menubar.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+message.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+message.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+message.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+message.o: ../include/fltk3/Window.h ../include/fltk3/ask.h
+minimum.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+minimum.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+minimum.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+minimum.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+minimum.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+minimum.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+minimum.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+minimum.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+minimum.o: ../include/fltk3/Box.h ../include/fltk3/ReturnButton.h
+minimum.o: ../include/fltk3/Button.h
+navigation.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+navigation.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+navigation.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+navigation.o: ../include/fltk3/Window.h ../include/fltk3/Input.h
+navigation.o: ../include/fltk3/Input_.h ../include/fltk3/Widget.h
+navigation.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+navigation.o: ../include/fltk3/LightButton.h
+native-filechooser.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+native-filechooser.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+native-filechooser.o: ../include/fltk3/Xutf8.h
+native-filechooser.o: ../include/fltk3/enumerations.h ../include/fltk3/ask.h
+native-filechooser.o: ../include/fltk3/Window.h ../include/fltk3/Button.h
+native-filechooser.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+native-filechooser.o: ../include/fltk3/Object.h ../include/fltk3/Wrapper.h
+native-filechooser.o: ../include/fltk3/Widget.h ../include/fltk3/Input.h
+native-filechooser.o: ../include/fltk3/Input_.h ../include/fltk3/Box.h
+native-filechooser.o: ../include/fltk3/NativeFileChooser.h
+native-filechooser.o: ../include/fltk3/FileChooser.h
+native-filechooser.o: ../include/fltk3/DoubleWindow.h
+native-filechooser.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+native-filechooser.o: ../include/fltk3/Group.h ../include/fltk3/Choice.h
+native-filechooser.o: ../include/fltk3/Menu_.h ../include/fltk3/MenuItem.h
+native-filechooser.o: ../include/fltk3/Image.h ../include/fltk3/MenuButton.h
+native-filechooser.o: ../include/fltk3/Preferences.h
+native-filechooser.o: ../include/fltk3/TiledGroup.h
+native-filechooser.o: ../include/fltk3/FileBrowser.h
+native-filechooser.o: ../include/fltk3/Browser.h ../include/fltk3/Browser_.h
+native-filechooser.o: ../include/fltk3/Scrollbar.h ../include/fltk3/Slider.h
+native-filechooser.o: ../include/fltk3/Valuator.h ../include/fltk3/FileIcon.h
+native-filechooser.o: ../include/fltk3/run.h ../include/fltk3/filename.h
+native-filechooser.o: ../include/fltk3/CheckButton.h
+native-filechooser.o: ../include/fltk3/LightButton.h
+native-filechooser.o: ../include/fltk3/Button.h ../include/fltk3/FileInput.h
+native-filechooser.o: ../include/fltk3/ReturnButton.h
+output.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+output.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+output.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+output.o: ../include/fltk3/ValueInput.h ../include/fltk3/Valuator.h
+output.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+output.o: ../include/fltk3/Object.h ../include/fltk3/Input.h
+output.o: ../include/fltk3/Input_.h ../include/fltk3/DoubleWindow.h
+output.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+output.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+output.o: ../include/fltk3/Box.h ../include/fltk3/HorValueSlider.h
+output.o: ../include/fltk3/ValueSlider.h ../include/fltk3/Slider.h
+output.o: ../include/fltk3/ToggleButton.h ../include/fltk3/Button.h
+output.o: ../include/fltk3/Input.h ../include/fltk3/draw.h
+output.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+output.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+output.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+output.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+output.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+output.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+output.o: ../include/fltk3/Output.h ../include/fltk3/MultilineOutput.h
+output.o: ../include/fltk3/Output.h
+overlay.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+overlay.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+overlay.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+overlay.o: ../include/fltk3/Window.h ../include/fltk3/OverlayWindow.h
+overlay.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+overlay.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+overlay.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+overlay.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+overlay.o: ../include/fltk3/Button.h ../include/fltk3/draw.h
+overlay.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+overlay.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+overlay.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+overlay.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+overlay.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+overlay.o: ../include/fltk3/RGBImage.h
+pack.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+pack.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+pack.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+pack.o: ../include/fltk3/Button.h ../include/fltk3/Widget.h
+pack.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+pack.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+pack.o: ../include/fltk3/LightButton.h ../include/fltk3/DoubleWindow.h
+pack.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+pack.o: ../include/fltk3/ScrollGroup.h ../include/fltk3/Scrollbar.h
+pack.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+pack.o: ../include/fltk3/ValueSlider.h ../include/fltk3/PackedGroup.h
+pack.o: ../include/fltk3/Group.h
+pixmap_browser.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+pixmap_browser.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+pixmap_browser.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+pixmap_browser.o: ../include/fltk3/Box.h ../include/fltk3/Widget.h
+pixmap_browser.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+pixmap_browser.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+pixmap_browser.o: ../include/fltk3/Group.h ../include/fltk3/Wrapper.h
+pixmap_browser.o: ../include/fltk3/Widget.h ../include/fltk3/Button.h
+pixmap_browser.o: ../include/fltk3/SharedImage.h ../include/fltk3/Image.h
+pixmap_browser.o: ../include/fltk3/FileChooser.h ../include/fltk3/Group.h
+pixmap_browser.o: ../include/fltk3/Choice.h ../include/fltk3/Menu_.h
+pixmap_browser.o: ../include/fltk3/MenuItem.h ../include/fltk3/MenuButton.h
+pixmap_browser.o: ../include/fltk3/Preferences.h
+pixmap_browser.o: ../include/fltk3/TiledGroup.h
+pixmap_browser.o: ../include/fltk3/FileBrowser.h ../include/fltk3/Browser.h
+pixmap_browser.o: ../include/fltk3/Browser_.h ../include/fltk3/Scrollbar.h
+pixmap_browser.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+pixmap_browser.o: ../include/fltk3/FileIcon.h ../include/fltk3/run.h
+pixmap_browser.o: ../include/fltk3/filename.h ../include/fltk3/CheckButton.h
+pixmap_browser.o: ../include/fltk3/LightButton.h ../include/fltk3/Button.h
+pixmap_browser.o: ../include/fltk3/FileInput.h ../include/fltk3/Input.h
+pixmap_browser.o: ../include/fltk3/Input_.h ../include/fltk3/ReturnButton.h
+pixmap_browser.o: ../include/fltk3/ask.h ../include/fltk3/message.h
+pixmap_browser.o: ../include/fltk3/ask.h
+pixmap.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+pixmap.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+pixmap.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+pixmap.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+pixmap.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+pixmap.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+pixmap.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+pixmap.o: ../include/fltk3/Button.h ../include/fltk3/Pixmap.h
+pixmap.o: ../include/fltk3/Image.h ../include/fltk3/ToggleButton.h
+pixmap.o: ../include/fltk3/Button.h pixmaps/porsche.xpm
+resizebox.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+resizebox.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+resizebox.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+resizebox.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+resizebox.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+resizebox.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+resizebox.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+resizebox.o: ../include/fltk3/Box.h ../include/fltk3/RadioButton.h
+resizebox.o: ../include/fltk3/Button.h ../include/fltk3/draw.h
+resizebox.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+resizebox.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+resizebox.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+resizebox.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+resizebox.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+resizebox.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+resizebox.o: ../include/fltk3/message.h ../include/fltk3/ask.h
+rotated_text.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+rotated_text.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+rotated_text.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+rotated_text.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+rotated_text.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+rotated_text.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+rotated_text.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+rotated_text.o: ../include/fltk3/Box.h ../include/fltk3/HorValueSlider.h
+rotated_text.o: ../include/fltk3/ValueSlider.h ../include/fltk3/Slider.h
+rotated_text.o: ../include/fltk3/Valuator.h ../include/fltk3/ToggleButton.h
+rotated_text.o: ../include/fltk3/Button.h ../include/fltk3/Input.h
+rotated_text.o: ../include/fltk3/Input_.h ../include/fltk3/Choice.h
+rotated_text.o: ../include/fltk3/Menu_.h ../include/fltk3/MenuItem.h
+rotated_text.o: ../include/fltk3/Image.h ../include/fltk3/draw.h
+rotated_text.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+rotated_text.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+rotated_text.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+rotated_text.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+rotated_text.o: ../include/fltk3/Bitmap.h ../include/fltk3/Pixmap.h
+rotated_text.o: ../include/fltk3/RGBImage.h
+scroll.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+scroll.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+scroll.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+scroll.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+scroll.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+scroll.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+scroll.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+scroll.o: ../include/fltk3/ScrollGroup.h ../include/fltk3/Scrollbar.h
+scroll.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+scroll.o: ../include/fltk3/LightButton.h ../include/fltk3/Choice.h
+scroll.o: ../include/fltk3/Menu_.h ../include/fltk3/MenuItem.h
+scroll.o: ../include/fltk3/Image.h ../include/fltk3/Box.h
+scroll.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+scroll.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+scroll.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+scroll.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+scroll.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+scroll.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+scroll.o: ../include/fltk3/math.h
+shape.o: ../include/config.h ../include/fltk3/run.h ../include/fltk3/utf8.h
+shape.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+shape.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+shape.o: ../include/fltk3/Window.h ../include/fltk3/HorSlider.h
+shape.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+shape.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+shape.o: ../include/fltk3/Object.h ../include/fltk3/math.h
+shape.o: ../include/fltk3/gl.h ../include/fltk3/GlWindow.h
+shape.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+shape.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+subwindow.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+subwindow.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+subwindow.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+subwindow.o: ../include/fltk3/Window.h ../include/fltk3/ToggleButton.h
+subwindow.o: ../include/fltk3/Button.h ../include/fltk3/MenuButton.h
+subwindow.o: ../include/fltk3/Menu_.h ../include/fltk3/Widget.h
+subwindow.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+subwindow.o: ../include/fltk3/MenuItem.h ../include/fltk3/Image.h
+subwindow.o: ../include/fltk3/Box.h ../include/fltk3/Input.h
+subwindow.o: ../include/fltk3/Input_.h
+sudoku.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+sudoku.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+sudoku.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+sudoku.o: ../include/fltk3/enumerations.h ../include/fltk3/DoubleWindow.h
+sudoku.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+sudoku.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+sudoku.o: ../include/fltk3/Object.h ../include/fltk3/Wrapper.h
+sudoku.o: ../include/fltk3/Widget.h ../include/fltk3/Button.h
+sudoku.o: ../include/fltk3/Group.h ../include/fltk3/ask.h
+sudoku.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+sudoku.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+sudoku.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+sudoku.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+sudoku.o: ../include/fltk3/Bitmap.h ../include/fltk3/Image.h
+sudoku.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+sudoku.o: ../include/fltk3/HelpDialog.h ../include/fltk3/Input.h
+sudoku.o: ../include/fltk3/Input_.h ../include/fltk3/Box.h
+sudoku.o: ../include/fltk3/HelpView.h ../include/fltk3/run.h
+sudoku.o: ../include/fltk3/Scrollbar.h ../include/fltk3/Slider.h
+sudoku.o: ../include/fltk3/Valuator.h ../include/fltk3/draw.h
+sudoku.o: ../include/fltk3/SharedImage.h ../include/fltk3/filename.h
+sudoku.o: ../include/fltk3/SysMenuBar.h ../include/fltk3/MenuBar.h
+sudoku.o: ../include/fltk3/Menu_.h ../include/fltk3/MenuItem.h
+sudoku.o: ../include/fltk3/x.h ../include/fltk3/math.h pixmaps/sudoku.xbm
+sudoku.o: ../include/config.h
+symbols.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+symbols.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+symbols.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+symbols.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+symbols.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+symbols.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+symbols.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+symbols.o: ../include/fltk3/Box.h ../include/fltk3/ValueSlider.h
+symbols.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+symbols.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+symbols.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+symbols.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+symbols.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+symbols.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+symbols.o: ../include/fltk3/Image.h ../include/fltk3/Pixmap.h
+symbols.o: ../include/fltk3/RGBImage.h
+table.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+table.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+table.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+table.o: ../include/fltk3/Window.h ../include/fltk3/Input.h
+table.o: ../include/fltk3/Input_.h ../include/fltk3/Widget.h
+table.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+table.o: ../include/fltk3/CheckButton.h ../include/fltk3/LightButton.h
+table.o: ../include/fltk3/Button.h ../include/fltk3/Choice.h
+table.o: ../include/fltk3/Menu_.h ../include/fltk3/MenuItem.h
+table.o: ../include/fltk3/Image.h ../include/fltk3/Wrapper.h
+table.o: ../include/fltk3/Widget.h ../include/fltk3/draw.h
+table.o: ../include/fltk3/x.h ../include/fltk3/Window.h
+table.o: ../include/fltk3/Group.h ../include/fltk3/enumerations.h
+table.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+table.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+table.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+table.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+table.o: ../include/fltk3/ask.h ../include/fltk3/TableRow.h
+table.o: ../include/fltk3/Table.h ../include/fltk3/Group.h
+table.o: ../include/fltk3/ScrollGroup.h ../include/fltk3/Scrollbar.h
+table.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+table.o: ../include/fltk3/Box.h ../include/fltk3/Scrollbar.h
+threads.o: ../include/config.h ../include/fltk3/run.h ../include/fltk3/utf8.h
+threads.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+threads.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+threads.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+threads.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+threads.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+threads.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+threads.o: ../include/fltk3/Browser.h ../include/fltk3/Browser_.h
+threads.o: ../include/fltk3/Scrollbar.h ../include/fltk3/Slider.h
+threads.o: ../include/fltk3/Valuator.h ../include/fltk3/Image.h
+threads.o: ../include/fltk3/ValueOutput.h ../include/fltk3/ask.h threads.h
+tile.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+tile.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+tile.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+tile.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+tile.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+tile.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+tile.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+tile.o: ../include/fltk3/TiledGroup.h ../include/fltk3/Box.h
+tiled_image.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+tiled_image.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+tiled_image.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+tiled_image.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+tiled_image.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+tiled_image.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+tiled_image.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+tiled_image.o: ../include/fltk3/Button.h ../include/fltk3/Pixmap.h
+tiled_image.o: ../include/fltk3/Image.h ../include/fltk3/TiledImage.h
+tiled_image.o: pixmaps/tile.xpm ../include/fltk3/x.h list_visuals.cxx
+tiled_image.o: ../include/config.h
+unittests.o: unittests.h ../include/fltk3/run.h ../include/fltk3/utf8.h
+unittests.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+unittests.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+unittests.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+unittests.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+unittests.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+unittests.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+unittests.o: ../include/fltk3/HoldBrowser.h ../include/fltk3/Browser.h
+unittests.o: ../include/fltk3/Browser_.h ../include/fltk3/Scrollbar.h
+unittests.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+unittests.o: ../include/fltk3/Image.h ../include/fltk3/HelpView.h
+unittests.o: ../include/fltk3/run.h ../include/fltk3/draw.h
+unittests.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+unittests.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+unittests.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+unittests.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+unittests.o: ../include/fltk3/Bitmap.h ../include/fltk3/Pixmap.h
+unittests.o: ../include/fltk3/RGBImage.h ../include/fltk3/SharedImage.h
+unittests.o: ../include/fltk3/filename.h ../include/fltk3/Group.h
+unittests.o: ../include/fltk3/Box.h ../include/fltk3/draw.h
+unittest_about.o: unittests.h ../include/fltk3/run.h ../include/fltk3/utf8.h
+unittest_about.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+unittest_about.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+unittest_about.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+unittest_about.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+unittest_about.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+unittest_about.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+unittest_about.o: ../include/fltk3/HoldBrowser.h ../include/fltk3/Browser.h
+unittest_about.o: ../include/fltk3/Browser_.h ../include/fltk3/Scrollbar.h
+unittest_about.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+unittest_about.o: ../include/fltk3/Image.h ../include/fltk3/HelpView.h
+unittest_about.o: ../include/fltk3/run.h ../include/fltk3/draw.h
+unittest_about.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+unittest_about.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+unittest_about.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+unittest_about.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+unittest_about.o: ../include/fltk3/Bitmap.h ../include/fltk3/Pixmap.h
+unittest_about.o: ../include/fltk3/RGBImage.h ../include/fltk3/SharedImage.h
+unittest_about.o: ../include/fltk3/filename.h ../include/fltk3/Group.h
+unittest_about.o: ../include/fltk3/Box.h ../include/fltk3/draw.h
+unittest_circles.o: unittests.h ../include/fltk3/run.h
+unittest_circles.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+unittest_circles.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+unittest_circles.o: ../include/fltk3/enumerations.h
+unittest_circles.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+unittest_circles.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+unittest_circles.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+unittest_circles.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+unittest_circles.o: ../include/fltk3/HoldBrowser.h ../include/fltk3/Browser.h
+unittest_circles.o: ../include/fltk3/Browser_.h ../include/fltk3/Scrollbar.h
+unittest_circles.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+unittest_circles.o: ../include/fltk3/Image.h ../include/fltk3/HelpView.h
+unittest_circles.o: ../include/fltk3/run.h ../include/fltk3/draw.h
+unittest_circles.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+unittest_circles.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+unittest_circles.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+unittest_circles.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+unittest_circles.o: ../include/fltk3/Bitmap.h ../include/fltk3/Pixmap.h
+unittest_circles.o: ../include/fltk3/RGBImage.h
+unittest_circles.o: ../include/fltk3/SharedImage.h
+unittest_circles.o: ../include/fltk3/filename.h ../include/fltk3/Group.h
+unittest_circles.o: ../include/fltk3/Box.h ../include/fltk3/draw.h
+unittest_images.o: unittests.h ../include/fltk3/run.h ../include/fltk3/utf8.h
+unittest_images.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+unittest_images.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+unittest_images.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+unittest_images.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+unittest_images.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+unittest_images.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+unittest_images.o: ../include/fltk3/HoldBrowser.h ../include/fltk3/Browser.h
+unittest_images.o: ../include/fltk3/Browser_.h ../include/fltk3/Scrollbar.h
+unittest_images.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+unittest_images.o: ../include/fltk3/Image.h ../include/fltk3/HelpView.h
+unittest_images.o: ../include/fltk3/run.h ../include/fltk3/draw.h
+unittest_images.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+unittest_images.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+unittest_images.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+unittest_images.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+unittest_images.o: ../include/fltk3/Bitmap.h ../include/fltk3/Pixmap.h
+unittest_images.o: ../include/fltk3/RGBImage.h ../include/fltk3/SharedImage.h
+unittest_images.o: ../include/fltk3/filename.h ../include/fltk3/Group.h
+unittest_images.o: ../include/fltk3/Box.h ../include/fltk3/draw.h
+unittest_lines.o: unittests.h ../include/fltk3/run.h ../include/fltk3/utf8.h
+unittest_lines.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+unittest_lines.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+unittest_lines.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+unittest_lines.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+unittest_lines.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+unittest_lines.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+unittest_lines.o: ../include/fltk3/HoldBrowser.h ../include/fltk3/Browser.h
+unittest_lines.o: ../include/fltk3/Browser_.h ../include/fltk3/Scrollbar.h
+unittest_lines.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+unittest_lines.o: ../include/fltk3/Image.h ../include/fltk3/HelpView.h
+unittest_lines.o: ../include/fltk3/run.h ../include/fltk3/draw.h
+unittest_lines.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+unittest_lines.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+unittest_lines.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+unittest_lines.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+unittest_lines.o: ../include/fltk3/Bitmap.h ../include/fltk3/Pixmap.h
+unittest_lines.o: ../include/fltk3/RGBImage.h ../include/fltk3/SharedImage.h
+unittest_lines.o: ../include/fltk3/filename.h ../include/fltk3/Group.h
+unittest_lines.o: ../include/fltk3/Box.h ../include/fltk3/draw.h
+unittest_points.o: unittests.h ../include/fltk3/run.h ../include/fltk3/utf8.h
+unittest_points.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+unittest_points.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+unittest_points.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+unittest_points.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+unittest_points.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+unittest_points.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+unittest_points.o: ../include/fltk3/HoldBrowser.h ../include/fltk3/Browser.h
+unittest_points.o: ../include/fltk3/Browser_.h ../include/fltk3/Scrollbar.h
+unittest_points.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+unittest_points.o: ../include/fltk3/Image.h ../include/fltk3/HelpView.h
+unittest_points.o: ../include/fltk3/run.h ../include/fltk3/draw.h
+unittest_points.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+unittest_points.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+unittest_points.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+unittest_points.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+unittest_points.o: ../include/fltk3/Bitmap.h ../include/fltk3/Pixmap.h
+unittest_points.o: ../include/fltk3/RGBImage.h ../include/fltk3/SharedImage.h
+unittest_points.o: ../include/fltk3/filename.h ../include/fltk3/Group.h
+unittest_points.o: ../include/fltk3/Box.h ../include/fltk3/draw.h
+unittest_rects.o: unittests.h ../include/fltk3/run.h ../include/fltk3/utf8.h
+unittest_rects.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+unittest_rects.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+unittest_rects.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+unittest_rects.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+unittest_rects.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+unittest_rects.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+unittest_rects.o: ../include/fltk3/HoldBrowser.h ../include/fltk3/Browser.h
+unittest_rects.o: ../include/fltk3/Browser_.h ../include/fltk3/Scrollbar.h
+unittest_rects.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+unittest_rects.o: ../include/fltk3/Image.h ../include/fltk3/HelpView.h
+unittest_rects.o: ../include/fltk3/run.h ../include/fltk3/draw.h
+unittest_rects.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+unittest_rects.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+unittest_rects.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+unittest_rects.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+unittest_rects.o: ../include/fltk3/Bitmap.h ../include/fltk3/Pixmap.h
+unittest_rects.o: ../include/fltk3/RGBImage.h ../include/fltk3/SharedImage.h
+unittest_rects.o: ../include/fltk3/filename.h ../include/fltk3/Group.h
+unittest_rects.o: ../include/fltk3/Box.h ../include/fltk3/draw.h
+unittest_scrollbarsize.o: unittests.h ../include/fltk3/run.h
+unittest_scrollbarsize.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+unittest_scrollbarsize.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+unittest_scrollbarsize.o: ../include/fltk3/enumerations.h
+unittest_scrollbarsize.o: ../include/fltk3/DoubleWindow.h
+unittest_scrollbarsize.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+unittest_scrollbarsize.o: ../include/fltk3/Widget.h
+unittest_scrollbarsize.o: ../include/fltk3/Rectangle.h
+unittest_scrollbarsize.o: ../include/fltk3/Object.h
+unittest_scrollbarsize.o: ../include/fltk3/Wrapper.h
+unittest_scrollbarsize.o: ../include/fltk3/Widget.h
+unittest_scrollbarsize.o: ../include/fltk3/HoldBrowser.h
+unittest_scrollbarsize.o: ../include/fltk3/Browser.h
+unittest_scrollbarsize.o: ../include/fltk3/Browser_.h
+unittest_scrollbarsize.o: ../include/fltk3/Scrollbar.h
+unittest_scrollbarsize.o: ../include/fltk3/Slider.h
+unittest_scrollbarsize.o: ../include/fltk3/Valuator.h
+unittest_scrollbarsize.o: ../include/fltk3/Image.h
+unittest_scrollbarsize.o: ../include/fltk3/HelpView.h ../include/fltk3/run.h
+unittest_scrollbarsize.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+unittest_scrollbarsize.o: ../include/fltk3/enumerations.h
+unittest_scrollbarsize.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+unittest_scrollbarsize.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+unittest_scrollbarsize.o: ../include/fltk3/Preferences.h
+unittest_scrollbarsize.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+unittest_scrollbarsize.o: ../include/fltk3/Pixmap.h
+unittest_scrollbarsize.o: ../include/fltk3/RGBImage.h
+unittest_scrollbarsize.o: ../include/fltk3/SharedImage.h
+unittest_scrollbarsize.o: ../include/fltk3/filename.h
+unittest_scrollbarsize.o: ../include/fltk3/Group.h ../include/fltk3/Box.h
+unittest_scrollbarsize.o: ../include/fltk3/draw.h ../include/fltk3/Browser.h
+unittest_scrollbarsize.o: ../include/fltk3/Tree.h
+unittest_scrollbarsize.o: ../include/fltk3/Scrollbar.h
+unittest_scrollbarsize.o: ../include/fltk3/TreeItem.h
+unittest_scrollbarsize.o: ../include/fltk3/TreeItemArray.h
+unittest_scrollbarsize.o: ../include/fltk3/TreePrefs.h
+unittest_scrollbarsize.o: ../include/fltk3/ValueSlider.h
+unittest_text.o: unittests.h ../include/fltk3/run.h ../include/fltk3/utf8.h
+unittest_text.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+unittest_text.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+unittest_text.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+unittest_text.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+unittest_text.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+unittest_text.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+unittest_text.o: ../include/fltk3/HoldBrowser.h ../include/fltk3/Browser.h
+unittest_text.o: ../include/fltk3/Browser_.h ../include/fltk3/Scrollbar.h
+unittest_text.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+unittest_text.o: ../include/fltk3/Image.h ../include/fltk3/HelpView.h
+unittest_text.o: ../include/fltk3/run.h ../include/fltk3/draw.h
+unittest_text.o: ../include/fltk3/x.h ../include/fltk3/enumerations.h
+unittest_text.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+unittest_text.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+unittest_text.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+unittest_text.o: ../include/fltk3/Bitmap.h ../include/fltk3/Pixmap.h
+unittest_text.o: ../include/fltk3/RGBImage.h ../include/fltk3/SharedImage.h
+unittest_text.o: ../include/fltk3/filename.h ../include/fltk3/Group.h
+unittest_text.o: ../include/fltk3/Box.h ../include/fltk3/draw.h
+unittest_viewport.o: unittests.h ../include/fltk3/run.h
+unittest_viewport.o: ../include/fltk3/utf8.h ../include/fltk3/Export.h
+unittest_viewport.o: ../include/fltk3/types.h ../include/fltk3/Xutf8.h
+unittest_viewport.o: ../include/fltk3/enumerations.h
+unittest_viewport.o: ../include/fltk3/DoubleWindow.h
+unittest_viewport.o: ../include/fltk3/Window.h ../include/fltk3/Group.h
+unittest_viewport.o: ../include/fltk3/Widget.h ../include/fltk3/Rectangle.h
+unittest_viewport.o: ../include/fltk3/Object.h ../include/fltk3/Wrapper.h
+unittest_viewport.o: ../include/fltk3/Widget.h ../include/fltk3/HoldBrowser.h
+unittest_viewport.o: ../include/fltk3/Browser.h ../include/fltk3/Browser_.h
+unittest_viewport.o: ../include/fltk3/Scrollbar.h ../include/fltk3/Slider.h
+unittest_viewport.o: ../include/fltk3/Valuator.h ../include/fltk3/Image.h
+unittest_viewport.o: ../include/fltk3/HelpView.h ../include/fltk3/run.h
+unittest_viewport.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+unittest_viewport.o: ../include/fltk3/enumerations.h
+unittest_viewport.o: ../include/fltk3/Window.h ../include/fltk3/Device.h
+unittest_viewport.o: ../include/fltk3/Object.h ../include/fltk3/Plugin.h
+unittest_viewport.o: ../include/fltk3/Preferences.h ../include/fltk3/Image.h
+unittest_viewport.o: ../include/fltk3/Bitmap.h ../include/fltk3/Pixmap.h
+unittest_viewport.o: ../include/fltk3/RGBImage.h
+unittest_viewport.o: ../include/fltk3/SharedImage.h
+unittest_viewport.o: ../include/fltk3/filename.h ../include/fltk3/Group.h
+unittest_viewport.o: ../include/fltk3/Box.h ../include/fltk3/draw.h
+utf8.o: ../include/fltk3/run.h ../include/fltk3/utf8.h
+utf8.o: ../include/fltk3/Export.h ../include/fltk3/types.h
+utf8.o: ../include/fltk3/Xutf8.h ../include/fltk3/enumerations.h
+utf8.o: ../include/fltk3/DoubleWindow.h ../include/fltk3/Window.h
+utf8.o: ../include/fltk3/Group.h ../include/fltk3/Widget.h
+utf8.o: ../include/fltk3/Rectangle.h ../include/fltk3/Object.h
+utf8.o: ../include/fltk3/Wrapper.h ../include/fltk3/Widget.h
+utf8.o: ../include/fltk3/ScrollGroup.h ../include/fltk3/Scrollbar.h
+utf8.o: ../include/fltk3/Slider.h ../include/fltk3/Valuator.h
+utf8.o: ../include/fltk3/Choice.h ../include/fltk3/Menu_.h
+utf8.o: ../include/fltk3/MenuItem.h ../include/fltk3/Image.h
+utf8.o: ../include/fltk3/Input.h ../include/fltk3/Input_.h
+utf8.o: ../include/fltk3/Box.h ../include/fltk3/TiledGroup.h
+utf8.o: ../include/fltk3/HoldBrowser.h ../include/fltk3/Browser.h
+utf8.o: ../include/fltk3/Browser_.h ../include/fltk3/ValueOutput.h
+utf8.o: ../include/fltk3/Button.h ../include/fltk3/CheckButton.h
+utf8.o: ../include/fltk3/LightButton.h ../include/fltk3/Button.h
+utf8.o: ../include/fltk3/Output.h ../include/fltk3/Input.h
+utf8.o: ../include/fltk3/draw.h ../include/fltk3/x.h
+utf8.o: ../include/fltk3/enumerations.h ../include/fltk3/Window.h
+utf8.o: ../include/fltk3/Device.h ../include/fltk3/Object.h
+utf8.o: ../include/fltk3/Plugin.h ../include/fltk3/Preferences.h
+utf8.o: ../include/fltk3/Image.h ../include/fltk3/Bitmap.h
+utf8.o: ../include/fltk3/Pixmap.h ../include/fltk3/RGBImage.h
+utf8.o: ../include/fltk3/utf8.h

Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.