UPPDIR1 = /root/upp/uppsrc/

UPPOUT = ./ideout/
CINC =  -I$(UPPDIR1) -I/usr/include -I/usr/X11R6/include/ -I/usr/include/freetype2 
Macro =  -DflagGUI -DflagGCC32 -DflagSHARED -DflagLINUX
CC = c++ -c -O1 -ffunction-sections -DflagNOGTK
CFLAGS = $(CC) -x c
CPPFLAGS = $(CC) -x c++
LIBPATH =  -L"/usr/lib" -L"/usr/X11R6/lib"
AR = ar -sr
OutDir_ide = $(UPPOUT)ide/GCC33-Gcc32-Gui-Linux-Main-Shared/
Macro_ide = $(Macro) -DflagMAIN
OutDir_ide_Common = $(UPPOUT)ide/Common/GCC33-Gcc32-Gui-Linux-Shared/
Macro_ide_Common = $(Macro)
OutDir_ide_LayDes = $(UPPOUT)ide/LayDes/GCC33-Gcc32-Gui-Linux-Shared/
Macro_ide_LayDes = $(Macro)
OutDir_ide_IconDes = $(UPPOUT)ide/IconDes/GCC33-Gcc32-Gui-Linux-Shared/
Macro_ide_IconDes = $(Macro)
OutDir_ide_Builders = $(UPPOUT)ide/Builders/GCC33-Gcc32-Gui-Linux-Shared/
Macro_ide_Builders = $(Macro)
OutDir_ide_Debuggers = $(UPPOUT)ide/Debuggers/GCC33-Gcc32-Gui-Linux-Shared/
Macro_ide_Debuggers = $(Macro)
OutDir_ide_Browser = $(UPPOUT)ide/Browser/GCC33-Gcc32-Gui-Linux-Shared/
Macro_ide_Browser = $(Macro)
OutDir_CodeEditor = $(UPPOUT)CodeEditor/GCC33-Gcc32-Gui-Linux-Shared/
Macro_CodeEditor = $(Macro)
OutDir_CtrlLib = $(UPPOUT)CtrlLib/GCC33-Gcc32-Gui-Linux-Shared/
Macro_CtrlLib = $(Macro)
OutDir_Web = $(UPPOUT)Web/GCC33-Gcc32-Gui-Linux-Shared/
Macro_Web = $(Macro)
OutDir_plugin_bz2 = $(UPPOUT)plugin/bz2/GCC33-Gcc32-Gui-Linux-Shared/
Macro_plugin_bz2 = $(Macro)
OutDir_HexView = $(UPPOUT)HexView/GCC33-Gcc32-Gui-Linux-Shared/
Macro_HexView = $(Macro)
OutDir_Esc = $(UPPOUT)Esc/GCC33-Gcc32-Gui-Linux-Shared/
Macro_Esc = $(Macro)
OutDir_Core = $(UPPOUT)Core/GCC33-Gcc32-Gui-Linux-Shared/
Macro_Core = $(Macro)
OutDir_plugin_z = $(UPPOUT)plugin/z/GCC33-Gcc32-Gui-Linux-Shared/
Macro_plugin_z = $(Macro)
OutDir_RichEdit = $(UPPOUT)RichEdit/GCC33-Gcc32-Gui-Linux-Shared/
Macro_RichEdit = $(Macro)
OutDir_IconDes = $(UPPOUT)IconDes/GCC33-Gcc32-Gui-Linux-Shared/
Macro_IconDes = $(Macro)
OutDir_coff_binobj = $(UPPOUT)coff/binobj/GCC33-Gcc32-Gui-Linux-Shared/
Macro_coff_binobj = $(Macro)
OutDir_coff = $(UPPOUT)coff/GCC33-Gcc32-Gui-Linux-Shared/
Macro_coff = $(Macro)
OutDir_plugin_ndisasm = $(UPPOUT)plugin/ndisasm/GCC33-Gcc32-Gui-Linux-Shared/
Macro_plugin_ndisasm = $(Macro)
OutDir_CppBase = $(UPPOUT)CppBase/GCC33-Gcc32-Gui-Linux-Shared/
Macro_CppBase = $(Macro)
OutDir_PdfDraw = $(UPPOUT)PdfDraw/GCC33-Gcc32-Gui-Linux-Shared/
Macro_PdfDraw = $(Macro)
OutDir_Draw = $(UPPOUT)Draw/GCC33-Gcc32-Gui-Linux-Shared/
Macro_Draw = $(Macro)
OutDir_plugin_bmp = $(UPPOUT)plugin/bmp/GCC33-Gcc32-Gui-Linux-Shared/
Macro_plugin_bmp = $(Macro)
OutDir_CtrlCore = $(UPPOUT)CtrlCore/GCC33-Gcc32-Gui-Linux-Shared/
Macro_CtrlCore = $(Macro)
OutDir_RichText = $(UPPOUT)RichText/GCC33-Gcc32-Gui-Linux-Shared/
Macro_RichText = $(Macro)
OutDir_plugin_png = $(UPPOUT)plugin/png/GCC33-Gcc32-Gui-Linux-Shared/
Macro_plugin_png = $(Macro)

OutDir = $(OutDir_ide)
OutFile = $(OutDir)ide

.PHONY: all
all: install $(OutFile)

.PHONY: install
install:
	-mkdir -p $(OutDir)
	-mkdir -p $(OutDir_ide)
	-mkdir -p $(OutDir_ide_Common)
	-mkdir -p $(OutDir_ide_LayDes)
	-mkdir -p $(OutDir_ide_IconDes)
	-mkdir -p $(OutDir_ide_Builders)
	-mkdir -p $(OutDir_ide_Debuggers)
	-mkdir -p $(OutDir_ide_Browser)
	-mkdir -p $(OutDir_CodeEditor)
	-mkdir -p $(OutDir_CtrlLib)
	-mkdir -p $(OutDir_Web)
	-mkdir -p $(OutDir_plugin_bz2)
	-mkdir -p $(OutDir_HexView)
	-mkdir -p $(OutDir_Esc)
	-mkdir -p $(OutDir_Core)
	-mkdir -p $(OutDir_plugin_z)
	-mkdir -p $(OutDir_RichEdit)
	-mkdir -p $(OutDir_IconDes)
	-mkdir -p $(OutDir_coff_binobj)
	-mkdir -p $(OutDir_coff)
	-mkdir -p $(OutDir_plugin_ndisasm)
	-mkdir -p $(OutDir_CppBase)
	-mkdir -p $(OutDir_PdfDraw)
	-mkdir -p $(OutDir_Draw)
	-mkdir -p $(OutDir_plugin_bmp)
	-mkdir -p $(OutDir_CtrlCore)
	-mkdir -p $(OutDir_RichText)
	-mkdir -p $(OutDir_plugin_png)

$(OutFile):  \
	$(OutDir_ide)SelectPkg.o \
	$(OutDir_ide)UppWspc.o \
	$(OutDir_ide)UppDlg.o \
	$(OutDir_ide)Template.o \
	$(OutDir_ide)FindInFiles.o \
	$(OutDir_ide)Console.o \
	$(OutDir_ide)ide.o \
	$(OutDir_ide)idefile.o \
	$(OutDir_ide)QuickTabs.o \
	$(OutDir_ide)Bottom.o \
	$(OutDir_ide)t.o \
	$(OutDir_ide)Assist.o \
	$(OutDir_ide)Virtuals.o \
	$(OutDir_ide)Thisbacks.o \
	$(OutDir_ide)Goto.o \
	$(OutDir_ide)Setup.o \
	$(OutDir_ide)Custom.o \
	$(OutDir_ide)idetool.o \
	$(OutDir_ide)Install.o \
	$(OutDir_ide)idebar.o \
	$(OutDir_ide)idewin.o \
	$(OutDir_ide)Help.o \
	$(OutDir_ide)Util.o \
	$(OutDir_ide)Macro.o \
	$(OutDir_ide)Calc.o \
	$(OutDir_ide)Methods.o \
	$(OutDir_ide)AutoSetup.o \
	$(OutDir_ide)OutputMode.o \
	$(OutDir_ide)Host.o \
	$(OutDir_ide)Build.o \
	$(OutDir_ide)Debug.o \
	$(OutDir_ide_Common)Common.a \
	$(OutDir_ide_LayDes)LayDes.a \
	$(OutDir_ide_IconDes)IconDes.a \
	$(OutDir_ide_Builders)Builders.a \
	$(OutDir_ide_Debuggers)Debuggers.a \
	$(OutDir_ide_Browser)Browser.a \
	$(OutDir_CodeEditor)CodeEditor.a \
	$(OutDir_CtrlLib)CtrlLib.o \
	$(OutDir_CtrlLib)CtrlLib.a \
	$(OutDir_Web)Web_init.o \
	$(OutDir_Web)Web.a \
	$(OutDir_plugin_bz2)bz2.a \
	$(OutDir_HexView)HexView.a \
	$(OutDir_Esc)Esc.a \
	$(OutDir_Core)Core.a \
	$(OutDir_plugin_z)z.a \
	$(OutDir_RichEdit)RichEdit.o \
	$(OutDir_RichEdit)RichEdit.a \
	$(OutDir_IconDes)IconDes.a \
	$(OutDir_coff_binobj)binobj.a \
	$(OutDir_coff)coff.a \
	$(OutDir_plugin_ndisasm)ndisasm.a \
	$(OutDir_CppBase)CppBase.a \
	$(OutDir_PdfDraw)PdfReport.o \
	$(OutDir_PdfDraw)PdfDraw.a \
	$(OutDir_Draw)Draw.a \
	$(OutDir_plugin_bmp)BmpReg.o \
	$(OutDir_plugin_bmp)bmp.a \
	$(OutDir_CtrlCore)CtrlCore.o \
	$(OutDir_CtrlCore)CtrlCore.a \
	$(OutDir_RichText)RichImage.o \
	$(OutDir_RichText)RichText.a \
	$(OutDir_plugin_png)pngreg.o \
	$(OutDir_plugin_png)png.a
	c++  -o $(OutFile) -Wl,-s $(LIBPATH) -Wl,-O,2 $(LINKOPTIONS) \
		$(OutDir_ide)SelectPkg.o \
		$(OutDir_ide)UppWspc.o \
		$(OutDir_ide)UppDlg.o \
		$(OutDir_ide)Template.o \
		$(OutDir_ide)FindInFiles.o \
		$(OutDir_ide)Console.o \
		$(OutDir_ide)ide.o \
		$(OutDir_ide)idefile.o \
		$(OutDir_ide)QuickTabs.o \
		$(OutDir_ide)Bottom.o \
		$(OutDir_ide)t.o \
		$(OutDir_ide)Assist.o \
		$(OutDir_ide)Virtuals.o \
		$(OutDir_ide)Thisbacks.o \
		$(OutDir_ide)Goto.o \
		$(OutDir_ide)Setup.o \
		$(OutDir_ide)Custom.o \
		$(OutDir_ide)idetool.o \
		$(OutDir_ide)Install.o \
		$(OutDir_ide)idebar.o \
		$(OutDir_ide)idewin.o \
		$(OutDir_ide)Help.o \
		$(OutDir_ide)Util.o \
		$(OutDir_ide)Macro.o \
		$(OutDir_ide)Calc.o \
		$(OutDir_ide)Methods.o \
		$(OutDir_ide)AutoSetup.o \
		$(OutDir_ide)OutputMode.o \
		$(OutDir_ide)Host.o \
		$(OutDir_ide)Build.o \
		$(OutDir_ide)Debug.o \
		-Wl,--start-group  \
			$(OutDir_ide_Common)Common.a \
			$(OutDir_ide_LayDes)LayDes.a \
			$(OutDir_ide_IconDes)IconDes.a \
			$(OutDir_ide_Builders)Builders.a \
			$(OutDir_ide_Debuggers)Debuggers.a \
			$(OutDir_ide_Browser)Browser.a \
			$(OutDir_CodeEditor)CodeEditor.a \
		$(OutDir_CtrlLib)CtrlLib.o \
			$(OutDir_CtrlLib)CtrlLib.a \
		$(OutDir_Web)Web_init.o \
			$(OutDir_Web)Web.a \
			$(OutDir_plugin_bz2)bz2.a \
			$(OutDir_HexView)HexView.a \
			$(OutDir_Esc)Esc.a \
			$(OutDir_Core)Core.a \
			$(OutDir_plugin_z)z.a \
		$(OutDir_RichEdit)RichEdit.o \
			$(OutDir_RichEdit)RichEdit.a \
			$(OutDir_IconDes)IconDes.a \
			$(OutDir_coff_binobj)binobj.a \
			$(OutDir_coff)coff.a \
			$(OutDir_plugin_ndisasm)ndisasm.a \
			$(OutDir_CppBase)CppBase.a \
		$(OutDir_PdfDraw)PdfReport.o \
			$(OutDir_PdfDraw)PdfDraw.a \
			$(OutDir_Draw)Draw.a \
		$(OutDir_plugin_bmp)BmpReg.o \
			$(OutDir_plugin_bmp)bmp.a \
		$(OutDir_CtrlCore)CtrlCore.o \
			$(OutDir_CtrlCore)CtrlCore.a \
		$(OutDir_RichText)RichImage.o \
			$(OutDir_RichText)RichText.a \
		$(OutDir_plugin_png)pngreg.o \
			$(OutDir_plugin_png)png.a \
			-lpthread \
			-ldl \
			-lz \
			-lX11 \
			-lXft \
			-lfontconfig \
			-lXrender \
			-lfreetype \
			-lexpat \
			-lpng \
		-Wl,--end-group


$(OutDir_ide)SelectPkg.o: $(UPPDIR1)ide/SelectPkg.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/ide.h \
	$(UPPDIR1)ide/ide.iml \
	$(UPPDIR1)ide/ide.key \
	$(UPPDIR1)ide/ide.lay \
	$(UPPDIR1)ide/UppDlg.h \
	$(UPPDIR1)ide/version.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide)  $(UPPDIR1)ide/SelectPkg.cpp -o $(OutDir_ide)SelectPkg.o

$(OutDir_ide)UppWspc.o: $(UPPDIR1)ide/UppWspc.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/ide.h \
	$(UPPDIR1)ide/ide.iml \
	$(UPPDIR1)ide/ide.key \
	$(UPPDIR1)ide/ide.lay \
	$(UPPDIR1)ide/UppDlg.h \
	$(UPPDIR1)ide/version.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide)  $(UPPDIR1)ide/UppWspc.cpp -o $(OutDir_ide)UppWspc.o

$(OutDir_ide)UppDlg.o: $(UPPDIR1)ide/UppDlg.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/ide.h \
	$(UPPDIR1)ide/ide.iml \
	$(UPPDIR1)ide/ide.key \
	$(UPPDIR1)ide/ide.lay \
	$(UPPDIR1)ide/UppDlg.h \
	$(UPPDIR1)ide/version.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide)  $(UPPDIR1)ide/UppDlg.cpp -o $(OutDir_ide)UppDlg.o

$(OutDir_ide)Template.o: $(UPPDIR1)ide/Template.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/ide.h \
	$(UPPDIR1)ide/ide.iml \
	$(UPPDIR1)ide/ide.key \
	$(UPPDIR1)ide/ide.lay \
	$(UPPDIR1)ide/UppDlg.h \
	$(UPPDIR1)ide/version.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide)  $(UPPDIR1)ide/Template.cpp -o $(OutDir_ide)Template.o

$(OutDir_ide)FindInFiles.o: $(UPPDIR1)ide/FindInFiles.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/ide.h \
	$(UPPDIR1)ide/ide.iml \
	$(UPPDIR1)ide/ide.key \
	$(UPPDIR1)ide/ide.lay \
	$(UPPDIR1)ide/UppDlg.h \
	$(UPPDIR1)ide/version.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide)  $(UPPDIR1)ide/FindInFiles.cpp -o $(OutDir_ide)FindInFiles.o

$(OutDir_ide)Console.o: $(UPPDIR1)ide/Console.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/ide.h \
	$(UPPDIR1)ide/ide.iml \
	$(UPPDIR1)ide/ide.key \
	$(UPPDIR1)ide/ide.lay \
	$(UPPDIR1)ide/UppDlg.h \
	$(UPPDIR1)ide/version.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide)  $(UPPDIR1)ide/Console.cpp -o $(OutDir_ide)Console.o

$(OutDir_ide)ide.o: $(UPPDIR1)ide/ide.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/ide.h \
	$(UPPDIR1)ide/ide.iml \
	$(UPPDIR1)ide/ide.key \
	$(UPPDIR1)ide/ide.lay \
	$(UPPDIR1)ide/UppDlg.h \
	$(UPPDIR1)ide/version.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide)  $(UPPDIR1)ide/ide.cpp -o $(OutDir_ide)ide.o

$(OutDir_ide)idefile.o: $(UPPDIR1)ide/idefile.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/ide.h \
	$(UPPDIR1)ide/ide.iml \
	$(UPPDIR1)ide/ide.key \
	$(UPPDIR1)ide/ide.lay \
	$(UPPDIR1)ide/UppDlg.h \
	$(UPPDIR1)ide/version.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide)  $(UPPDIR1)ide/idefile.cpp -o $(OutDir_ide)idefile.o

$(OutDir_ide)QuickTabs.o: $(UPPDIR1)ide/QuickTabs.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/ide.h \
	$(UPPDIR1)ide/ide.iml \
	$(UPPDIR1)ide/ide.key \
	$(UPPDIR1)ide/ide.lay \
	$(UPPDIR1)ide/UppDlg.h \
	$(UPPDIR1)ide/version.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide)  $(UPPDIR1)ide/QuickTabs.cpp -o $(OutDir_ide)QuickTabs.o

$(OutDir_ide)Bottom.o: $(UPPDIR1)ide/Bottom.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/ide.h \
	$(UPPDIR1)ide/ide.iml \
	$(UPPDIR1)ide/ide.key \
	$(UPPDIR1)ide/ide.lay \
	$(UPPDIR1)ide/UppDlg.h \
	$(UPPDIR1)ide/version.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide)  $(UPPDIR1)ide/Bottom.cpp -o $(OutDir_ide)Bottom.o

$(OutDir_ide)t.o: $(UPPDIR1)ide/t.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/ide.h \
	$(UPPDIR1)ide/ide.iml \
	$(UPPDIR1)ide/ide.key \
	$(UPPDIR1)ide/ide.lay \
	$(UPPDIR1)ide/UppDlg.h \
	$(UPPDIR1)ide/version.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide)  $(UPPDIR1)ide/t.cpp -o $(OutDir_ide)t.o

$(OutDir_ide)Assist.o: $(UPPDIR1)ide/Assist.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/ide.h \
	$(UPPDIR1)ide/ide.iml \
	$(UPPDIR1)ide/ide.key \
	$(UPPDIR1)ide/ide.lay \
	$(UPPDIR1)ide/UppDlg.h \
	$(UPPDIR1)ide/version.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide)  $(UPPDIR1)ide/Assist.cpp -o $(OutDir_ide)Assist.o

$(OutDir_ide)Virtuals.o: $(UPPDIR1)ide/Virtuals.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/ide.h \
	$(UPPDIR1)ide/ide.iml \
	$(UPPDIR1)ide/ide.key \
	$(UPPDIR1)ide/ide.lay \
	$(UPPDIR1)ide/UppDlg.h \
	$(UPPDIR1)ide/version.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide)  $(UPPDIR1)ide/Virtuals.cpp -o $(OutDir_ide)Virtuals.o

$(OutDir_ide)Thisbacks.o: $(UPPDIR1)ide/Thisbacks.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/ide.h \
	$(UPPDIR1)ide/ide.iml \
	$(UPPDIR1)ide/ide.key \
	$(UPPDIR1)ide/ide.lay \
	$(UPPDIR1)ide/UppDlg.h \
	$(UPPDIR1)ide/version.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide)  $(UPPDIR1)ide/Thisbacks.cpp -o $(OutDir_ide)Thisbacks.o

$(OutDir_ide)Goto.o: $(UPPDIR1)ide/Goto.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/ide.h \
	$(UPPDIR1)ide/ide.iml \
	$(UPPDIR1)ide/ide.key \
	$(UPPDIR1)ide/ide.lay \
	$(UPPDIR1)ide/UppDlg.h \
	$(UPPDIR1)ide/version.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide)  $(UPPDIR1)ide/Goto.cpp -o $(OutDir_ide)Goto.o

$(OutDir_ide)Setup.o: $(UPPDIR1)ide/Setup.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/ide.h \
	$(UPPDIR1)ide/ide.iml \
	$(UPPDIR1)ide/ide.key \
	$(UPPDIR1)ide/ide.lay \
	$(UPPDIR1)ide/UppDlg.h \
	$(UPPDIR1)ide/version.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide)  $(UPPDIR1)ide/Setup.cpp -o $(OutDir_ide)Setup.o

