
UPPOUT = _out/
CINC = -I./ -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/home/sevenjay/upp/boost/boost_1_43_0
Macro =  -DflagGUI -DflagNOGTK -DflagGCC -DflagSHARED -DflagLINUX -DflagPOSIX
CC = c++
LINKER = $(CC)
CFLAGS = -O3 -ffunction-sections -fdata-sections 
CXXFLAGS = -O3 -ffunction-sections -fdata-sections 
LDFLAGS = -Wl,--gc-sections $(LINKOPTIONS)
LIBPATH = -L"/usr/X11R6/lib"
AR = ar -sr

OutDir_PikaCRM = $(UPPOUT)PikaCRM/GCC-Gcc-Gui-Linux-Main-Nogtk-Posix-Shared/
Macro_PikaCRM = $(Macro) -DflagMAIN
OutDir_CtrlLib = $(UPPOUT)CtrlLib/GCC-Gcc-Gui-Linux-Nogtk-Posix-Shared/
Macro_CtrlLib = $(Macro)
OutDir_Sql = $(UPPOUT)Sql/GCC-Gcc-Gui-Linux-Nogtk-Posix-Shared/
Macro_Sql = $(Macro)
OutDir_plugin_sqlite3 = $(UPPOUT)plugin/sqlite3/GCC-Gcc-Gui-Linux-Nogtk-Posix-Shared/
Macro_plugin_sqlite3 = $(Macro)
OutDir_SplashSV = $(UPPOUT)SplashSV/GCC-Gcc-Gui-Linux-Nogtk-Posix-Shared/
Macro_SplashSV = $(Macro)
OutDir_SystemLog = $(UPPOUT)SystemLog/GCC-Gcc-Gui-Linux-Nogtk-Posix-Shared/
Macro_SystemLog = $(Macro)
OutDir_GridCtrl = $(UPPOUT)GridCtrl/GCC-Gcc-Gui-Linux-Nogtk-Posix-Shared/
Macro_GridCtrl = $(Macro)
OutDir_DropGrid = $(UPPOUT)DropGrid/GCC-Gcc-Gui-Linux-Nogtk-Posix-Shared/
Macro_DropGrid = $(Macro)
OutDir_DBCharset = $(UPPOUT)DBCharset/GCC-Gcc-Gui-Linux-Nogtk-Posix-Shared/
Macro_DBCharset = $(Macro)
OutDir_Report = $(UPPOUT)Report/GCC-Gcc-Gui-Linux-Nogtk-Posix-Shared/
Macro_Report = $(Macro)
OutDir_CtrlCore = $(UPPOUT)CtrlCore/GCC-Gcc-Gui-Linux-Nogtk-Posix-Shared/
Macro_CtrlCore = $(Macro)
OutDir_PdfDraw = $(UPPOUT)PdfDraw/GCC-Gcc-Gui-Linux-Nogtk-Posix-Shared/
Macro_PdfDraw = $(Macro)
OutDir_Draw = $(UPPOUT)Draw/GCC-Gcc-Gui-Linux-Nogtk-Posix-Shared/
Macro_Draw = $(Macro)
OutDir_plugin_bmp = $(UPPOUT)plugin/bmp/GCC-Gcc-Gui-Linux-Nogtk-Posix-Shared/
Macro_plugin_bmp = $(Macro)
OutDir_RichText = $(UPPOUT)RichText/GCC-Gcc-Gui-Linux-Nogtk-Posix-Shared/
Macro_RichText = $(Macro)
OutDir_Core = $(UPPOUT)Core/GCC-Gcc-Gui-Linux-Nogtk-Posix-Shared/
Macro_Core = $(Macro)
OutDir_plugin_png = $(UPPOUT)plugin/png/GCC-Gcc-Gui-Linux-Nogtk-Posix-Shared/
Macro_plugin_png = $(Macro)

OutDir = $(OutDir_PikaCRM)
OutFile = PikaCRM.out

.PHONY: all
all: prepare $(OutFile)

.PHONY: prepare
prepare:
	-mkdir -p $(OutDir)
	-mkdir -p $(OutDir_PikaCRM)
	-mkdir -p $(OutDir_CtrlLib)
	-mkdir -p $(OutDir_Sql)
	-mkdir -p $(OutDir_plugin_sqlite3)
	-mkdir -p $(OutDir_SplashSV)
	-mkdir -p $(OutDir_SystemLog)
	-mkdir -p $(OutDir_GridCtrl)
	-mkdir -p $(OutDir_DropGrid)
	-mkdir -p $(OutDir_DBCharset)
	-mkdir -p $(OutDir_Report)
	-mkdir -p $(OutDir_CtrlCore)
	-mkdir -p $(OutDir_PdfDraw)
	-mkdir -p $(OutDir_Draw)
	-mkdir -p $(OutDir_plugin_bmp)
	-mkdir -p $(OutDir_RichText)
	-mkdir -p $(OutDir_Core)
	-mkdir -p $(OutDir_plugin_png)

$(OutFile):  \
	$(OutDir_PikaCRM)PikaCRM.o \
	$(OutDir_PikaCRM)main.o \
	$(OutDir_CtrlLib)CtrlLib.o \
	$(OutDir_CtrlLib)CtrlLib.a \
	$(OutDir_Sql)Sql.a \
	$(OutDir_plugin_sqlite3)sqlite3.a \
	$(OutDir_SplashSV)SplashSV.a \
	$(OutDir_SystemLog)SystemLog.a \
	$(OutDir_GridCtrl)GridCtrl.a \
	$(OutDir_DropGrid)DropGrid.a \
	$(OutDir_DBCharset)DBCharset.a \
	$(OutDir_Report)ReportI.o \
	$(OutDir_Report)Report.a \
	$(OutDir_CtrlCore)CtrlCore.o \
	$(OutDir_CtrlCore)CtrlCore.a \
	$(OutDir_PdfDraw)PdfReport.o \
	$(OutDir_PdfDraw)PdfDraw.a \
	$(OutDir_Draw)Draw.a \
	$(OutDir_plugin_bmp)BmpReg.o \
	$(OutDir_plugin_bmp)bmp.a \
	$(OutDir_RichText)RichImage.o \
	$(OutDir_RichText)RichText.a \
	$(OutDir_Core)Core.a \
	$(OutDir_plugin_png)pngreg.o \
	$(OutDir_plugin_png)png.a
	$(LINKER) -o $(OutFile) -Wl,-s $(LIBPATH) -Wl,-O,2 $(LDFLAGS) \
		$(OutDir_PikaCRM)PikaCRM.o \
		$(OutDir_PikaCRM)main.o \
		-Wl,--start-group  \
		$(OutDir_CtrlLib)CtrlLib.o \
			$(OutDir_CtrlLib)CtrlLib.a \
			$(OutDir_Sql)Sql.a \
			$(OutDir_plugin_sqlite3)sqlite3.a \
			$(OutDir_SplashSV)SplashSV.a \
			$(OutDir_SystemLog)SystemLog.a \
			$(OutDir_GridCtrl)GridCtrl.a \
			$(OutDir_DropGrid)DropGrid.a \
			$(OutDir_DBCharset)DBCharset.a \
		$(OutDir_Report)ReportI.o \
			$(OutDir_Report)Report.a \
		$(OutDir_CtrlCore)CtrlCore.o \
			$(OutDir_CtrlCore)CtrlCore.a \
		$(OutDir_PdfDraw)PdfReport.o \
			$(OutDir_PdfDraw)PdfDraw.a \
			$(OutDir_Draw)Draw.a \
		$(OutDir_plugin_bmp)BmpReg.o \
			$(OutDir_plugin_bmp)bmp.a \
		$(OutDir_RichText)RichImage.o \
			$(OutDir_RichText)RichText.a \
			$(OutDir_Core)Core.a \
		$(OutDir_plugin_png)pngreg.o \
			$(OutDir_plugin_png)png.a \
			-lX11 \
			-ldl \
			-lXft \
			-lpthread \
			-lz \
			-lfontconfig \
		-Wl,--end-group


$(OutDir_PikaCRM)PikaCRM.o: PikaCRM/PikaCRM.cpp \
	DBCharset/DBCharset.h \
	PikaCRM/PikaCRM.h \
	PikaCRM/PikaCRM.lay \
	PikaCRM/PikaCRM.t \
	PikaCRM/sql/sql.ids \
	PikaCRM/srcdoc.tpp/About$$en-us.tppi \
	PikaCRM/srcdoc.tpp/About$$zh-cn.tppi \
	PikaCRM/srcdoc.tpp/About$$zh-tw.tppi \
	PikaCRM/srcdoc.tpp/all.i \
	PikaCRM/srcdoc.tpp/License$$en-us.tppi \
	PikaCRM/srcdoc.tpp/License$$zh-tw.tppi \
	PikaCRM/srcdoc.tpp/Link$$en-us.tppi \
	PikaCRM/srcdoc.tpp/Link$$zh-tw.tppi \
	PikaCRM/srcdoc.tpp/Splash$$.tppi \
	PikaCRM/srcdoc.tpp/Splash$$en-us.tppi \
	PikaCRM/srcdoc.tpp/Splash$$zh-tw.tppi \
	PikaCRM/SrcImages.iml \
	PikaCRM/Win32HDSN.h \
	SplashSV/splash-sv.h \
	SystemLog/SystemLog.h \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/topic_group.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml.h \
	Draw/iml_header.h \
	Draw/iml_source.h \
	Draw/Raster.h \
	DropGrid/DropGrid.h \
	GridCtrl/GridCtrl.h \
	GridCtrl/GridCtrl.iml \
	GridCtrl/GridDisplay.h \
	GridCtrl/GridUtils.h \
	plugin/png/png.h \
	plugin/sqlite3/Sqlite3.h \
	Report/Report.h \
	Report/Report.lay \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h \
	Sql/Sql.h \
	Sql/Sqlexp.h \
	Sql/Sqls.h \
	Sql/SqlSchema.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_PikaCRM)  PikaCRM/PikaCRM.cpp -o $(OutDir_PikaCRM)PikaCRM.o

$(OutDir_PikaCRM)main.o: PikaCRM/main.cpp \
	PikaCRM/PikaCRM.h \
	PikaCRM/PikaCRM.lay \
	SplashSV/splash-sv.h \
	SystemLog/SystemLog.h \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	DropGrid/DropGrid.h \
	GridCtrl/GridCtrl.h \
	GridCtrl/GridCtrl.iml \
	GridCtrl/GridDisplay.h \
	GridCtrl/GridUtils.h \
	plugin/png/png.h \
	plugin/sqlite3/Sqlite3.h \
	Report/Report.h \
	Report/Report.lay \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h \
	Sql/Sql.h \
	Sql/Sqlexp.h \
	Sql/Sqls.h \
	Sql/SqlSchema.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_PikaCRM)  PikaCRM/main.cpp -o $(OutDir_PikaCRM)main.o

$(OutDir_CtrlLib)LabelBase.o: CtrlLib/LabelBase.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/LabelBase.cpp -o $(OutDir_CtrlLib)LabelBase.o

$(OutDir_CtrlLib)Button.o: CtrlLib/Button.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/Button.cpp -o $(OutDir_CtrlLib)Button.o

$(OutDir_CtrlLib)Switch.o: CtrlLib/Switch.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/Switch.cpp -o $(OutDir_CtrlLib)Switch.o

$(OutDir_CtrlLib)EditField.o: CtrlLib/EditField.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/EditField.cpp -o $(OutDir_CtrlLib)EditField.o

$(OutDir_CtrlLib)Text.o: CtrlLib/Text.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/Text.cpp -o $(OutDir_CtrlLib)Text.o

