diff options
| author | Greg Ercolano <erco@seriss.com> | 2011-01-22 21:15:52 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2011-01-22 21:15:52 +0000 |
| commit | 5f1f1d7444bb93873cc8578468ac02a0fa4f5124 (patch) | |
| tree | 096fb22ef6b192b323b24ad5c4d8fa23c5f78887 /ide/VisualC6/fltkdll.dsp | |
| parent | d655684c77e2cf1b924abbac9c2b94f6b878448c (diff) | |
Brian, Greg, and Albrecht's solutions to build errors in VS6.
Possibly solves STR#2521.
There are still warnings about bool <-> int conversion
that are probably benign.
There are also warnings during dependency creation
about other platform files that also appear to be benign.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8298 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/VisualC6/fltkdll.dsp')
| -rw-r--r-- | ide/VisualC6/fltkdll.dsp | 3650 |
1 files changed, 3488 insertions, 162 deletions
diff --git a/ide/VisualC6/fltkdll.dsp b/ide/VisualC6/fltkdll.dsp index 7cd9a2401..2eceba059 100644 --- a/ide/VisualC6/fltkdll.dsp +++ b/ide/VisualC6/fltkdll.dsp @@ -33,17 +33,17 @@ RSC=rc.exe # PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release/$(ProjectName)"
-# PROP BASE Intermediate_Dir "Release/$(ProjectName)"
+# PROP BASE Output_Dir "Release/fltkdll"
+# PROP BASE Intermediate_Dir "Release/fltkdll"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release/$(ProjectName)"
-# PROP Intermediate_Dir "Release/$(ProjectName)"
+# PROP Output_Dir "Release/fltkdll"
+# PROP Intermediate_Dir "Release/fltkdll"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GX /Os /Ob2 /I "../../zlib" /I "../../png" /I "../../jpeg" /I "." /I "../.." /D "FL_DLL" /D "FL_LIBRARY" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /c
+# ADD CPP /nologo /MD /W3 /GX /Os /Ob2 /I "." /I "..\.." /I "..\..\zlib" /I "..\..\png" /I "..\..\jpeg" /D "FL_DLL" /D "FL_LIBRARY" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
# ADD BASE RSC /l 0x409 /d "NDEBUG"
@@ -54,19 +54,24 @@ BSC32=bscmake.exe LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:I386
# ADD LINK32 opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /version:1.0 /subsystem:windows /dll /pdb:"fltkdll.pdb" /machine:I386
-# SUBTRACT LINK32 /pdb:none
+# SUBTRACT LINK32 /pdb:none /nodefaultlib
+# Begin Special Build Tool
+SOURCE="$(InputPath)"
+PostBuild_Desc=Copy FLTKDLL to test directory
+PostBuild_Cmds=copy Release\fltkdll\fltkdll.dll ..\..\test
+# End Special Build Tool
!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug/$(ProjectName)"
-# PROP BASE Intermediate_Dir "Debug/$(ProjectName)"
+# PROP BASE Output_Dir "Debug/fltkdll"
+# PROP BASE Intermediate_Dir "Debug/fltkdll"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug/$(ProjectName)"
-# PROP Intermediate_Dir "Debug/$(ProjectName)"
+# PROP Output_Dir "Debug/fltkdll"
+# PROP Intermediate_Dir "Debug/fltkdll"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
@@ -80,8 +85,13 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /version:1.0 /subsystem:windows /dll /pdb:"fltkdlld.pdb" /debug /machine:I386 /out:"../../test/fltkdlld.dll" /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none /incremental:no
+# ADD LINK32 opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /version:1.0 /subsystem:windows /dll /pdb:"fltkdlld.pdb" /debug /machine:I386 /pdbtype:sept
+# SUBTRACT LINK32 /pdb:none /incremental:no /map
+# Begin Special Build Tool
+SOURCE="$(InputPath)"
+PostBuild_Desc=Copy FLTKDLL to test directory
+PostBuild_Cmds=copy Debug\fltkdll\fltkdll.dll ..\..\test
+# End Special Build Tool
!ENDIF
@@ -91,603 +101,3919 @@ LINK32=link.exe # Name "fltkdll - Win32 Debug"
# Begin Source File
-SOURCE=..\..\src\Fl.cxx
+SOURCE=..\..\src\xutf8\case.c
+DEP_CPP_CASE_=\
+ "..\..\src\xutf8\headers\case.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Adjuster.cxx
+SOURCE=..\..\src\cmap.cxx
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Bitmap.cxx
+SOURCE=..\..\src\filename_absolute.cxx
+DEP_CPP_FILEN=\
+ "..\..\fl\filename.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
+NODEP_CPP_FILEN=\
+ "..\..\..\..\usr\include\dirent.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Box.cxx
+SOURCE=..\..\src\filename_expand.cxx
+DEP_CPP_FILENA=\
+ "..\..\fl\filename.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
+NODEP_CPP_FILENA=\
+ "..\..\..\..\usr\include\dirent.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Browser.cxx
+SOURCE=..\..\src\filename_ext.cxx
+DEP_CPP_FILENAM=\
+ "..\..\fl\filename.h"\
+ "..\..\fl\fl_export.h"\
+
+NODEP_CPP_FILENAM=\
+ "..\..\..\..\usr\include\dirent.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Browser_.cxx
+SOURCE=..\..\src\filename_isdir.cxx
+DEP_CPP_FILENAME=\
+ "..\..\fl\filename.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
+NODEP_CPP_FILENAME=\
+ "..\..\..\..\usr\include\dirent.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Browser_load.cxx
+SOURCE=..\..\src\filename_list.cxx
+DEP_CPP_FILENAME_=\
+ "..\..\fl\filename.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
+NODEP_CPP_FILENAME_=\
+ "..\..\..\..\usr\include\dirent.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Button.cxx
+SOURCE=..\..\src\filename_match.cxx
+DEP_CPP_FILENAME_M=\
+ "..\..\fl\filename.h"\
+ "..\..\fl\fl_export.h"\
+
+NODEP_CPP_FILENAME_M=\
+ "..\..\..\..\usr\include\dirent.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Chart.cxx
+SOURCE=..\..\src\filename_setext.cxx
+DEP_CPP_FILENAME_S=\
+ "..\..\fl\filename.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
+NODEP_CPP_FILENAME_S=\
+ "..\..\..\..\usr\include\dirent.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Check_Browser.cxx
+SOURCE=..\..\src\Fl.cxx
+DEP_CPP_FL_CX=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\filename.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\fl\fl_button.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_paged_device.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_postscript.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_printer.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_tooltip.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\aimm.h"\
+ "..\..\src\fl_font.h"\
+ "..\..\src\fl_win32.cxx"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
+NODEP_CPP_FL_CX=\
+ "..\..\..\..\usr\include\dirent.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Check_Button.cxx
+SOURCE=..\..\src\Fl_abort.cxx
+DEP_CPP_FL_AB=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Choice.cxx
+SOURCE=..\..\src\Fl_add_idle.cxx
+DEP_CPP_FL_AD=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Clock.cxx
+SOURCE=..\..\src\Fl_Adjuster.cxx
+DEP_CPP_FL_ADJ=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_adjuster.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_valuator.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\fastarrow.h"\
+ "..\..\src\mediumarrow.h"\
+ "..\..\src\slowarrow.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Color_Chooser.cxx
+SOURCE=..\..\src\fl_arc.cxx
+DEP_CPP_FL_AR=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\FL\math.h"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
+NODEP_CPP_FL_AR=\
+ "..\..\..\..\usr\include\math.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Counter.cxx
+SOURCE=..\..\src\fl_arci.cxx
+DEP_CPP_FL_ARC=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\FL\math.h"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ ".\config.h"\
+
+NODEP_CPP_FL_ARC=\
+ "..\..\..\..\usr\include\math.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Device.cxx
+SOURCE=..\..\src\Fl_arg.cxx
+DEP_CPP_FL_ARG=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\filename.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_tooltip.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
+NODEP_CPP_FL_ARG=\
+ "..\..\..\..\usr\include\dirent.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Dial.cxx
+SOURCE=..\..\src\fl_ask.cxx
+DEP_CPP_FL_AS=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_ask.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\fl\fl_box.h"\
+ "..\..\fl\fl_button.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_input.h"\
+ "..\..\fl\fl_input_.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_return_button.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_secret_input.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Double_Window.cxx
+SOURCE=..\..\src\Fl_Bitmap.cxx
+DEP_CPP_FL_BI=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_menu_item.h"\
+ "..\..\fl\fl_paged_device.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_postscript.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_printer.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_File_Browser.cxx
+SOURCE=..\..\src\Fl_Box.cxx
+DEP_CPP_FL_BO=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl_box.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_widget.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_File_Chooser.cxx
+SOURCE=..\..\src\fl_boxtype.cxx
+DEP_CPP_FL_BOX=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_File_Chooser2.cxx
+SOURCE=..\..\src\Fl_Browser.cxx
+DEP_CPP_FL_BR=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\fl\fl_browser.h"\
+ "..\..\fl\fl_browser_.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_scrollbar.h"\
+ "..\..\fl\fl_slider.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_valuator.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_File_Icon.cxx
+SOURCE=..\..\src\Fl_Browser_.cxx
+DEP_CPP_FL_BRO=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\fl\fl_browser_.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_scrollbar.h"\
+ "..\..\fl\fl_slider.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_valuator.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_File_Input.cxx
+SOURCE=..\..\src\Fl_Browser_load.cxx
+DEP_CPP_FL_BROW=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_browser.h"\
+ "..\..\fl\fl_browser_.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_scrollbar.h"\
+ "..\..\fl\fl_slider.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_valuator.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Group.cxx
+SOURCE=..\..\src\Fl_Button.cxx
+DEP_CPP_FL_BU=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_button.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Help_View.cxx
+SOURCE=..\..\src\fl_call_main.c
+DEP_CPP_FL_CA=\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Image.cxx
+SOURCE=..\..\src\Fl_Chart.cxx
+DEP_CPP_FL_CH=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_chart.h"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\FL\math.h"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
+NODEP_CPP_FL_CH=\
+ "..\..\..\..\usr\include\math.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Input.cxx
+SOURCE=..\..\src\Fl_Check_Browser.cxx
+DEP_CPP_FL_CHE=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\fl\fl_browser_.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_check_browser.h"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_scrollbar.h"\
+ "..\..\fl\fl_slider.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_valuator.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Input_.cxx
+SOURCE=..\..\src\Fl_Check_Button.cxx
+DEP_CPP_FL_CHEC=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_button.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_check_button.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_light_button.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Light_Button.cxx
+SOURCE=..\..\src\Fl_Choice.cxx
+DEP_CPP_FL_CHO=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_choice.h"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_menu_.h"\
+ "..\..\fl\fl_menu_item.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Menu.cxx
+SOURCE=..\..\src\Fl_Clock.cxx
+DEP_CPP_FL_CL=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_clock.h"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Menu_.cxx
+SOURCE=..\..\src\fl_color.cxx
+DEP_CPP_FL_CO=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\fl_cmap.h"\
+ "..\..\src\fl_color_mac.cxx"\
+ "..\..\src\fl_color_win32.cxx"\
+ "..\..\src\Fl_XColor.H"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Menu_Bar.cxx
+SOURCE=..\..\src\Fl_Color_Chooser.cxx
+DEP_CPP_FL_COL=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\fl\fl_box.h"\
+ "..\..\fl\fl_button.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_choice.h"\
+ "..\..\fl\fl_color_chooser.h"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_input.h"\
+ "..\..\fl\fl_input_.h"\
+ "..\..\fl\fl_menu_.h"\
+ "..\..\fl\fl_menu_item.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_return_button.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_valuator.h"\
+ "..\..\fl\fl_value_input.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\FL\math.h"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
+NODEP_CPP_FL_COL=\
+ "..\..\..\..\usr\include\math.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Menu_Button.cxx
+SOURCE=..\..\src\Fl_compose.cxx
+DEP_CPP_FL_COM=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Menu_Window.cxx
+SOURCE=..\..\src\Fl_Counter.cxx
+DEP_CPP_FL_COU=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_counter.h"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_valuator.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Menu_add.cxx
+SOURCE=..\..\src\fl_cursor.cxx
+DEP_CPP_FL_CU=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Menu_global.cxx
+SOURCE=..\..\src\fl_curve.cxx
+DEP_CPP_FL_CUR=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Multi_Label.cxx
+SOURCE=..\..\src\Fl_Device.cxx
+DEP_CPP_FL_DE=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Native_File_Chooser.cxx
+SOURCE=..\..\src\Fl_Dial.cxx
+DEP_CPP_FL_DI=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_dial.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_valuator.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\FL\math.h"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
+NODEP_CPP_FL_DI=\
+ "..\..\..\..\usr\include\math.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Overlay_Window.cxx
+SOURCE=..\..\src\fl_diamond_box.cxx
+DEP_CPP_FL_DIA=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Pack.cxx
+SOURCE=..\..\src\Fl_display.cxx
+DEP_CPP_FL_DIS=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Pixmap.cxx
+SOURCE=..\..\src\fl_dnd.cxx
+DEP_CPP_FL_DN=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\fl_dnd_win32.cxx"\
+ "..\..\src\fl_dnd_x.cxx"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Positioner.cxx
+SOURCE=..\..\src\Fl_Double_Window.cxx
+DEP_CPP_FL_DO=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_double_window.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_paged_device.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_postscript.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_printer.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Printer.cxx
+SOURCE=..\..\src\fl_draw.cxx
+DEP_CPP_FL_DR=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Preferences.cxx
+SOURCE=..\..\src\fl_draw_image.cxx
+DEP_CPP_FL_DRA=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_paged_device.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_postscript.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_printer.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\fl_draw_image_mac.cxx"\
+ "..\..\src\fl_draw_image_win32.cxx"\
+ "..\..\src\Fl_XColor.H"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Progress.cxx
+SOURCE=..\..\src\fl_draw_pixmap.cxx
+DEP_CPP_FL_DRAW=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Repeat_Button.cxx
+SOURCE=..\..\src\fl_encoding_latin1.cxx
+DEP_CPP_FL_EN=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Return_Button.cxx
+SOURCE=..\..\src\fl_encoding_mac_roman.cxx
+DEP_CPP_FL_ENC=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Roller.cxx
+SOURCE=..\..\src\fl_engraved_label.cxx
+DEP_CPP_FL_ENG=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Round_Button.cxx
+SOURCE=..\..\src\Fl_File_Browser.cxx
+DEP_CPP_FL_FI=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\filename.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\fl\fl_browser.h"\
+ "..\..\fl\fl_browser_.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_file_browser.h"\
+ "..\..\fl\fl_file_icon.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_scrollbar.h"\
+ "..\..\fl\fl_slider.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_valuator.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
+NODEP_CPP_FL_FI=\
+ "..\..\..\..\usr\include\dirent.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Scroll.cxx
+SOURCE=..\..\src\Fl_File_Chooser.cxx
+DEP_CPP_FL_FIL=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\filename.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_ask.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\fl\fl_box.h"\
+ "..\..\fl\fl_browser.h"\
+ "..\..\fl\fl_browser_.h"\
+ "..\..\fl\fl_button.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_check_button.h"\
+ "..\..\fl\fl_choice.h"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_double_window.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_file_browser.h"\
+ "..\..\fl\fl_file_chooser.h"\
+ "..\..\fl\fl_file_icon.h"\
+ "..\..\fl\fl_file_input.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_input.h"\
+ "..\..\fl\fl_input_.h"\
+ "..\..\fl\fl_light_button.h"\
+ "..\..\fl\fl_menu_.h"\
+ "..\..\fl\fl_menu_button.h"\
+ "..\..\fl\fl_menu_item.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_return_button.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_scrollbar.h"\
+ "..\..\fl\fl_slider.h"\
+ "..\..\fl\fl_tile.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_valuator.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
+NODEP_CPP_FL_FIL=\
+ "..\..\..\..\usr\include\dirent.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Scrollbar.cxx
+SOURCE=..\..\src\Fl_File_Chooser2.cxx
+DEP_CPP_FL_FILE=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\filename.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_ask.h"\
+ "..\..\fl\fl_box.h"\
+ "..\..\fl\fl_browser.h"\
+ "..\..\fl\fl_browser_.h"\
+ "..\..\fl\fl_button.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_check_button.h"\
+ "..\..\fl\fl_choice.h"\
+ "..\..\fl\fl_double_window.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_file_browser.h"\
+ "..\..\fl\fl_file_chooser.h"\
+ "..\..\fl\fl_file_icon.h"\
+ "..\..\fl\fl_file_input.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_input.h"\
+ "..\..\fl\fl_input_.h"\
+ "..\..\fl\fl_light_button.h"\
+ "..\..\fl\fl_menu_.h"\
+ "..\..\fl\fl_menu_button.h"\
+ "..\..\fl\fl_menu_item.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_return_button.h"\
+ "..\..\fl\fl_scrollbar.h"\
+ "..\..\fl\fl_shared_image.h"\
+ "..\..\fl\fl_slider.h"\
+ "..\..\fl\fl_tile.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_valuator.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
+NODEP_CPP_FL_FILE=\
+ "..\..\..\..\usr\include\dirent.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Shared_Image.cxx
+SOURCE=..\..\src\fl_file_dir.cxx
+DEP_CPP_FL_FILE_=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\filename.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_ask.h"\
+ "..\..\fl\fl_box.h"\
+ "..\..\fl\fl_browser.h"\
+ "..\..\fl\fl_browser_.h"\
+ "..\..\fl\fl_button.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_check_button.h"\
+ "..\..\fl\fl_choice.h"\
+ "..\..\fl\fl_double_window.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_file_browser.h"\
+ "..\..\fl\fl_file_chooser.h"\
+ "..\..\fl\fl_file_icon.h"\
+ "..\..\fl\fl_file_input.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_input.h"\
+ "..\..\fl\fl_input_.h"\
+ "..\..\fl\fl_light_button.h"\
+ "..\..\fl\fl_menu_.h"\
+ "..\..\fl\fl_menu_button.h"\
+ "..\..\fl\fl_menu_item.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_return_button.h"\
+ "..\..\fl\fl_scrollbar.h"\
+ "..\..\fl\fl_slider.h"\
+ "..\..\fl\fl_tile.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_valuator.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
+NODEP_CPP_FL_FILE_=\
+ "..\..\..\..\usr\include\dirent.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Single_Window.cxx
+SOURCE=..\..\src\Fl_File_Icon.cxx
+DEP_CPP_FL_FILE_I=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\filename.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_file_icon.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
+NODEP_CPP_FL_FILE_I=\
+ "..\..\..\..\usr\include\dirent.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Slider.cxx
+SOURCE=..\..\src\Fl_File_Input.cxx
+DEP_CPP_FL_FILE_IN=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\filename.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_file_input.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_input.h"\
+ "..\..\fl\fl_input_.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
+NODEP_CPP_FL_FILE_IN=\
+ "..\..\..\..\usr\include\dirent.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Sys_Menu_Bar.cxx
+SOURCE=..\..\src\fl_font.cxx
+DEP_CPP_FL_FO=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_paged_device.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_postscript.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_printer.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\fl_font.h"\
+ "..\..\src\fl_font_mac.cxx"\
+ "..\..\src\fl_font_win32.cxx"\
+ "..\..\src\fl_font_x.cxx"\
+ "..\..\src\fl_font_xft.cxx"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Table.cxx
+SOURCE=..\..\src\Fl_get_key.cxx
+DEP_CPP_FL_GE=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\Fl_get_key_mac.cxx"\
+ "..\..\src\fl_get_key_win32.cxx"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Table_Row.cxx
+SOURCE=..\..\src\Fl_get_system_colors.cxx
+DEP_CPP_FL_GET=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_tiled_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\FL\math.h"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ "..\..\src\tile.xpm"\
+ ".\config.h"\
+
+NODEP_CPP_FL_GET=\
+ "..\..\..\..\usr\include\math.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Tabs.cxx
+SOURCE=..\..\src\Fl_grab.cxx
+DEP_CPP_FL_GR=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Text_Buffer.cxx
+SOURCE=..\..\src\Fl_Group.cxx
+DEP_CPP_FL_GRO=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Text_Display.cxx
+SOURCE=..\..\src\fl_gtk.cxx
+DEP_CPP_FL_GT=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Text_Editor.cxx
+SOURCE=..\..\src\Fl_Help_View.cxx
+DEP_CPP_FL_HE=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\filename.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_help_view.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_scrollbar.h"\
+ "..\..\fl\fl_shared_image.h"\
+ "..\..\fl\fl_slider.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_valuator.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
+NODEP_CPP_FL_HE=\
+ "..\..\..\..\usr\include\dirent.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Tile.cxx
+SOURCE=..\..\src\Fl_Image.cxx
+DEP_CPP_FL_IM=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_menu_item.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Tiled_Image.cxx
+SOURCE=..\..\src\Fl_Input.cxx
+DEP_CPP_FL_IN=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_ask.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_input.h"\
+ "..\..\fl\fl_input_.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Tooltip.cxx
+SOURCE=..\..\src\Fl_Input_.cxx
+DEP_CPP_FL_INP=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_ask.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_input_.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Tree.cxx
+SOURCE=..\..\src\fl_labeltype.cxx
+DEP_CPP_FL_LA=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_input_.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Tree_Item.cxx
+SOURCE=..\..\src\Fl_Light_Button.cxx
+DEP_CPP_FL_LI=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\fl\fl_button.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_light_button.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Tree_Item_Array.cxx
+SOURCE=..\..\src\fl_line_style.cxx
+DEP_CPP_FL_LIN=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_paged_device.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_postscript.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_printer.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Tree_Prefs.cxx
+SOURCE=..\..\src\Fl_lock.cxx
+DEP_CPP_FL_LO=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Valuator.cxx
+SOURCE=..\..\src\Fl_Menu.cxx
+DEP_CPP_FL_ME=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_menu_.h"\
+ "..\..\fl\fl_menu_item.h"\
+ "..\..\fl\fl_menu_window.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_single_window.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Value_Input.cxx
+SOURCE=..\..\src\Fl_Menu_.cxx
+DEP_CPP_FL_MEN=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_menu_.h"\
+ "..\..\fl\fl_menu_item.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Value_Output.cxx
+SOURCE=..\..\src\Fl_Menu_add.cxx
+DEP_CPP_FL_MENU=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_menu_.h"\
+ "..\..\fl\fl_menu_item.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Value_Slider.cxx
+SOURCE=..\..\src\Fl_Menu_Bar.cxx
+DEP_CPP_FL_MENU_=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_menu_.h"\
+ "..\..\fl\fl_menu_bar.h"\
+ "..\..\fl\fl_menu_item.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Widget.cxx
+SOURCE=..\..\src\Fl_Menu_Button.cxx
+DEP_CPP_FL_MENU_B=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_menu_.h"\
+ "..\..\fl\fl_menu_button.h"\
+ "..\..\fl\fl_menu_item.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Window.cxx
+SOURCE=..\..\src\Fl_Menu_global.cxx
+DEP_CPP_FL_MENU_G=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_menu_.h"\
+ "..\..\fl\fl_menu_item.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Window_fullscreen.cxx
+SOURCE=..\..\src\Fl_Menu_Window.cxx
+DEP_CPP_FL_MENU_W=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_menu_window.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_single_window.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Window_hotspot.cxx
+SOURCE=..\..\src\Fl_Multi_Label.cxx
+DEP_CPP_FL_MU=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_menu_item.h"\
+ "..\..\fl\fl_multi_label.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Window_iconize.cxx
+SOURCE=..\..\src\Fl_Native_File_Chooser.cxx
+DEP_CPP_FL_NA=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\filename.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_ask.h"\
+ "..\..\fl\fl_box.h"\
+ "..\..\fl\fl_browser.h"\
+ "..\..\fl\fl_browser_.h"\
+ "..\..\fl\fl_button.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_check_button.h"\
+ "..\..\fl\fl_choice.h"\
+ "..\..\fl\fl_double_window.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_file_browser.h"\
+ "..\..\fl\fl_file_chooser.h"\
+ "..\..\fl\fl_file_icon.h"\
+ "..\..\fl\fl_file_input.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_input.h"\
+ "..\..\fl\fl_input_.h"\
+ "..\..\fl\fl_light_button.h"\
+ "..\..\fl\fl_menu_.h"\
+ "..\..\fl\fl_menu_button.h"\
+ "..\..\fl\fl_menu_item.h"\
+ "..\..\fl\fl_native_file_chooser.h"\
+ "..\..\FL\Fl_Native_File_Chooser_FLTK.H"\
+ "..\..\FL\Fl_Native_File_Chooser_MAC.H"\
+ "..\..\fl\fl_native_file_chooser_win32.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_return_button.h"\
+ "..\..\fl\fl_scrollbar.h"\
+ "..\..\fl\fl_slider.h"\
+ "..\..\fl\fl_tile.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_valuator.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\fl_native_file_chooser_common.cxx"\
+ "..\..\src\Fl_Native_File_Chooser_FLTK.cxx"\
+ "..\..\src\fl_native_file_chooser_win32.cxx"\
+
+NODEP_CPP_FL_NA=\
+ "..\..\..\..\usr\include\dirent.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Wizard.cxx
+SOURCE=..\..\src\fl_open_uri.cxx
+DEP_CPP_FL_OP=\
+ "..\..\fl\filename.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
+NODEP_CPP_FL_OP=\
+ "..\..\..\..\usr\include\dirent.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_XBM_Image.cxx
+SOURCE=..\..\src\fl_oval_box.cxx
+DEP_CPP_FL_OV=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_XPM_Image.cxx
+SOURCE=..\..\src\fl_overlay.cxx
+DEP_CPP_FL_OVE=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_abort.cxx
+SOURCE=..\..\src\fl_overlay_visual.cxx
+DEP_CPP_FL_OVER=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_add_idle.cxx
+SOURCE=..\..\src\Fl_Overlay_Window.cxx
+DEP_CPP_FL_OVERL=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_double_window.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_overlay_window.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_arg.cxx
+SOURCE=..\..\src\Fl_own_colormap.cxx
+DEP_CPP_FL_OW=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_compose.cxx
+SOURCE=..\..\src\Fl_Pack.cxx
+DEP_CPP_FL_PA=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pack.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_display.cxx
+SOURCE=..\..\src\Fl_Paged_Device.cxx
+DEP_CPP_FL_PAG=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_paged_device.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_get_key.cxx
+SOURCE=..\..\src\Fl_Pixmap.cxx
+DEP_CPP_FL_PI=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_menu_item.h"\
+ "..\..\fl\fl_paged_device.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_postscript.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_printer.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_get_system_colors.cxx
+SOURCE=..\..\src\fl_plastic.cxx
+DEP_CPP_FL_PL=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_grab.cxx
+SOURCE=..\..\src\Fl_Positioner.cxx
+DEP_CPP_FL_PO=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_positioner.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_lock.cxx
+SOURCE=..\..\src\Fl_Preferences.cxx
+DEP_CPP_FL_PR=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\filename.h"\
+ "..\..\fl\fl.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
+NODEP_CPP_FL_PR=\
+ "..\..\..\..\usr\include\dirent.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_own_colormap.cxx
+SOURCE=..\..\src\Fl_Printer.cxx
+DEP_CPP_FL_PRI=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\filename.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_ask.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\fl\fl_box.h"\
+ "..\..\fl\fl_browser.h"\
+ "..\..\fl\fl_browser_.h"\
+ "..\..\fl\fl_button.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_check_button.h"\
+ "..\..\fl\fl_choice.h"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_double_window.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_file_browser.h"\
+ "..\..\fl\fl_file_chooser.h"\
+ "..\..\fl\fl_file_icon.h"\
+ "..\..\fl\fl_file_input.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_input.h"\
+ "..\..\fl\fl_input_.h"\
+ "..\..\FL\Fl_Int_Input.H"\
+ "..\..\fl\fl_light_button.h"\
+ "..\..\fl\fl_menu_.h"\
+ "..\..\fl\fl_menu_button.h"\
+ "..\..\fl\fl_menu_item.h"\
+ "..\..\fl\fl_native_file_chooser.h"\
+ "..\..\FL\Fl_Native_File_Chooser_FLTK.H"\
+ "..\..\FL\Fl_Native_File_Chooser_MAC.H"\
+ "..\..\fl\fl_native_file_chooser_win32.h"\
+ "..\..\fl\fl_paged_device.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_postscript.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_printer.h"\
+ "..\..\fl\fl_progress.h"\
+ "..\..\fl\fl_repeat_button.h"\
+ "..\..\fl\fl_return_button.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_round_button.h"\
+ "..\..\fl\fl_scrollbar.h"\
+ "..\..\fl\fl_slider.h"\
+ "..\..\FL\Fl_Spinner.H"\
+ "..\..\fl\fl_tile.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_valuator.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\FL\math.h"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\fl_gdi_printer.cxx"\
+ "..\..\src\fl_postscript.cxx"\
+ "..\..\src\flstring.h"\
+ "..\..\src\print_panel.cxx"\
+ "..\..\src\print_panel.h"\
+ ".\config.h"\
+
+NODEP_CPP_FL_PRI=\
+ "..\..\..\..\usr\include\dirent.h"\
+ "..\..\..\..\usr\include\math.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_visual.cxx
+SOURCE=..\..\src\Fl_Progress.cxx
+DEP_CPP_FL_PRO=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_progress.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_x.cxx
+SOURCE=..\..\src\fl_read_image.cxx
+DEP_CPP_FL_RE=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\fl_read_image_mac.cxx"\
+ "..\..\src\fl_read_image_win32.cxx"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\cmap.cxx
+SOURCE=..\..\src\fl_rect.cxx
+DEP_CPP_FL_REC=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_paged_device.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_postscript.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_printer.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\filename_absolute.cxx
+SOURCE=..\..\src\Fl_Repeat_Button.cxx
+DEP_CPP_FL_REP=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_button.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_repeat_button.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\filename_expand.cxx
+SOURCE=..\..\src\Fl_Return_Button.cxx
+DEP_CPP_FL_RET=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\fl\fl_button.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_return_button.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\filename_ext.cxx
+SOURCE=..\..\src\Fl_Roller.cxx
+DEP_CPP_FL_RO=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_roller.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_valuator.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\filename_isdir.cxx
+SOURCE=..\..\src\fl_round_box.cxx
+DEP_CPP_FL_ROU=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\filename_list.cxx
+SOURCE=..\..\src\Fl_Round_Button.cxx
+DEP_CPP_FL_ROUN=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_button.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_light_button.h"\
+ "..\..\fl\fl_round_button.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\filename_match.cxx
+SOURCE=..\..\src\fl_rounded_box.cxx
+DEP_CPP_FL_ROUND=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\filename_setext.cxx
+SOURCE=..\..\src\Fl_Scroll.cxx
+DEP_CPP_FL_SC=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_scroll.h"\
+ "..\..\fl\fl_scrollbar.h"\
+ "..\..\fl\fl_slider.h"\
+ "..\..\fl\fl_tiled_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_valuator.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_arc.cxx
+SOURCE=..\..\src\fl_scroll_area.cxx
+DEP_CPP_FL_SCR=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_arci.cxx
+SOURCE=..\..\src\Fl_Scrollbar.cxx
+DEP_CPP_FL_SCRO=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_scrollbar.h"\
+ "..\..\fl\fl_slider.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_valuator.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_ask.cxx
+SOURCE=..\..\src\fl_set_font.cxx
+DEP_CPP_FL_SE=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\fl_font.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_boxtype.cxx
+SOURCE=..\..\src\fl_set_fonts.cxx
+DEP_CPP_FL_SET=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\fl_font.h"\
+ "..\..\src\fl_set_fonts_mac.cxx"\
+ "..\..\src\fl_set_fonts_win32.cxx"\
+ "..\..\src\fl_set_fonts_x.cxx"\
+ "..\..\src\fl_set_fonts_xft.cxx"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_call_main.c
+SOURCE=..\..\src\fl_shadow_box.cxx
+DEP_CPP_FL_SH=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_color.cxx
+SOURCE=..\..\src\Fl_Shared_Image.cxx
+DEP_CPP_FL_SHA=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_shared_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_xbm_image.h"\
+ "..\..\fl\fl_xpm_image.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_cursor.cxx
+SOURCE=..\..\src\fl_shortcut.cxx
+DEP_CPP_FL_SHO=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\fl\fl_button.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_curve.cxx
+SOURCE=..\..\src\fl_show_colormap.cxx
+DEP_CPP_FL_SHOW=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_show_colormap.h"\
+ "..\..\fl\fl_single_window.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_diamond_box.cxx
+SOURCE=..\..\src\Fl_Single_Window.cxx
+DEP_CPP_FL_SI=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_single_window.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_dnd.cxx
+SOURCE=..\..\src\Fl_Slider.cxx
+DEP_CPP_FL_SL=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_slider.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_valuator.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_draw.cxx
+SOURCE=..\..\src\fl_symbols.cxx
+DEP_CPP_FL_SY=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\FL\math.h"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
+NODEP_CPP_FL_SY=\
+ "..\..\..\..\usr\include\math.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_draw_image.cxx
+SOURCE=..\..\src\Fl_Sys_Menu_Bar.cxx
+DEP_CPP_FL_SYS=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_menu_.h"\
+ "..\..\fl\fl_menu_bar.h"\
+ "..\..\fl\fl_menu_item.h"\
+ "..\..\fl\fl_sys_menu_bar.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_draw_pixmap.cxx
+SOURCE=..\..\src\Fl_Table.cxx
+DEP_CPP_FL_TA=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\fl\fl_box.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_scroll.h"\
+ "..\..\fl\fl_scrollbar.h"\
+ "..\..\fl\fl_slider.h"\
+ "..\..\fl\fl_table.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_valuator.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
+NODEP_CPP_FL_TA=\
+ "..\..\src\eventnames.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_encoding_latin1.cxx
+SOURCE=..\..\src\Fl_Table_Row.cxx
+DEP_CPP_FL_TAB=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\fl\fl_box.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_scroll.h"\
+ "..\..\fl\fl_scrollbar.h"\
+ "..\..\fl\fl_slider.h"\
+ "..\..\fl\fl_table.h"\
+ "..\..\fl\fl_table_row.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_valuator.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_encoding_mac_roman.cxx
+SOURCE=..\..\src\Fl_Tabs.cxx
+DEP_CPP_FL_TABS=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_tabs.h"\
+ "..\..\fl\fl_tooltip.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_engraved_label.cxx
+SOURCE=..\..\src\Fl_Text_Buffer.cxx
+DEP_CPP_FL_TE=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_ask.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_text_buffer.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_file_dir.cxx
+SOURCE=..\..\src\Fl_Text_Display.cxx
+DEP_CPP_FL_TEX=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_scrollbar.h"\
+ "..\..\fl\fl_slider.h"\
+ "..\..\fl\fl_text_buffer.h"\
+ "..\..\fl\fl_text_display.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_valuator.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_font.cxx
+SOURCE=..\..\src\Fl_Text_Editor.cxx
+DEP_CPP_FL_TEXT=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_ask.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_scrollbar.h"\
+ "..\..\fl\fl_slider.h"\
+ "..\..\fl\fl_text_buffer.h"\
+ "..\..\fl\fl_text_display.h"\
+ "..\..\fl\fl_text_editor.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_valuator.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_gtk.cxx
+SOURCE=..\..\src\Fl_Tile.cxx
+DEP_CPP_FL_TI=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_tile.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_labeltype.cxx
+SOURCE=..\..\src\Fl_Tiled_Image.cxx
+DEP_CPP_FL_TIL=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_tiled_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_line_style.cxx
+SOURCE=..\..\src\Fl_Tooltip.cxx
+DEP_CPP_FL_TO=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_menu_window.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_single_window.h"\
+ "..\..\fl\fl_tooltip.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_open_uri.cxx
+SOURCE=..\..\src\Fl_Tree.cxx
+DEP_CPP_FL_TR=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_scrollbar.h"\
+ "..\..\fl\fl_slider.h"\
+ "..\..\fl\fl_tree.h"\
+ "..\..\fl\fl_tree_item.h"\
+ "..\..\fl\fl_tree_item_array.h"\
+ "..\..\fl\fl_tree_prefs.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_valuator.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_oval_box.cxx
+SOURCE=..\..\src\Fl_Tree_Item.cxx
+DEP_CPP_FL_TRE=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_tree_item.h"\
+ "..\..\fl\fl_tree_item_array.h"\
+ "..\..\fl\fl_tree_prefs.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_overlay.cxx
+SOURCE=..\..\src\Fl_Tree_Item_Array.cxx
+DEP_CPP_FL_TREE=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_tree_item.h"\
+ "..\..\fl\fl_tree_item_array.h"\
+ "..\..\fl\fl_tree_prefs.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_overlay_visual.cxx
+SOURCE=..\..\src\Fl_Tree_Prefs.cxx
+DEP_CPP_FL_TREE_=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_tree_prefs.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_plastic.cxx
+SOURCE=..\..\src\fl_utf.c
+DEP_CPP_FL_UT=\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\xutf8\mk_wcwidth.c"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_read_image.cxx
+SOURCE=..\..\src\fl_utf8.cxx
+DEP_CPP_FL_UTF=\
+ "..\..\fl\filename.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\Xutf8.h"\
+ ".\config.h"\
+
+NODEP_CPP_FL_UTF=\
+ "..\..\..\..\usr\include\dirent.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_rect.cxx
+SOURCE=..\..\src\Fl_Valuator.cxx
+DEP_CPP_FL_VA=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_valuator.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\FL\math.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
+NODEP_CPP_FL_VA=\
+ "..\..\..\..\usr\include\math.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_round_box.cxx
+SOURCE=..\..\src\Fl_Value_Input.cxx
+DEP_CPP_FL_VAL=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_input.h"\
+ "..\..\fl\fl_input_.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_valuator.h"\
+ "..\..\fl\fl_value_input.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\FL\math.h"\
+ "..\..\fl\Xutf8.h"\
+
+NODEP_CPP_FL_VAL=\
+ "..\..\..\..\usr\include\math.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_rounded_box.cxx
+SOURCE=..\..\src\Fl_Value_Output.cxx
+DEP_CPP_FL_VALU=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_valuator.h"\
+ "..\..\fl\fl_value_output.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_scroll_area.cxx
+SOURCE=..\..\src\Fl_Value_Slider.cxx
+DEP_CPP_FL_VALUE=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_slider.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_valuator.h"\
+ "..\..\fl\fl_value_slider.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_set_font.cxx
+SOURCE=..\..\src\fl_vertex.cxx
+DEP_CPP_FL_VE=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\FL\math.h"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ ".\config.h"\
+
+NODEP_CPP_FL_VE=\
+ "..\..\..\..\usr\include\math.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_set_fonts.cxx
+SOURCE=..\..\src\Fl_visual.cxx
+DEP_CPP_FL_VI=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_shadow_box.cxx
+SOURCE=..\..\src\Fl_Widget.cxx
+DEP_CPP_FL_WI=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_tooltip.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_shortcut.cxx
+SOURCE=..\..\src\Fl_Window.cxx
+DEP_CPP_FL_WIN=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_show_colormap.cxx
+SOURCE=..\..\src\Fl_Window_fullscreen.cxx
+DEP_CPP_FL_WIND=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_symbols.cxx
+SOURCE=..\..\src\Fl_Window_hotspot.cxx
+DEP_CPP_FL_WINDO=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_utf.c
+SOURCE=..\..\src\Fl_Window_iconize.cxx
+DEP_CPP_FL_WINDOW=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_utf8.cxx
+SOURCE=..\..\src\Fl_Wizard.cxx
+DEP_CPP_FL_WIZ=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\fl_wizard.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\fl_vertex.cxx
+SOURCE=..\..\src\Fl_x.cxx
+DEP_CPP_FL_X_=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\fl\fl_button.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_paged_device.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_postscript.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_printer.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_tooltip.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\flstring.c
+SOURCE=..\..\src\Fl_XBM_Image.cxx
+DEP_CPP_FL_XB=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_xbm_image.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\numericsort.c
+SOURCE=..\..\src\Fl_XPM_Image.cxx
+DEP_CPP_FL_XP=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_xpm_image.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\ps_image.cxx
+SOURCE=..\..\src\flstring.c
+DEP_CPP_FLSTR=\
+ "..\..\fl\fl_export.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\scandir.c
+SOURCE=..\..\src\xutf8\is_right2left.c
# End Source File
# Begin Source File
-SOURCE=..\..\src\screen_xywh.cxx
+SOURCE=..\..\src\xutf8\is_spacing.c
+DEP_CPP_IS_SP=\
+ "..\..\src\xutf8\headers\spacing.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\vsnprintf.c
+SOURCE=..\..\src\numericsort.c
+DEP_CPP_NUMER=\
+ "..\..\fl\filename.h"\
+ "..\..\fl\fl_export.h"\
+ ".\config.h"\
+
+NODEP_CPP_NUMER=\
+ "..\..\..\..\usr\include\dirent.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\xutf8\case.c
+SOURCE=..\..\src\ps_image.cxx
+DEP_CPP_PS_IM=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\fl\fl_bitmap.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_device.h"\
+ "..\..\fl\fl_draw.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_image.h"\
+ "..\..\fl\fl_paged_device.h"\
+ "..\..\fl\fl_pixmap.h"\
+ "..\..\fl\fl_plugin.h"\
+ "..\..\fl\fl_postscript.h"\
+ "..\..\fl\fl_preferences.h"\
+ "..\..\fl\fl_rgb_image.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\xutf8\is_right2left.c
+SOURCE=..\..\src\scandir.c
+DEP_CPP_SCAND=\
+ "..\..\fl\filename.h"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\Xutf8.h"\
+ "..\..\src\flstring.h"\
+ "..\..\src\scandir_win32.c"\
+ ".\config.h"\
+
+NODEP_CPP_SCAND=\
+ "..\..\..\..\usr\include\dirent.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\xutf8\is_spacing.c
+SOURCE=..\..\src\screen_xywh.cxx
+DEP_CPP_SCREE=\
+ "..\..\fl\enumerations.h"\
+ "..\..\fl\fl.h"\
+ "..\..\FL\Fl_Cairo.H"\
+ "..\..\fl\fl_export.h"\
+ "..\..\fl\fl_group.h"\
+ "..\..\fl\fl_types.h"\
+ "..\..\fl\fl_utf8.h"\
+ "..\..\fl\fl_widget.h"\
+ "..\..\fl\fl_window.h"\
+ "..\..\fl\mac.H"\
+ "..\..\fl\win32.h"\
+ "..\..\fl\x.h"\
+ "..\..\fl\Xutf8.h"\
+ ".\config.h"\
+
# End Source File
# Begin Source File
-SOURCE=..\..\src\Fl_Paged_Device.cxx
+SOURCE=..\..\src\vsnprintf.c
+DEP_CPP_VSNPR=\
+ "..\..\fl\fl_export.h"\
+ "..\..\src\flstring.h"\
+ ".\config.h"\
+
# End Source File
# End Target
# End Project
|