$(OutDir_ide)Custom.o: $(UPPDIR1)ide/Custom.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/ide.h \
	$(UPPDIR1)ide/ide.iml \
	$(UPPDIR1)ide/ide.key \
	$(UPPDIR1)ide/ide.lay \
	$(UPPDIR1)ide/UppDlg.h \
	$(UPPDIR1)ide/version.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide)  $(UPPDIR1)ide/Custom.cpp -o $(OutDir_ide)Custom.o

$(OutDir_ide)idetool.o: $(UPPDIR1)ide/idetool.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/ide.h \
	$(UPPDIR1)ide/ide.iml \
	$(UPPDIR1)ide/ide.key \
	$(UPPDIR1)ide/ide.lay \
	$(UPPDIR1)ide/UppDlg.h \
	$(UPPDIR1)ide/version.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide)  $(UPPDIR1)ide/idetool.cpp -o $(OutDir_ide)idetool.o

$(OutDir_ide)Install.o: $(UPPDIR1)ide/Install.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/ide.h \
	$(UPPDIR1)ide/ide.iml \
	$(UPPDIR1)ide/ide.key \
	$(UPPDIR1)ide/ide.lay \
	$(UPPDIR1)ide/UppDlg.h \
	$(UPPDIR1)ide/version.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide)  $(UPPDIR1)ide/Install.cpp -o $(OutDir_ide)Install.o

$(OutDir_ide)idebar.o: $(UPPDIR1)ide/idebar.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/akt_.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/key_source.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/ide.h \
	$(UPPDIR1)ide/ide.iml \
	$(UPPDIR1)ide/ide.key \
	$(UPPDIR1)ide/ide.lay \
	$(UPPDIR1)ide/UppDlg.h \
	$(UPPDIR1)ide/version.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide)  $(UPPDIR1)ide/idebar.cpp -o $(OutDir_ide)idebar.o

$(OutDir_ide)idewin.o: $(UPPDIR1)ide/idewin.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/iml_source.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/ide.h \
	$(UPPDIR1)ide/ide.iml \
	$(UPPDIR1)ide/ide.key \
	$(UPPDIR1)ide/ide.lay \
	$(UPPDIR1)ide/UppDlg.h \
	$(UPPDIR1)ide/version.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide)  $(UPPDIR1)ide/idewin.cpp -o $(OutDir_ide)idewin.o

$(OutDir_ide)Help.o: $(UPPDIR1)ide/Help.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/topic_group.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/app.tpp/About$$en-us.tpp \
	$(UPPDIR1)ide/app.tpp/adv$$en-us.tpp \
	$(UPPDIR1)ide/app.tpp/all.i \
	$(UPPDIR1)ide/app.tpp/Assist$$en-us.tpp \
	$(UPPDIR1)ide/app.tpp/BSD$$en-us.tpp \
	$(UPPDIR1)ide/app.tpp/ChangeLog$$en-us.tpp \
	$(UPPDIR1)ide/app.tpp/cmdline$$en-us.tpp \
	$(UPPDIR1)ide/app.tpp/ConfiguringPackagesAssemblies$$en-us.tpp \
	$(UPPDIR1)ide/app.tpp/Contact$$en-us.tpp \
	$(UPPDIR1)ide/app.tpp/CrossComp$$en-gb.tpp \
	$(UPPDIR1)ide/app.tpp/esc$$en-us.tpp \
	$(UPPDIR1)ide/app.tpp/Files$$en-us.tpp \
	$(UPPDIR1)ide/app.tpp/Flags$$en-us.tpp \
	$(UPPDIR1)ide/app.tpp/GettingStarted$$en-us.tpp \
	$(UPPDIR1)ide/app.tpp/GPL$$en-us.tpp \
	$(UPPDIR1)ide/app.tpp/IconDes$$en-us.tpp \
	$(UPPDIR1)ide/app.tpp/index$$en-us.tpp \
	$(UPPDIR1)ide/app.tpp/install$$en-us.tpp \
	$(UPPDIR1)ide/app.tpp/IntroductionToUPP$$en-us.tpp \
	$(UPPDIR1)ide/app.tpp/Keys$$en-us.tpp \
	$(UPPDIR1)ide/app.tpp/macros$$en-us.tpp \
	$(UPPDIR1)ide/app.tpp/NewProject$$en-us.tpp \
	$(UPPDIR1)ide/app.tpp/PackagesAssembliesAndNests$$en-us.tpp \
	$(UPPDIR1)ide/app.tpp/PackageTemplates$$en-us.tpp \
	$(UPPDIR1)ide/app.tpp/Sponsor$$en-us.tpp \
	$(UPPDIR1)ide/app.tpp/Topic$$en-us.tpp \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/ide.h \
	$(UPPDIR1)ide/ide.iml \
	$(UPPDIR1)ide/ide.key \
	$(UPPDIR1)ide/ide.lay \
	$(UPPDIR1)ide/UppDlg.h \
	$(UPPDIR1)ide/version.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide)  $(UPPDIR1)ide/Help.cpp -o $(OutDir_ide)Help.o

$(OutDir_ide)Util.o: $(UPPDIR1)ide/Util.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/ide.h \
	$(UPPDIR1)ide/ide.iml \
	$(UPPDIR1)ide/ide.key \
	$(UPPDIR1)ide/ide.lay \
	$(UPPDIR1)ide/UppDlg.h \
	$(UPPDIR1)ide/version.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide)  $(UPPDIR1)ide/Util.cpp -o $(OutDir_ide)Util.o

$(OutDir_ide)Macro.o: $(UPPDIR1)ide/Macro.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/ide.h \
	$(UPPDIR1)ide/ide.iml \
	$(UPPDIR1)ide/ide.key \
	$(UPPDIR1)ide/ide.lay \
	$(UPPDIR1)ide/UppDlg.h \
	$(UPPDIR1)ide/version.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide)  $(UPPDIR1)ide/Macro.cpp -o $(OutDir_ide)Macro.o

$(OutDir_ide)Calc.o: $(UPPDIR1)ide/Calc.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/ide.h \
	$(UPPDIR1)ide/ide.iml \
	$(UPPDIR1)ide/ide.key \
	$(UPPDIR1)ide/ide.lay \
	$(UPPDIR1)ide/UppDlg.h \
	$(UPPDIR1)ide/version.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide)  $(UPPDIR1)ide/Calc.cpp -o $(OutDir_ide)Calc.o

$(OutDir_ide)Methods.o: $(UPPDIR1)ide/Methods.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/ide.h \
	$(UPPDIR1)ide/ide.iml \
	$(UPPDIR1)ide/ide.key \
	$(UPPDIR1)ide/ide.lay \
	$(UPPDIR1)ide/UppDlg.h \
	$(UPPDIR1)ide/version.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide)  $(UPPDIR1)ide/Methods.cpp -o $(OutDir_ide)Methods.o

$(OutDir_ide)AutoSetup.o: $(UPPDIR1)ide/AutoSetup.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/ide.h \
	$(UPPDIR1)ide/ide.iml \
	$(UPPDIR1)ide/ide.key \
	$(UPPDIR1)ide/ide.lay \
	$(UPPDIR1)ide/UppDlg.h \
	$(UPPDIR1)ide/version.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide)  $(UPPDIR1)ide/AutoSetup.cpp -o $(OutDir_ide)AutoSetup.o

$(OutDir_ide)OutputMode.o: $(UPPDIR1)ide/OutputMode.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/ide.h \
	$(UPPDIR1)ide/ide.iml \
	$(UPPDIR1)ide/ide.key \
	$(UPPDIR1)ide/ide.lay \
	$(UPPDIR1)ide/UppDlg.h \
	$(UPPDIR1)ide/version.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide)  $(UPPDIR1)ide/OutputMode.cpp -o $(OutDir_ide)OutputMode.o

$(OutDir_ide)Host.o: $(UPPDIR1)ide/Host.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/ide.h \
	$(UPPDIR1)ide/ide.iml \
	$(UPPDIR1)ide/ide.key \
	$(UPPDIR1)ide/ide.lay \
	$(UPPDIR1)ide/UppDlg.h \
	$(UPPDIR1)ide/version.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/bz2/bz2.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide)  $(UPPDIR1)ide/Host.cpp -o $(OutDir_ide)Host.o

$(OutDir_ide)Build.o: $(UPPDIR1)ide/Build.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/ide.h \
	$(UPPDIR1)ide/ide.iml \
	$(UPPDIR1)ide/ide.key \
	$(UPPDIR1)ide/ide.lay \
	$(UPPDIR1)ide/UppDlg.h \
	$(UPPDIR1)ide/version.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/bz2/bz2.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide)  $(UPPDIR1)ide/Build.cpp -o $(OutDir_ide)Build.o

$(OutDir_ide)Debug.o: $(UPPDIR1)ide/Debug.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/ide.h \
	$(UPPDIR1)ide/ide.iml \
	$(UPPDIR1)ide/ide.key \
	$(UPPDIR1)ide/ide.lay \
	$(UPPDIR1)ide/UppDlg.h \
	$(UPPDIR1)ide/version.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide)  $(UPPDIR1)ide/Debug.cpp -o $(OutDir_ide)Debug.o

$(OutDir_ide_Common)Common.o: $(UPPDIR1)ide/Common/Common.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/iml_source.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Common)  $(UPPDIR1)ide/Common/Common.cpp -o $(OutDir_ide_Common)Common.o

$(OutDir_ide_Common)Hdepend.o: $(UPPDIR1)ide/Common/Hdepend.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Common)  $(UPPDIR1)ide/Common/Hdepend.cpp -o $(OutDir_ide_Common)Hdepend.o

$(OutDir_ide_Common)Package.o: $(UPPDIR1)ide/Common/Package.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Common)  $(UPPDIR1)ide/Common/Package.cpp -o $(OutDir_ide_Common)Package.o

$(OutDir_ide_Common)Workspace.o: $(UPPDIR1)ide/Common/Workspace.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Common)  $(UPPDIR1)ide/Common/Workspace.cpp -o $(OutDir_ide_Common)Workspace.o

$(OutDir_ide_Common)usc.o: $(UPPDIR1)ide/Common/usc.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Common)  $(UPPDIR1)ide/Common/usc.cpp -o $(OutDir_ide_Common)usc.o

$(OutDir_ide_Common)ComDlg.o: $(UPPDIR1)ide/Common/ComDlg.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Common)  $(UPPDIR1)ide/Common/ComDlg.cpp -o $(OutDir_ide_Common)ComDlg.o

$(OutDir_ide_Common)Common.a: \
	$(OutDir_ide_Common)Common.o \
	$(OutDir_ide_Common)Hdepend.o \
	$(OutDir_ide_Common)Package.o \
	$(OutDir_ide_Common)Workspace.o \
	$(OutDir_ide_Common)usc.o \
	$(OutDir_ide_Common)ComDlg.o
	$(AR) $(OutDir_ide_Common)Common.a \
		$(OutDir_ide_Common)Common.o \
		$(OutDir_ide_Common)Hdepend.o \
		$(OutDir_ide_Common)Package.o \
		$(OutDir_ide_Common)Workspace.o \
		$(OutDir_ide_Common)usc.o \
		$(OutDir_ide_Common)ComDlg.o

$(OutDir_ide_LayDes)sdiff.o: $(UPPDIR1)ide/LayDes/sdiff.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)IconDes/IconDes.h \
	$(UPPDIR1)IconDes/IconDes.iml \
	$(UPPDIR1)IconDes/IconDes.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/LayDes/LayDes.h \
	$(UPPDIR1)ide/LayDes/LayDes.iml \
	$(UPPDIR1)ide/LayDes/laydes.key \
	$(UPPDIR1)ide/LayDes/LayDes.lay \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_LayDes)  $(UPPDIR1)ide/LayDes/sdiff.cpp -o $(OutDir_ide_LayDes)sdiff.o

$(OutDir_ide_LayDes)laylib.o: $(UPPDIR1)ide/LayDes/laylib.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)IconDes/IconDes.h \
	$(UPPDIR1)IconDes/IconDes.iml \
	$(UPPDIR1)IconDes/IconDes.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/LayDes/LayDes.h \
	$(UPPDIR1)ide/LayDes/LayDes.iml \
	$(UPPDIR1)ide/LayDes/laydes.key \
	$(UPPDIR1)ide/LayDes/LayDes.lay \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_LayDes)  $(UPPDIR1)ide/LayDes/laylib.cpp -o $(OutDir_ide_LayDes)laylib.o

$(OutDir_ide_LayDes)layusc.o: $(UPPDIR1)ide/LayDes/layusc.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)IconDes/IconDes.h \
	$(UPPDIR1)IconDes/IconDes.iml \
	$(UPPDIR1)IconDes/IconDes.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/LayDes/LayDes.h \
	$(UPPDIR1)ide/LayDes/LayDes.iml \
	$(UPPDIR1)ide/LayDes/laydes.key \
	$(UPPDIR1)ide/LayDes/LayDes.lay \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_LayDes)  $(UPPDIR1)ide/LayDes/layusc.cpp -o $(OutDir_ide_LayDes)layusc.o

$(OutDir_ide_LayDes)property.o: $(UPPDIR1)ide/LayDes/property.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)IconDes/IconDes.h \
	$(UPPDIR1)IconDes/IconDes.iml \
	$(UPPDIR1)IconDes/IconDes.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/LayDes/LayDes.h \
	$(UPPDIR1)ide/LayDes/LayDes.iml \
	$(UPPDIR1)ide/LayDes/laydes.key \
	$(UPPDIR1)ide/LayDes/LayDes.lay \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_LayDes)  $(UPPDIR1)ide/LayDes/property.cpp -o $(OutDir_ide_LayDes)property.o

$(OutDir_ide_LayDes)textprop.o: $(UPPDIR1)ide/LayDes/textprop.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)IconDes/IconDes.h \
	$(UPPDIR1)IconDes/IconDes.iml \
	$(UPPDIR1)IconDes/IconDes.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/LayDes/LayDes.h \
	$(UPPDIR1)ide/LayDes/LayDes.iml \
	$(UPPDIR1)ide/LayDes/laydes.key \
	$(UPPDIR1)ide/LayDes/LayDes.lay \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_LayDes)  $(UPPDIR1)ide/LayDes/textprop.cpp -o $(OutDir_ide_LayDes)textprop.o

$(OutDir_ide_LayDes)fontprop.o: $(UPPDIR1)ide/LayDes/fontprop.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)IconDes/IconDes.h \
	$(UPPDIR1)IconDes/IconDes.iml \
	$(UPPDIR1)IconDes/IconDes.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/LayDes/LayDes.h \
	$(UPPDIR1)ide/LayDes/LayDes.iml \
	$(UPPDIR1)ide/LayDes/laydes.key \
	$(UPPDIR1)ide/LayDes/LayDes.lay \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_LayDes)  $(UPPDIR1)ide/LayDes/fontprop.cpp -o $(OutDir_ide_LayDes)fontprop.o

$(OutDir_ide_LayDes)propane.o: $(UPPDIR1)ide/LayDes/propane.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)IconDes/IconDes.h \
	$(UPPDIR1)IconDes/IconDes.iml \
	$(UPPDIR1)IconDes/IconDes.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/LayDes/LayDes.h \
	$(UPPDIR1)ide/LayDes/LayDes.iml \
	$(UPPDIR1)ide/LayDes/laydes.key \
	$(UPPDIR1)ide/LayDes/LayDes.lay \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_LayDes)  $(UPPDIR1)ide/LayDes/propane.cpp -o $(OutDir_ide_LayDes)propane.o

$(OutDir_ide_LayDes)item.o: $(UPPDIR1)ide/LayDes/item.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)IconDes/IconDes.h \
	$(UPPDIR1)IconDes/IconDes.iml \
	$(UPPDIR1)IconDes/IconDes.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/LayDes/LayDes.h \
	$(UPPDIR1)ide/LayDes/LayDes.iml \
	$(UPPDIR1)ide/LayDes/laydes.key \
	$(UPPDIR1)ide/LayDes/LayDes.lay \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_LayDes)  $(UPPDIR1)ide/LayDes/item.cpp -o $(OutDir_ide_LayDes)item.o

$(OutDir_ide_LayDes)layout.o: $(UPPDIR1)ide/LayDes/layout.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)IconDes/IconDes.h \
	$(UPPDIR1)IconDes/IconDes.iml \
	$(UPPDIR1)IconDes/IconDes.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/LayDes/LayDes.h \
	$(UPPDIR1)ide/LayDes/LayDes.iml \
	$(UPPDIR1)ide/LayDes/laydes.key \
	$(UPPDIR1)ide/LayDes/LayDes.lay \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_LayDes)  $(UPPDIR1)ide/LayDes/layout.cpp -o $(OutDir_ide_LayDes)layout.o

$(OutDir_ide_LayDes)visgen.o: $(UPPDIR1)ide/LayDes/visgen.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)IconDes/IconDes.h \
	$(UPPDIR1)IconDes/IconDes.iml \
	$(UPPDIR1)IconDes/IconDes.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/LayDes/LayDes.h \
	$(UPPDIR1)ide/LayDes/LayDes.iml \
	$(UPPDIR1)ide/LayDes/laydes.key \
	$(UPPDIR1)ide/LayDes/LayDes.lay \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_LayDes)  $(UPPDIR1)ide/LayDes/visgen.cpp -o $(OutDir_ide_LayDes)visgen.o

$(OutDir_ide_LayDes)laydes.o: $(UPPDIR1)ide/LayDes/laydes.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/iml_source.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)IconDes/IconDes.h \
	$(UPPDIR1)IconDes/IconDes.iml \
	$(UPPDIR1)IconDes/IconDes.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/LayDes/LayDes.h \
	$(UPPDIR1)ide/LayDes/LayDes.iml \
	$(UPPDIR1)ide/LayDes/laydes.key \
	$(UPPDIR1)ide/LayDes/LayDes.lay \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_LayDes)  $(UPPDIR1)ide/LayDes/laydes.cpp -o $(OutDir_ide_LayDes)laydes.o

$(OutDir_ide_LayDes)layfile.o: $(UPPDIR1)ide/LayDes/layfile.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)IconDes/IconDes.h \
	$(UPPDIR1)IconDes/IconDes.iml \
	$(UPPDIR1)IconDes/IconDes.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/LayDes/LayDes.h \
	$(UPPDIR1)ide/LayDes/LayDes.iml \
	$(UPPDIR1)ide/LayDes/laydes.key \
	$(UPPDIR1)ide/LayDes/LayDes.lay \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_LayDes)  $(UPPDIR1)ide/LayDes/layfile.cpp -o $(OutDir_ide_LayDes)layfile.o

$(OutDir_ide_LayDes)laywin.o: $(UPPDIR1)ide/LayDes/laywin.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/akt_.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/key_source.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)IconDes/IconDes.h \
	$(UPPDIR1)IconDes/IconDes.iml \
	$(UPPDIR1)IconDes/IconDes.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/LayDes/LayDes.h \
	$(UPPDIR1)ide/LayDes/LayDes.iml \
	$(UPPDIR1)ide/LayDes/laydes.key \
	$(UPPDIR1)ide/LayDes/LayDes.lay \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_LayDes)  $(UPPDIR1)ide/LayDes/laywin.cpp -o $(OutDir_ide_LayDes)laywin.o

$(OutDir_ide_LayDes)LayDes.a: \
	$(OutDir_ide_LayDes)sdiff.o \
	$(OutDir_ide_LayDes)laylib.o \
	$(OutDir_ide_LayDes)layusc.o \
	$(OutDir_ide_LayDes)property.o \
	$(OutDir_ide_LayDes)textprop.o \
	$(OutDir_ide_LayDes)fontprop.o \
	$(OutDir_ide_LayDes)propane.o \
	$(OutDir_ide_LayDes)item.o \
	$(OutDir_ide_LayDes)layout.o \
	$(OutDir_ide_LayDes)visgen.o \
	$(OutDir_ide_LayDes)laydes.o \
	$(OutDir_ide_LayDes)layfile.o \
	$(OutDir_ide_LayDes)laywin.o
	$(AR) $(OutDir_ide_LayDes)LayDes.a \
		$(OutDir_ide_LayDes)sdiff.o \
		$(OutDir_ide_LayDes)laylib.o \
		$(OutDir_ide_LayDes)layusc.o \
		$(OutDir_ide_LayDes)property.o \
		$(OutDir_ide_LayDes)textprop.o \
		$(OutDir_ide_LayDes)fontprop.o \
		$(OutDir_ide_LayDes)propane.o \
		$(OutDir_ide_LayDes)item.o \
		$(OutDir_ide_LayDes)layout.o \
		$(OutDir_ide_LayDes)visgen.o \
		$(OutDir_ide_LayDes)laydes.o \
		$(OutDir_ide_LayDes)layfile.o \
		$(OutDir_ide_LayDes)laywin.o