$(OutDir_CtrlLib)LineEdit.o: CtrlLib/LineEdit.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/LineEdit.cpp -o $(OutDir_CtrlLib)LineEdit.o

$(OutDir_CtrlLib)DocEdit.o: CtrlLib/DocEdit.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/DocEdit.cpp -o $(OutDir_CtrlLib)DocEdit.o

$(OutDir_CtrlLib)ScrollBar.o: CtrlLib/ScrollBar.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/ScrollBar.cpp -o $(OutDir_CtrlLib)ScrollBar.o

$(OutDir_CtrlLib)HeaderCtrl.o: CtrlLib/HeaderCtrl.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/HeaderCtrl.cpp -o $(OutDir_CtrlLib)HeaderCtrl.o

$(OutDir_CtrlLib)ArrayCtrl.o: CtrlLib/ArrayCtrl.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/ArrayCtrl.cpp -o $(OutDir_CtrlLib)ArrayCtrl.o

$(OutDir_CtrlLib)MultiButton.o: CtrlLib/MultiButton.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/MultiButton.cpp -o $(OutDir_CtrlLib)MultiButton.o

$(OutDir_CtrlLib)PopupTable.o: CtrlLib/PopupTable.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/PopupTable.cpp -o $(OutDir_CtrlLib)PopupTable.o

$(OutDir_CtrlLib)DropList.o: CtrlLib/DropList.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/DropList.cpp -o $(OutDir_CtrlLib)DropList.o

$(OutDir_CtrlLib)DropChoice.o: CtrlLib/DropChoice.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/DropChoice.cpp -o $(OutDir_CtrlLib)DropChoice.o

$(OutDir_CtrlLib)Static.o: CtrlLib/Static.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/Static.cpp -o $(OutDir_CtrlLib)Static.o

$(OutDir_CtrlLib)Splitter.o: CtrlLib/Splitter.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/Splitter.cpp -o $(OutDir_CtrlLib)Splitter.o

$(OutDir_CtrlLib)FrameSplitter.o: CtrlLib/FrameSplitter.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/FrameSplitter.cpp -o $(OutDir_CtrlLib)FrameSplitter.o

$(OutDir_CtrlLib)SliderCtrl.o: CtrlLib/SliderCtrl.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/SliderCtrl.cpp -o $(OutDir_CtrlLib)SliderCtrl.o

$(OutDir_CtrlLib)ColumnList.o: CtrlLib/ColumnList.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/ColumnList.cpp -o $(OutDir_CtrlLib)ColumnList.o

$(OutDir_CtrlLib)Progress.o: CtrlLib/Progress.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/Progress.cpp -o $(OutDir_CtrlLib)Progress.o

$(OutDir_CtrlLib)AKeys.o: CtrlLib/AKeys.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/AKeys.cpp -o $(OutDir_CtrlLib)AKeys.o

$(OutDir_CtrlLib)RichTextView.o: CtrlLib/RichTextView.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/RichTextView.cpp -o $(OutDir_CtrlLib)RichTextView.o

$(OutDir_CtrlLib)Prompt.o: CtrlLib/Prompt.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/Prompt.cpp -o $(OutDir_CtrlLib)Prompt.o

$(OutDir_CtrlLib)Help.o: CtrlLib/Help.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/Help.cpp -o $(OutDir_CtrlLib)Help.o

$(OutDir_CtrlLib)DateTimeCtrl.o: CtrlLib/DateTimeCtrl.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/DateTimeCtrl.cpp -o $(OutDir_CtrlLib)DateTimeCtrl.o

$(OutDir_CtrlLib)Bar.o: CtrlLib/Bar.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/Bar.cpp -o $(OutDir_CtrlLib)Bar.o

$(OutDir_CtrlLib)MenuItem.o: CtrlLib/MenuItem.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MenuImp.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/MenuItem.cpp -o $(OutDir_CtrlLib)MenuItem.o

$(OutDir_CtrlLib)MenuBar.o: CtrlLib/MenuBar.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MenuImp.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/MenuBar.cpp -o $(OutDir_CtrlLib)MenuBar.o

$(OutDir_CtrlLib)ToolButton.o: CtrlLib/ToolButton.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/ToolButton.cpp -o $(OutDir_CtrlLib)ToolButton.o

$(OutDir_CtrlLib)ToolBar.o: CtrlLib/ToolBar.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/ToolBar.cpp -o $(OutDir_CtrlLib)ToolBar.o

$(OutDir_CtrlLib)ToolTip.o: CtrlLib/ToolTip.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/ToolTip.cpp -o $(OutDir_CtrlLib)ToolTip.o

$(OutDir_CtrlLib)StatusBar.o: CtrlLib/StatusBar.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/StatusBar.cpp -o $(OutDir_CtrlLib)StatusBar.o

$(OutDir_CtrlLib)TabCtrl.o: CtrlLib/TabCtrl.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/TabCtrl.cpp -o $(OutDir_CtrlLib)TabCtrl.o

$(OutDir_CtrlLib)TreeCtrl.o: CtrlLib/TreeCtrl.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/TreeCtrl.cpp -o $(OutDir_CtrlLib)TreeCtrl.o

$(OutDir_CtrlLib)DropTree.o: CtrlLib/DropTree.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/DropTree.cpp -o $(OutDir_CtrlLib)DropTree.o

$(OutDir_CtrlLib)DlgColor.o: CtrlLib/DlgColor.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/DlgColor.cpp -o $(OutDir_CtrlLib)DlgColor.o

$(OutDir_CtrlLib)ColorPopup.o: CtrlLib/ColorPopup.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/ColorPopup.cpp -o $(OutDir_CtrlLib)ColorPopup.o

$(OutDir_CtrlLib)ColorPusher.o: CtrlLib/ColorPusher.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/ColorPusher.cpp -o $(OutDir_CtrlLib)ColorPusher.o

$(OutDir_CtrlLib)FileList.o: CtrlLib/FileList.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/FileList.cpp -o $(OutDir_CtrlLib)FileList.o

$(OutDir_CtrlLib)FileSel.o: CtrlLib/FileSel.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/FileSel.cpp -o $(OutDir_CtrlLib)FileSel.o

$(OutDir_CtrlLib)FileSelUtil.o: CtrlLib/FileSelUtil.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/FileSelUtil.cpp -o $(OutDir_CtrlLib)FileSelUtil.o

$(OutDir_CtrlLib)PrinterJob.o: CtrlLib/PrinterJob.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	PdfDraw/PdfDraw.h \
	plugin/png/png.h \
	plugin/z/z.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/PrinterJob.cpp -o $(OutDir_CtrlLib)PrinterJob.o

$(OutDir_CtrlLib)Windows.o: CtrlLib/Windows.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/Windows.cpp -o $(OutDir_CtrlLib)Windows.o

$(OutDir_CtrlLib)Win32.o: CtrlLib/Win32.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/Win32.cpp -o $(OutDir_CtrlLib)Win32.o

$(OutDir_CtrlLib)TrayIconWin32.o: CtrlLib/TrayIconWin32.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/TrayIconWin32.cpp -o $(OutDir_CtrlLib)TrayIconWin32.o

$(OutDir_CtrlLib)TrayIconX11.o: CtrlLib/TrayIconX11.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/TrayIconX11.cpp -o $(OutDir_CtrlLib)TrayIconX11.o

$(OutDir_CtrlLib)CtrlUtil.o: CtrlLib/CtrlUtil.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/iml_source.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/CtrlUtil.cpp -o $(OutDir_CtrlLib)CtrlUtil.o

$(OutDir_CtrlLib)Update.o: CtrlLib/Update.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/Update.cpp -o $(OutDir_CtrlLib)Update.o

$(OutDir_CtrlLib)CtrlLib.o: CtrlLib/CtrlLib.icpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/CtrlLib.t \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/CtrlLib.icpp -o $(OutDir_CtrlLib)CtrlLib.o

$(OutDir_CtrlLib)LNGCtrl.o: CtrlLib/LNGCtrl.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/LNGCtrl.cpp -o $(OutDir_CtrlLib)LNGCtrl.o

$(OutDir_CtrlLib)Ch.o: CtrlLib/Ch.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/iml_source.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/Ch.cpp -o $(OutDir_CtrlLib)Ch.o

$(OutDir_CtrlLib)ChWin32.o: CtrlLib/ChWin32.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	CtrlLib/XPTheme.dli \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  CtrlLib/ChWin32.cpp -o $(OutDir_CtrlLib)ChWin32.o

$(OutDir_CtrlLib)ChGtk.o: CtrlLib/ChGtk.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib)  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)MultiButton.o \
	$(OutDir_CtrlLib)PopupTable.o \
	$(OutDir_CtrlLib)DropList.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)MenuItem.o \
	$(OutDir_CtrlLib)MenuBar.o \
	$(OutDir_CtrlLib)ToolButton.o \
	$(OutDir_CtrlLib)ToolBar.o \
	$(OutDir_CtrlLib)ToolTip.o \
	$(OutDir_CtrlLib)StatusBar.o \
	$(OutDir_CtrlLib)TabCtrl.o \
	$(OutDir_CtrlLib)TreeCtrl.o \
	$(OutDir_CtrlLib)DropTree.o \
	$(OutDir_CtrlLib)DlgColor.o \
	$(OutDir_CtrlLib)ColorPopup.o \
	$(OutDir_CtrlLib)ColorPusher.o \
	$(OutDir_CtrlLib)FileList.o \
	$(OutDir_CtrlLib)FileSel.o \
	$(OutDir_CtrlLib)FileSelUtil.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)MultiButton.o \
		$(OutDir_CtrlLib)PopupTable.o \
		$(OutDir_CtrlLib)DropList.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)MenuItem.o \
		$(OutDir_CtrlLib)MenuBar.o \
		$(OutDir_CtrlLib)ToolButton.o \
		$(OutDir_CtrlLib)ToolBar.o \
		$(OutDir_CtrlLib)ToolTip.o \
		$(OutDir_CtrlLib)StatusBar.o \
		$(OutDir_CtrlLib)TabCtrl.o \
		$(OutDir_CtrlLib)TreeCtrl.o \
		$(OutDir_CtrlLib)DropTree.o \
		$(OutDir_CtrlLib)DlgColor.o \
		$(OutDir_CtrlLib)ColorPopup.o \
		$(OutDir_CtrlLib)ColorPusher.o \
		$(OutDir_CtrlLib)FileList.o \
		$(OutDir_CtrlLib)FileSel.o \
		$(OutDir_CtrlLib)FileSelUtil.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_Sql)SqlCase.o: Sql/SqlCase.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Sql/Sql.h \
	Sql/Sqlexp.h \
	Sql/Sqls.h \
	Sql/SqlSchema.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Sql)  Sql/SqlCase.cpp -o $(OutDir_Sql)SqlCase.o

$(OutDir_Sql)SqlVal.o: Sql/SqlVal.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Sql/Sql.h \
	Sql/Sqlexp.h \
	Sql/Sqls.h \
	Sql/SqlSchema.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Sql)  Sql/SqlVal.cpp -o $(OutDir_Sql)SqlVal.o

$(OutDir_Sql)SqlBool.o: Sql/SqlBool.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Sql/Sql.h \
	Sql/Sqlexp.h \
	Sql/Sqls.h \
	Sql/SqlSchema.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Sql)  Sql/SqlBool.cpp -o $(OutDir_Sql)SqlBool.o

$(OutDir_Sql)SqlSet.o: Sql/SqlSet.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Sql/Sql.h \
	Sql/Sqlexp.h \
	Sql/Sqls.h \
	Sql/SqlSchema.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Sql)  Sql/SqlSet.cpp -o $(OutDir_Sql)SqlSet.o

