1999-01-04 22:25:40 +03:00
|
|
|
# Microsoft Developer Studio Project File - Name="fltkdll" - Package Owner=<4>
|
2000-05-18 01:16:42 +04:00
|
|
|
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
1999-01-04 22:25:40 +03:00
|
|
|
# ** DO NOT EDIT **
|
|
|
|
|
|
|
|
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
|
|
|
|
|
|
|
|
CFG=fltkdll - Win32 Debug
|
|
|
|
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
|
|
|
!MESSAGE use the Export Makefile command and run
|
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE NMAKE /f "fltkdll.mak".
|
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE You can specify a configuration when running NMAKE
|
|
|
|
!MESSAGE by defining the macro CFG on the command line. For example:
|
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE NMAKE /f "fltkdll.mak" CFG="fltkdll - Win32 Debug"
|
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE Possible choices for configuration are:
|
|
|
|
!MESSAGE
|
2000-05-18 01:16:42 +04:00
|
|
|
!MESSAGE "fltkdll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
|
1999-01-04 22:25:40 +03:00
|
|
|
!MESSAGE "fltkdll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
|
|
|
|
!MESSAGE
|
|
|
|
|
|
|
|
# Begin Project
|
2000-05-18 01:16:42 +04:00
|
|
|
# PROP AllowPerConfigDependencies 0
|
1999-01-04 22:25:40 +03:00
|
|
|
# PROP Scc_ProjName ""
|
|
|
|
# PROP Scc_LocalPath ""
|
|
|
|
CPP=cl.exe
|
|
|
|
MTL=midl.exe
|
|
|
|
RSC=rc.exe
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "fltkdll - Win32 Release"
|
|
|
|
|
|
|
|
# PROP BASE Use_MFC 0
|
|
|
|
# PROP BASE Use_Debug_Libraries 0
|
1999-02-17 01:00:04 +03:00
|
|
|
# PROP BASE Output_Dir "fltkdll0"
|
|
|
|
# PROP BASE Intermediate_Dir "fltkdll0"
|
1999-01-04 22:25:40 +03:00
|
|
|
# PROP BASE Target_Dir ""
|
|
|
|
# PROP Use_MFC 0
|
|
|
|
# PROP Use_Debug_Libraries 0
|
2001-08-03 19:48:20 +04:00
|
|
|
# PROP Output_Dir "../test"
|
1999-02-17 01:00:04 +03:00
|
|
|
# PROP Intermediate_Dir "fltkdll"
|
1999-01-04 22:25:40 +03:00
|
|
|
# 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
|
2004-10-19 22:21:55 +04:00
|
|
|
# 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
|
1999-04-23 23:42:44 +04:00
|
|
|
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
|
|
|
|
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
|
1999-01-04 22:25:40 +03:00
|
|
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
|
|
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
|
|
|
BSC32=bscmake.exe
|
|
|
|
# ADD BASE BSC32 /nologo
|
|
|
|
# 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 /machine:I386
|
2004-12-03 05:48:22 +03:00
|
|
|
# ADD LINK32 opengl32.lib wsock32.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 /out:"fltkdll.dll"
|
1999-02-17 01:00:04 +03:00
|
|
|
# SUBTRACT LINK32 /pdb:none
|
1999-01-04 22:25:40 +03:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP BASE Use_MFC 0
|
|
|
|
# PROP BASE Use_Debug_Libraries 1
|
1999-02-17 01:00:04 +03:00
|
|
|
# PROP BASE Output_Dir "fltkdll1"
|
|
|
|
# PROP BASE Intermediate_Dir "fltkdll1"
|
1999-01-04 22:25:40 +03:00
|
|
|
# PROP BASE Target_Dir ""
|
|
|
|
# PROP Use_MFC 0
|
|
|
|
# PROP Use_Debug_Libraries 1
|
2001-08-03 19:48:20 +04:00
|
|
|
# PROP Output_Dir "../test"
|
1999-02-17 01:00:04 +03:00
|
|
|
# PROP Intermediate_Dir "fltkdlld"
|
1999-01-04 22:25:40 +03:00
|
|
|
# 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
|
2004-10-19 22:21:55 +04:00
|
|
|
# ADD CPP /nologo /MDd /GX /ZI /Od /I "." /I ".." /I "..\zlib" /I "..\png" /I "..\jpeg" /D "FL_DLL" /D "FL_LIBRARY" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /c
|
1999-04-23 23:42:44 +04:00
|
|
|
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
|
|
|
|
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
|
1999-01-04 22:25:40 +03:00
|
|
|
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
|
|
|
# ADD RSC /l 0x409 /d "_DEBUG"
|
|
|
|
BSC32=bscmake.exe
|
|
|
|
# ADD BASE BSC32 /nologo
|
|
|
|
# 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
|
2004-12-03 05:48:22 +03:00
|
|
|
# ADD LINK32 opengl32.lib wsock32.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:"fltkdlld.dll" /pdbtype:sept
|
1999-02-19 16:49:02 +03:00
|
|
|
# SUBTRACT LINK32 /pdb:none /incremental:no
|
1999-01-04 22:25:40 +03:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# Begin Target
|
|
|
|
|
|
|
|
# Name "fltkdll - Win32 Release"
|
|
|
|
# Name "fltkdll - Win32 Debug"
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\filename_absolute.cxx
|
1999-02-18 17:26:52 +03:00
|
|
|
DEP_CPP_FILEN=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\filename.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
2001-11-29 03:24:43 +03:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
2004-04-11 01:35:45 +04:00
|
|
|
|
|
|
|
NODEP_CPP_FILEN=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\..\..\..\..\usr\include\dirent.h"\
|
1999-02-18 17:26:52 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\filename_expand.cxx
|
1999-02-18 17:26:52 +03:00
|
|
|
DEP_CPP_FILENA=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\filename.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
2004-04-11 01:35:45 +04:00
|
|
|
|
|
|
|
NODEP_CPP_FILENA=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\..\..\..\..\usr\include\dirent.h"\
|
1999-02-18 17:26:52 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\filename_ext.cxx
|
1999-02-18 17:26:52 +03:00
|
|
|
DEP_CPP_FILENAM=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\filename.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
2004-04-11 01:35:45 +04:00
|
|
|
|
|
|
|
NODEP_CPP_FILENAM=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\..\..\..\..\usr\include\dirent.h"\
|
1999-02-18 17:26:52 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\filename_isdir.cxx
|
1999-02-18 17:26:52 +03:00
|
|
|
DEP_CPP_FILENAME=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\filename.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
2002-01-09 18:23:11 +03:00
|
|
|
"..\src\flstring.h"\
|
1999-02-18 17:26:52 +03:00
|
|
|
".\config.h"\
|
2004-04-11 01:35:45 +04:00
|
|
|
|
|
|
|
NODEP_CPP_FILENAME=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\..\..\..\..\usr\include\dirent.h"\
|
1999-02-18 17:26:52 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\filename_list.cxx
|
1999-02-18 17:26:52 +03:00
|
|
|
DEP_CPP_FILENAME_=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\filename.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
2002-08-14 21:05:38 +04:00
|
|
|
"..\src\flstring.h"\
|
1999-02-18 17:26:52 +03:00
|
|
|
".\config.h"\
|
2004-04-11 01:35:45 +04:00
|
|
|
|
|
|
|
NODEP_CPP_FILENAME_=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\..\..\..\..\usr\include\dirent.h"\
|
1999-02-18 17:26:52 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\filename_match.cxx
|
1999-02-18 17:26:52 +03:00
|
|
|
DEP_CPP_FILENAME_M=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\filename.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
2004-04-11 01:35:45 +04:00
|
|
|
|
|
|
|
NODEP_CPP_FILENAME_M=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\..\..\..\..\usr\include\dirent.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-02-18 17:26:52 +03:00
|
|
|
SOURCE=..\src\filename_setext.cxx
|
|
|
|
DEP_CPP_FILENAME_S=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\filename.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
2004-04-11 01:35:45 +04:00
|
|
|
|
|
|
|
NODEP_CPP_FILENAME_S=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\..\..\..\..\usr\include\dirent.h"\
|
1999-02-18 17:26:52 +03:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_CX=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\filename.h"\
|
|
|
|
"..\fl\fl.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_Sys_Menu_Bar.H"\
|
2001-08-03 06:28:32 +04:00
|
|
|
"..\fl\fl_tooltip.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\x.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\src\fl_font.h"\
|
|
|
|
"..\src\Fl_mac.cxx"\
|
|
|
|
"..\src\fl_win32.cxx"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
|
|
|
|
NODEP_CPP_FL_CX=\
|
|
|
|
"..\..\..\..\..\usr\include\dirent.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_abort.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_AB=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
2001-11-29 03:24:43 +03:00
|
|
|
"..\src\flstring.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
".\config.h"\
|
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-04-23 23:42:44 +04:00
|
|
|
SOURCE=..\src\Fl_add_idle.cxx
|
2001-08-03 06:28:32 +04:00
|
|
|
DEP_CPP_FL_AD=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
2001-08-03 06:28:32 +04:00
|
|
|
|
1999-04-23 23:42:44 +04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
SOURCE=..\src\Fl_Adjuster.cxx
|
2001-08-03 06:28:32 +04:00
|
|
|
DEP_CPP_FL_ADJ=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\fl_adjuster.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_bitmap.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_image.h"\
|
|
|
|
"..\fl\fl_valuator.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\src\fastarrow.h"\
|
|
|
|
"..\src\mediumarrow.h"\
|
|
|
|
"..\src\slowarrow.h"\
|
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\fl_arc.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_AR=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\FL\math.h"\
|
2004-04-11 01:35:45 +04:00
|
|
|
|
|
|
|
NODEP_CPP_FL_AR=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\..\..\..\..\usr\include\math.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\fl_arci.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_ARC=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\FL\math.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\win32.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\x.h"\
|
2004-10-19 22:21:55 +04:00
|
|
|
".\config.h"\
|
2004-04-11 01:35:45 +04:00
|
|
|
|
|
|
|
NODEP_CPP_FL_ARC=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\..\..\..\..\usr\include\math.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_arg.cxx
|
1999-02-18 17:26:52 +03:00
|
|
|
DEP_CPP_FL_ARG=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\filename.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\fl\fl_tooltip.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
1999-02-18 17:26:52 +03:00
|
|
|
"..\fl\x.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
2004-04-11 01:35:45 +04:00
|
|
|
|
|
|
|
NODEP_CPP_FL_ARG=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\..\..\..\..\usr\include\dirent.h"\
|
1999-02-18 17:26:52 +03:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-02-18 17:26:52 +03:00
|
|
|
SOURCE=..\src\fl_ask.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_AS=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_ask.h"\
|
|
|
|
"..\fl\fl_box.h"\
|
|
|
|
"..\fl\fl_button.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_input.h"\
|
|
|
|
"..\fl\fl_input_.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\fl_return_button.h"\
|
|
|
|
"..\fl\fl_secret_input.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
2001-08-03 06:28:32 +04:00
|
|
|
"..\fl\x.h"\
|
2001-11-29 03:24:43 +03:00
|
|
|
"..\src\flstring.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
".\config.h"\
|
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Bitmap.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_BI=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_bitmap.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_image.h"\
|
|
|
|
"..\fl\fl_menu_item.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\x.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-01-08 20:17:53 +03:00
|
|
|
SOURCE=..\src\Fl_BMP_Image.cxx
|
2002-01-09 18:23:11 +03:00
|
|
|
DEP_CPP_FL_BM=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
2002-01-09 18:23:11 +03:00
|
|
|
"..\fl\fl_bmp_image.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_image.h"\
|
2002-01-09 18:23:11 +03:00
|
|
|
".\config.h"\
|
2002-01-08 20:17:53 +03:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
SOURCE=..\src\Fl_Box.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_BO=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl_box.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\fl_boxtype.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_BOX=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
".\config.h"\
|
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Browser.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_BR=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_browser.h"\
|
|
|
|
"..\fl\fl_browser_.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_scrollbar.h"\
|
|
|
|
"..\fl\fl_slider.h"\
|
|
|
|
"..\fl\fl_valuator.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-02-18 17:26:52 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-02-18 17:26:52 +03:00
|
|
|
SOURCE=..\src\Fl_Browser_.cxx
|
|
|
|
DEP_CPP_FL_BRO=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_browser_.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_scrollbar.h"\
|
|
|
|
"..\fl\fl_slider.h"\
|
|
|
|
"..\fl\fl_valuator.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-02-18 17:26:52 +03:00
|
|
|
SOURCE=..\src\Fl_Browser_load.cxx
|
|
|
|
DEP_CPP_FL_BROW=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_browser.h"\
|
|
|
|
"..\fl\fl_browser_.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_scrollbar.h"\
|
|
|
|
"..\fl\fl_slider.h"\
|
|
|
|
"..\fl\fl_valuator.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-02-18 17:26:52 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
1999-01-04 22:25:40 +03:00
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Button.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_BU=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_button.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Chart.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_CH=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_chart.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\FL\math.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
2004-04-11 01:35:45 +04:00
|
|
|
|
|
|
|
NODEP_CPP_FL_CH=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\..\..\..\..\usr\include\math.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-08-19 04:14:12 +04:00
|
|
|
SOURCE=..\src\Fl_Check_Browser.cxx
|
|
|
|
DEP_CPP_FL_CHE=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_browser_.h"\
|
2001-08-19 04:14:12 +04:00
|
|
|
"..\fl\fl_check_browser.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_scrollbar.h"\
|
|
|
|
"..\fl\fl_slider.h"\
|
|
|
|
"..\fl\fl_valuator.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
2001-08-19 04:14:12 +04:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
SOURCE=..\src\Fl_Check_Button.cxx
|
2001-09-23 17:08:03 +04:00
|
|
|
DEP_CPP_FL_CHEC=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_button.h"\
|
|
|
|
"..\fl\fl_check_button.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_light_button.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Choice.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_CHO=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_choice.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_image.h"\
|
|
|
|
"..\fl\fl_menu_.h"\
|
|
|
|
"..\fl\fl_menu_item.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
2007-01-18 18:31:13 +03:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Clock.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_CL=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_clock.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\fl_color.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_CO=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\x.h"\
|
|
|
|
"..\src\fl_cmap.h"\
|
2001-11-29 03:24:43 +03:00
|
|
|
"..\src\fl_color_mac.cxx"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\src\fl_color_win32.cxx"\
|
|
|
|
"..\src\Fl_XColor.H"\
|
|
|
|
".\config.h"\
|
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Color_Chooser.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_COL=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_box.h"\
|
|
|
|
"..\fl\fl_button.h"\
|
|
|
|
"..\fl\fl_choice.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\fl_color_chooser.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\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"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\fl_return_button.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_valuator.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\fl_value_input.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\FL\math.h"\
|
2004-04-11 01:35:45 +04:00
|
|
|
|
|
|
|
NODEP_CPP_FL_COL=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\..\..\..\..\usr\include\math.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2000-06-06 01:28:39 +04:00
|
|
|
SOURCE=..\src\Fl_compose.cxx
|
2001-08-03 06:28:32 +04:00
|
|
|
DEP_CPP_FL_COM=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
2001-08-03 06:28:32 +04:00
|
|
|
|
2000-06-06 01:28:39 +04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
SOURCE=..\src\Fl_Counter.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_COU=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_counter.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_valuator.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\fl_cursor.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_CU=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\x.h"\
|
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\fl_curve.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_CUR=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Dial.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_DI=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_dial.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_valuator.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\FL\math.h"\
|
2004-04-11 01:35:45 +04:00
|
|
|
|
|
|
|
NODEP_CPP_FL_DI=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\..\..\..\..\usr\include\math.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\fl_diamond_box.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_DIA=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_display.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_DIS=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-24 20:52:18 +03:00
|
|
|
SOURCE=..\src\fl_dnd.cxx
|
|
|
|
DEP_CPP_FL_DN=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
2002-02-24 20:52:18 +03:00
|
|
|
"..\fl\x.h"\
|
2002-03-25 22:35:13 +03:00
|
|
|
"..\src\fl_dnd_mac.cxx"\
|
2002-02-24 20:52:18 +03:00
|
|
|
"..\src\fl_dnd_win32.cxx"\
|
2002-03-25 22:35:13 +03:00
|
|
|
"..\src\fl_dnd_x.cxx"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
2002-02-24 20:52:18 +03:00
|
|
|
".\config.h"\
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
SOURCE=..\src\Fl_Double_Window.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_DO=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_double_window.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\x.h"\
|
|
|
|
".\config.h"\
|
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\fl_draw.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_DR=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_image.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\fl_draw_image.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_DRA=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\x.h"\
|
2001-11-29 03:24:43 +03:00
|
|
|
"..\src\fl_draw_image_mac.cxx"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\src\fl_draw_image_win32.cxx"\
|
|
|
|
"..\src\Fl_XColor.H"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
".\config.h"\
|
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\fl_draw_pixmap.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_DRAW=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\x.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
".\config.h"\
|
|
|
|
|
1999-02-18 17:26:52 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
1999-02-17 01:00:04 +03:00
|
|
|
|
2006-05-05 17:41:04 +04:00
|
|
|
SOURCE=..\src\fl_encoding_latin1.cxx
|
1999-02-18 17:26:52 +03:00
|
|
|
DEP_CPP_FL_EN=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\fl_encoding_mac_roman.cxx
|
|
|
|
DEP_CPP_FL_ENC=\
|
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\fl_engraved_label.cxx
|
|
|
|
DEP_CPP_FL_ENG=\
|
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-10-19 20:26:51 +04:00
|
|
|
SOURCE=..\src\Fl_File_Browser.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_FI=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\filename.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_browser.h"\
|
|
|
|
"..\fl\fl_browser_.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
2001-10-19 20:26:51 +04:00
|
|
|
"..\FL\Fl_File_Browser.H"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_file_icon.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_scrollbar.h"\
|
|
|
|
"..\fl\fl_slider.h"\
|
|
|
|
"..\fl\fl_valuator.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
2001-11-29 03:24:43 +03:00
|
|
|
"..\src\flstring.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
".\config.h"\
|
2004-04-11 01:35:45 +04:00
|
|
|
|
|
|
|
NODEP_CPP_FL_FI=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\..\..\..\..\usr\include\dirent.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-10-19 20:26:51 +04:00
|
|
|
SOURCE=..\src\Fl_File_Chooser.cxx
|
2001-08-03 06:28:32 +04:00
|
|
|
DEP_CPP_FL_FIL=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\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_check_button.h"\
|
|
|
|
"..\fl\fl_choice.h"\
|
|
|
|
"..\fl\fl_double_window.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
2001-10-19 20:26:51 +04:00
|
|
|
"..\FL\Fl_File_Browser.H"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_file_chooser.h"\
|
|
|
|
"..\fl\fl_file_icon.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\fl\fl_file_input.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\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"\
|
2002-08-14 21:05:38 +04:00
|
|
|
"..\fl\fl_preferences.h"\
|
2001-10-19 20:26:51 +04:00
|
|
|
"..\fl\fl_return_button.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_scrollbar.h"\
|
|
|
|
"..\fl\fl_slider.h"\
|
2002-08-14 21:05:38 +04:00
|
|
|
"..\fl\fl_tile.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_valuator.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
2004-04-11 01:35:45 +04:00
|
|
|
|
|
|
|
NODEP_CPP_FL_FIL=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\..\..\..\..\usr\include\dirent.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-10-19 20:26:51 +04:00
|
|
|
SOURCE=..\src\Fl_File_Chooser2.cxx
|
2001-08-03 06:28:32 +04:00
|
|
|
DEP_CPP_FL_FILE=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\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_check_button.h"\
|
|
|
|
"..\fl\fl_choice.h"\
|
|
|
|
"..\fl\fl_double_window.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
2001-10-19 20:26:51 +04:00
|
|
|
"..\FL\Fl_File_Browser.H"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_file_chooser.h"\
|
|
|
|
"..\fl\fl_file_icon.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\fl\fl_file_input.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\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"\
|
2002-08-14 21:05:38 +04:00
|
|
|
"..\fl\fl_preferences.h"\
|
2001-08-03 06:28:32 +04:00
|
|
|
"..\fl\fl_return_button.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_scrollbar.h"\
|
|
|
|
"..\fl\fl_shared_image.h"\
|
|
|
|
"..\fl\fl_slider.h"\
|
2002-08-14 21:05:38 +04:00
|
|
|
"..\fl\fl_tile.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_valuator.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
2001-10-19 20:26:51 +04:00
|
|
|
"..\fl\x.h"\
|
2001-11-29 03:24:43 +03:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
2004-04-11 01:35:45 +04:00
|
|
|
|
|
|
|
NODEP_CPP_FL_FILE=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\..\..\..\..\usr\include\dirent.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-10-19 20:26:51 +04:00
|
|
|
SOURCE=..\src\fl_file_dir.cxx
|
|
|
|
DEP_CPP_FL_FILE_=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\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_check_button.h"\
|
|
|
|
"..\fl\fl_choice.h"\
|
|
|
|
"..\fl\fl_double_window.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
2001-10-19 20:26:51 +04:00
|
|
|
"..\FL\Fl_File_Browser.H"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_file_chooser.h"\
|
|
|
|
"..\fl\fl_file_icon.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\fl\fl_file_input.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\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"\
|
2002-08-14 21:05:38 +04:00
|
|
|
"..\fl\fl_preferences.h"\
|
2001-08-03 06:28:32 +04:00
|
|
|
"..\fl\fl_return_button.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_scrollbar.h"\
|
|
|
|
"..\fl\fl_slider.h"\
|
2002-08-14 21:05:38 +04:00
|
|
|
"..\fl\fl_tile.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_valuator.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
2002-08-14 21:05:38 +04:00
|
|
|
"..\src\flstring.h"\
|
2001-10-19 20:26:51 +04:00
|
|
|
".\config.h"\
|
2004-04-11 01:35:45 +04:00
|
|
|
|
|
|
|
NODEP_CPP_FL_FILE_=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\..\..\..\..\usr\include\dirent.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-09-30 01:17:17 +04:00
|
|
|
SOURCE=..\src\Fl_File_Icon.cxx
|
2001-10-19 20:26:51 +04:00
|
|
|
DEP_CPP_FL_FILE_I=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\filename.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_file_icon.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
2001-08-03 06:28:32 +04:00
|
|
|
".\config.h"\
|
2004-04-11 01:35:45 +04:00
|
|
|
|
|
|
|
NODEP_CPP_FL_FILE_I=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\..\..\..\..\usr\include\dirent.h"\
|
2001-08-03 06:28:32 +04:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-11-19 23:59:59 +03:00
|
|
|
SOURCE=..\src\Fl_File_Icon2.cxx
|
|
|
|
DEP_CPP_FL_FILE_IC=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\filename.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_file_icon.h"\
|
|
|
|
"..\fl\fl_image.h"\
|
|
|
|
"..\fl\fl_shared_image.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
2002-01-09 18:23:11 +03:00
|
|
|
"..\FL\math.h"\
|
2001-11-29 03:24:43 +03:00
|
|
|
"..\src\flstring.h"\
|
2001-11-19 23:59:59 +03:00
|
|
|
".\config.h"\
|
2004-04-11 01:35:45 +04:00
|
|
|
|
|
|
|
NODEP_CPP_FL_FILE_IC=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\..\..\..\..\usr\include\dirent.h"\
|
|
|
|
"..\..\..\..\..\usr\include\math.h"\
|
2001-11-19 23:59:59 +03:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-05-01 18:15:50 +04:00
|
|
|
SOURCE=..\src\Fl_File_Input.cxx
|
|
|
|
DEP_CPP_FL_FILE_IN=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\fl\fl_file_input.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_input.h"\
|
|
|
|
"..\fl\fl_input_.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-08-03 06:28:32 +04:00
|
|
|
SOURCE=..\src\fl_font.cxx
|
|
|
|
DEP_CPP_FL_FO=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
1999-02-18 17:26:52 +03:00
|
|
|
"..\fl\x.h"\
|
2001-08-03 06:28:32 +04:00
|
|
|
"..\src\fl_font.h"\
|
2001-11-29 03:24:43 +03:00
|
|
|
"..\src\fl_font_mac.cxx"\
|
2001-08-03 06:28:32 +04:00
|
|
|
"..\src\fl_font_win32.cxx"\
|
2002-03-25 22:35:13 +03:00
|
|
|
"..\src\fl_font_x.cxx"\
|
|
|
|
"..\src\fl_font_xft.cxx"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
1999-02-18 17:26:52 +03:00
|
|
|
".\config.h"\
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-08-03 06:28:32 +04:00
|
|
|
SOURCE=..\src\Fl_get_key.cxx
|
|
|
|
DEP_CPP_FL_GE=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\x.h"\
|
2001-11-29 03:24:43 +03:00
|
|
|
"..\src\Fl_get_key_mac.cxx"\
|
2001-08-03 06:28:32 +04:00
|
|
|
"..\src\fl_get_key_win32.cxx"\
|
2004-10-19 22:21:55 +04:00
|
|
|
".\config.h"\
|
1999-02-18 17:26:52 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-08-03 06:28:32 +04:00
|
|
|
SOURCE=..\src\Fl_get_system_colors.cxx
|
|
|
|
DEP_CPP_FL_GET=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_image.h"\
|
|
|
|
"..\fl\fl_pixmap.h"\
|
2002-01-09 18:23:11 +03:00
|
|
|
"..\fl\fl_tiled_image.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
2001-08-03 06:28:32 +04:00
|
|
|
"..\FL\math.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\win32.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\x.h"\
|
2002-01-09 18:23:11 +03:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
"..\src\tile.xpm"\
|
|
|
|
".\config.h"\
|
2004-04-11 01:35:45 +04:00
|
|
|
|
|
|
|
NODEP_CPP_FL_GET=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\..\..\..\..\usr\include\math.h"\
|
1999-02-18 17:26:52 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-11-19 23:59:59 +03:00
|
|
|
SOURCE=..\src\Fl_GIF_Image.cxx
|
|
|
|
DEP_CPP_FL_GI=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
2001-11-19 23:59:59 +03:00
|
|
|
"..\fl\fl_gif_image.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_image.h"\
|
|
|
|
"..\fl\fl_pixmap.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
2001-11-19 23:59:59 +03:00
|
|
|
".\config.h"\
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-10-19 20:26:51 +04:00
|
|
|
SOURCE=..\src\Fl_Gl_Choice.cxx
|
|
|
|
DEP_CPP_FL_GL=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
2001-10-19 20:26:51 +04:00
|
|
|
"..\FL\gl.h"\
|
2004-10-19 22:21:55 +04:00
|
|
|
"..\fl\gl_draw.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
2001-10-19 20:26:51 +04:00
|
|
|
"..\fl\x.h"\
|
|
|
|
"..\src\Fl_Gl_Choice.H"\
|
2004-04-11 01:35:45 +04:00
|
|
|
"..\src\flstring.h"\
|
2001-10-19 20:26:51 +04:00
|
|
|
".\config.h"\
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Gl_Overlay.cxx
|
|
|
|
DEP_CPP_FL_GL_=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\Fl_Gl_Window.H"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
2001-10-19 20:26:51 +04:00
|
|
|
"..\FL\gl.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
2001-10-19 20:26:51 +04:00
|
|
|
"..\fl\x.h"\
|
|
|
|
"..\src\Fl_Gl_Choice.H"\
|
|
|
|
".\config.h"\
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Gl_Window.cxx
|
|
|
|
DEP_CPP_FL_GL_W=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\Fl_Gl_Window.H"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
2001-10-19 20:26:51 +04:00
|
|
|
"..\FL\gl.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
2001-10-19 20:26:51 +04:00
|
|
|
"..\fl\x.h"\
|
|
|
|
"..\src\Fl_Gl_Choice.H"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
2001-10-19 20:26:51 +04:00
|
|
|
".\config.h"\
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-02-18 17:26:52 +03:00
|
|
|
SOURCE=..\src\Fl_grab.cxx
|
|
|
|
DEP_CPP_FL_GR=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
1999-02-18 17:26:52 +03:00
|
|
|
"..\fl\x.h"\
|
|
|
|
".\config.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-02-18 17:26:52 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
1999-01-04 22:25:40 +03:00
|
|
|
|
1999-02-18 17:26:52 +03:00
|
|
|
SOURCE=..\src\Fl_Group.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_GRO=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2006-09-18 13:49:04 +04:00
|
|
|
SOURCE=..\src\fl_gtk.cxx
|
2007-01-18 18:31:13 +03:00
|
|
|
DEP_CPP_FL_GT=\
|
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
|
2006-09-18 13:49:04 +04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-09-30 01:17:17 +04:00
|
|
|
SOURCE=..\src\Fl_Help_Dialog.cxx
|
2001-08-03 06:28:32 +04:00
|
|
|
DEP_CPP_FL_HE=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_ask.h"\
|
|
|
|
"..\fl\fl_button.h"\
|
|
|
|
"..\fl\fl_double_window.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
2001-10-19 20:26:51 +04:00
|
|
|
"..\FL\Fl_Help_Dialog.H"\
|
|
|
|
"..\FL\Fl_Help_View.H"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_image.h"\
|
|
|
|
"..\fl\fl_input.h"\
|
|
|
|
"..\fl\fl_input_.h"\
|
|
|
|
"..\fl\fl_scrollbar.h"\
|
|
|
|
"..\fl\fl_shared_image.h"\
|
|
|
|
"..\fl\fl_slider.h"\
|
|
|
|
"..\fl\fl_valuator.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
2002-08-14 21:05:38 +04:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
2001-08-03 06:28:32 +04:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-09-30 01:17:17 +04:00
|
|
|
SOURCE=..\src\Fl_Help_View.cxx
|
2001-08-03 06:28:32 +04:00
|
|
|
DEP_CPP_FL_HEL=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
2001-10-19 20:26:51 +04:00
|
|
|
"..\FL\Fl_Help_View.H"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_image.h"\
|
|
|
|
"..\fl\fl_pixmap.h"\
|
|
|
|
"..\fl\fl_scrollbar.h"\
|
|
|
|
"..\fl\fl_shared_image.h"\
|
|
|
|
"..\fl\fl_slider.h"\
|
|
|
|
"..\fl\fl_valuator.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
2007-01-18 18:31:13 +03:00
|
|
|
"..\fl\fl_window.h"\
|
2001-11-29 03:24:43 +03:00
|
|
|
"..\src\flstring.h"\
|
2001-08-03 06:28:32 +04:00
|
|
|
".\config.h"\
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-02-17 01:00:04 +03:00
|
|
|
SOURCE=..\src\Fl_Image.cxx
|
|
|
|
DEP_CPP_FL_IM=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_image.h"\
|
|
|
|
"..\fl\fl_menu_item.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\x.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-08-14 21:05:38 +04:00
|
|
|
SOURCE=..\src\fl_images_core.cxx
|
|
|
|
DEP_CPP_FL_IMA=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
2002-08-14 21:05:38 +04:00
|
|
|
"..\fl\fl_bmp_image.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_export.h"\
|
2002-08-14 21:05:38 +04:00
|
|
|
"..\fl\fl_gif_image.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_image.h"\
|
2002-08-14 21:05:38 +04:00
|
|
|
"..\fl\fl_jpeg_image.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_pixmap.h"\
|
2002-08-14 21:05:38 +04:00
|
|
|
"..\fl\fl_png_image.h"\
|
|
|
|
"..\fl\fl_pnm_image.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_shared_image.h"\
|
2002-08-14 21:05:38 +04:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-02-17 01:00:04 +03:00
|
|
|
SOURCE=..\src\Fl_Input.cxx
|
|
|
|
DEP_CPP_FL_IN=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_ask.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
2007-01-18 18:31:13 +03:00
|
|
|
"..\fl\fl_group.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_input.h"\
|
|
|
|
"..\fl\fl_input_.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
2007-01-18 18:31:13 +03:00
|
|
|
"..\fl\fl_window.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Input_.cxx
|
|
|
|
DEP_CPP_FL_INP=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_ask.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_input_.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-11-19 23:59:59 +03:00
|
|
|
SOURCE=..\src\Fl_JPEG_Image.cxx
|
|
|
|
DEP_CPP_FL_JP=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_image.h"\
|
2001-11-19 23:59:59 +03:00
|
|
|
"..\fl\fl_jpeg_image.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\jpeg\jconfig.h"\
|
|
|
|
"..\jpeg\jerror.h"\
|
|
|
|
"..\jpeg\jmorecfg.h"\
|
|
|
|
"..\jpeg\jpegint.h"\
|
2004-10-19 22:21:55 +04:00
|
|
|
"..\jpeg\jpeglib.h"\
|
2001-11-19 23:59:59 +03:00
|
|
|
".\config.h"\
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-02-17 01:00:04 +03:00
|
|
|
SOURCE=..\src\fl_labeltype.cxx
|
|
|
|
DEP_CPP_FL_LA=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_image.h"\
|
|
|
|
"..\fl\fl_input_.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Light_Button.cxx
|
|
|
|
DEP_CPP_FL_LI=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_button.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_light_button.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
2007-01-18 18:31:13 +03:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2000-05-18 01:16:42 +04:00
|
|
|
SOURCE=..\src\fl_line_style.cxx
|
2001-08-03 06:28:32 +04:00
|
|
|
DEP_CPP_FL_LIN=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
2001-08-03 06:28:32 +04:00
|
|
|
"..\fl\x.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
2001-08-03 06:28:32 +04:00
|
|
|
|
2000-05-18 01:16:42 +04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-12-07 01:16:49 +03:00
|
|
|
SOURCE=..\src\Fl_lock.cxx
|
2002-01-09 18:23:11 +03:00
|
|
|
DEP_CPP_FL_LO=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
2002-08-14 21:05:38 +04:00
|
|
|
"..\fl\x.h"\
|
2002-01-09 18:23:11 +03:00
|
|
|
".\config.h"\
|
2001-12-07 01:16:49 +03:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-02-17 01:00:04 +03:00
|
|
|
SOURCE=..\src\Fl_Menu.cxx
|
|
|
|
DEP_CPP_FL_ME=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.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"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\fl_menu_window.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_single_window.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
2007-01-18 18:31:13 +03:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Menu_.cxx
|
|
|
|
DEP_CPP_FL_MEN=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_image.h"\
|
|
|
|
"..\fl\fl_menu_.h"\
|
|
|
|
"..\fl\fl_menu_item.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Menu_add.cxx
|
|
|
|
DEP_CPP_FL_MENU=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_image.h"\
|
|
|
|
"..\fl\fl_menu_.h"\
|
|
|
|
"..\fl\fl_menu_item.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Menu_Bar.cxx
|
|
|
|
DEP_CPP_FL_MENU_=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_image.h"\
|
|
|
|
"..\fl\fl_menu_.h"\
|
|
|
|
"..\fl\fl_menu_bar.h"\
|
|
|
|
"..\fl\fl_menu_item.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Menu_Button.cxx
|
|
|
|
DEP_CPP_FL_MENU_B=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_image.h"\
|
|
|
|
"..\fl\fl_menu_.h"\
|
|
|
|
"..\fl\fl_menu_button.h"\
|
|
|
|
"..\fl\fl_menu_item.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Menu_global.cxx
|
|
|
|
DEP_CPP_FL_MENU_G=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_image.h"\
|
|
|
|
"..\fl\fl_menu_.h"\
|
|
|
|
"..\fl\fl_menu_item.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-02-18 17:26:52 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-02-18 17:26:52 +03:00
|
|
|
SOURCE=..\src\Fl_Menu_Window.cxx
|
|
|
|
DEP_CPP_FL_MENU_W=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\fl_menu_window.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_single_window.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\x.h"\
|
|
|
|
".\config.h"\
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Multi_Label.cxx
|
|
|
|
DEP_CPP_FL_MU=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_image.h"\
|
|
|
|
"..\fl\fl_menu_item.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\fl_multi_label.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_widget.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2007-01-04 17:53:54 +03:00
|
|
|
SOURCE=..\src\fl_open_uri.cxx
|
2007-01-18 18:31:13 +03:00
|
|
|
DEP_CPP_FL_OP=\
|
|
|
|
"..\fl\filename.h"\
|
2007-01-04 17:53:54 +03:00
|
|
|
"..\fl\fl_export.h"\
|
2007-01-18 18:31:13 +03:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
2007-01-04 17:53:54 +03:00
|
|
|
|
2007-01-18 18:31:13 +03:00
|
|
|
NODEP_CPP_FL_OP=\
|
|
|
|
"..\..\..\..\..\usr\include\dirent.h"\
|
2007-01-04 17:53:54 +03:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-02-17 01:00:04 +03:00
|
|
|
SOURCE=..\src\fl_oval_box.cxx
|
|
|
|
DEP_CPP_FL_OV=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\fl_overlay.cxx
|
|
|
|
DEP_CPP_FL_OVE=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\x.h"\
|
2004-10-19 22:21:55 +04:00
|
|
|
".\config.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\fl_overlay_visual.cxx
|
|
|
|
DEP_CPP_FL_OVER=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\x.h"\
|
|
|
|
".\config.h"\
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Overlay_Window.cxx
|
|
|
|
DEP_CPP_FL_OVERL=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_double_window.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\fl_overlay_window.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\x.h"\
|
|
|
|
".\config.h"\
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_own_colormap.cxx
|
|
|
|
DEP_CPP_FL_OW=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\x.h"\
|
|
|
|
".\config.h"\
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Pack.cxx
|
|
|
|
DEP_CPP_FL_PA=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\fl_pack.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_widget.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Pixmap.cxx
|
|
|
|
DEP_CPP_FL_PI=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.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_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\x.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-11-29 00:37:35 +03:00
|
|
|
SOURCE=..\src\fl_plastic.cxx
|
2001-11-29 03:24:43 +03:00
|
|
|
DEP_CPP_FL_PL=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
2001-11-29 00:37:35 +03:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-11-19 23:59:59 +03:00
|
|
|
SOURCE=..\src\Fl_PNG_Image.cxx
|
|
|
|
DEP_CPP_FL_PN=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_image.h"\
|
2001-11-19 23:59:59 +03:00
|
|
|
"..\fl\fl_png_image.h"\
|
2004-10-19 22:21:55 +04:00
|
|
|
"..\png\png.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\png\pngconf.h"\
|
|
|
|
"..\zlib\zconf.h"\
|
2004-10-19 22:21:55 +04:00
|
|
|
"..\zlib\zlib.h"\
|
2001-11-29 03:24:43 +03:00
|
|
|
".\config.h"\
|
2004-04-11 01:35:45 +04:00
|
|
|
|
|
|
|
NODEP_CPP_FL_PN=\
|
2004-10-19 22:21:55 +04:00
|
|
|
"..\png\pngusr.h"\
|
2001-11-29 03:24:43 +03:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_PNM_Image.cxx
|
|
|
|
DEP_CPP_FL_PNM=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_image.h"\
|
2001-11-29 03:24:43 +03:00
|
|
|
"..\fl\fl_pnm_image.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
2001-11-19 23:59:59 +03:00
|
|
|
".\config.h"\
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
SOURCE=..\src\Fl_Positioner.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_PO=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_positioner.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-05-01 18:15:50 +04:00
|
|
|
SOURCE=..\src\Fl_Preferences.cxx
|
2001-09-23 17:08:03 +04:00
|
|
|
DEP_CPP_FL_PR=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\filename.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\fl\fl_preferences.h"\
|
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
2004-04-11 01:35:45 +04:00
|
|
|
|
|
|
|
NODEP_CPP_FL_PR=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\..\..\..\..\usr\include\dirent.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Progress.cxx
|
|
|
|
DEP_CPP_FL_PRO=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
2001-09-23 17:08:03 +04:00
|
|
|
"..\fl\fl_progress.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_widget.h"\
|
2001-09-23 17:08:03 +04:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2007-01-18 18:31:13 +03:00
|
|
|
SOURCE=..\src\fl_read_image.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_RE=\
|
2007-01-18 18:31:13 +03:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
|
|
|
"..\fl\x.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\fl_rect.cxx
|
|
|
|
DEP_CPP_FL_REC=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\x.h"\
|
2004-10-19 22:21:55 +04:00
|
|
|
".\config.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Repeat_Button.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_REP=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_button.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\fl_repeat_button.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_widget.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Return_Button.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_RET=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_button.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\fl_return_button.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_widget.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Roller.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_RO=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\fl_roller.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_valuator.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\fl_round_box.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_ROU=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Round_Button.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_ROUN=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_button.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_light_button.h"\
|
|
|
|
"..\fl\fl_round_button.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-02-18 17:26:52 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
1999-01-04 22:25:40 +03:00
|
|
|
|
|
|
|
SOURCE=..\src\fl_rounded_box.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_ROUND=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Scroll.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_SC=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_image.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\fl_scroll.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_scrollbar.h"\
|
|
|
|
"..\fl\fl_slider.h"\
|
2004-10-19 22:21:55 +04:00
|
|
|
"..\fl\fl_tiled_image.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_valuator.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\fl_scroll_area.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_SCR=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\x.h"\
|
2004-10-19 22:21:55 +04:00
|
|
|
".\config.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Scrollbar.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_SCRO=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_scrollbar.h"\
|
|
|
|
"..\fl\fl_slider.h"\
|
|
|
|
"..\fl\fl_valuator.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
2007-01-18 18:31:13 +03:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\fl_set_font.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_SE=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
2007-01-18 18:31:13 +03:00
|
|
|
"..\fl\fl_draw.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\x.h"\
|
|
|
|
"..\src\fl_font.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
".\config.h"\
|
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\fl_set_fonts.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_SET=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\x.h"\
|
|
|
|
"..\src\fl_font.h"\
|
2001-11-29 03:24:43 +03:00
|
|
|
"..\src\fl_set_fonts_mac.cxx"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\src\fl_set_fonts_win32.cxx"\
|
2002-03-25 22:35:13 +03:00
|
|
|
"..\src\fl_set_fonts_x.cxx"\
|
|
|
|
"..\src\fl_set_fonts_xft.cxx"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
2002-03-25 22:35:13 +03:00
|
|
|
".\config.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\fl_shadow_box.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_SH=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-11-29 03:24:43 +03:00
|
|
|
SOURCE=..\src\Fl_Shared_Image.cxx
|
|
|
|
DEP_CPP_FL_SHA=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_bitmap.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_image.h"\
|
|
|
|
"..\fl\fl_pixmap.h"\
|
|
|
|
"..\fl\fl_shared_image.h"\
|
2001-11-29 03:24:43 +03:00
|
|
|
"..\fl\fl_xbm_image.h"\
|
|
|
|
"..\fl\fl_xpm_image.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
2001-11-29 03:24:43 +03:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
SOURCE=..\src\fl_shortcut.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_SHO=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_button.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
2001-08-03 06:28:32 +04:00
|
|
|
"..\fl\x.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\fl_show_colormap.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_SHOW=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_show_colormap.h"\
|
|
|
|
"..\fl\fl_single_window.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
".\config.h"\
|
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Single_Window.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_SI=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_single_window.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Slider.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_SL=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_slider.h"\
|
|
|
|
"..\fl\fl_valuator.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
2007-01-18 18:31:13 +03:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\fl_symbols.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_SY=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\FL\math.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
|
|
|
|
NODEP_CPP_FL_SY=\
|
|
|
|
"..\..\..\..\..\usr\include\math.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Tabs.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_TA=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\fl_tabs.h"\
|
2007-01-18 18:31:13 +03:00
|
|
|
"..\fl\fl_tooltip.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_widget.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-08-07 03:51:39 +04:00
|
|
|
SOURCE=..\src\Fl_Text_Buffer.cxx
|
|
|
|
DEP_CPP_FL_TE=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_text_buffer.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
2001-08-07 03:51:39 +04:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Text_Display.cxx
|
|
|
|
DEP_CPP_FL_TEX=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_scrollbar.h"\
|
|
|
|
"..\fl\fl_slider.h"\
|
|
|
|
"..\fl\fl_text_buffer.h"\
|
|
|
|
"..\fl\fl_text_display.h"\
|
|
|
|
"..\fl\fl_valuator.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
2001-08-07 03:51:39 +04:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Text_Editor.cxx
|
|
|
|
DEP_CPP_FL_TEXT=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_ask.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_scrollbar.h"\
|
|
|
|
"..\fl\fl_slider.h"\
|
|
|
|
"..\fl\fl_text_buffer.h"\
|
|
|
|
"..\fl\fl_text_display.h"\
|
2001-08-07 03:51:39 +04:00
|
|
|
"..\fl\fl_text_editor.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_valuator.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
2007-01-18 18:31:13 +03:00
|
|
|
"..\fl\fl_window.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
2001-08-07 03:51:39 +04:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
SOURCE=..\src\Fl_Tile.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_TI=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\fl_tile.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-11-29 03:24:43 +03:00
|
|
|
SOURCE=..\src\Fl_Tiled_Image.cxx
|
|
|
|
DEP_CPP_FL_TIL=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_image.h"\
|
2001-11-29 03:24:43 +03:00
|
|
|
"..\fl\fl_tiled_image.h"\
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-08-03 06:28:32 +04:00
|
|
|
SOURCE=..\src\Fl_Tooltip.cxx
|
|
|
|
DEP_CPP_FL_TO=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
2001-08-03 06:28:32 +04:00
|
|
|
"..\fl\fl_menu_window.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_single_window.h"\
|
2001-08-03 06:28:32 +04:00
|
|
|
"..\fl\fl_tooltip.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
2001-08-03 06:28:32 +04:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
SOURCE=..\src\Fl_Valuator.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_VA=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_valuator.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\FL\math.h"\
|
2004-04-11 01:35:45 +04:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
|
|
|
|
|
|
|
NODEP_CPP_FL_VA=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\..\..\..\..\usr\include\math.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Value_Input.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_VAL=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_input.h"\
|
|
|
|
"..\fl\fl_input_.h"\
|
|
|
|
"..\fl\fl_valuator.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\fl_value_input.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_widget.h"\
|
2002-08-14 21:05:38 +04:00
|
|
|
"..\FL\math.h"\
|
2004-04-11 01:35:45 +04:00
|
|
|
|
|
|
|
NODEP_CPP_FL_VAL=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\..\..\..\..\usr\include\math.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Value_Output.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_VALU=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_valuator.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\fl_value_output.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_widget.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Value_Slider.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_VALUE=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_slider.h"\
|
|
|
|
"..\fl\fl_valuator.h"\
|
|
|
|
"..\fl\fl_value_slider.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\fl_vertex.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_VE=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\FL\math.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\win32.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\x.h"\
|
2004-10-19 22:21:55 +04:00
|
|
|
".\config.h"\
|
2004-04-11 01:35:45 +04:00
|
|
|
|
|
|
|
NODEP_CPP_FL_VE=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\..\..\..\..\usr\include\math.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_visual.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_VI=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\x.h"\
|
|
|
|
".\config.h"\
|
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Widget.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_WI=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
2001-08-03 06:28:32 +04:00
|
|
|
"..\fl\fl_tooltip.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_Window.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FL_WIN=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-02-18 17:26:52 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-02-18 17:26:52 +03:00
|
|
|
SOURCE=..\src\Fl_Window_fullscreen.cxx
|
|
|
|
DEP_CPP_FL_WIND=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
1999-02-18 17:26:52 +03:00
|
|
|
"..\fl\x.h"\
|
2004-10-19 22:21:55 +04:00
|
|
|
".\config.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-02-18 17:26:52 +03:00
|
|
|
SOURCE=..\src\Fl_Window_hotspot.cxx
|
|
|
|
DEP_CPP_FL_WINDO=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\fl\x.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-02-18 17:26:52 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-02-18 17:26:52 +03:00
|
|
|
SOURCE=..\src\Fl_Window_iconize.cxx
|
|
|
|
DEP_CPP_FL_WINDOW=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\x.h"\
|
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-08-03 06:28:32 +04:00
|
|
|
SOURCE=..\src\Fl_Wizard.cxx
|
|
|
|
DEP_CPP_FL_WIZ=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
2001-08-03 06:28:32 +04:00
|
|
|
"..\fl\fl_wizard.h"\
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-02-18 17:26:52 +03:00
|
|
|
SOURCE=..\src\Fl_x.cxx
|
|
|
|
DEP_CPP_FL_X_=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
2007-01-18 18:31:13 +03:00
|
|
|
"..\fl\fl_tooltip.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
1999-02-18 17:26:52 +03:00
|
|
|
"..\fl\x.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
1999-02-18 17:26:52 +03:00
|
|
|
".\config.h"\
|
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-11-29 03:24:43 +03:00
|
|
|
SOURCE=..\src\Fl_XBM_Image.cxx
|
|
|
|
DEP_CPP_FL_XB=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_bitmap.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_image.h"\
|
2001-11-29 03:24:43 +03:00
|
|
|
"..\fl\fl_xbm_image.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
2001-11-29 03:24:43 +03:00
|
|
|
".\config.h"\
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\Fl_XPM_Image.cxx
|
|
|
|
DEP_CPP_FL_XP=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_image.h"\
|
|
|
|
"..\fl\fl_pixmap.h"\
|
2001-11-29 03:24:43 +03:00
|
|
|
"..\fl\fl_xpm_image.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
2001-11-29 03:24:43 +03:00
|
|
|
".\config.h"\
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-05-16 16:47:44 +04:00
|
|
|
SOURCE=..\src\flstring.c
|
2002-08-14 21:05:38 +04:00
|
|
|
DEP_CPP_FLSTR=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_export.h"\
|
2002-08-14 21:05:38 +04:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
2002-05-16 16:47:44 +04:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-02-18 17:26:52 +03:00
|
|
|
SOURCE=..\src\forms_bitmap.cxx
|
|
|
|
DEP_CPP_FORMS=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\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_chart.h"\
|
|
|
|
"..\fl\fl_check_button.h"\
|
|
|
|
"..\fl\fl_choice.h"\
|
|
|
|
"..\fl\fl_clock.h"\
|
|
|
|
"..\fl\fl_counter.h"\
|
|
|
|
"..\fl\fl_dial.h"\
|
|
|
|
"..\fl\fl_double_window.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
2001-10-19 20:26:51 +04:00
|
|
|
"..\FL\Fl_File_Browser.H"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_file_chooser.h"\
|
|
|
|
"..\fl\fl_file_icon.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\fl\fl_file_input.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\Fl_FormsBitmap.H"\
|
|
|
|
"..\fl\Fl_FormsPixmap.H"\
|
|
|
|
"..\fl\Fl_Free.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_positioner.h"\
|
2002-08-14 21:05:38 +04:00
|
|
|
"..\fl\fl_preferences.h"\
|
2001-10-19 20:26:51 +04:00
|
|
|
"..\fl\fl_return_button.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_round_button.h"\
|
|
|
|
"..\fl\fl_scrollbar.h"\
|
|
|
|
"..\fl\fl_show_colormap.h"\
|
|
|
|
"..\fl\fl_slider.h"\
|
2002-08-14 21:05:38 +04:00
|
|
|
"..\fl\fl_tile.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\FL\Fl_Timer.H"\
|
|
|
|
"..\fl\fl_valuator.h"\
|
|
|
|
"..\fl\fl_value_slider.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
1999-02-18 17:26:52 +03:00
|
|
|
"..\fl\forms.h"\
|
2004-04-11 01:35:45 +04:00
|
|
|
|
|
|
|
NODEP_CPP_FORMS=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\..\..\..\..\usr\include\dirent.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-02-19 01:07:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-02-19 01:07:40 +03:00
|
|
|
SOURCE=..\src\forms_compatability.cxx
|
|
|
|
DEP_CPP_FORMS_=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\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_chart.h"\
|
|
|
|
"..\fl\fl_check_button.h"\
|
|
|
|
"..\fl\fl_choice.h"\
|
|
|
|
"..\fl\fl_clock.h"\
|
|
|
|
"..\fl\fl_counter.h"\
|
|
|
|
"..\fl\fl_dial.h"\
|
|
|
|
"..\fl\fl_double_window.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
2001-10-19 20:26:51 +04:00
|
|
|
"..\FL\Fl_File_Browser.H"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_file_chooser.h"\
|
|
|
|
"..\fl\fl_file_icon.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\fl\fl_file_input.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\Fl_FormsBitmap.H"\
|
|
|
|
"..\fl\Fl_FormsPixmap.H"\
|
|
|
|
"..\fl\Fl_Free.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_positioner.h"\
|
2002-08-14 21:05:38 +04:00
|
|
|
"..\fl\fl_preferences.h"\
|
1999-02-19 01:07:40 +03:00
|
|
|
"..\fl\fl_repeat_button.h"\
|
|
|
|
"..\fl\fl_return_button.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_round_button.h"\
|
|
|
|
"..\fl\fl_scrollbar.h"\
|
|
|
|
"..\fl\fl_show_colormap.h"\
|
|
|
|
"..\fl\fl_slider.h"\
|
2002-08-14 21:05:38 +04:00
|
|
|
"..\fl\fl_tile.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\FL\Fl_Timer.H"\
|
|
|
|
"..\fl\fl_valuator.h"\
|
|
|
|
"..\fl\fl_value_slider.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
1999-02-18 17:26:52 +03:00
|
|
|
"..\fl\forms.h"\
|
2004-04-11 01:35:45 +04:00
|
|
|
|
|
|
|
NODEP_CPP_FORMS_=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\..\..\..\..\usr\include\dirent.h"\
|
1999-02-18 17:26:52 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-02-19 01:07:40 +03:00
|
|
|
SOURCE=..\src\forms_free.cxx
|
|
|
|
DEP_CPP_FORMS_F=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\Fl_Free.H"\
|
|
|
|
"..\fl\fl_widget.h"\
|
1999-02-19 01:07:40 +03:00
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
1999-02-18 17:26:52 +03:00
|
|
|
|
1999-02-19 01:07:40 +03:00
|
|
|
SOURCE=..\src\forms_fselect.cxx
|
|
|
|
DEP_CPP_FORMS_FS=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\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_chart.h"\
|
|
|
|
"..\fl\fl_check_button.h"\
|
|
|
|
"..\fl\fl_choice.h"\
|
|
|
|
"..\fl\fl_clock.h"\
|
|
|
|
"..\fl\fl_counter.h"\
|
|
|
|
"..\fl\fl_dial.h"\
|
|
|
|
"..\fl\fl_double_window.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
2001-10-19 20:26:51 +04:00
|
|
|
"..\FL\Fl_File_Browser.H"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_file_chooser.h"\
|
|
|
|
"..\fl\fl_file_icon.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\fl\fl_file_input.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\Fl_FormsBitmap.H"\
|
|
|
|
"..\fl\Fl_FormsPixmap.H"\
|
|
|
|
"..\fl\Fl_Free.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_positioner.h"\
|
2002-08-14 21:05:38 +04:00
|
|
|
"..\fl\fl_preferences.h"\
|
2001-10-19 20:26:51 +04:00
|
|
|
"..\fl\fl_return_button.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_round_button.h"\
|
|
|
|
"..\fl\fl_scrollbar.h"\
|
|
|
|
"..\fl\fl_show_colormap.h"\
|
|
|
|
"..\fl\fl_slider.h"\
|
2002-08-14 21:05:38 +04:00
|
|
|
"..\fl\fl_tile.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\FL\Fl_Timer.H"\
|
|
|
|
"..\fl\fl_valuator.h"\
|
|
|
|
"..\fl\fl_value_slider.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
1999-02-18 17:26:52 +03:00
|
|
|
"..\fl\forms.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
2004-04-11 01:35:45 +04:00
|
|
|
|
|
|
|
NODEP_CPP_FORMS_FS=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\..\..\..\..\usr\include\dirent.h"\
|
1999-02-18 17:26:52 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-02-18 17:26:52 +03:00
|
|
|
SOURCE=..\src\forms_pixmap.cxx
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_FORMS_P=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\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_chart.h"\
|
|
|
|
"..\fl\fl_check_button.h"\
|
|
|
|
"..\fl\fl_choice.h"\
|
|
|
|
"..\fl\fl_clock.h"\
|
|
|
|
"..\fl\fl_counter.h"\
|
|
|
|
"..\fl\fl_dial.h"\
|
|
|
|
"..\fl\fl_double_window.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
2001-10-19 20:26:51 +04:00
|
|
|
"..\FL\Fl_File_Browser.H"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_file_chooser.h"\
|
|
|
|
"..\fl\fl_file_icon.h"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\fl\fl_file_input.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\Fl_FormsBitmap.H"\
|
|
|
|
"..\fl\Fl_FormsPixmap.H"\
|
|
|
|
"..\fl\Fl_Free.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_positioner.h"\
|
2002-08-14 21:05:38 +04:00
|
|
|
"..\fl\fl_preferences.h"\
|
2001-10-19 20:26:51 +04:00
|
|
|
"..\fl\fl_return_button.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\fl_round_button.h"\
|
|
|
|
"..\fl\fl_scrollbar.h"\
|
|
|
|
"..\fl\fl_show_colormap.h"\
|
|
|
|
"..\fl\fl_slider.h"\
|
2002-08-14 21:05:38 +04:00
|
|
|
"..\fl\fl_tile.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\FL\Fl_Timer.H"\
|
|
|
|
"..\fl\fl_valuator.h"\
|
|
|
|
"..\fl\fl_value_slider.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\fl\forms.h"\
|
2004-04-11 01:35:45 +04:00
|
|
|
|
|
|
|
NODEP_CPP_FORMS_P=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\..\..\..\..\usr\include\dirent.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\forms_timer.cxx
|
1999-02-18 17:26:52 +03:00
|
|
|
DEP_CPP_FORMS_T=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\FL\Fl_Timer.H"\
|
|
|
|
"..\fl\fl_widget.h"\
|
1999-02-18 17:26:52 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-10-19 20:26:51 +04:00
|
|
|
SOURCE=..\src\gl_draw.cxx
|
|
|
|
DEP_CPP_GL_DR=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
2001-10-19 20:26:51 +04:00
|
|
|
"..\FL\gl.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
2001-10-19 20:26:51 +04:00
|
|
|
"..\fl\x.h"\
|
|
|
|
"..\src\fl_font.h"\
|
|
|
|
"..\src\Fl_Gl_Choice.H"\
|
2002-05-01 18:15:50 +04:00
|
|
|
"..\src\flstring.h"\
|
2001-10-19 20:26:51 +04:00
|
|
|
".\config.h"\
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\gl_start.cxx
|
|
|
|
DEP_CPP_GL_ST=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_draw.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
2001-10-19 20:26:51 +04:00
|
|
|
"..\FL\gl.h"\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
2001-10-19 20:26:51 +04:00
|
|
|
"..\fl\x.h"\
|
|
|
|
"..\src\Fl_Gl_Choice.H"\
|
|
|
|
".\config.h"\
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\glut_compatability.cxx
|
|
|
|
DEP_CPP_GLUT_=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\Fl_Gl_Window.H"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_image.h"\
|
|
|
|
"..\fl\fl_menu_item.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
2001-10-19 20:26:51 +04:00
|
|
|
"..\fl\glut.h"\
|
|
|
|
".\config.h"\
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\glut_font.cxx
|
|
|
|
DEP_CPP_GLUT_F=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\Fl_Gl_Window.H"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
2001-10-19 20:26:51 +04:00
|
|
|
"..\FL\gl.h"\
|
|
|
|
"..\fl\glut.h"\
|
|
|
|
".\config.h"\
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
SOURCE=..\src\numericsort.c
|
1999-02-18 17:26:52 +03:00
|
|
|
DEP_CPP_NUMER=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\filename.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
1999-02-18 17:26:52 +03:00
|
|
|
".\config.h"\
|
2004-04-11 01:35:45 +04:00
|
|
|
|
|
|
|
NODEP_CPP_NUMER=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\..\..\..\..\usr\include\dirent.h"\
|
1999-02-18 17:26:52 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\src\scandir.c
|
1999-02-17 01:00:04 +03:00
|
|
|
DEP_CPP_SCAND=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\fl\filename.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
2001-11-29 03:24:43 +03:00
|
|
|
"..\src\flstring.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
"..\src\scandir_win32.c"\
|
|
|
|
".\config.h"\
|
2004-04-11 01:35:45 +04:00
|
|
|
|
|
|
|
NODEP_CPP_SCAND=\
|
2006-05-05 17:41:04 +04:00
|
|
|
"..\..\..\..\..\usr\include\dirent.h"\
|
1999-02-19 01:07:40 +03:00
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2006-05-05 17:41:04 +04:00
|
|
|
SOURCE=..\src\screen_xywh.cxx
|
|
|
|
DEP_CPP_SCREE=\
|
|
|
|
"..\fl\enumerations.h"\
|
|
|
|
"..\fl\fl.h"\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\fl\fl_group.h"\
|
|
|
|
"..\fl\fl_widget.h"\
|
|
|
|
"..\fl\fl_window.h"\
|
|
|
|
"..\fl\mac.H"\
|
|
|
|
"..\fl\win32.h"\
|
|
|
|
"..\fl\x.h"\
|
1999-02-17 01:00:04 +03:00
|
|
|
".\config.h"\
|
|
|
|
|
2005-03-31 20:01:24 +04:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2006-05-05 17:41:04 +04:00
|
|
|
SOURCE=..\src\vsnprintf.c
|
|
|
|
DEP_CPP_VSNPR=\
|
|
|
|
"..\fl\fl_export.h"\
|
|
|
|
"..\src\flstring.h"\
|
|
|
|
".\config.h"\
|
|
|
|
|
1999-01-04 22:25:40 +03:00
|
|
|
# End Source File
|
|
|
|
# End Target
|
|
|
|
# End Project
|