$(OutDir_ide_IconDes)IdeDes.o: $(UPPDIR1)ide/IconDes/IdeDes.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)IconDes/IconDes.h \
	$(UPPDIR1)IconDes/IconDes.iml \
	$(UPPDIR1)IconDes/IconDes.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/IconDes/IconDes.h \
	$(UPPDIR1)plugin/bmp/bmp.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_IconDes)  $(UPPDIR1)ide/IconDes/IdeDes.cpp -o $(OutDir_ide_IconDes)IdeDes.o

$(OutDir_ide_IconDes)IconDes.a: \
	$(OutDir_ide_IconDes)IdeDes.o
	$(AR) $(OutDir_ide_IconDes)IconDes.a \
		$(OutDir_ide_IconDes)IdeDes.o

$(OutDir_ide_Builders)CppBuilder.o: $(UPPDIR1)ide/Builders/CppBuilder.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Builders/Builders.h \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Builders)  $(UPPDIR1)ide/Builders/CppBuilder.cpp -o $(OutDir_ide_Builders)CppBuilder.o

$(OutDir_ide_Builders)GccBuilder.o: $(UPPDIR1)ide/Builders/GccBuilder.cpp \
	$(UPPDIR1)coff/binobj/binobj.h \
	$(UPPDIR1)coff/coff.h \
	$(UPPDIR1)coff/defs.h \
	$(UPPDIR1)coff/lib.h \
	$(UPPDIR1)coff/stab.def \
	$(UPPDIR1)coff/util.h \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Builders/Builders.h \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)plugin/bz2/bz2.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Builders)  $(UPPDIR1)ide/Builders/GccBuilder.cpp -o $(OutDir_ide_Builders)GccBuilder.o

$(OutDir_ide_Builders)MscBuilder.o: $(UPPDIR1)ide/Builders/MscBuilder.cpp \
	$(UPPDIR1)coff/binobj/binobj.h \
	$(UPPDIR1)coff/coff.h \
	$(UPPDIR1)coff/defs.h \
	$(UPPDIR1)coff/lib.h \
	$(UPPDIR1)coff/stab.def \
	$(UPPDIR1)coff/util.h \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Builders/Builders.h \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Builders)  $(UPPDIR1)ide/Builders/MscBuilder.cpp -o $(OutDir_ide_Builders)MscBuilder.o

$(OutDir_ide_Builders)JavaBuilder.o: $(UPPDIR1)ide/Builders/JavaBuilder.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Builders/Builders.h \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Builders)  $(UPPDIR1)ide/Builders/JavaBuilder.cpp -o $(OutDir_ide_Builders)JavaBuilder.o

$(OutDir_ide_Builders)ScriptBuilder.o: $(UPPDIR1)ide/Builders/ScriptBuilder.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Builders/Builders.h \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Builders)  $(UPPDIR1)ide/Builders/ScriptBuilder.cpp -o $(OutDir_ide_Builders)ScriptBuilder.o

$(OutDir_ide_Builders)Builders.a: \
	$(OutDir_ide_Builders)CppBuilder.o \
	$(OutDir_ide_Builders)GccBuilder.o \
	$(OutDir_ide_Builders)MscBuilder.o \
	$(OutDir_ide_Builders)JavaBuilder.o \
	$(OutDir_ide_Builders)ScriptBuilder.o
	$(AR) $(OutDir_ide_Builders)Builders.a \
		$(OutDir_ide_Builders)CppBuilder.o \
		$(OutDir_ide_Builders)GccBuilder.o \
		$(OutDir_ide_Builders)MscBuilder.o \
		$(OutDir_ide_Builders)JavaBuilder.o \
		$(OutDir_ide_Builders)ScriptBuilder.o

$(OutDir_ide_Debuggers)Disas.o: $(UPPDIR1)ide/Debuggers/Disas.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)HexView/HexView.h \
	$(UPPDIR1)HexView/HexView.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/Debuggers/cvconst.h \
	$(UPPDIR1)ide/Debuggers/Debuggers.h \
	$(UPPDIR1)ide/Debuggers/Debuggers.iml \
	$(UPPDIR1)ide/Debuggers/Gdb.lay \
	$(UPPDIR1)ide/Debuggers/Pdb.h \
	$(UPPDIR1)ide/Debuggers/Pdb.key \
	$(UPPDIR1)plugin/ndisasm/ndisasm.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Debuggers)  $(UPPDIR1)ide/Debuggers/Disas.cpp -o $(OutDir_ide_Debuggers)Disas.o

$(OutDir_ide_Debuggers)Dbg.o: $(UPPDIR1)ide/Debuggers/Dbg.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/iml_source.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)HexView/HexView.h \
	$(UPPDIR1)HexView/HexView.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/Debuggers/cvconst.h \
	$(UPPDIR1)ide/Debuggers/Debuggers.h \
	$(UPPDIR1)ide/Debuggers/Debuggers.iml \
	$(UPPDIR1)ide/Debuggers/Gdb.lay \
	$(UPPDIR1)ide/Debuggers/Pdb.h \
	$(UPPDIR1)ide/Debuggers/Pdb.key \
	$(UPPDIR1)plugin/ndisasm/ndisasm.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Debuggers)  $(UPPDIR1)ide/Debuggers/Dbg.cpp -o $(OutDir_ide_Debuggers)Dbg.o

$(OutDir_ide_Debuggers)Gdb.o: $(UPPDIR1)ide/Debuggers/Gdb.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)HexView/HexView.h \
	$(UPPDIR1)HexView/HexView.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/Debuggers/cvconst.h \
	$(UPPDIR1)ide/Debuggers/Debuggers.h \
	$(UPPDIR1)ide/Debuggers/Debuggers.iml \
	$(UPPDIR1)ide/Debuggers/Gdb.lay \
	$(UPPDIR1)ide/Debuggers/Pdb.h \
	$(UPPDIR1)ide/Debuggers/Pdb.key \
	$(UPPDIR1)plugin/ndisasm/ndisasm.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Debuggers)  $(UPPDIR1)ide/Debuggers/Gdb.cpp -o $(OutDir_ide_Debuggers)Gdb.o

$(OutDir_ide_Debuggers)Debug.o: $(UPPDIR1)ide/Debuggers/Debug.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)HexView/HexView.h \
	$(UPPDIR1)HexView/HexView.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/Debuggers/cvconst.h \
	$(UPPDIR1)ide/Debuggers/Debuggers.h \
	$(UPPDIR1)ide/Debuggers/Debuggers.iml \
	$(UPPDIR1)ide/Debuggers/Gdb.lay \
	$(UPPDIR1)ide/Debuggers/Pdb.h \
	$(UPPDIR1)ide/Debuggers/Pdb.key \
	$(UPPDIR1)plugin/ndisasm/ndisasm.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Debuggers)  $(UPPDIR1)ide/Debuggers/Debug.cpp -o $(OutDir_ide_Debuggers)Debug.o

$(OutDir_ide_Debuggers)Mem.o: $(UPPDIR1)ide/Debuggers/Mem.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)HexView/HexView.h \
	$(UPPDIR1)HexView/HexView.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/Debuggers/cvconst.h \
	$(UPPDIR1)ide/Debuggers/Debuggers.h \
	$(UPPDIR1)ide/Debuggers/Debuggers.iml \
	$(UPPDIR1)ide/Debuggers/Gdb.lay \
	$(UPPDIR1)ide/Debuggers/Pdb.h \
	$(UPPDIR1)ide/Debuggers/Pdb.key \
	$(UPPDIR1)plugin/ndisasm/ndisasm.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Debuggers)  $(UPPDIR1)ide/Debuggers/Mem.cpp -o $(OutDir_ide_Debuggers)Mem.o

$(OutDir_ide_Debuggers)Sym.o: $(UPPDIR1)ide/Debuggers/Sym.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)HexView/HexView.h \
	$(UPPDIR1)HexView/HexView.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/Debuggers/cvconst.h \
	$(UPPDIR1)ide/Debuggers/Debuggers.h \
	$(UPPDIR1)ide/Debuggers/Debuggers.iml \
	$(UPPDIR1)ide/Debuggers/Gdb.lay \
	$(UPPDIR1)ide/Debuggers/Pdb.h \
	$(UPPDIR1)ide/Debuggers/Pdb.key \
	$(UPPDIR1)plugin/ndisasm/ndisasm.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Debuggers)  $(UPPDIR1)ide/Debuggers/Sym.cpp -o $(OutDir_ide_Debuggers)Sym.o

$(OutDir_ide_Debuggers)Exp.o: $(UPPDIR1)ide/Debuggers/Exp.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)HexView/HexView.h \
	$(UPPDIR1)HexView/HexView.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/Debuggers/cvconst.h \
	$(UPPDIR1)ide/Debuggers/Debuggers.h \
	$(UPPDIR1)ide/Debuggers/Debuggers.iml \
	$(UPPDIR1)ide/Debuggers/Gdb.lay \
	$(UPPDIR1)ide/Debuggers/Pdb.h \
	$(UPPDIR1)ide/Debuggers/Pdb.key \
	$(UPPDIR1)plugin/ndisasm/ndisasm.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Debuggers)  $(UPPDIR1)ide/Debuggers/Exp.cpp -o $(OutDir_ide_Debuggers)Exp.o

$(OutDir_ide_Debuggers)Visualise.o: $(UPPDIR1)ide/Debuggers/Visualise.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)HexView/HexView.h \
	$(UPPDIR1)HexView/HexView.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/Debuggers/cvconst.h \
	$(UPPDIR1)ide/Debuggers/Debuggers.h \
	$(UPPDIR1)ide/Debuggers/Debuggers.iml \
	$(UPPDIR1)ide/Debuggers/Gdb.lay \
	$(UPPDIR1)ide/Debuggers/Pdb.h \
	$(UPPDIR1)ide/Debuggers/Pdb.key \
	$(UPPDIR1)plugin/ndisasm/ndisasm.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Debuggers)  $(UPPDIR1)ide/Debuggers/Visualise.cpp -o $(OutDir_ide_Debuggers)Visualise.o

$(OutDir_ide_Debuggers)Data.o: $(UPPDIR1)ide/Debuggers/Data.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)HexView/HexView.h \
	$(UPPDIR1)HexView/HexView.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/Debuggers/cvconst.h \
	$(UPPDIR1)ide/Debuggers/Debuggers.h \
	$(UPPDIR1)ide/Debuggers/Debuggers.iml \
	$(UPPDIR1)ide/Debuggers/Gdb.lay \
	$(UPPDIR1)ide/Debuggers/Pdb.h \
	$(UPPDIR1)ide/Debuggers/Pdb.key \
	$(UPPDIR1)plugin/ndisasm/ndisasm.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Debuggers)  $(UPPDIR1)ide/Debuggers/Data.cpp -o $(OutDir_ide_Debuggers)Data.o

$(OutDir_ide_Debuggers)Code.o: $(UPPDIR1)ide/Debuggers/Code.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)HexView/HexView.h \
	$(UPPDIR1)HexView/HexView.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/Debuggers/cvconst.h \
	$(UPPDIR1)ide/Debuggers/Debuggers.h \
	$(UPPDIR1)ide/Debuggers/Debuggers.iml \
	$(UPPDIR1)ide/Debuggers/Gdb.lay \
	$(UPPDIR1)ide/Debuggers/Pdb.h \
	$(UPPDIR1)ide/Debuggers/Pdb.key \
	$(UPPDIR1)plugin/ndisasm/ndisasm.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Debuggers)  $(UPPDIR1)ide/Debuggers/Code.cpp -o $(OutDir_ide_Debuggers)Code.o

$(OutDir_ide_Debuggers)Pdb.o: $(UPPDIR1)ide/Debuggers/Pdb.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/akt_.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/key_header.h \
	$(UPPDIR1)CtrlLib/key_source.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)HexView/HexView.h \
	$(UPPDIR1)HexView/HexView.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)ide/Debuggers/cvconst.h \
	$(UPPDIR1)ide/Debuggers/Debuggers.h \
	$(UPPDIR1)ide/Debuggers/Debuggers.iml \
	$(UPPDIR1)ide/Debuggers/Gdb.lay \
	$(UPPDIR1)ide/Debuggers/Pdb.h \
	$(UPPDIR1)ide/Debuggers/Pdb.key \
	$(UPPDIR1)plugin/ndisasm/ndisasm.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Debuggers)  $(UPPDIR1)ide/Debuggers/Pdb.cpp -o $(OutDir_ide_Debuggers)Pdb.o

$(OutDir_ide_Debuggers)Debuggers.a: \
	$(OutDir_ide_Debuggers)Disas.o \
	$(OutDir_ide_Debuggers)Dbg.o \
	$(OutDir_ide_Debuggers)Gdb.o \
	$(OutDir_ide_Debuggers)Debug.o \
	$(OutDir_ide_Debuggers)Mem.o \
	$(OutDir_ide_Debuggers)Sym.o \
	$(OutDir_ide_Debuggers)Exp.o \
	$(OutDir_ide_Debuggers)Visualise.o \
	$(OutDir_ide_Debuggers)Data.o \
	$(OutDir_ide_Debuggers)Code.o \
	$(OutDir_ide_Debuggers)Pdb.o
	$(AR) $(OutDir_ide_Debuggers)Debuggers.a \
		$(OutDir_ide_Debuggers)Disas.o \
		$(OutDir_ide_Debuggers)Dbg.o \
		$(OutDir_ide_Debuggers)Gdb.o \
		$(OutDir_ide_Debuggers)Debug.o \
		$(OutDir_ide_Debuggers)Mem.o \
		$(OutDir_ide_Debuggers)Sym.o \
		$(OutDir_ide_Debuggers)Exp.o \
		$(OutDir_ide_Debuggers)Visualise.o \
		$(OutDir_ide_Debuggers)Data.o \
		$(OutDir_ide_Debuggers)Code.o \
		$(OutDir_ide_Debuggers)Pdb.o

$(OutDir_ide_Browser)Lay.o: $(UPPDIR1)ide/Browser/Lay.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Browser)  $(UPPDIR1)ide/Browser/Lay.cpp -o $(OutDir_ide_Browser)Lay.o

$(OutDir_ide_Browser)Base.o: $(UPPDIR1)ide/Browser/Base.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Browser)  $(UPPDIR1)ide/Browser/Base.cpp -o $(OutDir_ide_Browser)Base.o

$(OutDir_ide_Browser)ItemList.o: $(UPPDIR1)ide/Browser/ItemList.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Browser)  $(UPPDIR1)ide/Browser/ItemList.cpp -o $(OutDir_ide_Browser)ItemList.o

$(OutDir_ide_Browser)Query.o: $(UPPDIR1)ide/Browser/Query.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Browser)  $(UPPDIR1)ide/Browser/Query.cpp -o $(OutDir_ide_Browser)Query.o

$(OutDir_ide_Browser)Browser.o: $(UPPDIR1)ide/Browser/Browser.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/iml_source.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Browser)  $(UPPDIR1)ide/Browser/Browser.cpp -o $(OutDir_ide_Browser)Browser.o

$(OutDir_ide_Browser)TopicBase.o: $(UPPDIR1)ide/Browser/TopicBase.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Browser)  $(UPPDIR1)ide/Browser/TopicBase.cpp -o $(OutDir_ide_Browser)TopicBase.o

$(OutDir_ide_Browser)Reference.o: $(UPPDIR1)ide/Browser/Reference.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Browser)  $(UPPDIR1)ide/Browser/Reference.cpp -o $(OutDir_ide_Browser)Reference.o

$(OutDir_ide_Browser)File.o: $(UPPDIR1)ide/Browser/File.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Browser)  $(UPPDIR1)ide/Browser/File.cpp -o $(OutDir_ide_Browser)File.o

$(OutDir_ide_Browser)Topic.o: $(UPPDIR1)ide/Browser/Topic.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Browser)  $(UPPDIR1)ide/Browser/Topic.cpp -o $(OutDir_ide_Browser)Topic.o

$(OutDir_ide_Browser)Stylesheet.o: $(UPPDIR1)ide/Browser/Stylesheet.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Browser)  $(UPPDIR1)ide/Browser/Stylesheet.cpp -o $(OutDir_ide_Browser)Stylesheet.o

$(OutDir_ide_Browser)Link.o: $(UPPDIR1)ide/Browser/Link.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Browser)  $(UPPDIR1)ide/Browser/Link.cpp -o $(OutDir_ide_Browser)Link.o

$(OutDir_ide_Browser)TopicWin.o: $(UPPDIR1)ide/Browser/TopicWin.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/iml_source.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Browser)  $(UPPDIR1)ide/Browser/TopicWin.cpp -o $(OutDir_ide_Browser)TopicWin.o

$(OutDir_ide_Browser)IdeTopic.o: $(UPPDIR1)ide/Browser/IdeTopic.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)Esc/Esc.h \
	$(UPPDIR1)ide/Browser/Browser.h \
	$(UPPDIR1)ide/Browser/Browser.iml \
	$(UPPDIR1)ide/Browser/Browser.lay \
	$(UPPDIR1)ide/Browser/Topic.iml \
	$(UPPDIR1)ide/Browser/Topic.lay \
	$(UPPDIR1)ide/Common/Common.h \
	$(UPPDIR1)ide/Common/common.iml \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_ide_Browser)  $(UPPDIR1)ide/Browser/IdeTopic.cpp -o $(OutDir_ide_Browser)IdeTopic.o

$(OutDir_ide_Browser)Browser.a: \
	$(OutDir_ide_Browser)Lay.o \
	$(OutDir_ide_Browser)Base.o \
	$(OutDir_ide_Browser)ItemList.o \
	$(OutDir_ide_Browser)Query.o \
	$(OutDir_ide_Browser)Browser.o \
	$(OutDir_ide_Browser)TopicBase.o \
	$(OutDir_ide_Browser)Reference.o \
	$(OutDir_ide_Browser)File.o \
	$(OutDir_ide_Browser)Topic.o \
	$(OutDir_ide_Browser)Stylesheet.o \
	$(OutDir_ide_Browser)Link.o \
	$(OutDir_ide_Browser)TopicWin.o \
	$(OutDir_ide_Browser)IdeTopic.o
	$(AR) $(OutDir_ide_Browser)Browser.a \
		$(OutDir_ide_Browser)Lay.o \
		$(OutDir_ide_Browser)Base.o \
		$(OutDir_ide_Browser)ItemList.o \
		$(OutDir_ide_Browser)Query.o \
		$(OutDir_ide_Browser)Browser.o \
		$(OutDir_ide_Browser)TopicBase.o \
		$(OutDir_ide_Browser)Reference.o \
		$(OutDir_ide_Browser)File.o \
		$(OutDir_ide_Browser)Topic.o \
		$(OutDir_ide_Browser)Stylesheet.o \
		$(OutDir_ide_Browser)Link.o \
		$(OutDir_ide_Browser)TopicWin.o \
		$(OutDir_ide_Browser)IdeTopic.o

$(OutDir_CodeEditor)EditorBar.o: $(UPPDIR1)CodeEditor/EditorBar.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CodeEditor)  $(UPPDIR1)CodeEditor/EditorBar.cpp -o $(OutDir_CodeEditor)EditorBar.o

$(OutDir_CodeEditor)Syntax.o: $(UPPDIR1)CodeEditor/Syntax.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CodeEditor)  $(UPPDIR1)CodeEditor/Syntax.cpp -o $(OutDir_CodeEditor)Syntax.o

$(OutDir_CodeEditor)Highlight.o: $(UPPDIR1)CodeEditor/Highlight.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CodeEditor)  $(UPPDIR1)CodeEditor/Highlight.cpp -o $(OutDir_CodeEditor)Highlight.o

$(OutDir_CodeEditor)FindReplace.o: $(UPPDIR1)CodeEditor/FindReplace.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CodeEditor)  $(UPPDIR1)CodeEditor/FindReplace.cpp -o $(OutDir_CodeEditor)FindReplace.o

$(OutDir_CodeEditor)Lang.o: $(UPPDIR1)CodeEditor/Lang.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CodeEditor)  $(UPPDIR1)CodeEditor/Lang.cpp -o $(OutDir_CodeEditor)Lang.o

$(OutDir_CodeEditor)CodeEditor.o: $(UPPDIR1)CodeEditor/CodeEditor.cpp \
	$(UPPDIR1)CodeEditor/CodeEditor.h \
	$(UPPDIR1)CodeEditor/CodeEditor.iml \
	$(UPPDIR1)CodeEditor/CodeEditor.lay \
	$(UPPDIR1)CodeEditor/hl_color.i \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/iml_source.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CodeEditor)  $(UPPDIR1)CodeEditor/CodeEditor.cpp -o $(OutDir_CodeEditor)CodeEditor.o

$(OutDir_CodeEditor)CodeEditor.a: \
	$(OutDir_CodeEditor)EditorBar.o \
	$(OutDir_CodeEditor)Syntax.o \
	$(OutDir_CodeEditor)Highlight.o \
	$(OutDir_CodeEditor)FindReplace.o \
	$(OutDir_CodeEditor)Lang.o \
	$(OutDir_CodeEditor)CodeEditor.o
	$(AR) $(OutDir_CodeEditor)CodeEditor.a \
		$(OutDir_CodeEditor)EditorBar.o \
		$(OutDir_CodeEditor)Syntax.o \
		$(OutDir_CodeEditor)Highlight.o \
		$(OutDir_CodeEditor)FindReplace.o \
		$(OutDir_CodeEditor)Lang.o \
		$(OutDir_CodeEditor)CodeEditor.o