$(OutDir_Sql)SqlStatement.o: Sql/SqlStatement.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Sql/Sql.h \
	Sql/Sqlexp.h \
	Sql/Sqls.h \
	Sql/SqlSchema.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Sql)  Sql/SqlStatement.cpp -o $(OutDir_Sql)SqlStatement.o

$(OutDir_Sql)Sql.o: Sql/Sql.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Sql/Sql.h \
	Sql/Sqlexp.h \
	Sql/Sqls.h \
	Sql/SqlSchema.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Sql)  Sql/Sql.cpp -o $(OutDir_Sql)Sql.o

$(OutDir_Sql)MassInsert.o: Sql/MassInsert.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Sql/Sql.h \
	Sql/Sqlexp.h \
	Sql/Sqls.h \
	Sql/SqlSchema.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Sql)  Sql/MassInsert.cpp -o $(OutDir_Sql)MassInsert.o

$(OutDir_Sql)SqlSchema.o: Sql/SqlSchema.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Sql/Sql.h \
	Sql/Sqlexp.h \
	Sql/Sqls.h \
	Sql/SqlSchema.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Sql)  Sql/SqlSchema.cpp -o $(OutDir_Sql)SqlSchema.o

$(OutDir_Sql)util_td.o: Sql/util_td.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Sql/Sql.h \
	Sql/Sqlexp.h \
	Sql/Sqls.h \
	Sql/SqlSchema.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Sql)  Sql/util_td.cpp -o $(OutDir_Sql)util_td.o

$(OutDir_Sql)ExportSch.o: Sql/ExportSch.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Sql/Sql.h \
	Sql/Sqlexp.h \
	Sql/Sqls.h \
	Sql/SqlSchema.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Sql)  Sql/ExportSch.cpp -o $(OutDir_Sql)ExportSch.o

$(OutDir_Sql)Sql.a: \
	$(OutDir_Sql)SqlCase.o \
	$(OutDir_Sql)SqlVal.o \
	$(OutDir_Sql)SqlBool.o \
	$(OutDir_Sql)SqlSet.o \
	$(OutDir_Sql)SqlStatement.o \
	$(OutDir_Sql)Sql.o \
	$(OutDir_Sql)MassInsert.o \
	$(OutDir_Sql)SqlSchema.o \
	$(OutDir_Sql)util_td.o \
	$(OutDir_Sql)ExportSch.o
	$(AR) $(OutDir_Sql)Sql.a \
		$(OutDir_Sql)SqlCase.o \
		$(OutDir_Sql)SqlVal.o \
		$(OutDir_Sql)SqlBool.o \
		$(OutDir_Sql)SqlSet.o \
		$(OutDir_Sql)SqlStatement.o \
		$(OutDir_Sql)Sql.o \
		$(OutDir_Sql)MassInsert.o \
		$(OutDir_Sql)SqlSchema.o \
		$(OutDir_Sql)util_td.o \
		$(OutDir_Sql)ExportSch.o

$(OutDir_plugin_sqlite3)Sqlite3upp.o: plugin/sqlite3/Sqlite3upp.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/Sqlite3.h \
	Sql/Sql.h \
	Sql/Sqlexp.h \
	Sql/Sqls.h \
	Sql/SqlSchema.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/Sqlite3upp.cpp -o $(OutDir_plugin_sqlite3)Sqlite3upp.o

$(OutDir_plugin_sqlite3)alter.o: plugin/sqlite3/lib/alter.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/alter.c -o $(OutDir_plugin_sqlite3)alter.o

$(OutDir_plugin_sqlite3)analyze.o: plugin/sqlite3/lib/analyze.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/analyze.c -o $(OutDir_plugin_sqlite3)analyze.o

$(OutDir_plugin_sqlite3)attach.o: plugin/sqlite3/lib/attach.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/attach.c -o $(OutDir_plugin_sqlite3)attach.o

$(OutDir_plugin_sqlite3)auth.o: plugin/sqlite3/lib/auth.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/auth.c -o $(OutDir_plugin_sqlite3)auth.o

$(OutDir_plugin_sqlite3)bitvec.o: plugin/sqlite3/lib/bitvec.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/bitvec.c -o $(OutDir_plugin_sqlite3)bitvec.o

$(OutDir_plugin_sqlite3)btmutex.o: plugin/sqlite3/lib/btmutex.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/btreeInt.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/btmutex.c -o $(OutDir_plugin_sqlite3)btmutex.o

$(OutDir_plugin_sqlite3)btree.o: plugin/sqlite3/lib/btree.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/btreeInt.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/btree.c -o $(OutDir_plugin_sqlite3)btree.o

$(OutDir_plugin_sqlite3)build.o: plugin/sqlite3/lib/build.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/build.c -o $(OutDir_plugin_sqlite3)build.o

$(OutDir_plugin_sqlite3)callback.o: plugin/sqlite3/lib/callback.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/callback.c -o $(OutDir_plugin_sqlite3)callback.o

$(OutDir_plugin_sqlite3)complete.o: plugin/sqlite3/lib/complete.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/complete.c -o $(OutDir_plugin_sqlite3)complete.o

$(OutDir_plugin_sqlite3)date.o: plugin/sqlite3/lib/date.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/date.c -o $(OutDir_plugin_sqlite3)date.o

$(OutDir_plugin_sqlite3)delete.o: plugin/sqlite3/lib/delete.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/delete.c -o $(OutDir_plugin_sqlite3)delete.o

$(OutDir_plugin_sqlite3)expr.o: plugin/sqlite3/lib/expr.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/expr.c -o $(OutDir_plugin_sqlite3)expr.o

$(OutDir_plugin_sqlite3)fault.o: plugin/sqlite3/lib/fault.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/fault.c -o $(OutDir_plugin_sqlite3)fault.o

$(OutDir_plugin_sqlite3)fts3.o: plugin/sqlite3/lib/fts3.c \
	plugin/sqlite3/lib/fts3.h \
	plugin/sqlite3/lib/fts3_hash.h \
	plugin/sqlite3/lib/fts3_tokenizer.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqlite3ext.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/fts3.c -o $(OutDir_plugin_sqlite3)fts3.o

$(OutDir_plugin_sqlite3)fts3_hash.o: plugin/sqlite3/lib/fts3_hash.c \
	plugin/sqlite3/lib/fts3_hash.h \
	plugin/sqlite3/lib/sqlite3.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/fts3_hash.c -o $(OutDir_plugin_sqlite3)fts3_hash.o

$(OutDir_plugin_sqlite3)fts3_icu.o: plugin/sqlite3/lib/fts3_icu.c \
	plugin/sqlite3/lib/fts3_tokenizer.h \
	plugin/sqlite3/lib/sqlite3.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/fts3_icu.c -o $(OutDir_plugin_sqlite3)fts3_icu.o

$(OutDir_plugin_sqlite3)fts3_porter.o: plugin/sqlite3/lib/fts3_porter.c \
	plugin/sqlite3/lib/fts3_tokenizer.h \
	plugin/sqlite3/lib/sqlite3.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/fts3_porter.c -o $(OutDir_plugin_sqlite3)fts3_porter.o

$(OutDir_plugin_sqlite3)fts3_tokenizer.o: plugin/sqlite3/lib/fts3_tokenizer.c \
	plugin/sqlite3/lib/fts3_hash.h \
	plugin/sqlite3/lib/fts3_tokenizer.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqlite3ext.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/fts3_tokenizer.c -o $(OutDir_plugin_sqlite3)fts3_tokenizer.o

$(OutDir_plugin_sqlite3)fts3_tokenizer1.o: plugin/sqlite3/lib/fts3_tokenizer1.c \
	plugin/sqlite3/lib/fts3_tokenizer.h \
	plugin/sqlite3/lib/sqlite3.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/fts3_tokenizer1.c -o $(OutDir_plugin_sqlite3)fts3_tokenizer1.o

$(OutDir_plugin_sqlite3)func.o: plugin/sqlite3/lib/func.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h \
	plugin/sqlite3/lib/vdbeInt.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/func.c -o $(OutDir_plugin_sqlite3)func.o

$(OutDir_plugin_sqlite3)hash.o: plugin/sqlite3/lib/hash.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/hash.c -o $(OutDir_plugin_sqlite3)hash.o

$(OutDir_plugin_sqlite3)insert.o: plugin/sqlite3/lib/insert.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/insert.c -o $(OutDir_plugin_sqlite3)insert.o

$(OutDir_plugin_sqlite3)journal.o: plugin/sqlite3/lib/journal.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/journal.c -o $(OutDir_plugin_sqlite3)journal.o

$(OutDir_plugin_sqlite3)legacy.o: plugin/sqlite3/lib/legacy.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/legacy.c -o $(OutDir_plugin_sqlite3)legacy.o

$(OutDir_plugin_sqlite3)loadext.o: plugin/sqlite3/lib/loadext.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqlite3ext.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/loadext.c -o $(OutDir_plugin_sqlite3)loadext.o

$(OutDir_plugin_sqlite3)main.o: plugin/sqlite3/lib/main.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/fts3.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/main.c -o $(OutDir_plugin_sqlite3)main.o

$(OutDir_plugin_sqlite3)malloc.o: plugin/sqlite3/lib/malloc.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/malloc.c -o $(OutDir_plugin_sqlite3)malloc.o

$(OutDir_plugin_sqlite3)mem1.o: plugin/sqlite3/lib/mem1.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/mem1.c -o $(OutDir_plugin_sqlite3)mem1.o

$(OutDir_plugin_sqlite3)mem2.o: plugin/sqlite3/lib/mem2.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/mem2.c -o $(OutDir_plugin_sqlite3)mem2.o

$(OutDir_plugin_sqlite3)mem3.o: plugin/sqlite3/lib/mem3.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/mem3.c -o $(OutDir_plugin_sqlite3)mem3.o

$(OutDir_plugin_sqlite3)mem4.o: plugin/sqlite3/lib/mem4.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/mem4.c -o $(OutDir_plugin_sqlite3)mem4.o

$(OutDir_plugin_sqlite3)mem5.o: plugin/sqlite3/lib/mem5.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/mem5.c -o $(OutDir_plugin_sqlite3)mem5.o

$(OutDir_plugin_sqlite3)mutex.o: plugin/sqlite3/lib/mutex.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/mutex.c -o $(OutDir_plugin_sqlite3)mutex.o

$(OutDir_plugin_sqlite3)mutex_os2.o: plugin/sqlite3/lib/mutex_os2.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/mutex_os2.c -o $(OutDir_plugin_sqlite3)mutex_os2.o

$(OutDir_plugin_sqlite3)mutex_unix.o: plugin/sqlite3/lib/mutex_unix.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/mutex_unix.c -o $(OutDir_plugin_sqlite3)mutex_unix.o

$(OutDir_plugin_sqlite3)mutex_w32.o: plugin/sqlite3/lib/mutex_w32.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/mutex_w32.c -o $(OutDir_plugin_sqlite3)mutex_w32.o

$(OutDir_plugin_sqlite3)opcodes.o: plugin/sqlite3/lib/opcodes.c
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/opcodes.c -o $(OutDir_plugin_sqlite3)opcodes.o

$(OutDir_plugin_sqlite3)os.o: plugin/sqlite3/lib/os.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/os.c -o $(OutDir_plugin_sqlite3)os.o

$(OutDir_plugin_sqlite3)os_os2.o: plugin/sqlite3/lib/os_os2.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/os_common.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/os_os2.c -o $(OutDir_plugin_sqlite3)os_os2.o

$(OutDir_plugin_sqlite3)os_unix.o: plugin/sqlite3/lib/os_unix.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/os_common.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/os_unix.c -o $(OutDir_plugin_sqlite3)os_unix.o