$(OutDir_CtrlLib)LabelBase.o: $(UPPDIR1)CtrlLib/LabelBase.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/LabelBase.cpp -o $(OutDir_CtrlLib)LabelBase.o

$(OutDir_CtrlLib)Button.o: $(UPPDIR1)CtrlLib/Button.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/Button.cpp -o $(OutDir_CtrlLib)Button.o

$(OutDir_CtrlLib)Switch.o: $(UPPDIR1)CtrlLib/Switch.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/Switch.cpp -o $(OutDir_CtrlLib)Switch.o

$(OutDir_CtrlLib)EditField.o: $(UPPDIR1)CtrlLib/EditField.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/EditField.cpp -o $(OutDir_CtrlLib)EditField.o

$(OutDir_CtrlLib)Text.o: $(UPPDIR1)CtrlLib/Text.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/Text.cpp -o $(OutDir_CtrlLib)Text.o

$(OutDir_CtrlLib)LineEdit.o: $(UPPDIR1)CtrlLib/LineEdit.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/LineEdit.cpp -o $(OutDir_CtrlLib)LineEdit.o

$(OutDir_CtrlLib)DocEdit.o: $(UPPDIR1)CtrlLib/DocEdit.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/DocEdit.cpp -o $(OutDir_CtrlLib)DocEdit.o

$(OutDir_CtrlLib)ScrollBar.o: $(UPPDIR1)CtrlLib/ScrollBar.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/ScrollBar.cpp -o $(OutDir_CtrlLib)ScrollBar.o

$(OutDir_CtrlLib)HeaderCtrl.o: $(UPPDIR1)CtrlLib/HeaderCtrl.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/HeaderCtrl.cpp -o $(OutDir_CtrlLib)HeaderCtrl.o

$(OutDir_CtrlLib)ArrayCtrl.o: $(UPPDIR1)CtrlLib/ArrayCtrl.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/ArrayCtrl.cpp -o $(OutDir_CtrlLib)ArrayCtrl.o

$(OutDir_CtrlLib)DropBox.o: $(UPPDIR1)CtrlLib/DropBox.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/DropBox.cpp -o $(OutDir_CtrlLib)DropBox.o

$(OutDir_CtrlLib)DropList.o: $(UPPDIR1)CtrlLib/DropList.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/DropList.cpp -o $(OutDir_CtrlLib)DropList.o

$(OutDir_CtrlLib)DropPusher.o: $(UPPDIR1)CtrlLib/DropPusher.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/DropPusher.cpp -o $(OutDir_CtrlLib)DropPusher.o

$(OutDir_CtrlLib)DropChoice.o: $(UPPDIR1)CtrlLib/DropChoice.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/DropChoice.cpp -o $(OutDir_CtrlLib)DropChoice.o

$(OutDir_CtrlLib)Static.o: $(UPPDIR1)CtrlLib/Static.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/Static.cpp -o $(OutDir_CtrlLib)Static.o

$(OutDir_CtrlLib)Splitter.o: $(UPPDIR1)CtrlLib/Splitter.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/Splitter.cpp -o $(OutDir_CtrlLib)Splitter.o

$(OutDir_CtrlLib)FrameSplitter.o: $(UPPDIR1)CtrlLib/FrameSplitter.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/FrameSplitter.cpp -o $(OutDir_CtrlLib)FrameSplitter.o

$(OutDir_CtrlLib)SliderCtrl.o: $(UPPDIR1)CtrlLib/SliderCtrl.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/SliderCtrl.cpp -o $(OutDir_CtrlLib)SliderCtrl.o

$(OutDir_CtrlLib)ColumnList.o: $(UPPDIR1)CtrlLib/ColumnList.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/ColumnList.cpp -o $(OutDir_CtrlLib)ColumnList.o

$(OutDir_CtrlLib)Progress.o: $(UPPDIR1)CtrlLib/Progress.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/Progress.cpp -o $(OutDir_CtrlLib)Progress.o

$(OutDir_CtrlLib)AKeys.o: $(UPPDIR1)CtrlLib/AKeys.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/AKeys.cpp -o $(OutDir_CtrlLib)AKeys.o

$(OutDir_CtrlLib)RichTextView.o: $(UPPDIR1)CtrlLib/RichTextView.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/RichTextView.cpp -o $(OutDir_CtrlLib)RichTextView.o

$(OutDir_CtrlLib)Prompt.o: $(UPPDIR1)CtrlLib/Prompt.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/Prompt.cpp -o $(OutDir_CtrlLib)Prompt.o

$(OutDir_CtrlLib)Help.o: $(UPPDIR1)CtrlLib/Help.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/Help.cpp -o $(OutDir_CtrlLib)Help.o

$(OutDir_CtrlLib)DateTimeCtrl.o: $(UPPDIR1)CtrlLib/DateTimeCtrl.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/DateTimeCtrl.cpp -o $(OutDir_CtrlLib)DateTimeCtrl.o

$(OutDir_CtrlLib)Bar.o: $(UPPDIR1)CtrlLib/Bar.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/Bar.cpp -o $(OutDir_CtrlLib)Bar.o

$(OutDir_CtrlLib)MenuBar.o: $(UPPDIR1)CtrlLib/MenuBar.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/MenuBar.cpp -o $(OutDir_CtrlLib)MenuBar.o

$(OutDir_CtrlLib)ToolBar.o: $(UPPDIR1)CtrlLib/ToolBar.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/ToolBar.cpp -o $(OutDir_CtrlLib)ToolBar.o

$(OutDir_CtrlLib)ToolTip.o: $(UPPDIR1)CtrlLib/ToolTip.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/ToolTip.cpp -o $(OutDir_CtrlLib)ToolTip.o

$(OutDir_CtrlLib)StatusBar.o: $(UPPDIR1)CtrlLib/StatusBar.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/StatusBar.cpp -o $(OutDir_CtrlLib)StatusBar.o

$(OutDir_CtrlLib)TabCtrl.o: $(UPPDIR1)CtrlLib/TabCtrl.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/TabCtrl.cpp -o $(OutDir_CtrlLib)TabCtrl.o

$(OutDir_CtrlLib)TreeCtrl.o: $(UPPDIR1)CtrlLib/TreeCtrl.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/TreeCtrl.cpp -o $(OutDir_CtrlLib)TreeCtrl.o

$(OutDir_CtrlLib)DlgColor.o: $(UPPDIR1)CtrlLib/DlgColor.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/DlgColor.cpp -o $(OutDir_CtrlLib)DlgColor.o

$(OutDir_CtrlLib)ColorPopup.o: $(UPPDIR1)CtrlLib/ColorPopup.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/ColorPopup.cpp -o $(OutDir_CtrlLib)ColorPopup.o

$(OutDir_CtrlLib)ColorPusher.o: $(UPPDIR1)CtrlLib/ColorPusher.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/ColorPusher.cpp -o $(OutDir_CtrlLib)ColorPusher.o

$(OutDir_CtrlLib)FileList.o: $(UPPDIR1)CtrlLib/FileList.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/FileList.cpp -o $(OutDir_CtrlLib)FileList.o

$(OutDir_CtrlLib)FileSel.o: $(UPPDIR1)CtrlLib/FileSel.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/FileSel.cpp -o $(OutDir_CtrlLib)FileSel.o

$(OutDir_CtrlLib)PrinterJob.o: $(UPPDIR1)CtrlLib/PrinterJob.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/PrinterJob.cpp -o $(OutDir_CtrlLib)PrinterJob.o

$(OutDir_CtrlLib)Windows.o: $(UPPDIR1)CtrlLib/Windows.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/Windows.cpp -o $(OutDir_CtrlLib)Windows.o

$(OutDir_CtrlLib)Win32.o: $(UPPDIR1)CtrlLib/Win32.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/Win32.cpp -o $(OutDir_CtrlLib)Win32.o

$(OutDir_CtrlLib)TrayIconWin32.o: $(UPPDIR1)CtrlLib/TrayIconWin32.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/TrayIconWin32.cpp -o $(OutDir_CtrlLib)TrayIconWin32.o

$(OutDir_CtrlLib)TrayIconX11.o: $(UPPDIR1)CtrlLib/TrayIconX11.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/TrayIconX11.cpp -o $(OutDir_CtrlLib)TrayIconX11.o

$(OutDir_CtrlLib)CtrlUtil.o: $(UPPDIR1)CtrlLib/CtrlUtil.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/iml_source.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/CtrlUtil.cpp -o $(OutDir_CtrlLib)CtrlUtil.o

$(OutDir_CtrlLib)Update.o: $(UPPDIR1)CtrlLib/Update.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/Update.cpp -o $(OutDir_CtrlLib)Update.o

$(OutDir_CtrlLib)CtrlLib.o: $(UPPDIR1)CtrlLib/CtrlLib.icpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t.h \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/CtrlLib.t \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/CtrlLib.icpp -o $(OutDir_CtrlLib)CtrlLib.o

$(OutDir_CtrlLib)LNGCtrl.o: $(UPPDIR1)CtrlLib/LNGCtrl.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/LNGCtrl.cpp -o $(OutDir_CtrlLib)LNGCtrl.o

$(OutDir_CtrlLib)Ch.o: $(UPPDIR1)CtrlLib/Ch.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/iml_source.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/Ch.cpp -o $(OutDir_CtrlLib)Ch.o

$(OutDir_CtrlLib)ChWin32.o: $(UPPDIR1)CtrlLib/ChWin32.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
#	//$(UPPDIR1)CtrlLib/XPTheme.dli \
#	//$(UPPDIR1)CtrlLib/XpTheme.dli \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/ChWin32.cpp -o $(OutDir_CtrlLib)ChWin32.o

$(OutDir_CtrlLib)ChGtk.o: $(UPPDIR1)CtrlLib/ChGtk.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlLib)  $(UPPDIR1)CtrlLib/ChGtk.cpp -o $(OutDir_CtrlLib)ChGtk.o

$(OutDir_CtrlLib)CtrlLib.a: \
	$(OutDir_CtrlLib)LabelBase.o \
	$(OutDir_CtrlLib)Button.o \
	$(OutDir_CtrlLib)Switch.o \
	$(OutDir_CtrlLib)EditField.o \
	$(OutDir_CtrlLib)Text.o \
	$(OutDir_CtrlLib)LineEdit.o \
	$(OutDir_CtrlLib)DocEdit.o \
	$(OutDir_CtrlLib)ScrollBar.o \
	$(OutDir_CtrlLib)HeaderCtrl.o \
	$(OutDir_CtrlLib)ArrayCtrl.o \
	$(OutDir_CtrlLib)DropBox.o \
	$(OutDir_CtrlLib)DropList.o \
	$(OutDir_CtrlLib)DropPusher.o \
	$(OutDir_CtrlLib)DropChoice.o \
	$(OutDir_CtrlLib)Static.o \
	$(OutDir_CtrlLib)Splitter.o \
	$(OutDir_CtrlLib)FrameSplitter.o \
	$(OutDir_CtrlLib)SliderCtrl.o \
	$(OutDir_CtrlLib)ColumnList.o \
	$(OutDir_CtrlLib)Progress.o \
	$(OutDir_CtrlLib)AKeys.o \
	$(OutDir_CtrlLib)RichTextView.o \
	$(OutDir_CtrlLib)Prompt.o \
	$(OutDir_CtrlLib)Help.o \
	$(OutDir_CtrlLib)DateTimeCtrl.o \
	$(OutDir_CtrlLib)Bar.o \
	$(OutDir_CtrlLib)MenuBar.o \
	$(OutDir_CtrlLib)ToolBar.o \
	$(OutDir_CtrlLib)ToolTip.o \
	$(OutDir_CtrlLib)StatusBar.o \
	$(OutDir_CtrlLib)TabCtrl.o \
	$(OutDir_CtrlLib)TreeCtrl.o \
	$(OutDir_CtrlLib)DlgColor.o \
	$(OutDir_CtrlLib)ColorPopup.o \
	$(OutDir_CtrlLib)ColorPusher.o \
	$(OutDir_CtrlLib)FileList.o \
	$(OutDir_CtrlLib)FileSel.o \
	$(OutDir_CtrlLib)PrinterJob.o \
	$(OutDir_CtrlLib)Windows.o \
	$(OutDir_CtrlLib)Win32.o \
	$(OutDir_CtrlLib)TrayIconWin32.o \
	$(OutDir_CtrlLib)TrayIconX11.o \
	$(OutDir_CtrlLib)CtrlUtil.o \
	$(OutDir_CtrlLib)Update.o \
	$(OutDir_CtrlLib)LNGCtrl.o \
	$(OutDir_CtrlLib)Ch.o \
	$(OutDir_CtrlLib)ChWin32.o \
	$(OutDir_CtrlLib)ChGtk.o
	$(AR) $(OutDir_CtrlLib)CtrlLib.a \
		$(OutDir_CtrlLib)LabelBase.o \
		$(OutDir_CtrlLib)Button.o \
		$(OutDir_CtrlLib)Switch.o \
		$(OutDir_CtrlLib)EditField.o \
		$(OutDir_CtrlLib)Text.o \
		$(OutDir_CtrlLib)LineEdit.o \
		$(OutDir_CtrlLib)DocEdit.o \
		$(OutDir_CtrlLib)ScrollBar.o \
		$(OutDir_CtrlLib)HeaderCtrl.o \
		$(OutDir_CtrlLib)ArrayCtrl.o \
		$(OutDir_CtrlLib)DropBox.o \
		$(OutDir_CtrlLib)DropList.o \
		$(OutDir_CtrlLib)DropPusher.o \
		$(OutDir_CtrlLib)DropChoice.o \
		$(OutDir_CtrlLib)Static.o \
		$(OutDir_CtrlLib)Splitter.o \
		$(OutDir_CtrlLib)FrameSplitter.o \
		$(OutDir_CtrlLib)SliderCtrl.o \
		$(OutDir_CtrlLib)ColumnList.o \
		$(OutDir_CtrlLib)Progress.o \
		$(OutDir_CtrlLib)AKeys.o \
		$(OutDir_CtrlLib)RichTextView.o \
		$(OutDir_CtrlLib)Prompt.o \
		$(OutDir_CtrlLib)Help.o \
		$(OutDir_CtrlLib)DateTimeCtrl.o \
		$(OutDir_CtrlLib)Bar.o \
		$(OutDir_CtrlLib)MenuBar.o \
		$(OutDir_CtrlLib)ToolBar.o \
		$(OutDir_CtrlLib)ToolTip.o \
		$(OutDir_CtrlLib)StatusBar.o \
		$(OutDir_CtrlLib)TabCtrl.o \
		$(OutDir_CtrlLib)TreeCtrl.o \
		$(OutDir_CtrlLib)DlgColor.o \
		$(OutDir_CtrlLib)ColorPopup.o \
		$(OutDir_CtrlLib)ColorPusher.o \
		$(OutDir_CtrlLib)FileList.o \
		$(OutDir_CtrlLib)FileSel.o \
		$(OutDir_CtrlLib)PrinterJob.o \
		$(OutDir_CtrlLib)Windows.o \
		$(OutDir_CtrlLib)Win32.o \
		$(OutDir_CtrlLib)TrayIconWin32.o \
		$(OutDir_CtrlLib)TrayIconX11.o \
		$(OutDir_CtrlLib)CtrlUtil.o \
		$(OutDir_CtrlLib)Update.o \
		$(OutDir_CtrlLib)LNGCtrl.o \
		$(OutDir_CtrlLib)Ch.o \
		$(OutDir_CtrlLib)ChWin32.o \
		$(OutDir_CtrlLib)ChGtk.o

$(OutDir_Web)Web_init.o: $(UPPDIR1)Web/Web_init.icpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t.h \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h \
	$(UPPDIR1)Web/Web.t
	$(CPPFLAGS) $(CINC) $(Macro_Web)  $(UPPDIR1)Web/Web_init.icpp -o $(OutDir_Web)Web_init.o

$(OutDir_Web)util.o: $(UPPDIR1)Web/util.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_Web)  $(UPPDIR1)Web/util.cpp -o $(OutDir_Web)util.o

$(OutDir_Web)md5.o: $(UPPDIR1)Web/md5.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_Web)  $(UPPDIR1)Web/md5.cpp -o $(OutDir_Web)md5.o

$(OutDir_Web)html.o: $(UPPDIR1)Web/html.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_Web)  $(UPPDIR1)Web/html.cpp -o $(OutDir_Web)html.o

$(OutDir_Web)socket.o: $(UPPDIR1)Web/socket.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_Web)  $(UPPDIR1)Web/socket.cpp -o $(OutDir_Web)socket.o

$(OutDir_Web)httpsrv.o: $(UPPDIR1)Web/httpsrv.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_Web)  $(UPPDIR1)Web/httpsrv.cpp -o $(OutDir_Web)httpsrv.o

$(OutDir_Web)httpcli.o: $(UPPDIR1)Web/httpcli.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_Web)  $(UPPDIR1)Web/httpcli.cpp -o $(OutDir_Web)httpcli.o

$(OutDir_Web)auth.o: $(UPPDIR1)Web/auth.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_Web)  $(UPPDIR1)Web/auth.cpp -o $(OutDir_Web)auth.o

$(OutDir_Web)smtp.o: $(UPPDIR1)Web/smtp.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_Web)  $(UPPDIR1)Web/smtp.cpp -o $(OutDir_Web)smtp.o

$(OutDir_Web)sproc.o: $(UPPDIR1)Web/sproc.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Web/auth.h \
	$(UPPDIR1)Web/html.h \
	$(UPPDIR1)Web/httpcli.h \
	$(UPPDIR1)Web/httpsrv.h \
	$(UPPDIR1)Web/smtp.h \
	$(UPPDIR1)Web/socket.h \
	$(UPPDIR1)Web/sproc.h \
	$(UPPDIR1)Web/util.h \
	$(UPPDIR1)Web/Web.h
	$(CPPFLAGS) $(CINC) $(Macro_Web)  $(UPPDIR1)Web/sproc.cpp -o $(OutDir_Web)sproc.o

$(OutDir_Web)Web.a: \
	$(OutDir_Web)util.o \
	$(OutDir_Web)md5.o \
	$(OutDir_Web)html.o \
	$(OutDir_Web)socket.o \
	$(OutDir_Web)httpsrv.o \
	$(OutDir_Web)httpcli.o \
	$(OutDir_Web)auth.o \
	$(OutDir_Web)smtp.o \
	$(OutDir_Web)sproc.o
	$(AR) $(OutDir_Web)Web.a \
		$(OutDir_Web)util.o \
		$(OutDir_Web)md5.o \
		$(OutDir_Web)html.o \
		$(OutDir_Web)socket.o \
		$(OutDir_Web)httpsrv.o \
		$(OutDir_Web)httpcli.o \
		$(OutDir_Web)auth.o \
		$(OutDir_Web)smtp.o \
		$(OutDir_Web)sproc.o

$(OutDir_plugin_bz2)bz2upp.o: $(UPPDIR1)plugin/bz2/bz2upp.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)plugin/bz2/bz2.h \
	$(UPPDIR1)plugin/bz2/lib/bzlib.h
	$(CPPFLAGS) $(CINC) $(Macro_plugin_bz2)  $(UPPDIR1)plugin/bz2/bz2upp.cpp -o $(OutDir_plugin_bz2)bz2upp.o

$(OutDir_plugin_bz2)blocksort.o: $(UPPDIR1)plugin/bz2/lib/blocksort.c \
	$(UPPDIR1)plugin/bz2/lib/bzlib.h \
	$(UPPDIR1)plugin/bz2/lib/bzlib_private.h
	$(CFLAGS) $(CINC) $(Macro_plugin_bz2)  $(UPPDIR1)plugin/bz2/lib/blocksort.c -o $(OutDir_plugin_bz2)blocksort.o

$(OutDir_plugin_bz2)bzlib.o: $(UPPDIR1)plugin/bz2/lib/bzlib.c \
	$(UPPDIR1)plugin/bz2/lib/bzlib.h \
	$(UPPDIR1)plugin/bz2/lib/bzlib_private.h
	$(CFLAGS) $(CINC) $(Macro_plugin_bz2)  $(UPPDIR1)plugin/bz2/lib/bzlib.c -o $(OutDir_plugin_bz2)bzlib.o

$(OutDir_plugin_bz2)compress.o: $(UPPDIR1)plugin/bz2/lib/compress.c \
	$(UPPDIR1)plugin/bz2/lib/bzlib.h \
	$(UPPDIR1)plugin/bz2/lib/bzlib_private.h
	$(CFLAGS) $(CINC) $(Macro_plugin_bz2)  $(UPPDIR1)plugin/bz2/lib/compress.c -o $(OutDir_plugin_bz2)compress.o