$(OutDir_plugin_sqlite3)os_win.o: plugin/sqlite3/lib/os_win.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/os_common.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/os_win.c -o $(OutDir_plugin_sqlite3)os_win.o

$(OutDir_plugin_sqlite3)parse.o: plugin/sqlite3/lib/parse.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/parse.c -o $(OutDir_plugin_sqlite3)parse.o

$(OutDir_plugin_sqlite3)pragma.o: plugin/sqlite3/lib/pragma.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/pragma.c -o $(OutDir_plugin_sqlite3)pragma.o

$(OutDir_plugin_sqlite3)prepare.o: plugin/sqlite3/lib/prepare.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/prepare.c -o $(OutDir_plugin_sqlite3)prepare.o

$(OutDir_plugin_sqlite3)printf.o: plugin/sqlite3/lib/printf.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/printf.c -o $(OutDir_plugin_sqlite3)printf.o

$(OutDir_plugin_sqlite3)random.o: plugin/sqlite3/lib/random.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/random.c -o $(OutDir_plugin_sqlite3)random.o

$(OutDir_plugin_sqlite3)select.o: plugin/sqlite3/lib/select.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/select.c -o $(OutDir_plugin_sqlite3)select.o

$(OutDir_plugin_sqlite3)table.o: plugin/sqlite3/lib/table.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/table.c -o $(OutDir_plugin_sqlite3)table.o

$(OutDir_plugin_sqlite3)tokenize.o: plugin/sqlite3/lib/tokenize.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/keywordhash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/tokenize.c -o $(OutDir_plugin_sqlite3)tokenize.o

$(OutDir_plugin_sqlite3)trigger.o: plugin/sqlite3/lib/trigger.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/trigger.c -o $(OutDir_plugin_sqlite3)trigger.o

$(OutDir_plugin_sqlite3)update.o: plugin/sqlite3/lib/update.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/update.c -o $(OutDir_plugin_sqlite3)update.o

$(OutDir_plugin_sqlite3)utf.o: plugin/sqlite3/lib/utf.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h \
	plugin/sqlite3/lib/vdbeInt.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/utf.c -o $(OutDir_plugin_sqlite3)utf.o

$(OutDir_plugin_sqlite3)util.o: plugin/sqlite3/lib/util.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/util.c -o $(OutDir_plugin_sqlite3)util.o

$(OutDir_plugin_sqlite3)vacuum.o: plugin/sqlite3/lib/vacuum.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h \
	plugin/sqlite3/lib/vdbeInt.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/vacuum.c -o $(OutDir_plugin_sqlite3)vacuum.o

$(OutDir_plugin_sqlite3)vdbe.o: plugin/sqlite3/lib/vdbe.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h \
	plugin/sqlite3/lib/vdbeInt.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/vdbe.c -o $(OutDir_plugin_sqlite3)vdbe.o

$(OutDir_plugin_sqlite3)vdbeapi.o: plugin/sqlite3/lib/vdbeapi.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h \
	plugin/sqlite3/lib/vdbeInt.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/vdbeapi.c -o $(OutDir_plugin_sqlite3)vdbeapi.o

$(OutDir_plugin_sqlite3)vdbeaux.o: plugin/sqlite3/lib/vdbeaux.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h \
	plugin/sqlite3/lib/vdbeInt.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/vdbeaux.c -o $(OutDir_plugin_sqlite3)vdbeaux.o

$(OutDir_plugin_sqlite3)vdbeblob.o: plugin/sqlite3/lib/vdbeblob.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h \
	plugin/sqlite3/lib/vdbeInt.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/vdbeblob.c -o $(OutDir_plugin_sqlite3)vdbeblob.o

$(OutDir_plugin_sqlite3)vdbefifo.o: plugin/sqlite3/lib/vdbefifo.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h \
	plugin/sqlite3/lib/vdbeInt.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/vdbefifo.c -o $(OutDir_plugin_sqlite3)vdbefifo.o

$(OutDir_plugin_sqlite3)vdbemem.o: plugin/sqlite3/lib/vdbemem.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h \
	plugin/sqlite3/lib/vdbeInt.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/vdbemem.c -o $(OutDir_plugin_sqlite3)vdbemem.o

$(OutDir_plugin_sqlite3)vtab.o: plugin/sqlite3/lib/vtab.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/vtab.c -o $(OutDir_plugin_sqlite3)vtab.o

$(OutDir_plugin_sqlite3)where.o: plugin/sqlite3/lib/where.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/where.c -o $(OutDir_plugin_sqlite3)where.o

$(OutDir_plugin_sqlite3)codec.o: plugin/sqlite3/lib/codec/codec.cpp \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/codec/codec.h \
	plugin/sqlite3/lib/codec/rijndael.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/codec/codec.cpp -o $(OutDir_plugin_sqlite3)codec.o

$(OutDir_plugin_sqlite3)codecext.o: plugin/sqlite3/lib/codec/codecext.cpp \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/codec/codec.h \
	plugin/sqlite3/lib/codec/rijndael.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/codec/codecext.cpp -o $(OutDir_plugin_sqlite3)codecext.o

$(OutDir_plugin_sqlite3)pager_secure.o: plugin/sqlite3/lib/codec/pager_secure.c \
	plugin/sqlite3/lib/btree.h \
	plugin/sqlite3/lib/config.h \
	plugin/sqlite3/lib/hash.h \
	plugin/sqlite3/lib/mutex.h \
	plugin/sqlite3/lib/opcodes.h \
	plugin/sqlite3/lib/os.h \
	plugin/sqlite3/lib/pager.c \
	plugin/sqlite3/lib/pager.h \
	plugin/sqlite3/lib/parse.h \
	plugin/sqlite3/lib/sqlite3.h \
	plugin/sqlite3/lib/sqliteInt.h \
	plugin/sqlite3/lib/sqliteLimit.h \
	plugin/sqlite3/lib/vdbe.h
	$(CC) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/codec/pager_secure.c -o $(OutDir_plugin_sqlite3)pager_secure.o

$(OutDir_plugin_sqlite3)rijndael.o: plugin/sqlite3/lib/codec/rijndael.cpp
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_sqlite3)  plugin/sqlite3/lib/codec/rijndael.cpp -o $(OutDir_plugin_sqlite3)rijndael.o

$(OutDir_plugin_sqlite3)sqlite3.a: \
	$(OutDir_plugin_sqlite3)Sqlite3upp.o \
	$(OutDir_plugin_sqlite3)alter.o \
	$(OutDir_plugin_sqlite3)analyze.o \
	$(OutDir_plugin_sqlite3)attach.o \
	$(OutDir_plugin_sqlite3)auth.o \
	$(OutDir_plugin_sqlite3)bitvec.o \
	$(OutDir_plugin_sqlite3)btmutex.o \
	$(OutDir_plugin_sqlite3)btree.o \
	$(OutDir_plugin_sqlite3)build.o \
	$(OutDir_plugin_sqlite3)callback.o \
	$(OutDir_plugin_sqlite3)complete.o \
	$(OutDir_plugin_sqlite3)date.o \
	$(OutDir_plugin_sqlite3)delete.o \
	$(OutDir_plugin_sqlite3)expr.o \
	$(OutDir_plugin_sqlite3)fault.o \
	$(OutDir_plugin_sqlite3)fts3.o \
	$(OutDir_plugin_sqlite3)fts3_hash.o \
	$(OutDir_plugin_sqlite3)fts3_icu.o \
	$(OutDir_plugin_sqlite3)fts3_porter.o \
	$(OutDir_plugin_sqlite3)fts3_tokenizer.o \
	$(OutDir_plugin_sqlite3)fts3_tokenizer1.o \
	$(OutDir_plugin_sqlite3)func.o \
	$(OutDir_plugin_sqlite3)hash.o \
	$(OutDir_plugin_sqlite3)insert.o \
	$(OutDir_plugin_sqlite3)journal.o \
	$(OutDir_plugin_sqlite3)legacy.o \
	$(OutDir_plugin_sqlite3)loadext.o \
	$(OutDir_plugin_sqlite3)main.o \
	$(OutDir_plugin_sqlite3)malloc.o \
	$(OutDir_plugin_sqlite3)mem1.o \
	$(OutDir_plugin_sqlite3)mem2.o \
	$(OutDir_plugin_sqlite3)mem3.o \
	$(OutDir_plugin_sqlite3)mem4.o \
	$(OutDir_plugin_sqlite3)mem5.o \
	$(OutDir_plugin_sqlite3)mutex.o \
	$(OutDir_plugin_sqlite3)mutex_os2.o \
	$(OutDir_plugin_sqlite3)mutex_unix.o \
	$(OutDir_plugin_sqlite3)mutex_w32.o \
	$(OutDir_plugin_sqlite3)opcodes.o \
	$(OutDir_plugin_sqlite3)os.o \
	$(OutDir_plugin_sqlite3)os_os2.o \
	$(OutDir_plugin_sqlite3)os_unix.o \
	$(OutDir_plugin_sqlite3)os_win.o \
	$(OutDir_plugin_sqlite3)parse.o \
	$(OutDir_plugin_sqlite3)pragma.o \
	$(OutDir_plugin_sqlite3)prepare.o \
	$(OutDir_plugin_sqlite3)printf.o \
	$(OutDir_plugin_sqlite3)random.o \
	$(OutDir_plugin_sqlite3)select.o \
	$(OutDir_plugin_sqlite3)table.o \
	$(OutDir_plugin_sqlite3)tokenize.o \
	$(OutDir_plugin_sqlite3)trigger.o \
	$(OutDir_plugin_sqlite3)update.o \
	$(OutDir_plugin_sqlite3)utf.o \
	$(OutDir_plugin_sqlite3)util.o \
	$(OutDir_plugin_sqlite3)vacuum.o \
	$(OutDir_plugin_sqlite3)vdbe.o \
	$(OutDir_plugin_sqlite3)vdbeapi.o \
	$(OutDir_plugin_sqlite3)vdbeaux.o \
	$(OutDir_plugin_sqlite3)vdbeblob.o \
	$(OutDir_plugin_sqlite3)vdbefifo.o \
	$(OutDir_plugin_sqlite3)vdbemem.o \
	$(OutDir_plugin_sqlite3)vtab.o \
	$(OutDir_plugin_sqlite3)where.o \
	$(OutDir_plugin_sqlite3)codec.o \
	$(OutDir_plugin_sqlite3)codecext.o \
	$(OutDir_plugin_sqlite3)pager_secure.o \
	$(OutDir_plugin_sqlite3)rijndael.o
	$(AR) $(OutDir_plugin_sqlite3)sqlite3.a \
		$(OutDir_plugin_sqlite3)Sqlite3upp.o \
		$(OutDir_plugin_sqlite3)alter.o \
		$(OutDir_plugin_sqlite3)analyze.o \
		$(OutDir_plugin_sqlite3)attach.o \
		$(OutDir_plugin_sqlite3)auth.o \
		$(OutDir_plugin_sqlite3)bitvec.o \
		$(OutDir_plugin_sqlite3)btmutex.o \
		$(OutDir_plugin_sqlite3)btree.o \
		$(OutDir_plugin_sqlite3)build.o \
		$(OutDir_plugin_sqlite3)callback.o \
		$(OutDir_plugin_sqlite3)complete.o \
		$(OutDir_plugin_sqlite3)date.o \
		$(OutDir_plugin_sqlite3)delete.o \
		$(OutDir_plugin_sqlite3)expr.o \
		$(OutDir_plugin_sqlite3)fault.o \
		$(OutDir_plugin_sqlite3)fts3.o \
		$(OutDir_plugin_sqlite3)fts3_hash.o \
		$(OutDir_plugin_sqlite3)fts3_icu.o \
		$(OutDir_plugin_sqlite3)fts3_porter.o \
		$(OutDir_plugin_sqlite3)fts3_tokenizer.o \
		$(OutDir_plugin_sqlite3)fts3_tokenizer1.o \
		$(OutDir_plugin_sqlite3)func.o \
		$(OutDir_plugin_sqlite3)hash.o \
		$(OutDir_plugin_sqlite3)insert.o \
		$(OutDir_plugin_sqlite3)journal.o \
		$(OutDir_plugin_sqlite3)legacy.o \
		$(OutDir_plugin_sqlite3)loadext.o \
		$(OutDir_plugin_sqlite3)main.o \
		$(OutDir_plugin_sqlite3)malloc.o \
		$(OutDir_plugin_sqlite3)mem1.o \
		$(OutDir_plugin_sqlite3)mem2.o \
		$(OutDir_plugin_sqlite3)mem3.o \
		$(OutDir_plugin_sqlite3)mem4.o \
		$(OutDir_plugin_sqlite3)mem5.o \
		$(OutDir_plugin_sqlite3)mutex.o \
		$(OutDir_plugin_sqlite3)mutex_os2.o \
		$(OutDir_plugin_sqlite3)mutex_unix.o \
		$(OutDir_plugin_sqlite3)mutex_w32.o \
		$(OutDir_plugin_sqlite3)opcodes.o \
		$(OutDir_plugin_sqlite3)os.o \
		$(OutDir_plugin_sqlite3)os_os2.o \
		$(OutDir_plugin_sqlite3)os_unix.o \
		$(OutDir_plugin_sqlite3)os_win.o \
		$(OutDir_plugin_sqlite3)parse.o \
		$(OutDir_plugin_sqlite3)pragma.o \
		$(OutDir_plugin_sqlite3)prepare.o \
		$(OutDir_plugin_sqlite3)printf.o \
		$(OutDir_plugin_sqlite3)random.o \
		$(OutDir_plugin_sqlite3)select.o \
		$(OutDir_plugin_sqlite3)table.o \
		$(OutDir_plugin_sqlite3)tokenize.o \
		$(OutDir_plugin_sqlite3)trigger.o \
		$(OutDir_plugin_sqlite3)update.o \
		$(OutDir_plugin_sqlite3)utf.o \
		$(OutDir_plugin_sqlite3)util.o \
		$(OutDir_plugin_sqlite3)vacuum.o \
		$(OutDir_plugin_sqlite3)vdbe.o \
		$(OutDir_plugin_sqlite3)vdbeapi.o \
		$(OutDir_plugin_sqlite3)vdbeaux.o \
		$(OutDir_plugin_sqlite3)vdbeblob.o \
		$(OutDir_plugin_sqlite3)vdbefifo.o \
		$(OutDir_plugin_sqlite3)vdbemem.o \
		$(OutDir_plugin_sqlite3)vtab.o \
		$(OutDir_plugin_sqlite3)where.o \
		$(OutDir_plugin_sqlite3)codec.o \
		$(OutDir_plugin_sqlite3)codecext.o \
		$(OutDir_plugin_sqlite3)pager_secure.o \
		$(OutDir_plugin_sqlite3)rijndael.o

$(OutDir_SplashSV)splash-sv.o: SplashSV/splash-sv.cpp \
	SplashSV/splash-sv.h \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_SplashSV)  SplashSV/splash-sv.cpp -o $(OutDir_SplashSV)splash-sv.o

$(OutDir_SplashSV)SplashSV.a: \
	$(OutDir_SplashSV)splash-sv.o
	$(AR) $(OutDir_SplashSV)SplashSV.a \
		$(OutDir_SplashSV)splash-sv.o

$(OutDir_SystemLog)SystemLog.o: SystemLog/SystemLog.cpp \
	SystemLog/SystemLog.h \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_SystemLog)  SystemLog/SystemLog.cpp -o $(OutDir_SystemLog)SystemLog.o

$(OutDir_SystemLog)SystemLog.a: \
	$(OutDir_SystemLog)SystemLog.o
	$(AR) $(OutDir_SystemLog)SystemLog.a \
		$(OutDir_SystemLog)SystemLog.o

$(OutDir_GridCtrl)GridCtrl.o: GridCtrl/GridCtrl.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	GridCtrl/GridCtrl.h \
	GridCtrl/GridCtrl.iml \
	GridCtrl/GridCtrl.t \
	GridCtrl/GridDisplay.h \
	GridCtrl/GridUtils.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h \
	Sql/Sql.h \
	Sql/Sqlexp.h \
	Sql/Sqls.h \
	Sql/SqlSchema.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_GridCtrl)  GridCtrl/GridCtrl.cpp -o $(OutDir_GridCtrl)GridCtrl.o

$(OutDir_GridCtrl)GridDisplay.o: GridCtrl/GridDisplay.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/iml_source.h \
	Draw/Raster.h \
	GridCtrl/GridCtrl.iml \
	GridCtrl/GridDisplay.h \
	GridCtrl/GridUtils.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_GridCtrl)  GridCtrl/GridDisplay.cpp -o $(OutDir_GridCtrl)GridDisplay.o

$(OutDir_GridCtrl)GridText.o: GridCtrl/GridText.cpp
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_GridCtrl)  GridCtrl/GridText.cpp -o $(OutDir_GridCtrl)GridText.o

$(OutDir_GridCtrl)GridBase.o: GridCtrl/GridBase.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	GridCtrl/GridCtrl.h \
	GridCtrl/GridCtrl.iml \
	GridCtrl/GridDisplay.h \
	GridCtrl/GridUtils.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h \
	Sql/Sql.h \
	Sql/Sqlexp.h \
	Sql/Sqls.h \
	Sql/SqlSchema.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_GridCtrl)  GridCtrl/GridBase.cpp -o $(OutDir_GridCtrl)GridBase.o

$(OutDir_GridCtrl)GridSort.o: GridCtrl/GridSort.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	GridCtrl/GridCtrl.h \
	GridCtrl/GridCtrl.iml \
	GridCtrl/GridDisplay.h \
	GridCtrl/GridUtils.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h \
	Sql/Sql.h \
	Sql/Sqlexp.h \
	Sql/Sqls.h \
	Sql/SqlSchema.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_GridCtrl)  GridCtrl/GridSort.cpp -o $(OutDir_GridCtrl)GridSort.o

$(OutDir_GridCtrl)GridUtils.o: GridCtrl/GridUtils.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_GridCtrl)  GridCtrl/GridUtils.cpp -o $(OutDir_GridCtrl)GridUtils.o

$(OutDir_GridCtrl)GridCtrl.a: \
	$(OutDir_GridCtrl)GridCtrl.o \
	$(OutDir_GridCtrl)GridDisplay.o \
	$(OutDir_GridCtrl)GridText.o \
	$(OutDir_GridCtrl)GridBase.o \
	$(OutDir_GridCtrl)GridSort.o \
	$(OutDir_GridCtrl)GridUtils.o
	$(AR) $(OutDir_GridCtrl)GridCtrl.a \
		$(OutDir_GridCtrl)GridCtrl.o \
		$(OutDir_GridCtrl)GridDisplay.o \
		$(OutDir_GridCtrl)GridText.o \
		$(OutDir_GridCtrl)GridBase.o \
		$(OutDir_GridCtrl)GridSort.o \
		$(OutDir_GridCtrl)GridUtils.o

$(OutDir_DropGrid)DropGrid.o: DropGrid/DropGrid.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	DropGrid/DropGrid.h \
	GridCtrl/GridCtrl.h \
	GridCtrl/GridCtrl.iml \
	GridCtrl/GridDisplay.h \
	GridCtrl/GridUtils.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h \
	Sql/Sql.h \
	Sql/Sqlexp.h \
	Sql/Sqls.h \
	Sql/SqlSchema.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_DropGrid)  DropGrid/DropGrid.cpp -o $(OutDir_DropGrid)DropGrid.o

$(OutDir_DropGrid)DropGrid.a: \
	$(OutDir_DropGrid)DropGrid.o
	$(AR) $(OutDir_DropGrid)DropGrid.a \
		$(OutDir_DropGrid)DropGrid.o

$(OutDir_DBCharset)DBCharset.o: DBCharset/DBCharset.cpp \
	DBCharset/DBCharset.h \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_DBCharset)  DBCharset/DBCharset.cpp -o $(OutDir_DBCharset)DBCharset.o

$(OutDir_DBCharset)DBCharset.a: \
	$(OutDir_DBCharset)DBCharset.o
	$(AR) $(OutDir_DBCharset)DBCharset.a \
		$(OutDir_DBCharset)DBCharset.o

$(OutDir_Report)Report.o: Report/Report.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	Report/Report.h \
	Report/Report.lay \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Report)  Report/Report.cpp -o $(OutDir_Report)Report.o

$(OutDir_Report)ReportDlg.o: Report/ReportDlg.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	Report/Report.h \
	Report/Report.lay \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Report)  Report/ReportDlg.cpp -o $(OutDir_Report)ReportDlg.o

$(OutDir_Report)ReportI.o: Report/ReportI.icpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/lay.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	CtrlLib/AKeys.h \
	CtrlLib/ArrayCtrl.h \
	CtrlLib/Bar.h \
	CtrlLib/Ch.h \
	CtrlLib/ClassicCtrls.iml \
	CtrlLib/ColumnList.h \
	CtrlLib/Ctrl.iml \
	CtrlLib/Ctrl.lay \
	CtrlLib/CtrlLib.h \
	CtrlLib/Ctrls.iml \
	CtrlLib/CtrlUtil.h \
	CtrlLib/DateTimeCtrl.h \
	CtrlLib/DlgColor.h \
	CtrlLib/DropChoice.h \
	CtrlLib/EditCtrl.h \
	CtrlLib/FileSel.h \
	CtrlLib/HeaderCtrl.h \
	CtrlLib/LabelBase.h \
	CtrlLib/Lang.h \
	CtrlLib/MultiButton.h \
	CtrlLib/Progress.h \
	CtrlLib/PushCtrl.h \
	CtrlLib/RichText.h \
	CtrlLib/ScrollBar.h \
	CtrlLib/SliderCtrl.h \
	CtrlLib/Splitter.h \
	CtrlLib/StaticCtrl.h \
	CtrlLib/StatusBar.h \
	CtrlLib/TabCtrl.h \
	CtrlLib/TextEdit.h \
	CtrlLib/TreeCtrl.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	Report/Report.h \
	Report/Report.lay \
	Report/Report.t \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Report)  Report/ReportI.icpp -o $(OutDir_Report)ReportI.o

$(OutDir_Report)Report.a: \
	$(OutDir_Report)Report.o \
	$(OutDir_Report)ReportDlg.o
	$(AR) $(OutDir_Report)Report.a \
		$(OutDir_Report)Report.o \
		$(OutDir_Report)ReportDlg.o

$(OutDir_CtrlCore)DrawWin32.o: CtrlCore/DrawWin32.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/SystemDraw.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/DrawWin32.cpp -o $(OutDir_CtrlCore)DrawWin32.o

$(OutDir_CtrlCore)DrawOpWin32.o: CtrlCore/DrawOpWin32.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/SystemDraw.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/DrawOpWin32.cpp -o $(OutDir_CtrlCore)DrawOpWin32.o

$(OutDir_CtrlCore)DrawTextWin32.o: CtrlCore/DrawTextWin32.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/SystemDraw.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/DrawTextWin32.cpp -o $(OutDir_CtrlCore)DrawTextWin32.o

$(OutDir_CtrlCore)ImageWin32.o: CtrlCore/ImageWin32.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/SystemDraw.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/ImageWin32.cpp -o $(OutDir_CtrlCore)ImageWin32.o