$(OutDir_plugin_bz2)crctable.o: $(UPPDIR1)plugin/bz2/lib/crctable.c \
	$(UPPDIR1)plugin/bz2/lib/bzlib.h \
	$(UPPDIR1)plugin/bz2/lib/bzlib_private.h
	$(CFLAGS) $(CINC) $(Macro_plugin_bz2)  $(UPPDIR1)plugin/bz2/lib/crctable.c -o $(OutDir_plugin_bz2)crctable.o

$(OutDir_plugin_bz2)decompress.o: $(UPPDIR1)plugin/bz2/lib/decompress.c \
	$(UPPDIR1)plugin/bz2/lib/bzlib.h \
	$(UPPDIR1)plugin/bz2/lib/bzlib_private.h
	$(CFLAGS) $(CINC) $(Macro_plugin_bz2)  $(UPPDIR1)plugin/bz2/lib/decompress.c -o $(OutDir_plugin_bz2)decompress.o

$(OutDir_plugin_bz2)huffman.o: $(UPPDIR1)plugin/bz2/lib/huffman.c \
	$(UPPDIR1)plugin/bz2/lib/bzlib.h \
	$(UPPDIR1)plugin/bz2/lib/bzlib_private.h
	$(CFLAGS) $(CINC) $(Macro_plugin_bz2)  $(UPPDIR1)plugin/bz2/lib/huffman.c -o $(OutDir_plugin_bz2)huffman.o

$(OutDir_plugin_bz2)randtable.o: $(UPPDIR1)plugin/bz2/lib/randtable.c \
	$(UPPDIR1)plugin/bz2/lib/bzlib.h \
	$(UPPDIR1)plugin/bz2/lib/bzlib_private.h
	$(CFLAGS) $(CINC) $(Macro_plugin_bz2)  $(UPPDIR1)plugin/bz2/lib/randtable.c -o $(OutDir_plugin_bz2)randtable.o

$(OutDir_plugin_bz2)bz2.a: \
	$(OutDir_plugin_bz2)bz2upp.o \
	$(OutDir_plugin_bz2)blocksort.o \
	$(OutDir_plugin_bz2)bzlib.o \
	$(OutDir_plugin_bz2)compress.o \
	$(OutDir_plugin_bz2)crctable.o \
	$(OutDir_plugin_bz2)decompress.o \
	$(OutDir_plugin_bz2)huffman.o \
	$(OutDir_plugin_bz2)randtable.o
	$(AR) $(OutDir_plugin_bz2)bz2.a \
		$(OutDir_plugin_bz2)bz2upp.o \
		$(OutDir_plugin_bz2)blocksort.o \
		$(OutDir_plugin_bz2)bzlib.o \
		$(OutDir_plugin_bz2)compress.o \
		$(OutDir_plugin_bz2)crctable.o \
		$(OutDir_plugin_bz2)decompress.o \
		$(OutDir_plugin_bz2)huffman.o \
		$(OutDir_plugin_bz2)randtable.o

$(OutDir_HexView)HexView.o: $(UPPDIR1)HexView/HexView.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)HexView/HexView.h \
	$(UPPDIR1)HexView/HexView.lay \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_HexView)  $(UPPDIR1)HexView/HexView.cpp -o $(OutDir_HexView)HexView.o

$(OutDir_HexView)HexView.a: \
	$(OutDir_HexView)HexView.o
	$(AR) $(OutDir_HexView)HexView.a \
		$(OutDir_HexView)HexView.o

$(OutDir_Esc)EscValue.o: $(UPPDIR1)Esc/EscValue.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Esc/Esc.h
	$(CPPFLAGS) $(CINC) $(Macro_Esc)  $(UPPDIR1)Esc/EscValue.cpp -o $(OutDir_Esc)EscValue.o

$(OutDir_Esc)EscArray.o: $(UPPDIR1)Esc/EscArray.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Esc/Esc.h
	$(CPPFLAGS) $(CINC) $(Macro_Esc)  $(UPPDIR1)Esc/EscArray.cpp -o $(OutDir_Esc)EscArray.o

$(OutDir_Esc)EscMap.o: $(UPPDIR1)Esc/EscMap.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Esc/Esc.h
	$(CPPFLAGS) $(CINC) $(Macro_Esc)  $(UPPDIR1)Esc/EscMap.cpp -o $(OutDir_Esc)EscMap.o

$(OutDir_Esc)Esc.o: $(UPPDIR1)Esc/Esc.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Esc/Esc.h
	$(CPPFLAGS) $(CINC) $(Macro_Esc)  $(UPPDIR1)Esc/Esc.cpp -o $(OutDir_Esc)Esc.o

$(OutDir_Esc)EscRun.o: $(UPPDIR1)Esc/EscRun.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Esc/Esc.h
	$(CPPFLAGS) $(CINC) $(Macro_Esc)  $(UPPDIR1)Esc/EscRun.cpp -o $(OutDir_Esc)EscRun.o

$(OutDir_Esc)EscStdLib.o: $(UPPDIR1)Esc/EscStdLib.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Esc/Esc.h
	$(CPPFLAGS) $(CINC) $(Macro_Esc)  $(UPPDIR1)Esc/EscStdLib.cpp -o $(OutDir_Esc)EscStdLib.o

$(OutDir_Esc)Value.o: $(UPPDIR1)Esc/Value.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Esc/Esc.h
	$(CPPFLAGS) $(CINC) $(Macro_Esc)  $(UPPDIR1)Esc/Value.cpp -o $(OutDir_Esc)Value.o

$(OutDir_Esc)Esc.a: \
	$(OutDir_Esc)EscValue.o \
	$(OutDir_Esc)EscArray.o \
	$(OutDir_Esc)EscMap.o \
	$(OutDir_Esc)Esc.o \
	$(OutDir_Esc)EscRun.o \
	$(OutDir_Esc)EscStdLib.o \
	$(OutDir_Esc)Value.o
	$(AR) $(OutDir_Esc)Esc.a \
		$(OutDir_Esc)EscValue.o \
		$(OutDir_Esc)EscArray.o \
		$(OutDir_Esc)EscMap.o \
		$(OutDir_Esc)Esc.o \
		$(OutDir_Esc)EscRun.o \
		$(OutDir_Esc)EscStdLib.o \
		$(OutDir_Esc)Value.o

$(OutDir_Core)Mt.o: $(UPPDIR1)Core/Mt.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/Mt.cpp -o $(OutDir_Core)Mt.o

$(OutDir_Core)Thread.o: $(UPPDIR1)Core/Thread.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/Thread.cpp -o $(OutDir_Core)Thread.o

$(OutDir_Core)OL_Set.o: $(UPPDIR1)Core/OL_Set.cpp
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/OL_Set.cpp -o $(OutDir_Core)OL_Set.o

$(OutDir_Core)heap.o: $(UPPDIR1)Core/heap.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/heap.cpp -o $(OutDir_Core)heap.o

$(OutDir_Core)heapdbg.o: $(UPPDIR1)Core/heapdbg.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/heapdbg.cpp -o $(OutDir_Core)heapdbg.o

$(OutDir_Core)String.o: $(UPPDIR1)Core/String.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/String.cpp -o $(OutDir_Core)String.o

$(OutDir_Core)StrUtil.o: $(UPPDIR1)Core/StrUtil.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/StrUtil.cpp -o $(OutDir_Core)StrUtil.o

$(OutDir_Core)CharSet.o: $(UPPDIR1)Core/CharSet.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/CharSet.cpp -o $(OutDir_Core)CharSet.o

$(OutDir_Core)Path.o: $(UPPDIR1)Core/Path.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/Path.cpp -o $(OutDir_Core)Path.o

$(OutDir_Core)App.o: $(UPPDIR1)Core/App.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/App.cpp -o $(OutDir_Core)App.o

$(OutDir_Core)Stream.o: $(UPPDIR1)Core/Stream.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/Stream.cpp -o $(OutDir_Core)Stream.o

$(OutDir_Core)BlockStream.o: $(UPPDIR1)Core/BlockStream.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/BlockStream.cpp -o $(OutDir_Core)BlockStream.o

$(OutDir_Core)Log.o: $(UPPDIR1)Core/Log.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/Log.cpp -o $(OutDir_Core)Log.o

$(OutDir_Core)Debug.o: $(UPPDIR1)Core/Debug.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/Debug.cpp -o $(OutDir_Core)Debug.o

$(OutDir_Core)Util.o: $(UPPDIR1)Core/Util.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/Util.cpp -o $(OutDir_Core)Util.o

$(OutDir_Core)mathutil.o: $(UPPDIR1)Core/mathutil.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/mathutil.cpp -o $(OutDir_Core)mathutil.o

$(OutDir_Core)Vcont.o: $(UPPDIR1)Core/Vcont.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/Vcont.cpp -o $(OutDir_Core)Vcont.o

$(OutDir_Core)Hash.o: $(UPPDIR1)Core/Hash.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/Hash.cpp -o $(OutDir_Core)Hash.o

$(OutDir_Core)Callback.o: $(UPPDIR1)Core/Callback.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/Callback.cpp -o $(OutDir_Core)Callback.o

$(OutDir_Core)Color.o: $(UPPDIR1)Core/Color.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/Color.cpp -o $(OutDir_Core)Color.o

$(OutDir_Core)Gtypes.o: $(UPPDIR1)Core/Gtypes.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/Gtypes.cpp -o $(OutDir_Core)Gtypes.o

$(OutDir_Core)TimeDate.o: $(UPPDIR1)Core/TimeDate.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/TimeDate.cpp -o $(OutDir_Core)TimeDate.o

$(OutDir_Core)Value.o: $(UPPDIR1)Core/Value.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/Value.cpp -o $(OutDir_Core)Value.o

$(OutDir_Core)Convert.o: $(UPPDIR1)Core/Convert.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/Convert.cpp -o $(OutDir_Core)Convert.o

$(OutDir_Core)Format.o: $(UPPDIR1)Core/Format.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/Format.cpp -o $(OutDir_Core)Format.o

$(OutDir_Core)t.o: $(UPPDIR1)Core/t.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Core.t \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t.h \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/t.cpp -o $(OutDir_Core)t.o

$(OutDir_Core)Lang.o: $(UPPDIR1)Core/Lang.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/Lang.cpp -o $(OutDir_Core)Lang.o

$(OutDir_Core)parser.o: $(UPPDIR1)Core/parser.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/parser.cpp -o $(OutDir_Core)parser.o

$(OutDir_Core)XML.o: $(UPPDIR1)Core/XML.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/XML.cpp -o $(OutDir_Core)XML.o

$(OutDir_Core)Xmlize.o: $(UPPDIR1)Core/Xmlize.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/Xmlize.cpp -o $(OutDir_Core)Xmlize.o

$(OutDir_Core)Uuid.o: $(UPPDIR1)Core/Uuid.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/Uuid.cpp -o $(OutDir_Core)Uuid.o

$(OutDir_Core)Ptr.o: $(UPPDIR1)Core/Ptr.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/Ptr.cpp -o $(OutDir_Core)Ptr.o

$(OutDir_Core)z.o: $(UPPDIR1)Core/z.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)plugin/z/lib/zconf.h \
	$(UPPDIR1)plugin/z/lib/zlib.h \
	$(UPPDIR1)plugin/z/lib/zutil.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/z.cpp -o $(OutDir_Core)z.o

$(OutDir_Core)Topic.o: $(UPPDIR1)Core/Topic.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/Topic.cpp -o $(OutDir_Core)Topic.o

$(OutDir_Core)Dli.o: $(UPPDIR1)Core/Dli.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/Dli.cpp -o $(OutDir_Core)Dli.o

$(OutDir_Core)Win32Com.o: $(UPPDIR1)Core/Win32Com.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_Core)  $(UPPDIR1)Core/Win32Com.cpp -o $(OutDir_Core)Win32Com.o

$(OutDir_Core)Core.a: \
	$(OutDir_Core)Mt.o \
	$(OutDir_Core)Thread.o \
	$(OutDir_Core)OL_Set.o \
	$(OutDir_Core)heap.o \
	$(OutDir_Core)heapdbg.o \
	$(OutDir_Core)String.o \
	$(OutDir_Core)StrUtil.o \
	$(OutDir_Core)CharSet.o \
	$(OutDir_Core)Path.o \
	$(OutDir_Core)App.o \
	$(OutDir_Core)Stream.o \
	$(OutDir_Core)BlockStream.o \
	$(OutDir_Core)Log.o \
	$(OutDir_Core)Debug.o \
	$(OutDir_Core)Util.o \
	$(OutDir_Core)mathutil.o \
	$(OutDir_Core)Vcont.o \
	$(OutDir_Core)Hash.o \
	$(OutDir_Core)Callback.o \
	$(OutDir_Core)Color.o \
	$(OutDir_Core)Gtypes.o \
	$(OutDir_Core)TimeDate.o \
	$(OutDir_Core)Value.o \
	$(OutDir_Core)Convert.o \
	$(OutDir_Core)Format.o \
	$(OutDir_Core)t.o \
	$(OutDir_Core)Lang.o \
	$(OutDir_Core)parser.o \
	$(OutDir_Core)XML.o \
	$(OutDir_Core)Xmlize.o \
	$(OutDir_Core)Uuid.o \
	$(OutDir_Core)Ptr.o \
	$(OutDir_Core)z.o \
	$(OutDir_Core)Topic.o \
	$(OutDir_Core)Dli.o \
	$(OutDir_Core)Win32Com.o
	$(AR) $(OutDir_Core)Core.a \
		$(OutDir_Core)Mt.o \
		$(OutDir_Core)Thread.o \
		$(OutDir_Core)OL_Set.o \
		$(OutDir_Core)heap.o \
		$(OutDir_Core)heapdbg.o \
		$(OutDir_Core)String.o \
		$(OutDir_Core)StrUtil.o \
		$(OutDir_Core)CharSet.o \
		$(OutDir_Core)Path.o \
		$(OutDir_Core)App.o \
		$(OutDir_Core)Stream.o \
		$(OutDir_Core)BlockStream.o \
		$(OutDir_Core)Log.o \
		$(OutDir_Core)Debug.o \
		$(OutDir_Core)Util.o \
		$(OutDir_Core)mathutil.o \
		$(OutDir_Core)Vcont.o \
		$(OutDir_Core)Hash.o \
		$(OutDir_Core)Callback.o \
		$(OutDir_Core)Color.o \
		$(OutDir_Core)Gtypes.o \
		$(OutDir_Core)TimeDate.o \
		$(OutDir_Core)Value.o \
		$(OutDir_Core)Convert.o \
		$(OutDir_Core)Format.o \
		$(OutDir_Core)t.o \
		$(OutDir_Core)Lang.o \
		$(OutDir_Core)parser.o \
		$(OutDir_Core)XML.o \
		$(OutDir_Core)Xmlize.o \
		$(OutDir_Core)Uuid.o \
		$(OutDir_Core)Ptr.o \
		$(OutDir_Core)z.o \
		$(OutDir_Core)Topic.o \
		$(OutDir_Core)Dli.o \
		$(OutDir_Core)Win32Com.o

$(OutDir_plugin_z)adler32.o: $(UPPDIR1)plugin/z/lib/adler32.c \
	$(UPPDIR1)plugin/z/lib/zconf.h \
	$(UPPDIR1)plugin/z/lib/zlib.h
	$(CFLAGS) $(CINC) $(Macro_plugin_z)  $(UPPDIR1)plugin/z/lib/adler32.c -o $(OutDir_plugin_z)adler32.o

$(OutDir_plugin_z)compress.o: $(UPPDIR1)plugin/z/lib/compress.c \
	$(UPPDIR1)plugin/z/lib/zconf.h \
	$(UPPDIR1)plugin/z/lib/zlib.h
	$(CFLAGS) $(CINC) $(Macro_plugin_z)  $(UPPDIR1)plugin/z/lib/compress.c -o $(OutDir_plugin_z)compress.o

$(OutDir_plugin_z)crc32.o: $(UPPDIR1)plugin/z/lib/crc32.c \
	$(UPPDIR1)plugin/z/lib/zconf.h \
	$(UPPDIR1)plugin/z/lib/zlib.h
	$(CFLAGS) $(CINC) $(Macro_plugin_z)  $(UPPDIR1)plugin/z/lib/crc32.c -o $(OutDir_plugin_z)crc32.o

$(OutDir_plugin_z)deflate.o: $(UPPDIR1)plugin/z/lib/deflate.c \
	$(UPPDIR1)plugin/z/lib/deflate.h \
	$(UPPDIR1)plugin/z/lib/zconf.h \
	$(UPPDIR1)plugin/z/lib/zlib.h \
	$(UPPDIR1)plugin/z/lib/zutil.h
	$(CFLAGS) $(CINC) $(Macro_plugin_z)  $(UPPDIR1)plugin/z/lib/deflate.c -o $(OutDir_plugin_z)deflate.o

$(OutDir_plugin_z)gzio.o: $(UPPDIR1)plugin/z/lib/gzio.c \
	$(UPPDIR1)plugin/z/lib/zconf.h \
	$(UPPDIR1)plugin/z/lib/zlib.h \
	$(UPPDIR1)plugin/z/lib/zutil.h
	$(CFLAGS) $(CINC) $(Macro_plugin_z)  $(UPPDIR1)plugin/z/lib/gzio.c -o $(OutDir_plugin_z)gzio.o

$(OutDir_plugin_z)infblock.o: $(UPPDIR1)plugin/z/lib/infblock.c \
	$(UPPDIR1)plugin/z/lib/infblock.h \
	$(UPPDIR1)plugin/z/lib/infcodes.h \
	$(UPPDIR1)plugin/z/lib/inftrees.h \
	$(UPPDIR1)plugin/z/lib/infutil.h \
	$(UPPDIR1)plugin/z/lib/zconf.h \
	$(UPPDIR1)plugin/z/lib/zlib.h \
	$(UPPDIR1)plugin/z/lib/zutil.h
	$(CFLAGS) $(CINC) $(Macro_plugin_z)  $(UPPDIR1)plugin/z/lib/infblock.c -o $(OutDir_plugin_z)infblock.o

$(OutDir_plugin_z)infcodes.o: $(UPPDIR1)plugin/z/lib/infcodes.c \
	$(UPPDIR1)plugin/z/lib/infblock.h \
	$(UPPDIR1)plugin/z/lib/infcodes.h \
	$(UPPDIR1)plugin/z/lib/inffast.h \
	$(UPPDIR1)plugin/z/lib/inftrees.h \
	$(UPPDIR1)plugin/z/lib/infutil.h \
	$(UPPDIR1)plugin/z/lib/zconf.h \
	$(UPPDIR1)plugin/z/lib/zlib.h \
	$(UPPDIR1)plugin/z/lib/zutil.h
	$(CFLAGS) $(CINC) $(Macro_plugin_z)  $(UPPDIR1)plugin/z/lib/infcodes.c -o $(OutDir_plugin_z)infcodes.o

$(OutDir_plugin_z)inffast.o: $(UPPDIR1)plugin/z/lib/inffast.c \
	$(UPPDIR1)plugin/z/lib/infblock.h \
	$(UPPDIR1)plugin/z/lib/infcodes.h \
	$(UPPDIR1)plugin/z/lib/inffast.h \
	$(UPPDIR1)plugin/z/lib/inftrees.h \
	$(UPPDIR1)plugin/z/lib/infutil.h \
	$(UPPDIR1)plugin/z/lib/zconf.h \
	$(UPPDIR1)plugin/z/lib/zlib.h \
	$(UPPDIR1)plugin/z/lib/zutil.h
	$(CFLAGS) $(CINC) $(Macro_plugin_z)  $(UPPDIR1)plugin/z/lib/inffast.c -o $(OutDir_plugin_z)inffast.o

$(OutDir_plugin_z)inflate.o: $(UPPDIR1)plugin/z/lib/inflate.c \
	$(UPPDIR1)plugin/z/lib/infblock.h \
	$(UPPDIR1)plugin/z/lib/zconf.h \
	$(UPPDIR1)plugin/z/lib/zlib.h \
	$(UPPDIR1)plugin/z/lib/zutil.h
	$(CFLAGS) $(CINC) $(Macro_plugin_z)  $(UPPDIR1)plugin/z/lib/inflate.c -o $(OutDir_plugin_z)inflate.o

$(OutDir_plugin_z)inftrees.o: $(UPPDIR1)plugin/z/lib/inftrees.c \
	$(UPPDIR1)plugin/z/lib/inffixed.h \
	$(UPPDIR1)plugin/z/lib/inftrees.h \
	$(UPPDIR1)plugin/z/lib/zconf.h \
	$(UPPDIR1)plugin/z/lib/zlib.h \
	$(UPPDIR1)plugin/z/lib/zutil.h
	$(CFLAGS) $(CINC) $(Macro_plugin_z)  $(UPPDIR1)plugin/z/lib/inftrees.c -o $(OutDir_plugin_z)inftrees.o