$(OutDir_CtrlCore)MetaFile.o: CtrlCore/MetaFile.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/SystemDraw.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/MetaFile.cpp -o $(OutDir_CtrlCore)MetaFile.o

$(OutDir_CtrlCore)DrawX11.o: CtrlCore/DrawX11.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/SystemDraw.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/DrawX11.cpp -o $(OutDir_CtrlCore)DrawX11.o

$(OutDir_CtrlCore)DrawOpX11.o: CtrlCore/DrawOpX11.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/SystemDraw.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/DrawOpX11.cpp -o $(OutDir_CtrlCore)DrawOpX11.o

$(OutDir_CtrlCore)DrawTextX11.o: CtrlCore/DrawTextX11.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/SystemDraw.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/DrawTextX11.cpp -o $(OutDir_CtrlCore)DrawTextX11.o

$(OutDir_CtrlCore)ImageX11.o: CtrlCore/ImageX11.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/SystemDraw.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/ImageX11.cpp -o $(OutDir_CtrlCore)ImageX11.o

$(OutDir_CtrlCore)BackDraw.o: CtrlCore/BackDraw.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/SystemDraw.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/BackDraw.cpp -o $(OutDir_CtrlCore)BackDraw.o

$(OutDir_CtrlCore)SystemDraw.o: CtrlCore/SystemDraw.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/SystemDraw.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/SystemDraw.cpp -o $(OutDir_CtrlCore)SystemDraw.o

$(OutDir_CtrlCore)DrawUtil.o: CtrlCore/DrawUtil.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/SystemDraw.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/DrawUtil.cpp -o $(OutDir_CtrlCore)DrawUtil.o

$(OutDir_CtrlCore)Frame.o: CtrlCore/Frame.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/Frame.cpp -o $(OutDir_CtrlCore)Frame.o

$(OutDir_CtrlCore)CtrlMt.o: CtrlCore/CtrlMt.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/CtrlMt.cpp -o $(OutDir_CtrlCore)CtrlMt.o

$(OutDir_CtrlCore)Ctrl.o: CtrlCore/Ctrl.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/iml_source.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/Ctrl.cpp -o $(OutDir_CtrlCore)Ctrl.o

$(OutDir_CtrlCore)CtrlChild.o: CtrlCore/CtrlChild.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/CtrlChild.cpp -o $(OutDir_CtrlCore)CtrlChild.o

$(OutDir_CtrlCore)CtrlPos.o: CtrlCore/CtrlPos.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/CtrlPos.cpp -o $(OutDir_CtrlCore)CtrlPos.o

$(OutDir_CtrlCore)CtrlDraw.o: CtrlCore/CtrlDraw.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/CtrlDraw.cpp -o $(OutDir_CtrlCore)CtrlDraw.o

$(OutDir_CtrlCore)CtrlMouse.o: CtrlCore/CtrlMouse.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/CtrlMouse.cpp -o $(OutDir_CtrlCore)CtrlMouse.o

$(OutDir_CtrlCore)CtrlKbd.o: CtrlCore/CtrlKbd.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/CtrlKbd.cpp -o $(OutDir_CtrlCore)CtrlKbd.o

$(OutDir_CtrlCore)CtrlTimer.o: CtrlCore/CtrlTimer.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/CtrlTimer.cpp -o $(OutDir_CtrlCore)CtrlTimer.o

$(OutDir_CtrlCore)CtrlClip.o: CtrlCore/CtrlClip.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/CtrlClip.cpp -o $(OutDir_CtrlCore)CtrlClip.o

$(OutDir_CtrlCore)LocalLoop.o: CtrlCore/LocalLoop.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/LocalLoop.cpp -o $(OutDir_CtrlCore)LocalLoop.o

$(OutDir_CtrlCore)Xmlize.o: CtrlCore/Xmlize.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/Xmlize.cpp -o $(OutDir_CtrlCore)Xmlize.o

$(OutDir_CtrlCore)CtrlCore.o: CtrlCore/CtrlCore.icpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/CtrlCore.t \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/CtrlCore.icpp -o $(OutDir_CtrlCore)CtrlCore.o

$(OutDir_CtrlCore)TopWindow.o: CtrlCore/TopWindow.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/TopWindow.cpp -o $(OutDir_CtrlCore)TopWindow.o

$(OutDir_CtrlCore)Win32Wnd.o: CtrlCore/Win32Wnd.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/MKeys.h \
	CtrlCore/MultiMon.dli \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/Win32Msg.i \
	CtrlCore/X11Keys.i \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/Win32Wnd.cpp -o $(OutDir_CtrlCore)Win32Wnd.o

$(OutDir_CtrlCore)Win32Clip.o: CtrlCore/Win32Clip.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/bmp/bmp.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/Win32Clip.cpp -o $(OutDir_CtrlCore)Win32Clip.o

$(OutDir_CtrlCore)Win32DnD.o: CtrlCore/Win32DnD.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/Win32DnD.cpp -o $(OutDir_CtrlCore)Win32DnD.o

$(OutDir_CtrlCore)Win32Proc.o: CtrlCore/Win32Proc.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/Win32Proc.cpp -o $(OutDir_CtrlCore)Win32Proc.o

$(OutDir_CtrlCore)TopWin32.o: CtrlCore/TopWin32.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/TopWin32.cpp -o $(OutDir_CtrlCore)TopWin32.o

$(OutDir_CtrlCore)DHCtrl.o: CtrlCore/DHCtrl.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/DHCtrl.cpp -o $(OutDir_CtrlCore)DHCtrl.o

$(OutDir_CtrlCore)X11Wnd.o: CtrlCore/X11Wnd.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Event.i \
	CtrlCore/X11Keys.i \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/X11Wnd.cpp -o $(OutDir_CtrlCore)X11Wnd.o

$(OutDir_CtrlCore)X11Proc.o: CtrlCore/X11Proc.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/X11Proc.cpp -o $(OutDir_CtrlCore)X11Proc.o

$(OutDir_CtrlCore)TopWinX11.o: CtrlCore/TopWinX11.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/TopWinX11.cpp -o $(OutDir_CtrlCore)TopWinX11.o

$(OutDir_CtrlCore)X11Clip.o: CtrlCore/X11Clip.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/X11Clip.cpp -o $(OutDir_CtrlCore)X11Clip.o

$(OutDir_CtrlCore)X11DnD.o: CtrlCore/X11DnD.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/X11DnD.cpp -o $(OutDir_CtrlCore)X11DnD.o

$(OutDir_CtrlCore)X11ImgClip.o: CtrlCore/X11ImgClip.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/bmp/bmp.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/X11ImgClip.cpp -o $(OutDir_CtrlCore)X11ImgClip.o

$(OutDir_CtrlCore)X11App.o: CtrlCore/X11App.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/X11App.cpp -o $(OutDir_CtrlCore)X11App.o

$(OutDir_CtrlCore)X11DHCtrl.o: CtrlCore/X11DHCtrl.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/X11DHCtrl.cpp -o $(OutDir_CtrlCore)X11DHCtrl.o

$(OutDir_CtrlCore)ParseRTF.o: CtrlCore/ParseRTF.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/ParseRTF.cpp -o $(OutDir_CtrlCore)ParseRTF.o

$(OutDir_CtrlCore)EncodeRTF.o: CtrlCore/EncodeRTF.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	CtrlCore/Ctrl.iml \
	CtrlCore/CtrlCore.h \
	CtrlCore/DrawWin32.h \
	CtrlCore/DrawX11.h \
	CtrlCore/MKeys.h \
	CtrlCore/SystemDraw.h \
	CtrlCore/TopWindow.h \
	CtrlCore/Win32Keys.i \
	CtrlCore/X11Keys.i \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml_header.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore)  CtrlCore/EncodeRTF.cpp -o $(OutDir_CtrlCore)EncodeRTF.o

$(OutDir_CtrlCore)CtrlCore.a: \
	$(OutDir_CtrlCore)DrawWin32.o \
	$(OutDir_CtrlCore)DrawOpWin32.o \
	$(OutDir_CtrlCore)DrawTextWin32.o \
	$(OutDir_CtrlCore)ImageWin32.o \
	$(OutDir_CtrlCore)MetaFile.o \
	$(OutDir_CtrlCore)DrawX11.o \
	$(OutDir_CtrlCore)DrawOpX11.o \
	$(OutDir_CtrlCore)DrawTextX11.o \
	$(OutDir_CtrlCore)ImageX11.o \
	$(OutDir_CtrlCore)BackDraw.o \
	$(OutDir_CtrlCore)SystemDraw.o \
	$(OutDir_CtrlCore)DrawUtil.o \
	$(OutDir_CtrlCore)Frame.o \
	$(OutDir_CtrlCore)CtrlMt.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)CtrlClip.o \
	$(OutDir_CtrlCore)LocalLoop.o \
	$(OutDir_CtrlCore)Xmlize.o \
	$(OutDir_CtrlCore)TopWindow.o \
	$(OutDir_CtrlCore)Win32Wnd.o \
	$(OutDir_CtrlCore)Win32Clip.o \
	$(OutDir_CtrlCore)Win32DnD.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)X11DnD.o \
	$(OutDir_CtrlCore)X11ImgClip.o \
	$(OutDir_CtrlCore)X11App.o \
	$(OutDir_CtrlCore)X11DHCtrl.o \
	$(OutDir_CtrlCore)ParseRTF.o \
	$(OutDir_CtrlCore)EncodeRTF.o
	$(AR) $(OutDir_CtrlCore)CtrlCore.a \
		$(OutDir_CtrlCore)DrawWin32.o \
		$(OutDir_CtrlCore)DrawOpWin32.o \
		$(OutDir_CtrlCore)DrawTextWin32.o \
		$(OutDir_CtrlCore)ImageWin32.o \
		$(OutDir_CtrlCore)MetaFile.o \
		$(OutDir_CtrlCore)DrawX11.o \
		$(OutDir_CtrlCore)DrawOpX11.o \
		$(OutDir_CtrlCore)DrawTextX11.o \
		$(OutDir_CtrlCore)ImageX11.o \
		$(OutDir_CtrlCore)BackDraw.o \
		$(OutDir_CtrlCore)SystemDraw.o \
		$(OutDir_CtrlCore)DrawUtil.o \
		$(OutDir_CtrlCore)Frame.o \
		$(OutDir_CtrlCore)CtrlMt.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)CtrlClip.o \
		$(OutDir_CtrlCore)LocalLoop.o \
		$(OutDir_CtrlCore)Xmlize.o \
		$(OutDir_CtrlCore)TopWindow.o \
		$(OutDir_CtrlCore)Win32Wnd.o \
		$(OutDir_CtrlCore)Win32Clip.o \
		$(OutDir_CtrlCore)Win32DnD.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)X11DnD.o \
		$(OutDir_CtrlCore)X11ImgClip.o \
		$(OutDir_CtrlCore)X11App.o \
		$(OutDir_CtrlCore)X11DHCtrl.o \
		$(OutDir_CtrlCore)ParseRTF.o \
		$(OutDir_CtrlCore)EncodeRTF.o

$(OutDir_PdfDraw)TTFStream.o: PdfDraw/TTFStream.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	PdfDraw/PdfDraw.h \
	plugin/z/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_PdfDraw)  PdfDraw/TTFStream.cpp -o $(OutDir_PdfDraw)TTFStream.o

$(OutDir_PdfDraw)TTFStruct.o: PdfDraw/TTFStruct.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	PdfDraw/PdfDraw.h \
	plugin/z/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_PdfDraw)  PdfDraw/TTFStruct.cpp -o $(OutDir_PdfDraw)TTFStruct.o

$(OutDir_PdfDraw)TTFReader.o: PdfDraw/TTFReader.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	PdfDraw/PdfDraw.h \
	plugin/z/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_PdfDraw)  PdfDraw/TTFReader.cpp -o $(OutDir_PdfDraw)TTFReader.o

$(OutDir_PdfDraw)TTFSubset.o: PdfDraw/TTFSubset.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	PdfDraw/PdfDraw.h \
	plugin/z/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_PdfDraw)  PdfDraw/TTFSubset.cpp -o $(OutDir_PdfDraw)TTFSubset.o

$(OutDir_PdfDraw)PdfDraw.o: PdfDraw/PdfDraw.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	PdfDraw/PdfDraw.h \
	plugin/z/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_PdfDraw)  PdfDraw/PdfDraw.cpp -o $(OutDir_PdfDraw)PdfDraw.o

$(OutDir_PdfDraw)PdfReport.o: PdfDraw/PdfReport.icpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	PdfDraw/PdfDraw.h \
	plugin/z/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_PdfDraw)  PdfDraw/PdfReport.icpp -o $(OutDir_PdfDraw)PdfReport.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
	$(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_Draw)DrawLock.o: Draw/DrawLock.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw)  Draw/DrawLock.cpp -o $(OutDir_Draw)DrawLock.o

$(OutDir_Draw)Font.o: Draw/Font.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw)  Draw/Font.cpp -o $(OutDir_Draw)Font.o

$(OutDir_Draw)FontCR.o: Draw/FontCR.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw)  Draw/FontCR.cpp -o $(OutDir_Draw)FontCR.o

$(OutDir_Draw)FontWin32.o: Draw/FontWin32.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw)  Draw/FontWin32.cpp -o $(OutDir_Draw)FontWin32.o

$(OutDir_Draw)FontFc.o: Draw/FontFc.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw)  Draw/FontFc.cpp -o $(OutDir_Draw)FontFc.o

$(OutDir_Draw)Draw.o: Draw/Draw.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw)  Draw/Draw.cpp -o $(OutDir_Draw)Draw.o

$(OutDir_Draw)DrawText.o: Draw/DrawText.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw)  Draw/DrawText.cpp -o $(OutDir_Draw)DrawText.o

$(OutDir_Draw)DrawData.o: Draw/DrawData.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw)  Draw/DrawData.cpp -o $(OutDir_Draw)DrawData.o

$(OutDir_Draw)Drawing.o: Draw/Drawing.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw)  Draw/Drawing.cpp -o $(OutDir_Draw)Drawing.o

$(OutDir_Draw)ImageAnyDraw.o: Draw/ImageAnyDraw.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw)  Draw/ImageAnyDraw.cpp -o $(OutDir_Draw)ImageAnyDraw.o

$(OutDir_Draw)DrawUtil.o: Draw/DrawUtil.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw)  Draw/DrawUtil.cpp -o $(OutDir_Draw)DrawUtil.o

$(OutDir_Draw)DrawTextUtil.o: Draw/DrawTextUtil.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw)  Draw/DrawTextUtil.cpp -o $(OutDir_Draw)DrawTextUtil.o

$(OutDir_Draw)Display.o: Draw/Display.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/DrawImg.iml \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml.h \
	Draw/iml_header.h \
	Draw/iml_source.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw)  Draw/Display.cpp -o $(OutDir_Draw)Display.o

$(OutDir_Draw)Image.o: Draw/Image.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw)  Draw/Image.cpp -o $(OutDir_Draw)Image.o

$(OutDir_Draw)ImageBlit.o: Draw/ImageBlit.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw)  Draw/ImageBlit.cpp -o $(OutDir_Draw)ImageBlit.o

$(OutDir_Draw)RasterFormat.o: Draw/RasterFormat.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw)  Draw/RasterFormat.cpp -o $(OutDir_Draw)RasterFormat.o

$(OutDir_Draw)RasterWrite.o: Draw/RasterWrite.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw)  Draw/RasterWrite.cpp -o $(OutDir_Draw)RasterWrite.o

$(OutDir_Draw)Palette.o: Draw/Palette.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw)  Draw/Palette.cpp -o $(OutDir_Draw)Palette.o

$(OutDir_Draw)Raster.o: Draw/Raster.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw)  Draw/Raster.cpp -o $(OutDir_Draw)Raster.o

$(OutDir_Draw)RasterEncoder.o: Draw/RasterEncoder.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw)  Draw/RasterEncoder.cpp -o $(OutDir_Draw)RasterEncoder.o

$(OutDir_Draw)ImageOp.o: Draw/ImageOp.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw)  Draw/ImageOp.cpp -o $(OutDir_Draw)ImageOp.o

$(OutDir_Draw)ImageChOp.o: Draw/ImageChOp.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw)  Draw/ImageChOp.cpp -o $(OutDir_Draw)ImageChOp.o

$(OutDir_Draw)ImageScale.o: Draw/ImageScale.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw)  Draw/ImageScale.cpp -o $(OutDir_Draw)ImageScale.o

$(OutDir_Draw)MakeCache.o: Draw/MakeCache.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw)  Draw/MakeCache.cpp -o $(OutDir_Draw)MakeCache.o

$(OutDir_Draw)DrawRasterData.o: Draw/DrawRasterData.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw)  Draw/DrawRasterData.cpp -o $(OutDir_Draw)DrawRasterData.o

$(OutDir_Draw)Cham.o: Draw/Cham.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	plugin/png/png.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw)  Draw/Cham.cpp -o $(OutDir_Draw)Cham.o

$(OutDir_Draw)SSettings.o: Draw/SSettings.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw)  Draw/SSettings.cpp -o $(OutDir_Draw)SSettings.o

$(OutDir_Draw)Draw.a: \
	$(OutDir_Draw)DrawLock.o \
	$(OutDir_Draw)Font.o \
	$(OutDir_Draw)FontCR.o \
	$(OutDir_Draw)FontWin32.o \
	$(OutDir_Draw)FontFc.o \
	$(OutDir_Draw)Draw.o \
	$(OutDir_Draw)DrawText.o \
	$(OutDir_Draw)DrawData.o \
	$(OutDir_Draw)Drawing.o \
	$(OutDir_Draw)ImageAnyDraw.o \
	$(OutDir_Draw)DrawUtil.o \
	$(OutDir_Draw)DrawTextUtil.o \
	$(OutDir_Draw)Display.o \
	$(OutDir_Draw)Image.o \
	$(OutDir_Draw)ImageBlit.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)DrawLock.o \
		$(OutDir_Draw)Font.o \
		$(OutDir_Draw)FontCR.o \
		$(OutDir_Draw)FontWin32.o \
		$(OutDir_Draw)FontFc.o \
		$(OutDir_Draw)Draw.o \
		$(OutDir_Draw)DrawText.o \
		$(OutDir_Draw)DrawData.o \
		$(OutDir_Draw)Drawing.o \
		$(OutDir_Draw)ImageAnyDraw.o \
		$(OutDir_Draw)DrawUtil.o \
		$(OutDir_Draw)DrawTextUtil.o \
		$(OutDir_Draw)Display.o \
		$(OutDir_Draw)Image.o \
		$(OutDir_Draw)ImageBlit.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: plugin/bmp/Bmp.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	plugin/bmp/bmp.h \
	plugin/bmp/bmphdr.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_bmp)  plugin/bmp/Bmp.cpp -o $(OutDir_plugin_bmp)Bmp.o

$(OutDir_plugin_bmp)BmpWrite.o: plugin/bmp/BmpWrite.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	plugin/bmp/bmp.h \
	plugin/bmp/bmphdr.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_bmp)  plugin/bmp/BmpWrite.cpp -o $(OutDir_plugin_bmp)BmpWrite.o

$(OutDir_plugin_bmp)Icon.o: plugin/bmp/Icon.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	plugin/bmp/bmp.h \
	plugin/bmp/bmphdr.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_bmp)  plugin/bmp/Icon.cpp -o $(OutDir_plugin_bmp)Icon.o

$(OutDir_plugin_bmp)BmpReg.o: plugin/bmp/BmpReg.icpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	plugin/bmp/bmp.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_bmp)  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_RichText)Object.o: RichText/Object.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText)  RichText/Object.cpp -o $(OutDir_RichText)Object.o

$(OutDir_RichText)RichImage.o: RichText/RichImage.icpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText)  RichText/RichImage.icpp -o $(OutDir_RichText)RichImage.o

$(OutDir_RichText)ParaData.o: RichText/ParaData.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText)  RichText/ParaData.cpp -o $(OutDir_RichText)ParaData.o

$(OutDir_RichText)ParaType.o: RichText/ParaType.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText)  RichText/ParaType.cpp -o $(OutDir_RichText)ParaType.o

$(OutDir_RichText)ParaPaint.o: RichText/ParaPaint.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/iml.h \
	Draw/iml_header.h \
	Draw/iml_source.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/RichText.iml \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText)  RichText/ParaPaint.cpp -o $(OutDir_RichText)ParaPaint.o

$(OutDir_RichText)TxtData.o: RichText/TxtData.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText)  RichText/TxtData.cpp -o $(OutDir_RichText)TxtData.o

$(OutDir_RichText)TxtPaint.o: RichText/TxtPaint.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText)  RichText/TxtPaint.cpp -o $(OutDir_RichText)TxtPaint.o

$(OutDir_RichText)TxtOp.o: RichText/TxtOp.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText)  RichText/TxtOp.cpp -o $(OutDir_RichText)TxtOp.o

$(OutDir_RichText)Format.o: RichText/Format.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText)  RichText/Format.cpp -o $(OutDir_RichText)Format.o

$(OutDir_RichText)TableCell.o: RichText/TableCell.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText)  RichText/TableCell.cpp -o $(OutDir_RichText)TableCell.o

$(OutDir_RichText)TableLayout.o: RichText/TableLayout.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText)  RichText/TableLayout.cpp -o $(OutDir_RichText)TableLayout.o

$(OutDir_RichText)TablePaint.o: RichText/TablePaint.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText)  RichText/TablePaint.cpp -o $(OutDir_RichText)TablePaint.o

$(OutDir_RichText)TableData.o: RichText/TableData.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText)  RichText/TableData.cpp -o $(OutDir_RichText)TableData.o

$(OutDir_RichText)TextPaint.o: RichText/TextPaint.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText)  RichText/TextPaint.cpp -o $(OutDir_RichText)TextPaint.o

$(OutDir_RichText)TextStyle.o: RichText/TextStyle.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText)  RichText/TextStyle.cpp -o $(OutDir_RichText)TextStyle.o

$(OutDir_RichText)TextData.o: RichText/TextData.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText)  RichText/TextData.cpp -o $(OutDir_RichText)TextData.o

$(OutDir_RichText)TextTable.o: RichText/TextTable.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText)  RichText/TextTable.cpp -o $(OutDir_RichText)TextTable.o

$(OutDir_RichText)EncodeQtf.o: RichText/EncodeQtf.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText)  RichText/EncodeQtf.cpp -o $(OutDir_RichText)EncodeQtf.o

$(OutDir_RichText)ParseQtf.o: RichText/ParseQtf.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText)  RichText/ParseQtf.cpp -o $(OutDir_RichText)ParseQtf.o

$(OutDir_RichText)EncodeHTML.o: RichText/EncodeHTML.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText)  RichText/EncodeHTML.cpp -o $(OutDir_RichText)EncodeHTML.o

$(OutDir_RichText)Util.o: RichText/Util.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	plugin/png/png.h \
	RichText/Para.h \
	RichText/RichText.h \
	RichText/Table.h \
	RichText/Text.h \
	RichText/Txt.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText)  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)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)EncodeHTML.o \
		$(OutDir_RichText)Util.o