$(OutDir_plugin_z)infutil.o: $(UPPDIR1)plugin/z/lib/infutil.c \
	$(UPPDIR1)plugin/z/lib/infblock.h \
	$(UPPDIR1)plugin/z/lib/infcodes.h \
	$(UPPDIR1)plugin/z/lib/inftrees.h \
	$(UPPDIR1)plugin/z/lib/infutil.h \
	$(UPPDIR1)plugin/z/lib/zconf.h \
	$(UPPDIR1)plugin/z/lib/zlib.h \
	$(UPPDIR1)plugin/z/lib/zutil.h
	$(CFLAGS) $(CINC) $(Macro_plugin_z)  $(UPPDIR1)plugin/z/lib/infutil.c -o $(OutDir_plugin_z)infutil.o

$(OutDir_plugin_z)trees.o: $(UPPDIR1)plugin/z/lib/trees.c \
	$(UPPDIR1)plugin/z/lib/deflate.h \
	$(UPPDIR1)plugin/z/lib/trees.h \
	$(UPPDIR1)plugin/z/lib/zconf.h \
	$(UPPDIR1)plugin/z/lib/zlib.h \
	$(UPPDIR1)plugin/z/lib/zutil.h
	$(CFLAGS) $(CINC) $(Macro_plugin_z)  $(UPPDIR1)plugin/z/lib/trees.c -o $(OutDir_plugin_z)trees.o

$(OutDir_plugin_z)uncompr.o: $(UPPDIR1)plugin/z/lib/uncompr.c \
	$(UPPDIR1)plugin/z/lib/zconf.h \
	$(UPPDIR1)plugin/z/lib/zlib.h
	$(CFLAGS) $(CINC) $(Macro_plugin_z)  $(UPPDIR1)plugin/z/lib/uncompr.c -o $(OutDir_plugin_z)uncompr.o

$(OutDir_plugin_z)zutil.o: $(UPPDIR1)plugin/z/lib/zutil.c \
	$(UPPDIR1)plugin/z/lib/zconf.h \
	$(UPPDIR1)plugin/z/lib/zlib.h \
	$(UPPDIR1)plugin/z/lib/zutil.h
	$(CFLAGS) $(CINC) $(Macro_plugin_z)  $(UPPDIR1)plugin/z/lib/zutil.c -o $(OutDir_plugin_z)zutil.o

$(OutDir_plugin_z)z.a: \
	$(OutDir_plugin_z)adler32.o \
	$(OutDir_plugin_z)compress.o \
	$(OutDir_plugin_z)crc32.o \
	$(OutDir_plugin_z)deflate.o \
	$(OutDir_plugin_z)gzio.o \
	$(OutDir_plugin_z)infblock.o \
	$(OutDir_plugin_z)infcodes.o \
	$(OutDir_plugin_z)inffast.o \
	$(OutDir_plugin_z)inflate.o \
	$(OutDir_plugin_z)inftrees.o \
	$(OutDir_plugin_z)infutil.o \
	$(OutDir_plugin_z)trees.o \
	$(OutDir_plugin_z)uncompr.o \
	$(OutDir_plugin_z)zutil.o
	$(AR) $(OutDir_plugin_z)z.a \
		$(OutDir_plugin_z)adler32.o \
		$(OutDir_plugin_z)compress.o \
		$(OutDir_plugin_z)crc32.o \
		$(OutDir_plugin_z)deflate.o \
		$(OutDir_plugin_z)gzio.o \
		$(OutDir_plugin_z)infblock.o \
		$(OutDir_plugin_z)infcodes.o \
		$(OutDir_plugin_z)inffast.o \
		$(OutDir_plugin_z)inflate.o \
		$(OutDir_plugin_z)inftrees.o \
		$(OutDir_plugin_z)infutil.o \
		$(OutDir_plugin_z)trees.o \
		$(OutDir_plugin_z)uncompr.o \
		$(OutDir_plugin_z)zutil.o

$(OutDir_RichEdit)Ruler.o: $(UPPDIR1)RichEdit/Ruler.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/iml_source.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichEdit)  $(UPPDIR1)RichEdit/Ruler.cpp -o $(OutDir_RichEdit)Ruler.o

$(OutDir_RichEdit)UnitEdit.o: $(UPPDIR1)RichEdit/UnitEdit.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichEdit)  $(UPPDIR1)RichEdit/UnitEdit.cpp -o $(OutDir_RichEdit)UnitEdit.o

$(OutDir_RichEdit)Editor.o: $(UPPDIR1)RichEdit/Editor.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichEdit)  $(UPPDIR1)RichEdit/Editor.cpp -o $(OutDir_RichEdit)Editor.o

$(OutDir_RichEdit)Speller.o: $(UPPDIR1)RichEdit/Speller.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichEdit)  $(UPPDIR1)RichEdit/Speller.cpp -o $(OutDir_RichEdit)Speller.o

$(OutDir_RichEdit)Kbd.o: $(UPPDIR1)RichEdit/Kbd.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichEdit)  $(UPPDIR1)RichEdit/Kbd.cpp -o $(OutDir_RichEdit)Kbd.o

$(OutDir_RichEdit)Mouse.o: $(UPPDIR1)RichEdit/Mouse.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichEdit)  $(UPPDIR1)RichEdit/Mouse.cpp -o $(OutDir_RichEdit)Mouse.o

$(OutDir_RichEdit)Cursor.o: $(UPPDIR1)RichEdit/Cursor.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichEdit)  $(UPPDIR1)RichEdit/Cursor.cpp -o $(OutDir_RichEdit)Cursor.o

$(OutDir_RichEdit)Undo.o: $(UPPDIR1)RichEdit/Undo.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichEdit)  $(UPPDIR1)RichEdit/Undo.cpp -o $(OutDir_RichEdit)Undo.o

$(OutDir_RichEdit)Modify.o: $(UPPDIR1)RichEdit/Modify.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichEdit)  $(UPPDIR1)RichEdit/Modify.cpp -o $(OutDir_RichEdit)Modify.o

$(OutDir_RichEdit)Formating.o: $(UPPDIR1)RichEdit/Formating.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichEdit)  $(UPPDIR1)RichEdit/Formating.cpp -o $(OutDir_RichEdit)Formating.o

$(OutDir_RichEdit)ParaFormat.o: $(UPPDIR1)RichEdit/ParaFormat.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichEdit)  $(UPPDIR1)RichEdit/ParaFormat.cpp -o $(OutDir_RichEdit)ParaFormat.o

$(OutDir_RichEdit)TableUndo.o: $(UPPDIR1)RichEdit/TableUndo.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichEdit)  $(UPPDIR1)RichEdit/TableUndo.cpp -o $(OutDir_RichEdit)TableUndo.o

$(OutDir_RichEdit)Table.o: $(UPPDIR1)RichEdit/Table.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichEdit)  $(UPPDIR1)RichEdit/Table.cpp -o $(OutDir_RichEdit)Table.o

$(OutDir_RichEdit)Find.o: $(UPPDIR1)RichEdit/Find.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichEdit)  $(UPPDIR1)RichEdit/Find.cpp -o $(OutDir_RichEdit)Find.o

$(OutDir_RichEdit)Tool.o: $(UPPDIR1)RichEdit/Tool.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichEdit)  $(UPPDIR1)RichEdit/Tool.cpp -o $(OutDir_RichEdit)Tool.o

$(OutDir_RichEdit)RichEdit.o: $(UPPDIR1)RichEdit/RichEdit.icpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t.h \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichEdit/RichEdit.h \
	$(UPPDIR1)RichEdit/RichEdit.iml \
	$(UPPDIR1)RichEdit/RichEdit.lay \
	$(UPPDIR1)RichEdit/RichEdit.t \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichEdit)  $(UPPDIR1)RichEdit/RichEdit.icpp -o $(OutDir_RichEdit)RichEdit.o

$(OutDir_RichEdit)RichEdit.a: \
	$(OutDir_RichEdit)Ruler.o \
	$(OutDir_RichEdit)UnitEdit.o \
	$(OutDir_RichEdit)Editor.o \
	$(OutDir_RichEdit)Speller.o \
	$(OutDir_RichEdit)Kbd.o \
	$(OutDir_RichEdit)Mouse.o \
	$(OutDir_RichEdit)Cursor.o \
	$(OutDir_RichEdit)Undo.o \
	$(OutDir_RichEdit)Modify.o \
	$(OutDir_RichEdit)Formating.o \
	$(OutDir_RichEdit)ParaFormat.o \
	$(OutDir_RichEdit)TableUndo.o \
	$(OutDir_RichEdit)Table.o \
	$(OutDir_RichEdit)Find.o \
	$(OutDir_RichEdit)Tool.o
	$(AR) $(OutDir_RichEdit)RichEdit.a \
		$(OutDir_RichEdit)Ruler.o \
		$(OutDir_RichEdit)UnitEdit.o \
		$(OutDir_RichEdit)Editor.o \
		$(OutDir_RichEdit)Speller.o \
		$(OutDir_RichEdit)Kbd.o \
		$(OutDir_RichEdit)Mouse.o \
		$(OutDir_RichEdit)Cursor.o \
		$(OutDir_RichEdit)Undo.o \
		$(OutDir_RichEdit)Modify.o \
		$(OutDir_RichEdit)Formating.o \
		$(OutDir_RichEdit)ParaFormat.o \
		$(OutDir_RichEdit)TableUndo.o \
		$(OutDir_RichEdit)Table.o \
		$(OutDir_RichEdit)Find.o \
		$(OutDir_RichEdit)Tool.o

$(OutDir_IconDes)AlphaCtrl.o: $(UPPDIR1)IconDes/AlphaCtrl.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)IconDes/IconDes.h \
	$(UPPDIR1)IconDes/IconDes.iml \
	$(UPPDIR1)IconDes/IconDes.lay \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_IconDes)  $(UPPDIR1)IconDes/AlphaCtrl.cpp -o $(OutDir_IconDes)AlphaCtrl.o

$(OutDir_IconDes)RGBACtrl.o: $(UPPDIR1)IconDes/RGBACtrl.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)IconDes/IconDes.h \
	$(UPPDIR1)IconDes/IconDes.iml \
	$(UPPDIR1)IconDes/IconDes.lay \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_IconDes)  $(UPPDIR1)IconDes/RGBACtrl.cpp -o $(OutDir_IconDes)RGBACtrl.o

$(OutDir_IconDes)ImageOp.o: $(UPPDIR1)IconDes/ImageOp.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)IconDes/IconDes.h \
	$(UPPDIR1)IconDes/IconDes.iml \
	$(UPPDIR1)IconDes/IconDes.lay \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_IconDes)  $(UPPDIR1)IconDes/ImageOp.cpp -o $(OutDir_IconDes)ImageOp.o

$(OutDir_IconDes)Paint.o: $(UPPDIR1)IconDes/Paint.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/iml_source.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)IconDes/IconDes.h \
	$(UPPDIR1)IconDes/IconDes.iml \
	$(UPPDIR1)IconDes/IconDes.lay \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_IconDes)  $(UPPDIR1)IconDes/Paint.cpp -o $(OutDir_IconDes)Paint.o

$(OutDir_IconDes)Event.o: $(UPPDIR1)IconDes/Event.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)IconDes/IconDes.h \
	$(UPPDIR1)IconDes/IconDes.iml \
	$(UPPDIR1)IconDes/IconDes.lay \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_IconDes)  $(UPPDIR1)IconDes/Event.cpp -o $(OutDir_IconDes)Event.o

$(OutDir_IconDes)Fast.o: $(UPPDIR1)IconDes/Fast.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)IconDes/IconDes.h \
	$(UPPDIR1)IconDes/IconDes.iml \
	$(UPPDIR1)IconDes/IconDes.lay \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_IconDes)  $(UPPDIR1)IconDes/Fast.cpp -o $(OutDir_IconDes)Fast.o

$(OutDir_IconDes)IconDes.o: $(UPPDIR1)IconDes/IconDes.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)IconDes/IconDes.h \
	$(UPPDIR1)IconDes/IconDes.iml \
	$(UPPDIR1)IconDes/IconDes.lay \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_IconDes)  $(UPPDIR1)IconDes/IconDes.cpp -o $(OutDir_IconDes)IconDes.o

$(OutDir_IconDes)List.o: $(UPPDIR1)IconDes/List.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)IconDes/IconDes.h \
	$(UPPDIR1)IconDes/IconDes.iml \
	$(UPPDIR1)IconDes/IconDes.lay \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_IconDes)  $(UPPDIR1)IconDes/List.cpp -o $(OutDir_IconDes)List.o

$(OutDir_IconDes)Image.o: $(UPPDIR1)IconDes/Image.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)IconDes/IconDes.h \
	$(UPPDIR1)IconDes/IconDes.iml \
	$(UPPDIR1)IconDes/IconDes.lay \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_IconDes)  $(UPPDIR1)IconDes/Image.cpp -o $(OutDir_IconDes)Image.o

$(OutDir_IconDes)Bar.o: $(UPPDIR1)IconDes/Bar.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)IconDes/IconDes.h \
	$(UPPDIR1)IconDes/IconDes.iml \
	$(UPPDIR1)IconDes/IconDes.lay \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_IconDes)  $(UPPDIR1)IconDes/Bar.cpp -o $(OutDir_IconDes)Bar.o

$(OutDir_IconDes)EditPos.o: $(UPPDIR1)IconDes/EditPos.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)IconDes/IconDes.h \
	$(UPPDIR1)IconDes/IconDes.iml \
	$(UPPDIR1)IconDes/IconDes.lay \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_IconDes)  $(UPPDIR1)IconDes/EditPos.cpp -o $(OutDir_IconDes)EditPos.o

$(OutDir_IconDes)ImlFile.o: $(UPPDIR1)IconDes/ImlFile.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)IconDes/IconDes.h \
	$(UPPDIR1)IconDes/IconDes.iml \
	$(UPPDIR1)IconDes/IconDes.lay \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_IconDes)  $(UPPDIR1)IconDes/ImlFile.cpp -o $(OutDir_IconDes)ImlFile.o

$(OutDir_IconDes)IconDes.a: \
	$(OutDir_IconDes)AlphaCtrl.o \
	$(OutDir_IconDes)RGBACtrl.o \
	$(OutDir_IconDes)ImageOp.o \
	$(OutDir_IconDes)Paint.o \
	$(OutDir_IconDes)Event.o \
	$(OutDir_IconDes)Fast.o \
	$(OutDir_IconDes)IconDes.o \
	$(OutDir_IconDes)List.o \
	$(OutDir_IconDes)Image.o \
	$(OutDir_IconDes)Bar.o \
	$(OutDir_IconDes)EditPos.o \
	$(OutDir_IconDes)ImlFile.o
	$(AR) $(OutDir_IconDes)IconDes.a \
		$(OutDir_IconDes)AlphaCtrl.o \
		$(OutDir_IconDes)RGBACtrl.o \
		$(OutDir_IconDes)ImageOp.o \
		$(OutDir_IconDes)Paint.o \
		$(OutDir_IconDes)Event.o \
		$(OutDir_IconDes)Fast.o \
		$(OutDir_IconDes)IconDes.o \
		$(OutDir_IconDes)List.o \
		$(OutDir_IconDes)Image.o \
		$(OutDir_IconDes)Bar.o \
		$(OutDir_IconDes)EditPos.o \
		$(OutDir_IconDes)ImlFile.o

$(OutDir_coff_binobj)binobj.o: $(UPPDIR1)coff/binobj/binobj.cpp \
	$(UPPDIR1)coff/binobj/binobj.h \
	$(UPPDIR1)coff/coff.h \
	$(UPPDIR1)coff/defs.h \
	$(UPPDIR1)coff/lib.h \
	$(UPPDIR1)coff/stab.def \
	$(UPPDIR1)coff/util.h \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)plugin/bz2/bz2.h \
	$(UPPDIR1)plugin/z/z.h
	$(CPPFLAGS) $(CINC) $(Macro_coff_binobj)  $(UPPDIR1)coff/binobj/binobj.cpp -o $(OutDir_coff_binobj)binobj.o

$(OutDir_coff_binobj)binobj.a: \
	$(OutDir_coff_binobj)binobj.o
	$(AR) $(OutDir_coff_binobj)binobj.a \
		$(OutDir_coff_binobj)binobj.o

$(OutDir_coff)defs.o: $(UPPDIR1)coff/defs.cpp \
	$(UPPDIR1)coff/coff.h \
	$(UPPDIR1)coff/defs.h \
	$(UPPDIR1)coff/lib.h \
	$(UPPDIR1)coff/stab.def \
	$(UPPDIR1)coff/util.h \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_coff)  $(UPPDIR1)coff/defs.cpp -o $(OutDir_coff)defs.o

$(OutDir_coff)util.o: $(UPPDIR1)coff/util.cpp \
	$(UPPDIR1)coff/coff.h \
	$(UPPDIR1)coff/defs.h \
	$(UPPDIR1)coff/imagehlp.dli \
	$(UPPDIR1)coff/lib.h \
	$(UPPDIR1)coff/stab.def \
	$(UPPDIR1)coff/util.h \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_coff)  $(UPPDIR1)coff/util.cpp -o $(OutDir_coff)util.o

$(OutDir_coff)lib.o: $(UPPDIR1)coff/lib.cpp \
	$(UPPDIR1)coff/coff.h \
	$(UPPDIR1)coff/defs.h \
	$(UPPDIR1)coff/lib.h \
	$(UPPDIR1)coff/stab.def \
	$(UPPDIR1)coff/util.h \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h
	$(CPPFLAGS) $(CINC) $(Macro_coff)  $(UPPDIR1)coff/lib.cpp -o $(OutDir_coff)lib.o

$(OutDir_coff)coff.a: \
	$(OutDir_coff)defs.o \
	$(OutDir_coff)util.o \
	$(OutDir_coff)lib.o
	$(AR) $(OutDir_coff)coff.a \
		$(OutDir_coff)defs.o \
		$(OutDir_coff)util.o \
		$(OutDir_coff)lib.o

$(OutDir_plugin_ndisasm)ndisupp.o: $(UPPDIR1)plugin/ndisasm/ndisupp.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)plugin/ndisasm/lib/disasm.h \
	$(UPPDIR1)plugin/ndisasm/ndisasm.h
	$(CPPFLAGS) $(CINC) $(Macro_plugin_ndisasm)  $(UPPDIR1)plugin/ndisasm/ndisupp.cpp -o $(OutDir_plugin_ndisasm)ndisupp.o

$(OutDir_plugin_ndisasm)disasm.o: $(UPPDIR1)plugin/ndisasm/lib/disasm.c \
	$(UPPDIR1)plugin/ndisasm/lib/disasm.h \
	$(UPPDIR1)plugin/ndisasm/lib/insns.h \
	$(UPPDIR1)plugin/ndisasm/lib/insnsi.h \
	$(UPPDIR1)plugin/ndisasm/lib/insnsn.c \
	$(UPPDIR1)plugin/ndisasm/lib/names.c \
	$(UPPDIR1)plugin/ndisasm/lib/nasm.h \
	$(UPPDIR1)plugin/ndisasm/lib/regdis.c \
	$(UPPDIR1)plugin/ndisasm/lib/regs.c \
	$(UPPDIR1)plugin/ndisasm/lib/regs.h \
	$(UPPDIR1)plugin/ndisasm/lib/sync.h \
	$(UPPDIR1)plugin/ndisasm/lib/version.h
	$(CFLAGS) $(CINC) $(Macro_plugin_ndisasm)  $(UPPDIR1)plugin/ndisasm/lib/disasm.c -o $(OutDir_plugin_ndisasm)disasm.o

$(OutDir_plugin_ndisasm)insnsd.o: $(UPPDIR1)plugin/ndisasm/lib/insnsd.c \
	$(UPPDIR1)plugin/ndisasm/lib/insns.h \
	$(UPPDIR1)plugin/ndisasm/lib/insnsi.h \
	$(UPPDIR1)plugin/ndisasm/lib/nasm.h \
	$(UPPDIR1)plugin/ndisasm/lib/regs.h \
	$(UPPDIR1)plugin/ndisasm/lib/version.h
	$(CFLAGS) $(CINC) $(Macro_plugin_ndisasm)  $(UPPDIR1)plugin/ndisasm/lib/insnsd.c -o $(OutDir_plugin_ndisasm)insnsd.o

$(OutDir_plugin_ndisasm)nasmlib.o: $(UPPDIR1)plugin/ndisasm/lib/nasmlib.c \
	$(UPPDIR1)plugin/ndisasm/lib/insns.h \
	$(UPPDIR1)plugin/ndisasm/lib/insnsi.h \
	$(UPPDIR1)plugin/ndisasm/lib/insnsn.c \
	$(UPPDIR1)plugin/ndisasm/lib/names.c \
	$(UPPDIR1)plugin/ndisasm/lib/nasm.h \
	$(UPPDIR1)plugin/ndisasm/lib/nasmlib.h \
	$(UPPDIR1)plugin/ndisasm/lib/regs.c \
	$(UPPDIR1)plugin/ndisasm/lib/regs.h \
	$(UPPDIR1)plugin/ndisasm/lib/version.h
	$(CFLAGS) $(CINC) $(Macro_plugin_ndisasm)  $(UPPDIR1)plugin/ndisasm/lib/nasmlib.c -o $(OutDir_plugin_ndisasm)nasmlib.o

$(OutDir_plugin_ndisasm)regs.o: $(UPPDIR1)plugin/ndisasm/lib/regs.c
	$(CFLAGS) $(CINC) $(Macro_plugin_ndisasm)  $(UPPDIR1)plugin/ndisasm/lib/regs.c -o $(OutDir_plugin_ndisasm)regs.o

$(OutDir_plugin_ndisasm)sync.o: $(UPPDIR1)plugin/ndisasm/lib/sync.c \
	$(UPPDIR1)plugin/ndisasm/lib/sync.h
	$(CFLAGS) $(CINC) $(Macro_plugin_ndisasm)  $(UPPDIR1)plugin/ndisasm/lib/sync.c -o $(OutDir_plugin_ndisasm)sync.o

$(OutDir_plugin_ndisasm)ndisasm.a: \
	$(OutDir_plugin_ndisasm)ndisupp.o \
	$(OutDir_plugin_ndisasm)disasm.o \
	$(OutDir_plugin_ndisasm)insnsd.o \
	$(OutDir_plugin_ndisasm)nasmlib.o \
	$(OutDir_plugin_ndisasm)regs.o \
	$(OutDir_plugin_ndisasm)sync.o
	$(AR) $(OutDir_plugin_ndisasm)ndisasm.a \
		$(OutDir_plugin_ndisasm)ndisupp.o \
		$(OutDir_plugin_ndisasm)disasm.o \
		$(OutDir_plugin_ndisasm)insnsd.o \
		$(OutDir_plugin_ndisasm)nasmlib.o \
		$(OutDir_plugin_ndisasm)regs.o \
		$(OutDir_plugin_ndisasm)sync.o

$(OutDir_CppBase)Pre.o: $(UPPDIR1)CppBase/Pre.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i
	$(CPPFLAGS) $(CINC) $(Macro_CppBase)  $(UPPDIR1)CppBase/Pre.cpp -o $(OutDir_CppBase)Pre.o

$(OutDir_CppBase)cpplex.o: $(UPPDIR1)CppBase/cpplex.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i
	$(CPPFLAGS) $(CINC) $(Macro_CppBase)  $(UPPDIR1)CppBase/cpplex.cpp -o $(OutDir_CppBase)cpplex.o

$(OutDir_CppBase)Parser.o: $(UPPDIR1)CppBase/Parser.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i
	$(CPPFLAGS) $(CINC) $(Macro_CppBase)  $(UPPDIR1)CppBase/Parser.cpp -o $(OutDir_CppBase)Parser.o

$(OutDir_CppBase)Base.o: $(UPPDIR1)CppBase/Base.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CppBase/CppBase.h \
	$(UPPDIR1)CppBase/keyword.i
	$(CPPFLAGS) $(CINC) $(Macro_CppBase)  $(UPPDIR1)CppBase/Base.cpp -o $(OutDir_CppBase)Base.o

$(OutDir_CppBase)CppBase.a: \
	$(OutDir_CppBase)Pre.o \
	$(OutDir_CppBase)cpplex.o \
	$(OutDir_CppBase)Parser.o \
	$(OutDir_CppBase)Base.o
	$(AR) $(OutDir_CppBase)CppBase.a \
		$(OutDir_CppBase)Pre.o \
		$(OutDir_CppBase)cpplex.o \
		$(OutDir_CppBase)Parser.o \
		$(OutDir_CppBase)Base.o

$(OutDir_PdfDraw)TTFStream.o: $(UPPDIR1)PdfDraw/TTFStream.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_PdfDraw)  $(UPPDIR1)PdfDraw/TTFStream.cpp -o $(OutDir_PdfDraw)TTFStream.o

$(OutDir_PdfDraw)TTFStruct.o: $(UPPDIR1)PdfDraw/TTFStruct.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_PdfDraw)  $(UPPDIR1)PdfDraw/TTFStruct.cpp -o $(OutDir_PdfDraw)TTFStruct.o

$(OutDir_PdfDraw)TTFReader.o: $(UPPDIR1)PdfDraw/TTFReader.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_PdfDraw)  $(UPPDIR1)PdfDraw/TTFReader.cpp -o $(OutDir_PdfDraw)TTFReader.o

$(OutDir_PdfDraw)TTFSubset.o: $(UPPDIR1)PdfDraw/TTFSubset.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_PdfDraw)  $(UPPDIR1)PdfDraw/TTFSubset.cpp -o $(OutDir_PdfDraw)TTFSubset.o

$(OutDir_PdfDraw)PdfDraw.o: $(UPPDIR1)PdfDraw/PdfDraw.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_PdfDraw)  $(UPPDIR1)PdfDraw/PdfDraw.cpp -o $(OutDir_PdfDraw)PdfDraw.o

$(OutDir_PdfDraw)PdfReport.o: $(UPPDIR1)PdfDraw/PdfReport.icpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_PdfDraw)  $(UPPDIR1)PdfDraw/PdfReport.icpp -o $(OutDir_PdfDraw)PdfReport.o

$(OutDir_PdfDraw)Test.o: $(UPPDIR1)PdfDraw/Test.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)PdfDraw/PdfDraw.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/z.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_PdfDraw)  $(UPPDIR1)PdfDraw/Test.cpp -o $(OutDir_PdfDraw)Test.o

$(OutDir_PdfDraw)PdfDraw.a: \
	$(OutDir_PdfDraw)TTFStream.o \
	$(OutDir_PdfDraw)TTFStruct.o \
	$(OutDir_PdfDraw)TTFReader.o \
	$(OutDir_PdfDraw)TTFSubset.o \
	$(OutDir_PdfDraw)PdfDraw.o \
	$(OutDir_PdfDraw)Test.o
	$(AR) $(OutDir_PdfDraw)PdfDraw.a \
		$(OutDir_PdfDraw)TTFStream.o \
		$(OutDir_PdfDraw)TTFStruct.o \
		$(OutDir_PdfDraw)TTFReader.o \
		$(OutDir_PdfDraw)TTFSubset.o \
		$(OutDir_PdfDraw)PdfDraw.o \
		$(OutDir_PdfDraw)Test.o

$(OutDir_Draw)DrawWin32.o: $(UPPDIR1)Draw/DrawWin32.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/DrawWin32.cpp -o $(OutDir_Draw)DrawWin32.o

$(OutDir_Draw)DrawX11.o: $(UPPDIR1)Draw/DrawX11.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/dli_source.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/DrawX11.cpp -o $(OutDir_Draw)DrawX11.o

$(OutDir_Draw)ComposeText.o: $(UPPDIR1)Draw/ComposeText.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/ComposeText.cpp -o $(OutDir_Draw)ComposeText.o

$(OutDir_Draw)DrawText.o: $(UPPDIR1)Draw/DrawText.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/DrawText.cpp -o $(OutDir_Draw)DrawText.o

$(OutDir_Draw)DrawTextWin32.o: $(UPPDIR1)Draw/DrawTextWin32.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/DrawTextWin32.cpp -o $(OutDir_Draw)DrawTextWin32.o

$(OutDir_Draw)DrawTextXft.o: $(UPPDIR1)Draw/DrawTextXft.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/DrawTextXft.cpp -o $(OutDir_Draw)DrawTextXft.o

$(OutDir_Draw)Draw.o: $(UPPDIR1)Draw/Draw.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/Draw.cpp -o $(OutDir_Draw)Draw.o

$(OutDir_Draw)DrawOpWin32.o: $(UPPDIR1)Draw/DrawOpWin32.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/DrawOpWin32.cpp -o $(OutDir_Draw)DrawOpWin32.o

$(OutDir_Draw)DrawOpX11.o: $(UPPDIR1)Draw/DrawOpX11.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/DrawOpX11.cpp -o $(OutDir_Draw)DrawOpX11.o

$(OutDir_Draw)DrawData.o: $(UPPDIR1)Draw/DrawData.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/DrawData.cpp -o $(OutDir_Draw)DrawData.o

$(OutDir_Draw)Drawing.o: $(UPPDIR1)Draw/Drawing.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/Drawing.cpp -o $(OutDir_Draw)Drawing.o

$(OutDir_Draw)MetaFile.o: $(UPPDIR1)Draw/MetaFile.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/MetaFile.cpp -o $(OutDir_Draw)MetaFile.o

$(OutDir_Draw)DrawUtil.o: $(UPPDIR1)Draw/DrawUtil.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/DrawUtil.cpp -o $(OutDir_Draw)DrawUtil.o

$(OutDir_Draw)DrawTextUtil.o: $(UPPDIR1)Draw/DrawTextUtil.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/DrawTextUtil.cpp -o $(OutDir_Draw)DrawTextUtil.o

$(OutDir_Draw)Display.o: $(UPPDIR1)Draw/Display.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/Display.cpp -o $(OutDir_Draw)Display.o

$(OutDir_Draw)Debug.o: $(UPPDIR1)Draw/Debug.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/Debug.cpp -o $(OutDir_Draw)Debug.o

$(OutDir_Draw)Image.o: $(UPPDIR1)Draw/Image.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/Image.cpp -o $(OutDir_Draw)Image.o

$(OutDir_Draw)ImageBlit.o: $(UPPDIR1)Draw/ImageBlit.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/ImageBlit.cpp -o $(OutDir_Draw)ImageBlit.o

$(OutDir_Draw)ImageWin32.o: $(UPPDIR1)Draw/ImageWin32.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/ImageWin32.cpp -o $(OutDir_Draw)ImageWin32.o

$(OutDir_Draw)ImageX11.o: $(UPPDIR1)Draw/ImageX11.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/ImageX11.cpp -o $(OutDir_Draw)ImageX11.o

$(OutDir_Draw)RasterFormat.o: $(UPPDIR1)Draw/RasterFormat.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/RasterFormat.cpp -o $(OutDir_Draw)RasterFormat.o

$(OutDir_Draw)RasterWrite.o: $(UPPDIR1)Draw/RasterWrite.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/RasterWrite.cpp -o $(OutDir_Draw)RasterWrite.o

$(OutDir_Draw)Palette.o: $(UPPDIR1)Draw/Palette.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/Palette.cpp -o $(OutDir_Draw)Palette.o

$(OutDir_Draw)Raster.o: $(UPPDIR1)Draw/Raster.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/Raster.cpp -o $(OutDir_Draw)Raster.o

$(OutDir_Draw)RasterEncoder.o: $(UPPDIR1)Draw/RasterEncoder.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/RasterEncoder.cpp -o $(OutDir_Draw)RasterEncoder.o

$(OutDir_Draw)ImageOp.o: $(UPPDIR1)Draw/ImageOp.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/ImageOp.cpp -o $(OutDir_Draw)ImageOp.o

$(OutDir_Draw)ImageChOp.o: $(UPPDIR1)Draw/ImageChOp.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/ImageChOp.cpp -o $(OutDir_Draw)ImageChOp.o

$(OutDir_Draw)ImageScale.o: $(UPPDIR1)Draw/ImageScale.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/ImageScale.cpp -o $(OutDir_Draw)ImageScale.o

$(OutDir_Draw)MakeCache.o: $(UPPDIR1)Draw/MakeCache.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/MakeCache.cpp -o $(OutDir_Draw)MakeCache.o

$(OutDir_Draw)DrawRasterData.o: $(UPPDIR1)Draw/DrawRasterData.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/DrawRasterData.cpp -o $(OutDir_Draw)DrawRasterData.o

$(OutDir_Draw)Cham.o: $(UPPDIR1)Draw/Cham.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/Cham.cpp -o $(OutDir_Draw)Cham.o

$(OutDir_Draw)SSettings.o: $(UPPDIR1)Draw/SSettings.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_Draw)  $(UPPDIR1)Draw/SSettings.cpp -o $(OutDir_Draw)SSettings.o

$(OutDir_Draw)Draw.a: \
	$(OutDir_Draw)DrawWin32.o \
	$(OutDir_Draw)DrawX11.o \
	$(OutDir_Draw)ComposeText.o \
	$(OutDir_Draw)DrawText.o \
	$(OutDir_Draw)DrawTextWin32.o \
	$(OutDir_Draw)DrawTextXft.o \
	$(OutDir_Draw)Draw.o \
	$(OutDir_Draw)DrawOpWin32.o \
	$(OutDir_Draw)DrawOpX11.o \
	$(OutDir_Draw)DrawData.o \
	$(OutDir_Draw)Drawing.o \
	$(OutDir_Draw)MetaFile.o \
	$(OutDir_Draw)DrawUtil.o \
	$(OutDir_Draw)DrawTextUtil.o \
	$(OutDir_Draw)Display.o \
	$(OutDir_Draw)Debug.o \
	$(OutDir_Draw)Image.o \
	$(OutDir_Draw)ImageBlit.o \
	$(OutDir_Draw)ImageWin32.o \
	$(OutDir_Draw)ImageX11.o \
	$(OutDir_Draw)RasterFormat.o \
	$(OutDir_Draw)RasterWrite.o \
	$(OutDir_Draw)Palette.o \
	$(OutDir_Draw)Raster.o \
	$(OutDir_Draw)RasterEncoder.o \
	$(OutDir_Draw)ImageOp.o \
	$(OutDir_Draw)ImageChOp.o \
	$(OutDir_Draw)ImageScale.o \
	$(OutDir_Draw)MakeCache.o \
	$(OutDir_Draw)DrawRasterData.o \
	$(OutDir_Draw)Cham.o \
	$(OutDir_Draw)SSettings.o
	$(AR) $(OutDir_Draw)Draw.a \
		$(OutDir_Draw)DrawWin32.o \
		$(OutDir_Draw)DrawX11.o \
		$(OutDir_Draw)ComposeText.o \
		$(OutDir_Draw)DrawText.o \
		$(OutDir_Draw)DrawTextWin32.o \
		$(OutDir_Draw)DrawTextXft.o \
		$(OutDir_Draw)Draw.o \
		$(OutDir_Draw)DrawOpWin32.o \
		$(OutDir_Draw)DrawOpX11.o \
		$(OutDir_Draw)DrawData.o \
		$(OutDir_Draw)Drawing.o \
		$(OutDir_Draw)MetaFile.o \
		$(OutDir_Draw)DrawUtil.o \
		$(OutDir_Draw)DrawTextUtil.o \
		$(OutDir_Draw)Display.o \
		$(OutDir_Draw)Debug.o \
		$(OutDir_Draw)Image.o \
		$(OutDir_Draw)ImageBlit.o \
		$(OutDir_Draw)ImageWin32.o \
		$(OutDir_Draw)ImageX11.o \
		$(OutDir_Draw)RasterFormat.o \
		$(OutDir_Draw)RasterWrite.o \
		$(OutDir_Draw)Palette.o \
		$(OutDir_Draw)Raster.o \
		$(OutDir_Draw)RasterEncoder.o \
		$(OutDir_Draw)ImageOp.o \
		$(OutDir_Draw)ImageChOp.o \
		$(OutDir_Draw)ImageScale.o \
		$(OutDir_Draw)MakeCache.o \
		$(OutDir_Draw)DrawRasterData.o \
		$(OutDir_Draw)Cham.o \
		$(OutDir_Draw)SSettings.o

$(OutDir_plugin_bmp)Bmp.o: $(UPPDIR1)plugin/bmp/Bmp.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/bmp/bmp.h \
	$(UPPDIR1)plugin/bmp/bmphdr.h
	$(CPPFLAGS) $(CINC) $(Macro_plugin_bmp)  $(UPPDIR1)plugin/bmp/Bmp.cpp -o $(OutDir_plugin_bmp)Bmp.o

$(OutDir_plugin_bmp)BmpWrite.o: $(UPPDIR1)plugin/bmp/BmpWrite.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/bmp/bmp.h \
	$(UPPDIR1)plugin/bmp/bmphdr.h
	$(CPPFLAGS) $(CINC) $(Macro_plugin_bmp)  $(UPPDIR1)plugin/bmp/BmpWrite.cpp -o $(OutDir_plugin_bmp)BmpWrite.o

$(OutDir_plugin_bmp)Icon.o: $(UPPDIR1)plugin/bmp/Icon.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/bmp/bmp.h \
	$(UPPDIR1)plugin/bmp/bmphdr.h
	$(CPPFLAGS) $(CINC) $(Macro_plugin_bmp)  $(UPPDIR1)plugin/bmp/Icon.cpp -o $(OutDir_plugin_bmp)Icon.o

$(OutDir_plugin_bmp)BmpReg.o: $(UPPDIR1)plugin/bmp/BmpReg.icpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/bmp/bmp.h
	$(CPPFLAGS) $(CINC) $(Macro_plugin_bmp)  $(UPPDIR1)plugin/bmp/BmpReg.icpp -o $(OutDir_plugin_bmp)BmpReg.o

$(OutDir_plugin_bmp)bmp.a: \
	$(OutDir_plugin_bmp)Bmp.o \
	$(OutDir_plugin_bmp)BmpWrite.o \
	$(OutDir_plugin_bmp)Icon.o
	$(AR) $(OutDir_plugin_bmp)bmp.a \
		$(OutDir_plugin_bmp)Bmp.o \
		$(OutDir_plugin_bmp)BmpWrite.o \
		$(OutDir_plugin_bmp)Icon.o

$(OutDir_CtrlCore)Frame.o: $(UPPDIR1)CtrlCore/Frame.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlCore)  $(UPPDIR1)CtrlCore/Frame.cpp -o $(OutDir_CtrlCore)Frame.o

$(OutDir_CtrlCore)Ctrl.o: $(UPPDIR1)CtrlCore/Ctrl.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlCore)  $(UPPDIR1)CtrlCore/Ctrl.cpp -o $(OutDir_CtrlCore)Ctrl.o

$(OutDir_CtrlCore)CtrlChild.o: $(UPPDIR1)CtrlCore/CtrlChild.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlCore)  $(UPPDIR1)CtrlCore/CtrlChild.cpp -o $(OutDir_CtrlCore)CtrlChild.o

$(OutDir_CtrlCore)CtrlPos.o: $(UPPDIR1)CtrlCore/CtrlPos.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlCore)  $(UPPDIR1)CtrlCore/CtrlPos.cpp -o $(OutDir_CtrlCore)CtrlPos.o

$(OutDir_CtrlCore)CtrlDraw.o: $(UPPDIR1)CtrlCore/CtrlDraw.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlCore)  $(UPPDIR1)CtrlCore/CtrlDraw.cpp -o $(OutDir_CtrlCore)CtrlDraw.o

$(OutDir_CtrlCore)CtrlMouse.o: $(UPPDIR1)CtrlCore/CtrlMouse.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlCore)  $(UPPDIR1)CtrlCore/CtrlMouse.cpp -o $(OutDir_CtrlCore)CtrlMouse.o

$(OutDir_CtrlCore)CtrlKbd.o: $(UPPDIR1)CtrlCore/CtrlKbd.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlCore)  $(UPPDIR1)CtrlCore/CtrlKbd.cpp -o $(OutDir_CtrlCore)CtrlKbd.o

$(OutDir_CtrlCore)CtrlTimer.o: $(UPPDIR1)CtrlCore/CtrlTimer.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlCore)  $(UPPDIR1)CtrlCore/CtrlTimer.cpp -o $(OutDir_CtrlCore)CtrlTimer.o

$(OutDir_CtrlCore)LocalLoop.o: $(UPPDIR1)CtrlCore/LocalLoop.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlCore)  $(UPPDIR1)CtrlCore/LocalLoop.cpp -o $(OutDir_CtrlCore)LocalLoop.o

$(OutDir_CtrlCore)CtrlCore.o: $(UPPDIR1)CtrlCore/CtrlCore.icpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t.h \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/CtrlCore.t \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlCore)  $(UPPDIR1)CtrlCore/CtrlCore.icpp -o $(OutDir_CtrlCore)CtrlCore.o

$(OutDir_CtrlCore)TopWindow.o: $(UPPDIR1)CtrlCore/TopWindow.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlCore)  $(UPPDIR1)CtrlCore/TopWindow.cpp -o $(OutDir_CtrlCore)TopWindow.o

$(OutDir_CtrlCore)Win32Wnd.o: $(UPPDIR1)CtrlCore/Win32Wnd.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/Win32Msg.i \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlCore)  $(UPPDIR1)CtrlCore/Win32Wnd.cpp -o $(OutDir_CtrlCore)Win32Wnd.o

$(OutDir_CtrlCore)Win32ImgClip.o: $(UPPDIR1)CtrlCore/Win32ImgClip.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlCore)  $(UPPDIR1)CtrlCore/Win32ImgClip.cpp -o $(OutDir_CtrlCore)Win32ImgClip.o