$(OutDir_Core)Cpu.o: Core/Cpu.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/Cpu.cpp -o $(OutDir_Core)Cpu.o

$(OutDir_Core)Mt.o: Core/Mt.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/Mt.cpp -o $(OutDir_Core)Mt.o

$(OutDir_Core)OL_Set.o: Core/OL_Set.cpp
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/OL_Set.cpp -o $(OutDir_Core)OL_Set.o

$(OutDir_Core)heaputil.o: Core/heaputil.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/HeapImp.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/heaputil.cpp -o $(OutDir_Core)heaputil.o

$(OutDir_Core)sheap.o: Core/sheap.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/HeapImp.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/sheap.cpp -o $(OutDir_Core)sheap.o

$(OutDir_Core)lheap.o: Core/lheap.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/HeapImp.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/lheap.cpp -o $(OutDir_Core)lheap.o

$(OutDir_Core)heap.o: Core/heap.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/HeapImp.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/heap.cpp -o $(OutDir_Core)heap.o

$(OutDir_Core)heapdbg.o: Core/heapdbg.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/HeapImp.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/heapdbg.cpp -o $(OutDir_Core)heapdbg.o

$(OutDir_Core)String.o: Core/String.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/String.cpp -o $(OutDir_Core)String.o

$(OutDir_Core)WString.o: Core/WString.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/WString.cpp -o $(OutDir_Core)WString.o

$(OutDir_Core)StrUtil.o: Core/StrUtil.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/StrUtil.cpp -o $(OutDir_Core)StrUtil.o

$(OutDir_Core)CharSet.o: Core/CharSet.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/CharSet.cpp -o $(OutDir_Core)CharSet.o

$(OutDir_Core)Bom.o: Core/Bom.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/Bom.cpp -o $(OutDir_Core)Bom.o

$(OutDir_Core)Path.o: Core/Path.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/dli_source.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/Path.cpp -o $(OutDir_Core)Path.o

$(OutDir_Core)NetNode.o: Core/NetNode.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/NetNode.cpp -o $(OutDir_Core)NetNode.o

$(OutDir_Core)App.o: Core/App.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/App.cpp -o $(OutDir_Core)App.o

$(OutDir_Core)Stream.o: Core/Stream.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/Stream.cpp -o $(OutDir_Core)Stream.o

$(OutDir_Core)BlockStream.o: Core/BlockStream.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/BlockStream.cpp -o $(OutDir_Core)BlockStream.o

$(OutDir_Core)Log.o: Core/Log.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/Log.cpp -o $(OutDir_Core)Log.o

$(OutDir_Core)Debug.o: Core/Debug.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/Debug.cpp -o $(OutDir_Core)Debug.o

$(OutDir_Core)Util.o: Core/Util.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/Util.cpp -o $(OutDir_Core)Util.o

$(OutDir_Core)mathutil.o: Core/mathutil.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/mathutil.cpp -o $(OutDir_Core)mathutil.o

$(OutDir_Core)Random.o: Core/Random.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/Random.cpp -o $(OutDir_Core)Random.o

$(OutDir_Core)LocalProcess.o: Core/LocalProcess.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/LocalProcess.cpp -o $(OutDir_Core)LocalProcess.o

$(OutDir_Core)Vcont.o: Core/Vcont.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/Vcont.cpp -o $(OutDir_Core)Vcont.o

$(OutDir_Core)Hash.o: Core/Hash.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/Hash.cpp -o $(OutDir_Core)Hash.o

$(OutDir_Core)Callback.o: Core/Callback.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/Callback.cpp -o $(OutDir_Core)Callback.o

$(OutDir_Core)TimeDate.o: Core/TimeDate.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/TimeDate.cpp -o $(OutDir_Core)TimeDate.o

$(OutDir_Core)Value.o: Core/Value.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/Value.cpp -o $(OutDir_Core)Value.o

$(OutDir_Core)Format.o: Core/Format.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/Format.cpp -o $(OutDir_Core)Format.o

$(OutDir_Core)Convert.o: Core/Convert.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/Convert.cpp -o $(OutDir_Core)Convert.o

$(OutDir_Core)Color.o: Core/Color.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/Color.cpp -o $(OutDir_Core)Color.o

$(OutDir_Core)Gtypes.o: Core/Gtypes.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/Gtypes.cpp -o $(OutDir_Core)Gtypes.o

$(OutDir_Core)t.o: Core/t.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/Core.t \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/t.cpp -o $(OutDir_Core)t.o

$(OutDir_Core)Lang.o: Core/Lang.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/Lang.cpp -o $(OutDir_Core)Lang.o

$(OutDir_Core)LangInfo.o: Core/LangInfo.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/LangInfo.cpp -o $(OutDir_Core)LangInfo.o

$(OutDir_Core)parser.o: Core/parser.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/parser.cpp -o $(OutDir_Core)parser.o

$(OutDir_Core)XML.o: Core/XML.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/XML.cpp -o $(OutDir_Core)XML.o

$(OutDir_Core)Xmlize.o: Core/Xmlize.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/Xmlize.cpp -o $(OutDir_Core)Xmlize.o

$(OutDir_Core)Uuid.o: Core/Uuid.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/Uuid.cpp -o $(OutDir_Core)Uuid.o

$(OutDir_Core)Ptr.o: Core/Ptr.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/Ptr.cpp -o $(OutDir_Core)Ptr.o

$(OutDir_Core)z.o: Core/z.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	plugin/z/lib/zconf.h \
	plugin/z/lib/zlib.h \
	plugin/z/lib/zutil.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/z.cpp -o $(OutDir_Core)z.o

$(OutDir_Core)Topic.o: Core/Topic.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/Topic.cpp -o $(OutDir_Core)Topic.o

$(OutDir_Core)CoWork.o: Core/CoWork.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/CoWork.cpp -o $(OutDir_Core)CoWork.o

$(OutDir_Core)MD5.o: Core/MD5.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/MD5.cpp -o $(OutDir_Core)MD5.o

$(OutDir_Core)SHA1.o: Core/SHA1.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/SHA1.cpp -o $(OutDir_Core)SHA1.o

$(OutDir_Core)Dli.o: Core/Dli.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/Dli.cpp -o $(OutDir_Core)Dli.o

$(OutDir_Core)Win32Util.o: Core/Win32Util.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core)  Core/Win32Util.cpp -o $(OutDir_Core)Win32Util.o

$(OutDir_Core)Core.a: \
	$(OutDir_Core)Cpu.o \
	$(OutDir_Core)Mt.o \
	$(OutDir_Core)OL_Set.o \
	$(OutDir_Core)heaputil.o \
	$(OutDir_Core)sheap.o \
	$(OutDir_Core)lheap.o \
	$(OutDir_Core)heap.o \
	$(OutDir_Core)heapdbg.o \
	$(OutDir_Core)String.o \
	$(OutDir_Core)WString.o \
	$(OutDir_Core)StrUtil.o \
	$(OutDir_Core)CharSet.o \
	$(OutDir_Core)Bom.o \
	$(OutDir_Core)Path.o \
	$(OutDir_Core)NetNode.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)Random.o \
	$(OutDir_Core)LocalProcess.o \
	$(OutDir_Core)Vcont.o \
	$(OutDir_Core)Hash.o \
	$(OutDir_Core)Callback.o \
	$(OutDir_Core)TimeDate.o \
	$(OutDir_Core)Value.o \
	$(OutDir_Core)Format.o \
	$(OutDir_Core)Convert.o \
	$(OutDir_Core)Color.o \
	$(OutDir_Core)Gtypes.o \
	$(OutDir_Core)t.o \
	$(OutDir_Core)Lang.o \
	$(OutDir_Core)LangInfo.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)CoWork.o \
	$(OutDir_Core)MD5.o \
	$(OutDir_Core)SHA1.o \
	$(OutDir_Core)Dli.o \
	$(OutDir_Core)Win32Util.o
	$(AR) $(OutDir_Core)Core.a \
		$(OutDir_Core)Cpu.o \
		$(OutDir_Core)Mt.o \
		$(OutDir_Core)OL_Set.o \
		$(OutDir_Core)heaputil.o \
		$(OutDir_Core)sheap.o \
		$(OutDir_Core)lheap.o \
		$(OutDir_Core)heap.o \
		$(OutDir_Core)heapdbg.o \
		$(OutDir_Core)String.o \
		$(OutDir_Core)WString.o \
		$(OutDir_Core)StrUtil.o \
		$(OutDir_Core)CharSet.o \
		$(OutDir_Core)Bom.o \
		$(OutDir_Core)Path.o \
		$(OutDir_Core)NetNode.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)Random.o \
		$(OutDir_Core)LocalProcess.o \
		$(OutDir_Core)Vcont.o \
		$(OutDir_Core)Hash.o \
		$(OutDir_Core)Callback.o \
		$(OutDir_Core)TimeDate.o \
		$(OutDir_Core)Value.o \
		$(OutDir_Core)Format.o \
		$(OutDir_Core)Convert.o \
		$(OutDir_Core)Color.o \
		$(OutDir_Core)Gtypes.o \
		$(OutDir_Core)t.o \
		$(OutDir_Core)Lang.o \
		$(OutDir_Core)LangInfo.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)CoWork.o \
		$(OutDir_Core)MD5.o \
		$(OutDir_Core)SHA1.o \
		$(OutDir_Core)Dli.o \
		$(OutDir_Core)Win32Util.o

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

$(OutDir_plugin_png)pngupp.o: plugin/png/pngupp.cpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	plugin/png/lib/png.h \
	plugin/png/lib/pngconf.h \
	plugin/png/png.h \
	plugin/z/lib/zconf.h \
	plugin/z/lib/zlib.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_png)  plugin/png/pngupp.cpp -o $(OutDir_plugin_png)pngupp.o

$(OutDir_plugin_png)pngreg.o: plugin/png/pngreg.icpp \
	Core/Algo.h \
	Core/App.h \
	Core/AString.hpp \
	Core/BiCont.h \
	Core/Callback.h \
	Core/Cbgen.h \
	Core/CharSet.h \
	Core/CharSet.i \
	Core/Color.h \
	Core/config.h \
	Core/Convert.h \
	Core/Core.h \
	Core/CoWork.h \
	Core/Defs.h \
	Core/Diag.h \
	Core/dli.h \
	Core/dli_header.h \
	Core/Format.h \
	Core/Global.h \
	Core/Gtypes.h \
	Core/Hash.h \
	Core/i18n.h \
	Core/Index.h \
	Core/Index.hpp \
	Core/Kernel32W.dli \
	Core/Lang.h \
	Core/Lang_s.h \
	Core/LocalProcess.h \
	Core/Map.h \
	Core/Mpr32W.dli \
	Core/Mt.h \
	Core/Other.h \
	Core/Parser.h \
	Core/Path.h \
	Core/Profile.h \
	Core/Ptr.h \
	Core/Stream.h \
	Core/String.h \
	Core/t_.h \
	Core/TimeDate.h \
	Core/Topic.h \
	Core/Topt.h \
	Core/Tuple.h \
	Core/Util.h \
	Core/Uuid.h \
	Core/Value.h \
	Core/Vcont.h \
	Core/Vcont.hpp \
	Core/Win32Util.h \
	Core/XML.h \
	Core/Xmlize.h \
	Core/z.h \
	Draw/Cham.h \
	Draw/Display.h \
	Draw/Draw.h \
	Draw/FontInt.h \
	Draw/Image.h \
	Draw/ImageOp.h \
	Draw/Raster.h \
	plugin/png/png.h
	$(CC) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_png)  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

.PHONY: clean
clean:
	if [ -d $(UPPOUT) ]; then rm -rf $(UPPOUT); fi;