$(OutDir_CtrlCore)Win32Proc.o: $(UPPDIR1)CtrlCore/Win32Proc.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlCore)  $(UPPDIR1)CtrlCore/Win32Proc.cpp -o $(OutDir_CtrlCore)Win32Proc.o

$(OutDir_CtrlCore)TopWin32.o: $(UPPDIR1)CtrlCore/TopWin32.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlCore)  $(UPPDIR1)CtrlCore/TopWin32.cpp -o $(OutDir_CtrlCore)TopWin32.o

$(OutDir_CtrlCore)DHCtrl.o: $(UPPDIR1)CtrlCore/DHCtrl.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlCore)  $(UPPDIR1)CtrlCore/DHCtrl.cpp -o $(OutDir_CtrlCore)DHCtrl.o

$(OutDir_CtrlCore)X11Wnd.o: $(UPPDIR1)CtrlCore/X11Wnd.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Event.i \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlCore)  $(UPPDIR1)CtrlCore/X11Wnd.cpp -o $(OutDir_CtrlCore)X11Wnd.o

$(OutDir_CtrlCore)X11Proc.o: $(UPPDIR1)CtrlCore/X11Proc.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlCore)  $(UPPDIR1)CtrlCore/X11Proc.cpp -o $(OutDir_CtrlCore)X11Proc.o

$(OutDir_CtrlCore)TopWinX11.o: $(UPPDIR1)CtrlCore/TopWinX11.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlCore)  $(UPPDIR1)CtrlCore/TopWinX11.cpp -o $(OutDir_CtrlCore)TopWinX11.o

$(OutDir_CtrlCore)X11Clip.o: $(UPPDIR1)CtrlCore/X11Clip.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlCore)  $(UPPDIR1)CtrlCore/X11Clip.cpp -o $(OutDir_CtrlCore)X11Clip.o

$(OutDir_CtrlCore)X11ImgClip.o: $(UPPDIR1)CtrlCore/X11ImgClip.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/bmp/bmp.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlCore)  $(UPPDIR1)CtrlCore/X11ImgClip.cpp -o $(OutDir_CtrlCore)X11ImgClip.o

$(OutDir_CtrlCore)X11App.o: $(UPPDIR1)CtrlCore/X11App.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h
	$(CPPFLAGS) $(CINC) $(Macro_CtrlCore)  $(UPPDIR1)CtrlCore/X11App.cpp -o $(OutDir_CtrlCore)X11App.o

$(OutDir_CtrlCore)CtrlCore.a: \
	$(OutDir_CtrlCore)Frame.o \
	$(OutDir_CtrlCore)Ctrl.o \
	$(OutDir_CtrlCore)CtrlChild.o \
	$(OutDir_CtrlCore)CtrlPos.o \
	$(OutDir_CtrlCore)CtrlDraw.o \
	$(OutDir_CtrlCore)CtrlMouse.o \
	$(OutDir_CtrlCore)CtrlKbd.o \
	$(OutDir_CtrlCore)CtrlTimer.o \
	$(OutDir_CtrlCore)LocalLoop.o \
	$(OutDir_CtrlCore)TopWindow.o \
	$(OutDir_CtrlCore)Win32Wnd.o \
	$(OutDir_CtrlCore)Win32ImgClip.o \
	$(OutDir_CtrlCore)Win32Proc.o \
	$(OutDir_CtrlCore)TopWin32.o \
	$(OutDir_CtrlCore)DHCtrl.o \
	$(OutDir_CtrlCore)X11Wnd.o \
	$(OutDir_CtrlCore)X11Proc.o \
	$(OutDir_CtrlCore)TopWinX11.o \
	$(OutDir_CtrlCore)X11Clip.o \
	$(OutDir_CtrlCore)X11ImgClip.o \
	$(OutDir_CtrlCore)X11App.o
	$(AR) $(OutDir_CtrlCore)CtrlCore.a \
		$(OutDir_CtrlCore)Frame.o \
		$(OutDir_CtrlCore)Ctrl.o \
		$(OutDir_CtrlCore)CtrlChild.o \
		$(OutDir_CtrlCore)CtrlPos.o \
		$(OutDir_CtrlCore)CtrlDraw.o \
		$(OutDir_CtrlCore)CtrlMouse.o \
		$(OutDir_CtrlCore)CtrlKbd.o \
		$(OutDir_CtrlCore)CtrlTimer.o \
		$(OutDir_CtrlCore)LocalLoop.o \
		$(OutDir_CtrlCore)TopWindow.o \
		$(OutDir_CtrlCore)Win32Wnd.o \
		$(OutDir_CtrlCore)Win32ImgClip.o \
		$(OutDir_CtrlCore)Win32Proc.o \
		$(OutDir_CtrlCore)TopWin32.o \
		$(OutDir_CtrlCore)DHCtrl.o \
		$(OutDir_CtrlCore)X11Wnd.o \
		$(OutDir_CtrlCore)X11Proc.o \
		$(OutDir_CtrlCore)TopWinX11.o \
		$(OutDir_CtrlCore)X11Clip.o \
		$(OutDir_CtrlCore)X11ImgClip.o \
		$(OutDir_CtrlCore)X11App.o

$(OutDir_RichText)Object.o: $(UPPDIR1)RichText/Object.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/lay.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)CtrlLib/AKeys.h \
	$(UPPDIR1)CtrlLib/ArrayCtrl.h \
	$(UPPDIR1)CtrlLib/Bar.h \
	$(UPPDIR1)CtrlLib/Ch.h \
	$(UPPDIR1)CtrlLib/ClassicCtrls.iml \
	$(UPPDIR1)CtrlLib/ColumnList.h \
	$(UPPDIR1)CtrlLib/Ctrl.iml \
	$(UPPDIR1)CtrlLib/Ctrl.lay \
	$(UPPDIR1)CtrlLib/CtrlLib.h \
	$(UPPDIR1)CtrlLib/Ctrls.iml \
	$(UPPDIR1)CtrlLib/CtrlUtil.h \
	$(UPPDIR1)CtrlLib/DateTimeCtrl.h \
	$(UPPDIR1)CtrlLib/DlgColor.h \
	$(UPPDIR1)CtrlLib/DropChoice.h \
	$(UPPDIR1)CtrlLib/EditCtrl.h \
	$(UPPDIR1)CtrlLib/FileSel.h \
	$(UPPDIR1)CtrlLib/HeaderCtrl.h \
	$(UPPDIR1)CtrlLib/LabelBase.h \
	$(UPPDIR1)CtrlLib/Lang.h \
	$(UPPDIR1)CtrlLib/Progress.h \
	$(UPPDIR1)CtrlLib/PushCtrl.h \
	$(UPPDIR1)CtrlLib/RichText.h \
	$(UPPDIR1)CtrlLib/ScrollBar.h \
	$(UPPDIR1)CtrlLib/SliderCtrl.h \
	$(UPPDIR1)CtrlLib/Splitter.h \
	$(UPPDIR1)CtrlLib/StaticCtrl.h \
	$(UPPDIR1)CtrlLib/StatusBar.h \
	$(UPPDIR1)CtrlLib/TabCtrl.h \
	$(UPPDIR1)CtrlLib/TextEdit.h \
	$(UPPDIR1)CtrlLib/TreeCtrl.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichText)  $(UPPDIR1)RichText/Object.cpp -o $(OutDir_RichText)Object.o

$(OutDir_RichText)RichImage.o: $(UPPDIR1)RichText/RichImage.icpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichText)  $(UPPDIR1)RichText/RichImage.icpp -o $(OutDir_RichText)RichImage.o

$(OutDir_RichText)ParaData.o: $(UPPDIR1)RichText/ParaData.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichText)  $(UPPDIR1)RichText/ParaData.cpp -o $(OutDir_RichText)ParaData.o

$(OutDir_RichText)ParaType.o: $(UPPDIR1)RichText/ParaType.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichText)  $(UPPDIR1)RichText/ParaType.cpp -o $(OutDir_RichText)ParaType.o

$(OutDir_RichText)ParaPaint.o: $(UPPDIR1)RichText/ParaPaint.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/iml.h \
	$(UPPDIR1)Draw/iml_header.h \
	$(UPPDIR1)Draw/iml_source.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/RichText.iml \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichText)  $(UPPDIR1)RichText/ParaPaint.cpp -o $(OutDir_RichText)ParaPaint.o

$(OutDir_RichText)TxtData.o: $(UPPDIR1)RichText/TxtData.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichText)  $(UPPDIR1)RichText/TxtData.cpp -o $(OutDir_RichText)TxtData.o

$(OutDir_RichText)TxtPaint.o: $(UPPDIR1)RichText/TxtPaint.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichText)  $(UPPDIR1)RichText/TxtPaint.cpp -o $(OutDir_RichText)TxtPaint.o

$(OutDir_RichText)TxtOp.o: $(UPPDIR1)RichText/TxtOp.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichText)  $(UPPDIR1)RichText/TxtOp.cpp -o $(OutDir_RichText)TxtOp.o

$(OutDir_RichText)Format.o: $(UPPDIR1)RichText/Format.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichText)  $(UPPDIR1)RichText/Format.cpp -o $(OutDir_RichText)Format.o

$(OutDir_RichText)TableCell.o: $(UPPDIR1)RichText/TableCell.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichText)  $(UPPDIR1)RichText/TableCell.cpp -o $(OutDir_RichText)TableCell.o

$(OutDir_RichText)TableLayout.o: $(UPPDIR1)RichText/TableLayout.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichText)  $(UPPDIR1)RichText/TableLayout.cpp -o $(OutDir_RichText)TableLayout.o

$(OutDir_RichText)TablePaint.o: $(UPPDIR1)RichText/TablePaint.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichText)  $(UPPDIR1)RichText/TablePaint.cpp -o $(OutDir_RichText)TablePaint.o

$(OutDir_RichText)TableData.o: $(UPPDIR1)RichText/TableData.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichText)  $(UPPDIR1)RichText/TableData.cpp -o $(OutDir_RichText)TableData.o

$(OutDir_RichText)TextPaint.o: $(UPPDIR1)RichText/TextPaint.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichText)  $(UPPDIR1)RichText/TextPaint.cpp -o $(OutDir_RichText)TextPaint.o

$(OutDir_RichText)TextStyle.o: $(UPPDIR1)RichText/TextStyle.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichText)  $(UPPDIR1)RichText/TextStyle.cpp -o $(OutDir_RichText)TextStyle.o

$(OutDir_RichText)TextData.o: $(UPPDIR1)RichText/TextData.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichText)  $(UPPDIR1)RichText/TextData.cpp -o $(OutDir_RichText)TextData.o

$(OutDir_RichText)TextTable.o: $(UPPDIR1)RichText/TextTable.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichText)  $(UPPDIR1)RichText/TextTable.cpp -o $(OutDir_RichText)TextTable.o

$(OutDir_RichText)EncodeQtf.o: $(UPPDIR1)RichText/EncodeQtf.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichText)  $(UPPDIR1)RichText/EncodeQtf.cpp -o $(OutDir_RichText)EncodeQtf.o

$(OutDir_RichText)ParseQtf.o: $(UPPDIR1)RichText/ParseQtf.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichText)  $(UPPDIR1)RichText/ParseQtf.cpp -o $(OutDir_RichText)ParseQtf.o

$(OutDir_RichText)EncodeRTF.o: $(UPPDIR1)RichText/EncodeRTF.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichText)  $(UPPDIR1)RichText/EncodeRTF.cpp -o $(OutDir_RichText)EncodeRTF.o

$(OutDir_RichText)ParseRTF.o: $(UPPDIR1)RichText/ParseRTF.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichText)  $(UPPDIR1)RichText/ParseRTF.cpp -o $(OutDir_RichText)ParseRTF.o

$(OutDir_RichText)EncodeHTML.o: $(UPPDIR1)RichText/EncodeHTML.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichText)  $(UPPDIR1)RichText/EncodeHTML.cpp -o $(OutDir_RichText)EncodeHTML.o

$(OutDir_RichText)Util.o: $(UPPDIR1)RichText/Util.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)CtrlCore/CtrlCore.h \
	$(UPPDIR1)CtrlCore/MKeys.h \
	$(UPPDIR1)CtrlCore/TopWindow.h \
	$(UPPDIR1)CtrlCore/Win32Keys.h \
	$(UPPDIR1)CtrlCore/X11Keys.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)RichText/Para.h \
	$(UPPDIR1)RichText/RichText.h \
	$(UPPDIR1)RichText/Table.h \
	$(UPPDIR1)RichText/Text.h \
	$(UPPDIR1)RichText/Txt.h
	$(CPPFLAGS) $(CINC) $(Macro_RichText)  $(UPPDIR1)RichText/Util.cpp -o $(OutDir_RichText)Util.o

$(OutDir_RichText)RichText.a: \
	$(OutDir_RichText)Object.o \
	$(OutDir_RichText)ParaData.o \
	$(OutDir_RichText)ParaType.o \
	$(OutDir_RichText)ParaPaint.o \
	$(OutDir_RichText)TxtData.o \
	$(OutDir_RichText)TxtPaint.o \
	$(OutDir_RichText)TxtOp.o \
	$(OutDir_RichText)Format.o \
	$(OutDir_RichText)TableCell.o \
	$(OutDir_RichText)TableLayout.o \
	$(OutDir_RichText)TablePaint.o \
	$(OutDir_RichText)TableData.o \
	$(OutDir_RichText)TextPaint.o \
	$(OutDir_RichText)TextStyle.o \
	$(OutDir_RichText)TextData.o \
	$(OutDir_RichText)TextTable.o \
	$(OutDir_RichText)EncodeQtf.o \
	$(OutDir_RichText)ParseQtf.o \
	$(OutDir_RichText)EncodeRTF.o \
	$(OutDir_RichText)ParseRTF.o \
	$(OutDir_RichText)EncodeHTML.o \
	$(OutDir_RichText)Util.o
	$(AR) $(OutDir_RichText)RichText.a \
		$(OutDir_RichText)Object.o \
		$(OutDir_RichText)ParaData.o \
		$(OutDir_RichText)ParaType.o \
		$(OutDir_RichText)ParaPaint.o \
		$(OutDir_RichText)TxtData.o \
		$(OutDir_RichText)TxtPaint.o \
		$(OutDir_RichText)TxtOp.o \
		$(OutDir_RichText)Format.o \
		$(OutDir_RichText)TableCell.o \
		$(OutDir_RichText)TableLayout.o \
		$(OutDir_RichText)TablePaint.o \
		$(OutDir_RichText)TableData.o \
		$(OutDir_RichText)TextPaint.o \
		$(OutDir_RichText)TextStyle.o \
		$(OutDir_RichText)TextData.o \
		$(OutDir_RichText)TextTable.o \
		$(OutDir_RichText)EncodeQtf.o \
		$(OutDir_RichText)ParseQtf.o \
		$(OutDir_RichText)EncodeRTF.o \
		$(OutDir_RichText)ParseRTF.o \
		$(OutDir_RichText)EncodeHTML.o \
		$(OutDir_RichText)Util.o

$(OutDir_plugin_png)pnglib.o: $(UPPDIR1)plugin/png/pnglib.c \
	$(UPPDIR1)plugin/png/lib/png.c \
	$(UPPDIR1)plugin/png/lib/png.h \
	$(UPPDIR1)plugin/png/lib/pngconf.h \
	$(UPPDIR1)plugin/png/lib/pngerror.c \
	$(UPPDIR1)plugin/png/lib/pnggccrd.c \
	$(UPPDIR1)plugin/png/lib/pngget.c \
	$(UPPDIR1)plugin/png/lib/pngmem.c \
	$(UPPDIR1)plugin/png/lib/pngpread.c \
	$(UPPDIR1)plugin/png/lib/pngread.c \
	$(UPPDIR1)plugin/png/lib/pngrio.c \
	$(UPPDIR1)plugin/png/lib/pngrtran.c \
	$(UPPDIR1)plugin/png/lib/pngrutil.c \
	$(UPPDIR1)plugin/png/lib/pngset.c \
	$(UPPDIR1)plugin/png/lib/pngtrans.c \
	$(UPPDIR1)plugin/png/lib/pngvcrd.c \
	$(UPPDIR1)plugin/png/lib/pngwio.c \
	$(UPPDIR1)plugin/png/lib/pngwrite.c \
	$(UPPDIR1)plugin/png/lib/pngwtran.c \
	$(UPPDIR1)plugin/png/lib/pngwutil.c \
	$(UPPDIR1)plugin/z/lib/zconf.h \
	$(UPPDIR1)plugin/z/lib/zlib.h
	$(CFLAGS) $(CINC) $(Macro_plugin_png)  $(UPPDIR1)plugin/png/pnglib.c -o $(OutDir_plugin_png)pnglib.o

$(OutDir_plugin_png)pngupp.o: $(UPPDIR1)plugin/png/pngupp.cpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/lib/png.h \
	$(UPPDIR1)plugin/png/lib/pngconf.h \
	$(UPPDIR1)plugin/png/png.h \
	$(UPPDIR1)plugin/z/lib/zconf.h \
	$(UPPDIR1)plugin/z/lib/zlib.h
	$(CPPFLAGS) $(CINC) $(Macro_plugin_png)  $(UPPDIR1)plugin/png/pngupp.cpp -o $(OutDir_plugin_png)pngupp.o

$(OutDir_plugin_png)pngreg.o: $(UPPDIR1)plugin/png/pngreg.icpp \
	$(UPPDIR1)Core/Algo.h \
	$(UPPDIR1)Core/App.h \
	$(UPPDIR1)Core/BiCont.h \
	$(UPPDIR1)Core/Callback.h \
	$(UPPDIR1)Core/Cbgen.h \
	$(UPPDIR1)Core/CharSet.h \
	$(UPPDIR1)Core/Color.h \
	$(UPPDIR1)Core/Convert.h \
	$(UPPDIR1)Core/Core.h \
	$(UPPDIR1)Core/Defs.h \
	$(UPPDIR1)Core/Diag.h \
	$(UPPDIR1)Core/dli.h \
	$(UPPDIR1)Core/dli_header.h \
	$(UPPDIR1)Core/Format.h \
	$(UPPDIR1)Core/Global.h \
	$(UPPDIR1)Core/Gtypes.h \
	$(UPPDIR1)Core/i18n.h \
	$(UPPDIR1)Core/Index.h \
	$(UPPDIR1)Core/Index.hpp \
	$(UPPDIR1)Core/Lang.h \
	$(UPPDIR1)Core/Lang_s.h \
	$(UPPDIR1)Core/Map.h \
	$(UPPDIR1)Core/Mt.h \
	$(UPPDIR1)Core/Other.h \
	$(UPPDIR1)Core/Parser.h \
	$(UPPDIR1)Core/Path.h \
	$(UPPDIR1)Core/Profile.h \
	$(UPPDIR1)Core/Ptr.h \
	$(UPPDIR1)Core/Stream.h \
	$(UPPDIR1)Core/String.h \
	$(UPPDIR1)Core/String.hpp \
	$(UPPDIR1)Core/t_.h \
	$(UPPDIR1)Core/Thread.h \
	$(UPPDIR1)Core/TimeDate.h \
	$(UPPDIR1)Core/Topic.h \
	$(UPPDIR1)Core/Topt.h \
	$(UPPDIR1)Core/Util.h \
	$(UPPDIR1)Core/Uuid.h \
	$(UPPDIR1)Core/Value.h \
	$(UPPDIR1)Core/Vcont.h \
	$(UPPDIR1)Core/Vcont.hpp \
	$(UPPDIR1)Core/Win32Com.h \
	$(UPPDIR1)Core/XML.h \
	$(UPPDIR1)Core/Xmlize.h \
	$(UPPDIR1)Core/z.h \
	$(UPPDIR1)Draw/Cham.h \
	$(UPPDIR1)Draw/Debug.h \
	$(UPPDIR1)Draw/Display.h \
	$(UPPDIR1)Draw/Draw.h \
	$(UPPDIR1)Draw/DrawWin32.h \
	$(UPPDIR1)Draw/gdk.dli \
	$(UPPDIR1)Draw/gnome.dli \
	$(UPPDIR1)Draw/gobj.dli \
	$(UPPDIR1)Draw/gpixbuf.dli \
	$(UPPDIR1)Draw/gtk.dli \
	$(UPPDIR1)Draw/Image.h \
	$(UPPDIR1)Draw/ImageDraw.h \
	$(UPPDIR1)Draw/ImageOp.h \
	$(UPPDIR1)Draw/Raster.h \
	$(UPPDIR1)plugin/png/png.h
	$(CPPFLAGS) $(CINC) $(Macro_plugin_png)  $(UPPDIR1)plugin/png/pngreg.icpp -o $(OutDir_plugin_png)pngreg.o

$(OutDir_plugin_png)png.a: \
	$(OutDir_plugin_png)pnglib.o \
	$(OutDir_plugin_png)pngupp.o
	$(AR) $(OutDir_plugin_png)png.a \
		$(OutDir_plugin_png)pnglib.o \
		$(OutDir_plugin_png)pngupp.o
