diff --git a/Makefile b/Makefile index fb0749870..ee9a91b37 100644 --- a/Makefile +++ b/Makefile @@ -79,4 +79,75896 @@ OutDir_Draw = $(UPPOUT)Draw/GCC-Gcc-Gui-Linux-Posix-Shared/ Macro_Draw = $(Macro) OutDir_PdfDraw = $(UPPOUT)PdfDraw/GCC-Gcc-Gui-Linux-Posix-Shared/ Macro_PdfDraw = $(Macro) -OutDir_plugin_pcre = $(UPPOUT)plugin/pcre/GCC-Gcc-Gui-Linux- \ No newline at end of file +OutDir_plugin_pcre = $(UPPOUT)plugin/pcre/GCC-Gcc-Gui-Linux-Posix-Shared/ +Macro_plugin_pcre = $(Macro) +OutDir_CtrlCore = $(UPPOUT)CtrlCore/GCC-Gcc-Gui-Linux-Posix-Shared/ +Macro_CtrlCore = $(Macro) +OutDir_plugin_bmp = $(UPPOUT)plugin/bmp/GCC-Gcc-Gui-Linux-Posix-Shared/ +Macro_plugin_bmp = $(Macro) +OutDir_RichText = $(UPPOUT)RichText/GCC-Gcc-Gui-Linux-Posix-Shared/ +Macro_RichText = $(Macro) +OutDir_plugin_png = $(UPPOUT)plugin/png/GCC-Gcc-Gui-Linux-Posix-Shared/ +Macro_plugin_png = $(Macro) + +OutDir = $(OutDir_ide) +OutFile = ./ide + +.PHONY: all +all: prepare $(OutFile) + +.PHONY: build_info +build_info: + (date '+#define bmYEAR %y%n#define bmMONTH %m%n#define bmDAY %d%n#define bmHOUR %H%n#define bmMINUTE %M%n#define bmSECOND %S%n#define bmTIME Time( %y, %m, %d, %H, %M, %S )' | sed 's| 0\([[:digit:]]\)| \1|g' && \ + echo '#define bmMACHINE "'`hostname`'"' && \ + echo '#define bmUSER "'`whoami`'"') > "$(UPPOUT)/build_info.h" + +.PHONY: prepare +prepare: \ + $(OutDir_ide) \ + $(OutDir_ide_Common) \ + $(OutDir_ide_Core) \ + $(OutDir_ide_LayDes) \ + $(OutDir_ide_IconDes) \ + $(OutDir_ide_Builders) \ + $(OutDir_ide_Debuggers) \ + $(OutDir_ide_Browser) \ + $(OutDir_CodeEditor) \ + $(OutDir_CtrlLib) \ + $(OutDir_plugin_bz2) \ + $(OutDir_HexView) \ + $(OutDir_plugin_astyle) \ + $(OutDir_TextDiffCtrl) \ + $(OutDir_TabBar) \ + $(OutDir_ide_Designers) \ + $(OutDir_ide_Android) \ + $(OutDir_ide_Java) \ + $(OutDir_ide_MacroManager) \ + $(OutDir_urepo) \ + $(OutDir_Report) \ + $(OutDir_Esc) \ + $(OutDir_Core) \ + $(OutDir_plugin_lzma) \ + $(OutDir_plugin_lz4) \ + $(OutDir_plugin_zstd) \ + $(OutDir_RichEdit) \ + $(OutDir_IconDes) \ + $(OutDir_CppBase) \ + $(OutDir_plugin_gif) \ + $(OutDir_plugin_jpg) \ + $(OutDir_Painter) \ + $(OutDir_Draw) \ + $(OutDir_PdfDraw) \ + $(OutDir_plugin_pcre) \ + $(OutDir_CtrlCore) \ + $(OutDir_plugin_bmp) \ + $(OutDir_RichText) \ + $(OutDir_plugin_png) + +$(OutFile): build_info \ + $(OutDir_ide)BaseDlg.o \ + $(OutDir_ide)SelectPkg.o \ + $(OutDir_ide)UppWspc.o \ + $(OutDir_ide)NewPackageFile.o \ + $(OutDir_ide)Organizer.o \ + $(OutDir_ide)Template.o \ + $(OutDir_ide)Console.o \ + $(OutDir_ide)FindFile.o \ + $(OutDir_ide)FindInFiles.o \ + $(OutDir_ide)Config.o \ + $(OutDir_ide)ide.o \ + $(OutDir_ide)idefile.o \ + $(OutDir_ide)EditorTabBar.o \ + $(OutDir_ide)Bottom.o \ + $(OutDir_ide)t.o \ + $(OutDir_ide)Cpp.o \ + $(OutDir_ide)Assist.o \ + $(OutDir_ide)DCopy.o \ + $(OutDir_ide)ContextGoto.o \ + $(OutDir_ide)GoToLine.o \ + $(OutDir_ide)Swaps.o \ + $(OutDir_ide)ParamInfo.o \ + $(OutDir_ide)Navigator.o \ + $(OutDir_ide)Annotations.o \ + $(OutDir_ide)Virtuals.o \ + $(OutDir_ide)Thisbacks.o \ + $(OutDir_ide)Log.o \ + $(OutDir_ide)Jump.o \ + $(OutDir_ide)MainConfig.o \ + $(OutDir_ide)Setup.o \ + $(OutDir_ide)Custom.o \ + $(OutDir_ide)Print.o \ + $(OutDir_ide)Insert.o \ + $(OutDir_ide)idetool.o \ + $(OutDir_ide)Install.o \ + $(OutDir_ide)Android.o \ + $(OutDir_ide)idebar.o \ + $(OutDir_ide)idewin.o \ + $(OutDir_ide)main.o \ + $(OutDir_ide)CommandLineHandler.o \ + $(OutDir_ide)About.o \ + $(OutDir_ide)Macro.o \ + $(OutDir_ide)Help.o \ + $(OutDir_ide)SlideShow.o \ + $(OutDir_ide)OnlineSearch.o \ + $(OutDir_ide)Errors.o \ + $(OutDir_ide)Calc.o \ + $(OutDir_ide)FormatCode.o \ + $(OutDir_ide)Abbr.o \ + $(OutDir_ide)Qtf.o \ + $(OutDir_ide)Xml.o \ + $(OutDir_ide)Json.o \ + $(OutDir_ide)MacroManager.o \ + $(OutDir_ide)SetupSVN.o \ + $(OutDir_ide)Upgrade.o \ + $(OutDir_ide)MethodsCtrls.o \ + $(OutDir_ide)Methods.o \ + $(OutDir_ide)AutoSetup.o \ + $(OutDir_ide)InstantSetup.o \ + $(OutDir_ide)OutputMode.o \ + $(OutDir_ide)Build.o \ + $(OutDir_ide)Debug.o \ + $(OutDir_ide)Valgrind.o \ + $(OutDir_ide)Export.o \ + $(OutDir_ide_Common)Common.a \ + $(OutDir_ide_Core)Core.a \ + $(OutDir_ide_LayDes)LayDes.a \ + $(OutDir_ide_IconDes)IconDes.a \ + $(OutDir_ide_Builders)Builders.a \ + $(OutDir_ide_Debuggers)Debuggers.a \ + $(OutDir_ide_Browser)Browser.a \ + $(OutDir_CodeEditor)CodeEditor.a \ + $(OutDir_CtrlLib)CtrlLib.a \ + $(OutDir_plugin_bz2)bz2.a \ + $(OutDir_HexView)HexView.a \ + $(OutDir_plugin_astyle)astyle.a \ + $(OutDir_TextDiffCtrl)TextDiffCtrl.a \ + $(OutDir_TabBar)TabBar.a \ + $(OutDir_ide_Designers)Designers.a \ + $(OutDir_ide_Android)Android.a \ + $(OutDir_ide_Java)Java.a \ + $(OutDir_ide_MacroManager)MacroManager.a \ + $(OutDir_urepo)urepo.a \ + $(OutDir_Report)Report.a \ + $(OutDir_Esc)Esc.a \ + $(OutDir_Core)Core.a \ + $(OutDir_plugin_lzma)lzma.a \ + $(OutDir_plugin_lz4)lz4.a \ + $(OutDir_plugin_zstd)zstd.a \ + $(OutDir_RichEdit)RichEdit.a \ + $(OutDir_IconDes)IconDes.a \ + $(OutDir_CppBase)CppBase.a \ + $(OutDir_plugin_gif)gif.o \ + $(OutDir_plugin_gif)gif.a \ + $(OutDir_plugin_jpg)jpgreg.o \ + $(OutDir_plugin_jpg)jpg.a \ + $(OutDir_Painter)PainterInit.o \ + $(OutDir_Painter)Painter.a \ + $(OutDir_Draw)Draw.a \ + $(OutDir_PdfDraw)PdfInit.o \ + $(OutDir_PdfDraw)PdfDraw.a \ + $(OutDir_plugin_pcre)pcre.a \ + $(OutDir_CtrlCore)CtrlCore.a \ + $(OutDir_plugin_bmp)BmpReg.o \ + $(OutDir_plugin_bmp)bmp.a \ + $(OutDir_RichText)RichText.a \ + $(OutDir_plugin_png)pngreg.o \ + $(OutDir_plugin_png)png.a + $(LINKER) -o "$(OutFile)" -Wl,-s $(LIBPATH) -Wl,-O,2 $(LDFLAGS) -Wl,--start-group \ + $(OutDir_ide)BaseDlg.o \ + $(OutDir_ide)SelectPkg.o \ + $(OutDir_ide)UppWspc.o \ + $(OutDir_ide)NewPackageFile.o \ + $(OutDir_ide)Organizer.o \ + $(OutDir_ide)Template.o \ + $(OutDir_ide)Console.o \ + $(OutDir_ide)FindFile.o \ + $(OutDir_ide)FindInFiles.o \ + $(OutDir_ide)Config.o \ + $(OutDir_ide)ide.o \ + $(OutDir_ide)idefile.o \ + $(OutDir_ide)EditorTabBar.o \ + $(OutDir_ide)Bottom.o \ + $(OutDir_ide)t.o \ + $(OutDir_ide)Cpp.o \ + $(OutDir_ide)Assist.o \ + $(OutDir_ide)DCopy.o \ + $(OutDir_ide)ContextGoto.o \ + $(OutDir_ide)GoToLine.o \ + $(OutDir_ide)Swaps.o \ + $(OutDir_ide)ParamInfo.o \ + $(OutDir_ide)Navigator.o \ + $(OutDir_ide)Annotations.o \ + $(OutDir_ide)Virtuals.o \ + $(OutDir_ide)Thisbacks.o \ + $(OutDir_ide)Log.o \ + $(OutDir_ide)Jump.o \ + $(OutDir_ide)MainConfig.o \ + $(OutDir_ide)Setup.o \ + $(OutDir_ide)Custom.o \ + $(OutDir_ide)Print.o \ + $(OutDir_ide)Insert.o \ + $(OutDir_ide)idetool.o \ + $(OutDir_ide)Install.o \ + $(OutDir_ide)Android.o \ + $(OutDir_ide)idebar.o \ + $(OutDir_ide)idewin.o \ + $(OutDir_ide)main.o \ + $(OutDir_ide)CommandLineHandler.o \ + $(OutDir_ide)About.o \ + $(OutDir_ide)Macro.o \ + $(OutDir_ide)Help.o \ + $(OutDir_ide)SlideShow.o \ + $(OutDir_ide)OnlineSearch.o \ + $(OutDir_ide)Errors.o \ + $(OutDir_ide)Calc.o \ + $(OutDir_ide)FormatCode.o \ + $(OutDir_ide)Abbr.o \ + $(OutDir_ide)Qtf.o \ + $(OutDir_ide)Xml.o \ + $(OutDir_ide)Json.o \ + $(OutDir_ide)MacroManager.o \ + $(OutDir_ide)SetupSVN.o \ + $(OutDir_ide)Upgrade.o \ + $(OutDir_ide)MethodsCtrls.o \ + $(OutDir_ide)Methods.o \ + $(OutDir_ide)AutoSetup.o \ + $(OutDir_ide)InstantSetup.o \ + $(OutDir_ide)OutputMode.o \ + $(OutDir_ide)Build.o \ + $(OutDir_ide)Debug.o \ + $(OutDir_ide)Valgrind.o \ + $(OutDir_ide)Export.o \ + $(OutDir_ide_Common)Common.a \ + $(OutDir_ide_Core)Core.a \ + $(OutDir_ide_LayDes)LayDes.a \ + $(OutDir_ide_IconDes)IconDes.a \ + $(OutDir_ide_Builders)Builders.a \ + $(OutDir_ide_Debuggers)Debuggers.a \ + $(OutDir_ide_Browser)Browser.a \ + $(OutDir_CodeEditor)CodeEditor.a \ + $(OutDir_CtrlLib)CtrlLib.a \ + $(OutDir_plugin_bz2)bz2.a \ + $(OutDir_HexView)HexView.a \ + $(OutDir_plugin_astyle)astyle.a \ + $(OutDir_TextDiffCtrl)TextDiffCtrl.a \ + $(OutDir_TabBar)TabBar.a \ + $(OutDir_ide_Designers)Designers.a \ + $(OutDir_ide_Android)Android.a \ + $(OutDir_ide_Java)Java.a \ + $(OutDir_ide_MacroManager)MacroManager.a \ + $(OutDir_urepo)urepo.a \ + $(OutDir_Report)Report.a \ + $(OutDir_Esc)Esc.a \ + $(OutDir_Core)Core.a \ + $(OutDir_plugin_lzma)lzma.a \ + $(OutDir_plugin_lz4)lz4.a \ + $(OutDir_plugin_zstd)zstd.a \ + $(OutDir_RichEdit)RichEdit.a \ + $(OutDir_IconDes)IconDes.a \ + $(OutDir_CppBase)CppBase.a \ + $(OutDir_plugin_gif)gif.o \ + $(OutDir_plugin_gif)gif.a \ + $(OutDir_plugin_jpg)jpgreg.o \ + $(OutDir_plugin_jpg)jpg.a \ + $(OutDir_Painter)PainterInit.o \ + $(OutDir_Painter)Painter.a \ + $(OutDir_Draw)Draw.a \ + $(OutDir_PdfDraw)PdfInit.o \ + $(OutDir_PdfDraw)PdfDraw.a \ + $(OutDir_plugin_pcre)pcre.a \ + $(OutDir_CtrlCore)CtrlCore.a \ + $(OutDir_plugin_bmp)BmpReg.o \ + $(OutDir_plugin_bmp)bmp.a \ + $(OutDir_RichText)RichText.a \ + $(OutDir_plugin_png)pngreg.o \ + $(OutDir_plugin_png)png.a \ + `pkg-config --libs freetype2` \ + `pkg-config --libs x11` \ + `pkg-config --libs fontconfig` \ + `pkg-config --libs xcb` \ + `pkg-config --libs expat` \ + `pkg-config --libs xinerama` \ + `pkg-config --libs xrender` \ + `pkg-config --libs xft` \ + `pkg-config --libs xdmcp` \ + `pkg-config --libs xext` \ + `pkg-config --libs gtk+-3.0` \ + `pkg-config --libs libnotify` \ + `pkg-config --libs libpng` \ + -lbz2 \ + -lpthread \ + -ldl \ + -lrt \ + -lz -Wl,--end-group + +$(OutDir_ide): + mkdir -p $(OutDir_ide) + +$(OutDir_ide)BaseDlg.o: $(UPPDIR1)ide/BaseDlg.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/BaseDlg.cpp -o $(OutDir_ide)BaseDlg.o + +$(OutDir_ide)SelectPkg.o: $(UPPDIR1)ide/SelectPkg.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/SelectPkg.cpp -o $(OutDir_ide)SelectPkg.o + +$(OutDir_ide)UppWspc.o: $(UPPDIR1)ide/UppWspc.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/UppWspc.cpp -o $(OutDir_ide)UppWspc.o + +$(OutDir_ide)NewPackageFile.o: $(UPPDIR1)ide/NewPackageFile.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/NewPackageFile.cpp -o $(OutDir_ide)NewPackageFile.o + +$(OutDir_ide)Organizer.o: $(UPPDIR1)ide/Organizer.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Organizer.cpp -o $(OutDir_ide)Organizer.o + +$(OutDir_ide)Template.o: $(UPPDIR1)ide/Template.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Template.cpp -o $(OutDir_ide)Template.o + +$(OutDir_ide)Console.o: $(UPPDIR1)ide/Console.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Console.cpp -o $(OutDir_ide)Console.o + +$(OutDir_ide)FindFile.o: $(UPPDIR1)ide/FindFile.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/FindFile.cpp -o $(OutDir_ide)FindFile.o + +$(OutDir_ide)FindInFiles.o: $(UPPDIR1)ide/FindInFiles.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/FindInFiles.cpp -o $(OutDir_ide)FindInFiles.o + +$(OutDir_ide)Config.o: $(UPPDIR1)ide/Config.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Config.cpp -o $(OutDir_ide)Config.o + +$(OutDir_ide)ide.o: $(UPPDIR1)ide/ide.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/ide.cpp -o $(OutDir_ide)ide.o + +$(OutDir_ide)idefile.o: $(UPPDIR1)ide/idefile.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/idefile.cpp -o $(OutDir_ide)idefile.o + +$(OutDir_ide)EditorTabBar.o: $(UPPDIR1)ide/EditorTabBar.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/EditorTabBar.cpp -o $(OutDir_ide)EditorTabBar.o + +$(OutDir_ide)Bottom.o: $(UPPDIR1)ide/Bottom.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Bottom.cpp -o $(OutDir_ide)Bottom.o + +$(OutDir_ide)t.o: $(UPPDIR1)ide/t.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/t.cpp -o $(OutDir_ide)t.o + +$(OutDir_ide)Cpp.o: $(UPPDIR1)ide/Cpp.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Cpp.cpp -o $(OutDir_ide)Cpp.o + +$(OutDir_ide)Assist.o: $(UPPDIR1)ide/Assist.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Assist.cpp -o $(OutDir_ide)Assist.o + +$(OutDir_ide)DCopy.o: $(UPPDIR1)ide/DCopy.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/DCopy.cpp -o $(OutDir_ide)DCopy.o + +$(OutDir_ide)ContextGoto.o: $(UPPDIR1)ide/ContextGoto.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/ContextGoto.cpp -o $(OutDir_ide)ContextGoto.o + +$(OutDir_ide)GoToLine.o: $(UPPDIR1)ide/GoToLine.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/GoToLine.cpp -o $(OutDir_ide)GoToLine.o + +$(OutDir_ide)Swaps.o: $(UPPDIR1)ide/Swaps.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Swaps.cpp -o $(OutDir_ide)Swaps.o + +$(OutDir_ide)ParamInfo.o: $(UPPDIR1)ide/ParamInfo.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/ParamInfo.cpp -o $(OutDir_ide)ParamInfo.o + +$(OutDir_ide)Navigator.o: $(UPPDIR1)ide/Navigator.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Navigator.cpp -o $(OutDir_ide)Navigator.o + +$(OutDir_ide)Annotations.o: $(UPPDIR1)ide/Annotations.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Annotations.cpp -o $(OutDir_ide)Annotations.o + +$(OutDir_ide)Virtuals.o: $(UPPDIR1)ide/Virtuals.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Virtuals.cpp -o $(OutDir_ide)Virtuals.o + +$(OutDir_ide)Thisbacks.o: $(UPPDIR1)ide/Thisbacks.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Thisbacks.cpp -o $(OutDir_ide)Thisbacks.o + +$(OutDir_ide)Log.o: $(UPPDIR1)ide/Log.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Log.cpp -o $(OutDir_ide)Log.o + +$(OutDir_ide)Jump.o: $(UPPDIR1)ide/Jump.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Jump.cpp -o $(OutDir_ide)Jump.o + +$(OutDir_ide)MainConfig.o: $(UPPDIR1)ide/MainConfig.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/MainConfig.cpp -o $(OutDir_ide)MainConfig.o + +$(OutDir_ide)Setup.o: $(UPPDIR1)ide/Setup.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Setup.cpp -o $(OutDir_ide)Setup.o + +$(OutDir_ide)Custom.o: $(UPPDIR1)ide/Custom.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Custom.cpp -o $(OutDir_ide)Custom.o + +$(OutDir_ide)Print.o: $(UPPDIR1)ide/Print.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Print.cpp -o $(OutDir_ide)Print.o + +$(OutDir_ide)Insert.o: $(UPPDIR1)ide/Insert.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Insert.cpp -o $(OutDir_ide)Insert.o + +$(OutDir_ide)idetool.o: $(UPPDIR1)ide/idetool.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/idetool.cpp -o $(OutDir_ide)idetool.o + +$(OutDir_ide)Install.o: $(UPPDIR1)ide/Install.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Install.cpp -o $(OutDir_ide)Install.o + +$(OutDir_ide)Android.o: $(UPPDIR1)ide/Android.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Android.cpp -o $(OutDir_ide)Android.o + +$(OutDir_ide)idebar.o: $(UPPDIR1)ide/idebar.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/akt_.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/key_source.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/idebar.cpp -o $(OutDir_ide)idebar.o + +$(OutDir_ide)idewin.o: $(UPPDIR1)ide/idewin.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/iml_source.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/idewin.cpp -o $(OutDir_ide)idewin.o + +$(OutDir_ide)main.o: $(UPPDIR1)ide/main.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/CommandLineHandler.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/main.cpp -o $(OutDir_ide)main.o + +$(OutDir_ide)CommandLineHandler.o: $(UPPDIR1)ide/CommandLineHandler.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/CommandLineHandler.h \ + $(UPPDIR1)ide/Common/CommandLineOptions.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/CommandLineHandler.cpp -o $(OutDir_ide)CommandLineHandler.o + +$(OutDir_ide)About.o: $(UPPDIR1)ide/About.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/topic_group.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/About.cpp -o $(OutDir_ide)About.o + +$(OutDir_ide)Macro.o: $(UPPDIR1)ide/Macro.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Macro.cpp -o $(OutDir_ide)Macro.o + +$(OutDir_ide)Help.o: $(UPPDIR1)ide/Help.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Help.cpp -o $(OutDir_ide)Help.o + +$(OutDir_ide)SlideShow.o: $(UPPDIR1)ide/SlideShow.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/SlideShow.cpp -o $(OutDir_ide)SlideShow.o + +$(OutDir_ide)OnlineSearch.o: $(UPPDIR1)ide/OnlineSearch.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/OnlineSearch.cpp -o $(OutDir_ide)OnlineSearch.o + +$(OutDir_ide)Errors.o: $(UPPDIR1)ide/Errors.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Errors.cpp -o $(OutDir_ide)Errors.o + +$(OutDir_ide)Calc.o: $(UPPDIR1)ide/Calc.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Calc.cpp -o $(OutDir_ide)Calc.o + +$(OutDir_ide)FormatCode.o: $(UPPDIR1)ide/FormatCode.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/FormatCode.cpp -o $(OutDir_ide)FormatCode.o + +$(OutDir_ide)Abbr.o: $(UPPDIR1)ide/Abbr.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Abbr.cpp -o $(OutDir_ide)Abbr.o + +$(OutDir_ide)Qtf.o: $(UPPDIR1)ide/Qtf.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Qtf.cpp -o $(OutDir_ide)Qtf.o + +$(OutDir_ide)Xml.o: $(UPPDIR1)ide/Xml.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Xml.cpp -o $(OutDir_ide)Xml.o + +$(OutDir_ide)Json.o: $(UPPDIR1)ide/Json.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Json.cpp -o $(OutDir_ide)Json.o + +$(OutDir_ide)MacroManager.o: $(UPPDIR1)ide/MacroManager.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MacroManager/MacroManager.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/MacroManager.cpp -o $(OutDir_ide)MacroManager.o + +$(OutDir_ide)SetupSVN.o: $(UPPDIR1)ide/SetupSVN.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/SetupSVN.cpp -o $(OutDir_ide)SetupSVN.o + +$(OutDir_ide)Upgrade.o: $(UPPDIR1)ide/Upgrade.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Upgrade.cpp -o $(OutDir_ide)Upgrade.o + +$(OutDir_ide)MethodsCtrls.o: $(UPPDIR1)ide/MethodsCtrls.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/MethodsCtrls.cpp -o $(OutDir_ide)MethodsCtrls.o + +$(OutDir_ide)Methods.o: $(UPPDIR1)ide/Methods.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/AndroidBuilder.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/Methods.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Methods.cpp -o $(OutDir_ide)Methods.o + +$(OutDir_ide)AutoSetup.o: $(UPPDIR1)ide/AutoSetup.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/AutoSetup.cpp -o $(OutDir_ide)AutoSetup.o + +$(OutDir_ide)InstantSetup.o: $(UPPDIR1)ide/InstantSetup.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/InstantSetup.cpp -o $(OutDir_ide)InstantSetup.o + +$(OutDir_ide)OutputMode.o: $(UPPDIR1)ide/OutputMode.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/OutputMode.cpp -o $(OutDir_ide)OutputMode.o + +$(OutDir_ide)Build.o: $(UPPDIR1)ide/Build.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Build.cpp -o $(OutDir_ide)Build.o + +$(OutDir_ide)Debug.o: $(UPPDIR1)ide/Debug.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Debug.cpp -o $(OutDir_ide)Debug.o + +$(OutDir_ide)Valgrind.o: $(UPPDIR1)ide/Valgrind.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Valgrind.cpp -o $(OutDir_ide)Valgrind.o + +$(OutDir_ide)Export.o: $(UPPDIR1)ide/Export.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/version.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Export.cpp -o $(OutDir_ide)Export.o + +$(OutDir_ide_Common): + mkdir -p $(OutDir_ide_Common) + +$(OutDir_ide_Common)ComDlg.o: $(UPPDIR1)ide/Common/ComDlg.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/iml_source.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Common) $(UPPDIR1)ide/Common/ComDlg.cpp -o $(OutDir_ide_Common)ComDlg.o + +$(OutDir_ide_Common)Module.o: $(UPPDIR1)ide/Common/Module.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Common) $(UPPDIR1)ide/Common/Module.cpp -o $(OutDir_ide_Common)Module.o + +$(OutDir_ide_Common)Util.o: $(UPPDIR1)ide/Common/Util.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Common) $(UPPDIR1)ide/Common/Util.cpp -o $(OutDir_ide_Common)Util.o + +$(OutDir_ide_Common)Common.a: \ + $(OutDir_ide_Common)ComDlg.o \ + $(OutDir_ide_Common)Module.o \ + $(OutDir_ide_Common)Util.o + $(AR) $(OutDir_ide_Common)Common.a \ + $(OutDir_ide_Common)ComDlg.o \ + $(OutDir_ide_Common)Module.o \ + $(OutDir_ide_Common)Util.o + +$(OutDir_ide_Core): + mkdir -p $(OutDir_ide_Core) + +$(OutDir_ide_Core)Core.o: $(UPPDIR1)ide/Core/Core.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Core) $(UPPDIR1)ide/Core/Core.cpp -o $(OutDir_ide_Core)Core.o + +$(OutDir_ide_Core)Builder.o: $(UPPDIR1)ide/Core/Builder.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Core) $(UPPDIR1)ide/Core/Builder.cpp -o $(OutDir_ide_Core)Builder.o + +$(OutDir_ide_Core)Hdepend.o: $(UPPDIR1)ide/Core/Hdepend.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Core) $(UPPDIR1)ide/Core/Hdepend.cpp -o $(OutDir_ide_Core)Hdepend.o + +$(OutDir_ide_Core)Package.o: $(UPPDIR1)ide/Core/Package.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Core) $(UPPDIR1)ide/Core/Package.cpp -o $(OutDir_ide_Core)Package.o + +$(OutDir_ide_Core)Workspace.o: $(UPPDIR1)ide/Core/Workspace.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Core) $(UPPDIR1)ide/Core/Workspace.cpp -o $(OutDir_ide_Core)Workspace.o + +$(OutDir_ide_Core)usc.o: $(UPPDIR1)ide/Core/usc.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Core) $(UPPDIR1)ide/Core/usc.cpp -o $(OutDir_ide_Core)usc.o + +$(OutDir_ide_Core)BinObj.o: $(UPPDIR1)ide/Core/BinObj.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Core) $(UPPDIR1)ide/Core/BinObj.cpp -o $(OutDir_ide_Core)BinObj.o + +$(OutDir_ide_Core)Host.o: $(UPPDIR1)ide/Core/Host.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Core) $(UPPDIR1)ide/Core/Host.cpp -o $(OutDir_ide_Core)Host.o + +$(OutDir_ide_Core)Logger.o: $(UPPDIR1)ide/Core/Logger.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Core) $(UPPDIR1)ide/Core/Logger.cpp -o $(OutDir_ide_Core)Logger.o + +$(OutDir_ide_Core)Core.a: \ + $(OutDir_ide_Core)Core.o \ + $(OutDir_ide_Core)Builder.o \ + $(OutDir_ide_Core)Hdepend.o \ + $(OutDir_ide_Core)Package.o \ + $(OutDir_ide_Core)Workspace.o \ + $(OutDir_ide_Core)usc.o \ + $(OutDir_ide_Core)BinObj.o \ + $(OutDir_ide_Core)Host.o \ + $(OutDir_ide_Core)Logger.o + $(AR) $(OutDir_ide_Core)Core.a \ + $(OutDir_ide_Core)Core.o \ + $(OutDir_ide_Core)Builder.o \ + $(OutDir_ide_Core)Hdepend.o \ + $(OutDir_ide_Core)Package.o \ + $(OutDir_ide_Core)Workspace.o \ + $(OutDir_ide_Core)usc.o \ + $(OutDir_ide_Core)BinObj.o \ + $(OutDir_ide_Core)Host.o \ + $(OutDir_ide_Core)Logger.o + +$(OutDir_ide_LayDes): + mkdir -p $(OutDir_ide_LayDes) + +$(OutDir_ide_LayDes)sdiff.o: $(UPPDIR1)ide/LayDes/sdiff.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_LayDes) $(UPPDIR1)ide/LayDes/sdiff.cpp -o $(OutDir_ide_LayDes)sdiff.o + +$(OutDir_ide_LayDes)laylib.o: $(UPPDIR1)ide/LayDes/laylib.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_LayDes) $(UPPDIR1)ide/LayDes/laylib.cpp -o $(OutDir_ide_LayDes)laylib.o + +$(OutDir_ide_LayDes)layusc.o: $(UPPDIR1)ide/LayDes/layusc.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_LayDes) $(UPPDIR1)ide/LayDes/layusc.cpp -o $(OutDir_ide_LayDes)layusc.o + +$(OutDir_ide_LayDes)property.o: $(UPPDIR1)ide/LayDes/property.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_LayDes) $(UPPDIR1)ide/LayDes/property.cpp -o $(OutDir_ide_LayDes)property.o + +$(OutDir_ide_LayDes)textprop.o: $(UPPDIR1)ide/LayDes/textprop.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_LayDes) $(UPPDIR1)ide/LayDes/textprop.cpp -o $(OutDir_ide_LayDes)textprop.o + +$(OutDir_ide_LayDes)fontprop.o: $(UPPDIR1)ide/LayDes/fontprop.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_LayDes) $(UPPDIR1)ide/LayDes/fontprop.cpp -o $(OutDir_ide_LayDes)fontprop.o + +$(OutDir_ide_LayDes)propane.o: $(UPPDIR1)ide/LayDes/propane.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_LayDes) $(UPPDIR1)ide/LayDes/propane.cpp -o $(OutDir_ide_LayDes)propane.o + +$(OutDir_ide_LayDes)item.o: $(UPPDIR1)ide/LayDes/item.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_LayDes) $(UPPDIR1)ide/LayDes/item.cpp -o $(OutDir_ide_LayDes)item.o + +$(OutDir_ide_LayDes)layout.o: $(UPPDIR1)ide/LayDes/layout.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_LayDes) $(UPPDIR1)ide/LayDes/layout.cpp -o $(OutDir_ide_LayDes)layout.o + +$(OutDir_ide_LayDes)visgen.o: $(UPPDIR1)ide/LayDes/visgen.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_LayDes) $(UPPDIR1)ide/LayDes/visgen.cpp -o $(OutDir_ide_LayDes)visgen.o + +$(OutDir_ide_LayDes)laydes.o: $(UPPDIR1)ide/LayDes/laydes.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/iml_source.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_LayDes) $(UPPDIR1)ide/LayDes/laydes.cpp -o $(OutDir_ide_LayDes)laydes.o + +$(OutDir_ide_LayDes)layfile.o: $(UPPDIR1)ide/LayDes/layfile.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_LayDes) $(UPPDIR1)ide/LayDes/layfile.cpp -o $(OutDir_ide_LayDes)layfile.o + +$(OutDir_ide_LayDes)laywin.o: $(UPPDIR1)ide/LayDes/laywin.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/akt_.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/key_source.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_LayDes) $(UPPDIR1)ide/LayDes/laywin.cpp -o $(OutDir_ide_LayDes)laywin.o + +$(OutDir_ide_LayDes)LayDes.a: \ + $(OutDir_ide_LayDes)sdiff.o \ + $(OutDir_ide_LayDes)laylib.o \ + $(OutDir_ide_LayDes)layusc.o \ + $(OutDir_ide_LayDes)property.o \ + $(OutDir_ide_LayDes)textprop.o \ + $(OutDir_ide_LayDes)fontprop.o \ + $(OutDir_ide_LayDes)propane.o \ + $(OutDir_ide_LayDes)item.o \ + $(OutDir_ide_LayDes)layout.o \ + $(OutDir_ide_LayDes)visgen.o \ + $(OutDir_ide_LayDes)laydes.o \ + $(OutDir_ide_LayDes)layfile.o \ + $(OutDir_ide_LayDes)laywin.o + $(AR) $(OutDir_ide_LayDes)LayDes.a \ + $(OutDir_ide_LayDes)sdiff.o \ + $(OutDir_ide_LayDes)laylib.o \ + $(OutDir_ide_LayDes)layusc.o \ + $(OutDir_ide_LayDes)property.o \ + $(OutDir_ide_LayDes)textprop.o \ + $(OutDir_ide_LayDes)fontprop.o \ + $(OutDir_ide_LayDes)propane.o \ + $(OutDir_ide_LayDes)item.o \ + $(OutDir_ide_LayDes)layout.o \ + $(OutDir_ide_LayDes)visgen.o \ + $(OutDir_ide_LayDes)laydes.o \ + $(OutDir_ide_LayDes)layfile.o \ + $(OutDir_ide_LayDes)laywin.o + +$(OutDir_ide_IconDes): + mkdir -p $(OutDir_ide_IconDes) + +$(OutDir_ide_IconDes)IconDes.o: $(UPPDIR1)ide/IconDes/IconDes.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_IconDes) $(UPPDIR1)ide/IconDes/IconDes.cpp -o $(OutDir_ide_IconDes)IconDes.o + +$(OutDir_ide_IconDes)IdeDes.o: $(UPPDIR1)ide/IconDes/IdeDes.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_IconDes) $(UPPDIR1)ide/IconDes/IdeDes.cpp -o $(OutDir_ide_IconDes)IdeDes.o + +$(OutDir_ide_IconDes)IconDes.a: \ + $(OutDir_ide_IconDes)IconDes.o \ + $(OutDir_ide_IconDes)IdeDes.o + $(AR) $(OutDir_ide_IconDes)IconDes.a \ + $(OutDir_ide_IconDes)IconDes.o \ + $(OutDir_ide_IconDes)IdeDes.o + +$(OutDir_ide_Builders): + mkdir -p $(OutDir_ide_Builders) + +$(OutDir_ide_Builders)CppBuilder.o: $(UPPDIR1)ide/Builders/CppBuilder.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/CppBuilder.cpp -o $(OutDir_ide_Builders)CppBuilder.o + +$(OutDir_ide_Builders)MakeFile.o: $(UPPDIR1)ide/Builders/MakeFile.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/MakeFile.cpp -o $(OutDir_ide_Builders)MakeFile.o + +$(OutDir_ide_Builders)GccBuilder.o: $(UPPDIR1)ide/Builders/GccBuilder.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Builders/BuilderUtils.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/GccBuilder.cpp -o $(OutDir_ide_Builders)GccBuilder.o + +$(OutDir_ide_Builders)MscBuilder.o: $(UPPDIR1)ide/Builders/MscBuilder.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Builders/coff.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/MscBuilder.cpp -o $(OutDir_ide_Builders)MscBuilder.o + +$(OutDir_ide_Builders)JavaBuilder.o: $(UPPDIR1)ide/Builders/JavaBuilder.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/JavaBuilder.cpp -o $(OutDir_ide_Builders)JavaBuilder.o + +$(OutDir_ide_Builders)ScriptBuilder.o: $(UPPDIR1)ide/Builders/ScriptBuilder.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/ScriptBuilder.cpp -o $(OutDir_ide_Builders)ScriptBuilder.o + +$(OutDir_ide_Builders)Cocoa.o: $(UPPDIR1)ide/Builders/Cocoa.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/Cocoa.cpp -o $(OutDir_ide_Builders)Cocoa.o + +$(OutDir_ide_Builders)AndroidProject.o: $(UPPDIR1)ide/Builders/AndroidProject.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/AndroidProject.cpp -o $(OutDir_ide_Builders)AndroidProject.o + +$(OutDir_ide_Builders)AndroidApplicationMakeFile.o: $(UPPDIR1)ide/Builders/AndroidApplicationMakeFile.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/AndroidApplicationMakeFile.cpp -o $(OutDir_ide_Builders)AndroidApplicationMakeFile.o + +$(OutDir_ide_Builders)AndroidMakeFile.o: $(UPPDIR1)ide/Builders/AndroidMakeFile.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/AndroidMakeFile.cpp -o $(OutDir_ide_Builders)AndroidMakeFile.o + +$(OutDir_ide_Builders)AndroidModuleMakeFile.o: $(UPPDIR1)ide/Builders/AndroidModuleMakeFile.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/AndroidModuleMakeFile.cpp -o $(OutDir_ide_Builders)AndroidModuleMakeFile.o + +$(OutDir_ide_Builders)AndroidBuilder.o: $(UPPDIR1)ide/Builders/AndroidBuilder.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/AndroidBuilder.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Builders/BuilderUtils.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/AndroidBuilder.cpp -o $(OutDir_ide_Builders)AndroidBuilder.o + +$(OutDir_ide_Builders)AndroidBuilderCommands.o: $(UPPDIR1)ide/Builders/AndroidBuilderCommands.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/AndroidBuilder.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/AndroidBuilderCommands.cpp -o $(OutDir_ide_Builders)AndroidBuilderCommands.o + +$(OutDir_ide_Builders)AndroidBuilderUtils.o: $(UPPDIR1)ide/Builders/AndroidBuilderUtils.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/AndroidBuilder.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/AndroidBuilderUtils.cpp -o $(OutDir_ide_Builders)AndroidBuilderUtils.o + +$(OutDir_ide_Builders)AndroidModuleMakeFileBuilder.o: $(UPPDIR1)ide/Builders/AndroidModuleMakeFileBuilder.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/AndroidBuilder.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/AndroidModuleMakeFileBuilder.cpp -o $(OutDir_ide_Builders)AndroidModuleMakeFileBuilder.o + +$(OutDir_ide_Builders)Blitz.o: $(UPPDIR1)ide/Builders/Blitz.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/Blitz.cpp -o $(OutDir_ide_Builders)Blitz.o + +$(OutDir_ide_Builders)Build.o: $(UPPDIR1)ide/Builders/Build.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/AndroidBuilder.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/Build.cpp -o $(OutDir_ide_Builders)Build.o + +$(OutDir_ide_Builders)Install.o: $(UPPDIR1)ide/Builders/Install.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Build.h \ + $(UPPDIR1)ide/Builders/BuilderComponents.h \ + $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/Install.cpp -o $(OutDir_ide_Builders)Install.o + +$(OutDir_ide_Builders)BuilderUtils.o: $(UPPDIR1)ide/Builders/BuilderUtils.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)ide/Builders/BuilderUtils.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/BuilderUtils.cpp -o $(OutDir_ide_Builders)BuilderUtils.o + +$(OutDir_ide_Builders)Builders.a: \ + $(OutDir_ide_Builders)CppBuilder.o \ + $(OutDir_ide_Builders)MakeFile.o \ + $(OutDir_ide_Builders)GccBuilder.o \ + $(OutDir_ide_Builders)MscBuilder.o \ + $(OutDir_ide_Builders)JavaBuilder.o \ + $(OutDir_ide_Builders)ScriptBuilder.o \ + $(OutDir_ide_Builders)Cocoa.o \ + $(OutDir_ide_Builders)AndroidProject.o \ + $(OutDir_ide_Builders)AndroidApplicationMakeFile.o \ + $(OutDir_ide_Builders)AndroidMakeFile.o \ + $(OutDir_ide_Builders)AndroidModuleMakeFile.o \ + $(OutDir_ide_Builders)AndroidBuilder.o \ + $(OutDir_ide_Builders)AndroidBuilderCommands.o \ + $(OutDir_ide_Builders)AndroidBuilderUtils.o \ + $(OutDir_ide_Builders)AndroidModuleMakeFileBuilder.o \ + $(OutDir_ide_Builders)Blitz.o \ + $(OutDir_ide_Builders)Build.o \ + $(OutDir_ide_Builders)Install.o \ + $(OutDir_ide_Builders)BuilderUtils.o + $(AR) $(OutDir_ide_Builders)Builders.a \ + $(OutDir_ide_Builders)CppBuilder.o \ + $(OutDir_ide_Builders)MakeFile.o \ + $(OutDir_ide_Builders)GccBuilder.o \ + $(OutDir_ide_Builders)MscBuilder.o \ + $(OutDir_ide_Builders)JavaBuilder.o \ + $(OutDir_ide_Builders)ScriptBuilder.o \ + $(OutDir_ide_Builders)Cocoa.o \ + $(OutDir_ide_Builders)AndroidProject.o \ + $(OutDir_ide_Builders)AndroidApplicationMakeFile.o \ + $(OutDir_ide_Builders)AndroidMakeFile.o \ + $(OutDir_ide_Builders)AndroidModuleMakeFile.o \ + $(OutDir_ide_Builders)AndroidBuilder.o \ + $(OutDir_ide_Builders)AndroidBuilderCommands.o \ + $(OutDir_ide_Builders)AndroidBuilderUtils.o \ + $(OutDir_ide_Builders)AndroidModuleMakeFileBuilder.o \ + $(OutDir_ide_Builders)Blitz.o \ + $(OutDir_ide_Builders)Build.o \ + $(OutDir_ide_Builders)Install.o \ + $(OutDir_ide_Builders)BuilderUtils.o + +$(OutDir_ide_Debuggers): + mkdir -p $(OutDir_ide_Debuggers) + +$(OutDir_ide_Debuggers)Terminal.o: $(UPPDIR1)ide/Debuggers/Terminal.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Debuggers) $(UPPDIR1)ide/Debuggers/Terminal.cpp -o $(OutDir_ide_Debuggers)Terminal.o + +$(OutDir_ide_Debuggers)Disas.o: $(UPPDIR1)ide/Debuggers/Disas.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Debuggers) $(UPPDIR1)ide/Debuggers/Disas.cpp -o $(OutDir_ide_Debuggers)Disas.o + +$(OutDir_ide_Debuggers)GdbCmd.o: $(UPPDIR1)ide/Debuggers/GdbCmd.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/iml_source.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Debuggers) $(UPPDIR1)ide/Debuggers/GdbCmd.cpp -o $(OutDir_ide_Debuggers)GdbCmd.o + +$(OutDir_ide_Debuggers)GdbData.o: $(UPPDIR1)ide/Debuggers/GdbData.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Debuggers) $(UPPDIR1)ide/Debuggers/GdbData.cpp -o $(OutDir_ide_Debuggers)GdbData.o + +$(OutDir_ide_Debuggers)Gdb.o: $(UPPDIR1)ide/Debuggers/Gdb.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Debuggers) $(UPPDIR1)ide/Debuggers/Gdb.cpp -o $(OutDir_ide_Debuggers)Gdb.o + +$(OutDir_ide_Debuggers)GdbMem.o: $(UPPDIR1)ide/Debuggers/GdbMem.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Debuggers) $(UPPDIR1)ide/Debuggers/GdbMem.cpp -o $(OutDir_ide_Debuggers)GdbMem.o + +$(OutDir_ide_Debuggers)GdbUtils.o: $(UPPDIR1)ide/Debuggers/GdbUtils.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)ide/Common/CommandLineOptions.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Debuggers) $(UPPDIR1)ide/Debuggers/GdbUtils.cpp -o $(OutDir_ide_Debuggers)GdbUtils.o + +$(OutDir_ide_Debuggers)Cpu.o: $(UPPDIR1)ide/Debuggers/Cpu.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/amd64.cpu \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/i386.cpu \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Debuggers) $(UPPDIR1)ide/Debuggers/Cpu.cpp -o $(OutDir_ide_Debuggers)Cpu.o + +$(OutDir_ide_Debuggers)Debug.o: $(UPPDIR1)ide/Debuggers/Debug.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Debuggers) $(UPPDIR1)ide/Debuggers/Debug.cpp -o $(OutDir_ide_Debuggers)Debug.o + +$(OutDir_ide_Debuggers)Mem.o: $(UPPDIR1)ide/Debuggers/Mem.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Debuggers) $(UPPDIR1)ide/Debuggers/Mem.cpp -o $(OutDir_ide_Debuggers)Mem.o + +$(OutDir_ide_Debuggers)Sym.o: $(UPPDIR1)ide/Debuggers/Sym.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Debuggers) $(UPPDIR1)ide/Debuggers/Sym.cpp -o $(OutDir_ide_Debuggers)Sym.o + +$(OutDir_ide_Debuggers)Exp.o: $(UPPDIR1)ide/Debuggers/Exp.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Debuggers) $(UPPDIR1)ide/Debuggers/Exp.cpp -o $(OutDir_ide_Debuggers)Exp.o + +$(OutDir_ide_Debuggers)PrettyUpp.o: $(UPPDIR1)ide/Debuggers/PrettyUpp.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Debuggers) $(UPPDIR1)ide/Debuggers/PrettyUpp.cpp -o $(OutDir_ide_Debuggers)PrettyUpp.o + +$(OutDir_ide_Debuggers)PrettyStd.o: $(UPPDIR1)ide/Debuggers/PrettyStd.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Debuggers) $(UPPDIR1)ide/Debuggers/PrettyStd.cpp -o $(OutDir_ide_Debuggers)PrettyStd.o + +$(OutDir_ide_Debuggers)Pretty.o: $(UPPDIR1)ide/Debuggers/Pretty.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Debuggers) $(UPPDIR1)ide/Debuggers/Pretty.cpp -o $(OutDir_ide_Debuggers)Pretty.o + +$(OutDir_ide_Debuggers)Visualise.o: $(UPPDIR1)ide/Debuggers/Visualise.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Debuggers) $(UPPDIR1)ide/Debuggers/Visualise.cpp -o $(OutDir_ide_Debuggers)Visualise.o + +$(OutDir_ide_Debuggers)Data.o: $(UPPDIR1)ide/Debuggers/Data.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Debuggers) $(UPPDIR1)ide/Debuggers/Data.cpp -o $(OutDir_ide_Debuggers)Data.o + +$(OutDir_ide_Debuggers)Tree.o: $(UPPDIR1)ide/Debuggers/Tree.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Debuggers) $(UPPDIR1)ide/Debuggers/Tree.cpp -o $(OutDir_ide_Debuggers)Tree.o + +$(OutDir_ide_Debuggers)Stack.o: $(UPPDIR1)ide/Debuggers/Stack.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Debuggers) $(UPPDIR1)ide/Debuggers/Stack.cpp -o $(OutDir_ide_Debuggers)Stack.o + +$(OutDir_ide_Debuggers)Code.o: $(UPPDIR1)ide/Debuggers/Code.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Debuggers) $(UPPDIR1)ide/Debuggers/Code.cpp -o $(OutDir_ide_Debuggers)Code.o + +$(OutDir_ide_Debuggers)Pdb.o: $(UPPDIR1)ide/Debuggers/Pdb.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/topic_group.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/akt_.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/key_source.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.h \ + $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/ndisasm/ndisasm.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Debuggers) $(UPPDIR1)ide/Debuggers/Pdb.cpp -o $(OutDir_ide_Debuggers)Pdb.o + +$(OutDir_ide_Debuggers)Debuggers.a: \ + $(OutDir_ide_Debuggers)Terminal.o \ + $(OutDir_ide_Debuggers)Disas.o \ + $(OutDir_ide_Debuggers)GdbCmd.o \ + $(OutDir_ide_Debuggers)GdbData.o \ + $(OutDir_ide_Debuggers)Gdb.o \ + $(OutDir_ide_Debuggers)GdbMem.o \ + $(OutDir_ide_Debuggers)GdbUtils.o \ + $(OutDir_ide_Debuggers)Cpu.o \ + $(OutDir_ide_Debuggers)Debug.o \ + $(OutDir_ide_Debuggers)Mem.o \ + $(OutDir_ide_Debuggers)Sym.o \ + $(OutDir_ide_Debuggers)Exp.o \ + $(OutDir_ide_Debuggers)PrettyUpp.o \ + $(OutDir_ide_Debuggers)PrettyStd.o \ + $(OutDir_ide_Debuggers)Pretty.o \ + $(OutDir_ide_Debuggers)Visualise.o \ + $(OutDir_ide_Debuggers)Data.o \ + $(OutDir_ide_Debuggers)Tree.o \ + $(OutDir_ide_Debuggers)Stack.o \ + $(OutDir_ide_Debuggers)Code.o \ + $(OutDir_ide_Debuggers)Pdb.o + $(AR) $(OutDir_ide_Debuggers)Debuggers.a \ + $(OutDir_ide_Debuggers)Terminal.o \ + $(OutDir_ide_Debuggers)Disas.o \ + $(OutDir_ide_Debuggers)GdbCmd.o \ + $(OutDir_ide_Debuggers)GdbData.o \ + $(OutDir_ide_Debuggers)Gdb.o \ + $(OutDir_ide_Debuggers)GdbMem.o \ + $(OutDir_ide_Debuggers)GdbUtils.o \ + $(OutDir_ide_Debuggers)Cpu.o \ + $(OutDir_ide_Debuggers)Debug.o \ + $(OutDir_ide_Debuggers)Mem.o \ + $(OutDir_ide_Debuggers)Sym.o \ + $(OutDir_ide_Debuggers)Exp.o \ + $(OutDir_ide_Debuggers)PrettyUpp.o \ + $(OutDir_ide_Debuggers)PrettyStd.o \ + $(OutDir_ide_Debuggers)Pretty.o \ + $(OutDir_ide_Debuggers)Visualise.o \ + $(OutDir_ide_Debuggers)Data.o \ + $(OutDir_ide_Debuggers)Tree.o \ + $(OutDir_ide_Debuggers)Stack.o \ + $(OutDir_ide_Debuggers)Code.o \ + $(OutDir_ide_Debuggers)Pdb.o + +$(OutDir_ide_Browser): + mkdir -p $(OutDir_ide_Browser) + +$(OutDir_ide_Browser)Lay.o: $(UPPDIR1)ide/Browser/Lay.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Browser) $(UPPDIR1)ide/Browser/Lay.cpp -o $(OutDir_ide_Browser)Lay.o + +$(OutDir_ide_Browser)Iml.o: $(UPPDIR1)ide/Browser/Iml.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Browser) $(UPPDIR1)ide/Browser/Iml.cpp -o $(OutDir_ide_Browser)Iml.o + +$(OutDir_ide_Browser)Sch.o: $(UPPDIR1)ide/Browser/Sch.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Browser) $(UPPDIR1)ide/Browser/Sch.cpp -o $(OutDir_ide_Browser)Sch.o + +$(OutDir_ide_Browser)Util.o: $(UPPDIR1)ide/Browser/Util.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Browser) $(UPPDIR1)ide/Browser/Util.cpp -o $(OutDir_ide_Browser)Util.o + +$(OutDir_ide_Browser)Base.o: $(UPPDIR1)ide/Browser/Base.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Browser) $(UPPDIR1)ide/Browser/Base.cpp -o $(OutDir_ide_Browser)Base.o + +$(OutDir_ide_Browser)Item.o: $(UPPDIR1)ide/Browser/Item.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/iml_source.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Browser) $(UPPDIR1)ide/Browser/Item.cpp -o $(OutDir_ide_Browser)Item.o + +$(OutDir_ide_Browser)ItemDisplay.o: $(UPPDIR1)ide/Browser/ItemDisplay.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Browser) $(UPPDIR1)ide/Browser/ItemDisplay.cpp -o $(OutDir_ide_Browser)ItemDisplay.o + +$(OutDir_ide_Browser)CodeBrowser.o: $(UPPDIR1)ide/Browser/CodeBrowser.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Browser) $(UPPDIR1)ide/Browser/CodeBrowser.cpp -o $(OutDir_ide_Browser)CodeBrowser.o + +$(OutDir_ide_Browser)TopicBase.o: $(UPPDIR1)ide/Browser/TopicBase.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Browser) $(UPPDIR1)ide/Browser/TopicBase.cpp -o $(OutDir_ide_Browser)TopicBase.o + +$(OutDir_ide_Browser)Reference.o: $(UPPDIR1)ide/Browser/Reference.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Browser) $(UPPDIR1)ide/Browser/Reference.cpp -o $(OutDir_ide_Browser)Reference.o + +$(OutDir_ide_Browser)File.o: $(UPPDIR1)ide/Browser/File.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Browser) $(UPPDIR1)ide/Browser/File.cpp -o $(OutDir_ide_Browser)File.o + +$(OutDir_ide_Browser)Topic.o: $(UPPDIR1)ide/Browser/Topic.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Browser) $(UPPDIR1)ide/Browser/Topic.cpp -o $(OutDir_ide_Browser)Topic.o + +$(OutDir_ide_Browser)Template.o: $(UPPDIR1)ide/Browser/Template.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Browser) $(UPPDIR1)ide/Browser/Template.cpp -o $(OutDir_ide_Browser)Template.o + +$(OutDir_ide_Browser)Link.o: $(UPPDIR1)ide/Browser/Link.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Browser) $(UPPDIR1)ide/Browser/Link.cpp -o $(OutDir_ide_Browser)Link.o + +$(OutDir_ide_Browser)TopicWin.o: $(UPPDIR1)ide/Browser/TopicWin.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/iml_source.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Browser) $(UPPDIR1)ide/Browser/TopicWin.cpp -o $(OutDir_ide_Browser)TopicWin.o + +$(OutDir_ide_Browser)Move.o: $(UPPDIR1)ide/Browser/Move.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Browser) $(UPPDIR1)ide/Browser/Move.cpp -o $(OutDir_ide_Browser)Move.o + +$(OutDir_ide_Browser)CodeRef.o: $(UPPDIR1)ide/Browser/CodeRef.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Browser) $(UPPDIR1)ide/Browser/CodeRef.cpp -o $(OutDir_ide_Browser)CodeRef.o + +$(OutDir_ide_Browser)TopicI.o: $(UPPDIR1)ide/Browser/TopicI.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Browser) $(UPPDIR1)ide/Browser/TopicI.cpp -o $(OutDir_ide_Browser)TopicI.o + +$(OutDir_ide_Browser)Browser.a: \ + $(OutDir_ide_Browser)Lay.o \ + $(OutDir_ide_Browser)Iml.o \ + $(OutDir_ide_Browser)Sch.o \ + $(OutDir_ide_Browser)Util.o \ + $(OutDir_ide_Browser)Base.o \ + $(OutDir_ide_Browser)Item.o \ + $(OutDir_ide_Browser)ItemDisplay.o \ + $(OutDir_ide_Browser)CodeBrowser.o \ + $(OutDir_ide_Browser)TopicBase.o \ + $(OutDir_ide_Browser)Reference.o \ + $(OutDir_ide_Browser)File.o \ + $(OutDir_ide_Browser)Topic.o \ + $(OutDir_ide_Browser)Template.o \ + $(OutDir_ide_Browser)Link.o \ + $(OutDir_ide_Browser)TopicWin.o \ + $(OutDir_ide_Browser)Move.o \ + $(OutDir_ide_Browser)CodeRef.o \ + $(OutDir_ide_Browser)TopicI.o + $(AR) $(OutDir_ide_Browser)Browser.a \ + $(OutDir_ide_Browser)Lay.o \ + $(OutDir_ide_Browser)Iml.o \ + $(OutDir_ide_Browser)Sch.o \ + $(OutDir_ide_Browser)Util.o \ + $(OutDir_ide_Browser)Base.o \ + $(OutDir_ide_Browser)Item.o \ + $(OutDir_ide_Browser)ItemDisplay.o \ + $(OutDir_ide_Browser)CodeBrowser.o \ + $(OutDir_ide_Browser)TopicBase.o \ + $(OutDir_ide_Browser)Reference.o \ + $(OutDir_ide_Browser)File.o \ + $(OutDir_ide_Browser)Topic.o \ + $(OutDir_ide_Browser)Template.o \ + $(OutDir_ide_Browser)Link.o \ + $(OutDir_ide_Browser)TopicWin.o \ + $(OutDir_ide_Browser)Move.o \ + $(OutDir_ide_Browser)CodeRef.o \ + $(OutDir_ide_Browser)TopicI.o + +$(OutDir_CodeEditor): + mkdir -p $(OutDir_CodeEditor) + +$(OutDir_CodeEditor)Register.o: $(UPPDIR1)CodeEditor/Register.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CodeEditor) $(UPPDIR1)CodeEditor/Register.cpp -o $(OutDir_CodeEditor)Register.o + +$(OutDir_CodeEditor)HighlightOut.o: $(UPPDIR1)CodeEditor/HighlightOut.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CodeEditor) $(UPPDIR1)CodeEditor/HighlightOut.cpp -o $(OutDir_CodeEditor)HighlightOut.o + +$(OutDir_CodeEditor)Syntax.o: $(UPPDIR1)CodeEditor/Syntax.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CodeEditor) $(UPPDIR1)CodeEditor/Syntax.cpp -o $(OutDir_CodeEditor)Syntax.o + +$(OutDir_CodeEditor)Style.o: $(UPPDIR1)CodeEditor/Style.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CodeEditor) $(UPPDIR1)CodeEditor/Style.cpp -o $(OutDir_CodeEditor)Style.o + +$(OutDir_CodeEditor)RegisterSyntax.o: $(UPPDIR1)CodeEditor/RegisterSyntax.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CodeEditor) $(UPPDIR1)CodeEditor/RegisterSyntax.cpp -o $(OutDir_CodeEditor)RegisterSyntax.o + +$(OutDir_CodeEditor)CSyntax.o: $(UPPDIR1)CodeEditor/CSyntax.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CodeEditor) $(UPPDIR1)CodeEditor/CSyntax.cpp -o $(OutDir_CodeEditor)CSyntax.o + +$(OutDir_CodeEditor)CInit.o: $(UPPDIR1)CodeEditor/CInit.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CodeEditor) $(UPPDIR1)CodeEditor/CInit.cpp -o $(OutDir_CodeEditor)CInit.o + +$(OutDir_CodeEditor)CHighlight.o: $(UPPDIR1)CodeEditor/CHighlight.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CodeEditor) $(UPPDIR1)CodeEditor/CHighlight.cpp -o $(OutDir_CodeEditor)CHighlight.o + +$(OutDir_CodeEditor)CLogic.o: $(UPPDIR1)CodeEditor/CLogic.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CodeEditor) $(UPPDIR1)CodeEditor/CLogic.cpp -o $(OutDir_CodeEditor)CLogic.o + +$(OutDir_CodeEditor)DiffSyntax.o: $(UPPDIR1)CodeEditor/DiffSyntax.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CodeEditor) $(UPPDIR1)CodeEditor/DiffSyntax.cpp -o $(OutDir_CodeEditor)DiffSyntax.o + +$(OutDir_CodeEditor)TagSyntax.o: $(UPPDIR1)CodeEditor/TagSyntax.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CodeEditor) $(UPPDIR1)CodeEditor/TagSyntax.cpp -o $(OutDir_CodeEditor)TagSyntax.o + +$(OutDir_CodeEditor)PythonSyntax.o: $(UPPDIR1)CodeEditor/PythonSyntax.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CodeEditor) $(UPPDIR1)CodeEditor/PythonSyntax.cpp -o $(OutDir_CodeEditor)PythonSyntax.o + +$(OutDir_CodeEditor)LogSyntax.o: $(UPPDIR1)CodeEditor/LogSyntax.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CodeEditor) $(UPPDIR1)CodeEditor/LogSyntax.cpp -o $(OutDir_CodeEditor)LogSyntax.o + +$(OutDir_CodeEditor)EditorBar.o: $(UPPDIR1)CodeEditor/EditorBar.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CodeEditor) $(UPPDIR1)CodeEditor/EditorBar.cpp -o $(OutDir_CodeEditor)EditorBar.o + +$(OutDir_CodeEditor)FindReplace.o: $(UPPDIR1)CodeEditor/FindReplace.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CodeEditor) $(UPPDIR1)CodeEditor/FindReplace.cpp -o $(OutDir_CodeEditor)FindReplace.o + +$(OutDir_CodeEditor)Lang.o: $(UPPDIR1)CodeEditor/Lang.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CodeEditor) $(UPPDIR1)CodeEditor/Lang.cpp -o $(OutDir_CodeEditor)Lang.o + +$(OutDir_CodeEditor)CodeEditor.o: $(UPPDIR1)CodeEditor/CodeEditor.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/iml_source.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CodeEditor) $(UPPDIR1)CodeEditor/CodeEditor.cpp -o $(OutDir_CodeEditor)CodeEditor.o + +$(OutDir_CodeEditor)CodeEditor.a: \ + $(OutDir_CodeEditor)Register.o \ + $(OutDir_CodeEditor)HighlightOut.o \ + $(OutDir_CodeEditor)Syntax.o \ + $(OutDir_CodeEditor)Style.o \ + $(OutDir_CodeEditor)RegisterSyntax.o \ + $(OutDir_CodeEditor)CSyntax.o \ + $(OutDir_CodeEditor)CInit.o \ + $(OutDir_CodeEditor)CHighlight.o \ + $(OutDir_CodeEditor)CLogic.o \ + $(OutDir_CodeEditor)DiffSyntax.o \ + $(OutDir_CodeEditor)TagSyntax.o \ + $(OutDir_CodeEditor)PythonSyntax.o \ + $(OutDir_CodeEditor)LogSyntax.o \ + $(OutDir_CodeEditor)EditorBar.o \ + $(OutDir_CodeEditor)FindReplace.o \ + $(OutDir_CodeEditor)Lang.o \ + $(OutDir_CodeEditor)CodeEditor.o + $(AR) $(OutDir_CodeEditor)CodeEditor.a \ + $(OutDir_CodeEditor)Register.o \ + $(OutDir_CodeEditor)HighlightOut.o \ + $(OutDir_CodeEditor)Syntax.o \ + $(OutDir_CodeEditor)Style.o \ + $(OutDir_CodeEditor)RegisterSyntax.o \ + $(OutDir_CodeEditor)CSyntax.o \ + $(OutDir_CodeEditor)CInit.o \ + $(OutDir_CodeEditor)CHighlight.o \ + $(OutDir_CodeEditor)CLogic.o \ + $(OutDir_CodeEditor)DiffSyntax.o \ + $(OutDir_CodeEditor)TagSyntax.o \ + $(OutDir_CodeEditor)PythonSyntax.o \ + $(OutDir_CodeEditor)LogSyntax.o \ + $(OutDir_CodeEditor)EditorBar.o \ + $(OutDir_CodeEditor)FindReplace.o \ + $(OutDir_CodeEditor)Lang.o \ + $(OutDir_CodeEditor)CodeEditor.o + +$(OutDir_CtrlLib): + mkdir -p $(OutDir_CtrlLib) + +$(OutDir_CtrlLib)LabelBase.o: $(UPPDIR1)CtrlLib/LabelBase.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/LabelBase.cpp -o $(OutDir_CtrlLib)LabelBase.o + +$(OutDir_CtrlLib)DisplayPopup.o: $(UPPDIR1)CtrlLib/DisplayPopup.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/DisplayPopup.cpp -o $(OutDir_CtrlLib)DisplayPopup.o + +$(OutDir_CtrlLib)Button.o: $(UPPDIR1)CtrlLib/Button.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/Button.cpp -o $(OutDir_CtrlLib)Button.o + +$(OutDir_CtrlLib)Switch.o: $(UPPDIR1)CtrlLib/Switch.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/Switch.cpp -o $(OutDir_CtrlLib)Switch.o + +$(OutDir_CtrlLib)EditField.o: $(UPPDIR1)CtrlLib/EditField.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/EditField.cpp -o $(OutDir_CtrlLib)EditField.o + +$(OutDir_CtrlLib)Text.o: $(UPPDIR1)CtrlLib/Text.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/Text.cpp -o $(OutDir_CtrlLib)Text.o + +$(OutDir_CtrlLib)LineEdit.o: $(UPPDIR1)CtrlLib/LineEdit.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/LineEdit.cpp -o $(OutDir_CtrlLib)LineEdit.o + +$(OutDir_CtrlLib)DocEdit.o: $(UPPDIR1)CtrlLib/DocEdit.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/DocEdit.cpp -o $(OutDir_CtrlLib)DocEdit.o + +$(OutDir_CtrlLib)ScrollBar.o: $(UPPDIR1)CtrlLib/ScrollBar.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/ScrollBar.cpp -o $(OutDir_CtrlLib)ScrollBar.o + +$(OutDir_CtrlLib)HeaderCtrl.o: $(UPPDIR1)CtrlLib/HeaderCtrl.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/HeaderCtrl.cpp -o $(OutDir_CtrlLib)HeaderCtrl.o + +$(OutDir_CtrlLib)ArrayCtrl.o: $(UPPDIR1)CtrlLib/ArrayCtrl.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/ArrayCtrl.cpp -o $(OutDir_CtrlLib)ArrayCtrl.o + +$(OutDir_CtrlLib)MultiButton.o: $(UPPDIR1)CtrlLib/MultiButton.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/MultiButton.cpp -o $(OutDir_CtrlLib)MultiButton.o + +$(OutDir_CtrlLib)PopupTable.o: $(UPPDIR1)CtrlLib/PopupTable.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/PopupTable.cpp -o $(OutDir_CtrlLib)PopupTable.o + +$(OutDir_CtrlLib)DropList.o: $(UPPDIR1)CtrlLib/DropList.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/DropList.cpp -o $(OutDir_CtrlLib)DropList.o + +$(OutDir_CtrlLib)DropChoice.o: $(UPPDIR1)CtrlLib/DropChoice.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/DropChoice.cpp -o $(OutDir_CtrlLib)DropChoice.o + +$(OutDir_CtrlLib)Static.o: $(UPPDIR1)CtrlLib/Static.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/Static.cpp -o $(OutDir_CtrlLib)Static.o + +$(OutDir_CtrlLib)Splitter.o: $(UPPDIR1)CtrlLib/Splitter.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/Splitter.cpp -o $(OutDir_CtrlLib)Splitter.o + +$(OutDir_CtrlLib)FrameSplitter.o: $(UPPDIR1)CtrlLib/FrameSplitter.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/FrameSplitter.cpp -o $(OutDir_CtrlLib)FrameSplitter.o + +$(OutDir_CtrlLib)SliderCtrl.o: $(UPPDIR1)CtrlLib/SliderCtrl.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/SliderCtrl.cpp -o $(OutDir_CtrlLib)SliderCtrl.o + +$(OutDir_CtrlLib)ColumnList.o: $(UPPDIR1)CtrlLib/ColumnList.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/ColumnList.cpp -o $(OutDir_CtrlLib)ColumnList.o + +$(OutDir_CtrlLib)Progress.o: $(UPPDIR1)CtrlLib/Progress.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/Progress.cpp -o $(OutDir_CtrlLib)Progress.o + +$(OutDir_CtrlLib)AKeys.o: $(UPPDIR1)CtrlLib/AKeys.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/AKeys.cpp -o $(OutDir_CtrlLib)AKeys.o + +$(OutDir_CtrlLib)RichTextView.o: $(UPPDIR1)CtrlLib/RichTextView.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/RichTextView.cpp -o $(OutDir_CtrlLib)RichTextView.o + +$(OutDir_CtrlLib)Prompt.o: $(UPPDIR1)CtrlLib/Prompt.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/Prompt.cpp -o $(OutDir_CtrlLib)Prompt.o + +$(OutDir_CtrlLib)Help.o: $(UPPDIR1)CtrlLib/Help.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/Help.cpp -o $(OutDir_CtrlLib)Help.o + +$(OutDir_CtrlLib)DateTimeCtrl.o: $(UPPDIR1)CtrlLib/DateTimeCtrl.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/DateTimeCtrl.cpp -o $(OutDir_CtrlLib)DateTimeCtrl.o + +$(OutDir_CtrlLib)SuggestCtrl.o: $(UPPDIR1)CtrlLib/SuggestCtrl.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/SuggestCtrl.cpp -o $(OutDir_CtrlLib)SuggestCtrl.o + +$(OutDir_CtrlLib)Bar.o: $(UPPDIR1)CtrlLib/Bar.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/Bar.cpp -o $(OutDir_CtrlLib)Bar.o + +$(OutDir_CtrlLib)MenuItem.o: $(UPPDIR1)CtrlLib/MenuItem.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MenuImp.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/MenuItem.cpp -o $(OutDir_CtrlLib)MenuItem.o + +$(OutDir_CtrlLib)MenuBar.o: $(UPPDIR1)CtrlLib/MenuBar.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MenuImp.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/MenuBar.cpp -o $(OutDir_CtrlLib)MenuBar.o + +$(OutDir_CtrlLib)ToolButton.o: $(UPPDIR1)CtrlLib/ToolButton.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/ToolButton.cpp -o $(OutDir_CtrlLib)ToolButton.o + +$(OutDir_CtrlLib)ToolBar.o: $(UPPDIR1)CtrlLib/ToolBar.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/ToolBar.cpp -o $(OutDir_CtrlLib)ToolBar.o + +$(OutDir_CtrlLib)ToolTip.o: $(UPPDIR1)CtrlLib/ToolTip.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/ToolTip.cpp -o $(OutDir_CtrlLib)ToolTip.o + +$(OutDir_CtrlLib)StatusBar.o: $(UPPDIR1)CtrlLib/StatusBar.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/StatusBar.cpp -o $(OutDir_CtrlLib)StatusBar.o + +$(OutDir_CtrlLib)TabCtrl.o: $(UPPDIR1)CtrlLib/TabCtrl.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/TabCtrl.cpp -o $(OutDir_CtrlLib)TabCtrl.o + +$(OutDir_CtrlLib)TreeCtrl.o: $(UPPDIR1)CtrlLib/TreeCtrl.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/TreeCtrl.cpp -o $(OutDir_CtrlLib)TreeCtrl.o + +$(OutDir_CtrlLib)DropTree.o: $(UPPDIR1)CtrlLib/DropTree.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/DropTree.cpp -o $(OutDir_CtrlLib)DropTree.o + +$(OutDir_CtrlLib)DlgColor.o: $(UPPDIR1)CtrlLib/DlgColor.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/DlgColor.cpp -o $(OutDir_CtrlLib)DlgColor.o + +$(OutDir_CtrlLib)ColorPopup.o: $(UPPDIR1)CtrlLib/ColorPopup.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/ColorPopup.cpp -o $(OutDir_CtrlLib)ColorPopup.o + +$(OutDir_CtrlLib)ColorPusher.o: $(UPPDIR1)CtrlLib/ColorPusher.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/ColorPusher.cpp -o $(OutDir_CtrlLib)ColorPusher.o + +$(OutDir_CtrlLib)FileList.o: $(UPPDIR1)CtrlLib/FileList.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/FileList.cpp -o $(OutDir_CtrlLib)FileList.o + +$(OutDir_CtrlLib)FileSel.o: $(UPPDIR1)CtrlLib/FileSel.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/FileSel.cpp -o $(OutDir_CtrlLib)FileSel.o + +$(OutDir_CtrlLib)FileSelUtil.o: $(UPPDIR1)CtrlLib/FileSelUtil.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/FileSelUtil.cpp -o $(OutDir_CtrlLib)FileSelUtil.o + +$(OutDir_CtrlLib)PrinterJob.o: $(UPPDIR1)CtrlLib/PrinterJob.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/PrinterJob.cpp -o $(OutDir_CtrlLib)PrinterJob.o + +$(OutDir_CtrlLib)Windows.o: $(UPPDIR1)CtrlLib/Windows.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/Windows.cpp -o $(OutDir_CtrlLib)Windows.o + +$(OutDir_CtrlLib)Win32.o: $(UPPDIR1)CtrlLib/Win32.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/Win32.cpp -o $(OutDir_CtrlLib)Win32.o + +$(OutDir_CtrlLib)Gtk.o: $(UPPDIR1)CtrlLib/Gtk.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/Gtk.cpp -o $(OutDir_CtrlLib)Gtk.o + +$(OutDir_CtrlLib)TrayIconWin32.o: $(UPPDIR1)CtrlLib/TrayIconWin32.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/TrayIconWin32.cpp -o $(OutDir_CtrlLib)TrayIconWin32.o + +$(OutDir_CtrlLib)TrayIconX11.o: $(UPPDIR1)CtrlLib/TrayIconX11.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/TrayIconX11.cpp -o $(OutDir_CtrlLib)TrayIconX11.o + +$(OutDir_CtrlLib)TrayIconGtk.o: $(UPPDIR1)CtrlLib/TrayIconGtk.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/TrayIconGtk.cpp -o $(OutDir_CtrlLib)TrayIconGtk.o + +$(OutDir_CtrlLib)Update.o: $(UPPDIR1)CtrlLib/Update.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/Update.cpp -o $(OutDir_CtrlLib)Update.o + +$(OutDir_CtrlLib)CtrlUtil.o: $(UPPDIR1)CtrlLib/CtrlUtil.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/iml_source.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/CtrlUtil.cpp -o $(OutDir_CtrlLib)CtrlUtil.o + +$(OutDir_CtrlLib)CtrlLibInit.o: $(UPPDIR1)CtrlLib/CtrlLibInit.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/CtrlLibInit.cpp -o $(OutDir_CtrlLib)CtrlLibInit.o + +$(OutDir_CtrlLib)LNGCtrl.o: $(UPPDIR1)CtrlLib/LNGCtrl.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/LNGCtrl.cpp -o $(OutDir_CtrlLib)LNGCtrl.o + +$(OutDir_CtrlLib)Ch.o: $(UPPDIR1)CtrlLib/Ch.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/iml_source.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/Ch.cpp -o $(OutDir_CtrlLib)Ch.o + +$(OutDir_CtrlLib)ChWin32.o: $(UPPDIR1)CtrlLib/ChWin32.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)CtrlLib/XPTheme.dli \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/ChWin32.cpp -o $(OutDir_CtrlLib)ChWin32.o + +$(OutDir_CtrlLib)ChGtk3.o: $(UPPDIR1)CtrlLib/ChGtk3.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/ChGtk3.cpp -o $(OutDir_CtrlLib)ChGtk3.o + +$(OutDir_CtrlLib)ChCoco.o: $(UPPDIR1)CtrlLib/ChCoco.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ChCocoMM.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/ChCoco.cpp -o $(OutDir_CtrlLib)ChCoco.o + +$(OutDir_CtrlLib)CtrlLib.a: \ + $(OutDir_CtrlLib)LabelBase.o \ + $(OutDir_CtrlLib)DisplayPopup.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)SuggestCtrl.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)Gtk.o \ + $(OutDir_CtrlLib)TrayIconWin32.o \ + $(OutDir_CtrlLib)TrayIconX11.o \ + $(OutDir_CtrlLib)TrayIconGtk.o \ + $(OutDir_CtrlLib)Update.o \ + $(OutDir_CtrlLib)CtrlUtil.o \ + $(OutDir_CtrlLib)CtrlLibInit.o \ + $(OutDir_CtrlLib)LNGCtrl.o \ + $(OutDir_CtrlLib)Ch.o \ + $(OutDir_CtrlLib)ChWin32.o \ + $(OutDir_CtrlLib)ChGtk3.o \ + $(OutDir_CtrlLib)ChCoco.o + $(AR) $(OutDir_CtrlLib)CtrlLib.a \ + $(OutDir_CtrlLib)LabelBase.o \ + $(OutDir_CtrlLib)DisplayPopup.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)SuggestCtrl.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)Gtk.o \ + $(OutDir_CtrlLib)TrayIconWin32.o \ + $(OutDir_CtrlLib)TrayIconX11.o \ + $(OutDir_CtrlLib)TrayIconGtk.o \ + $(OutDir_CtrlLib)Update.o \ + $(OutDir_CtrlLib)CtrlUtil.o \ + $(OutDir_CtrlLib)CtrlLibInit.o \ + $(OutDir_CtrlLib)LNGCtrl.o \ + $(OutDir_CtrlLib)Ch.o \ + $(OutDir_CtrlLib)ChWin32.o \ + $(OutDir_CtrlLib)ChGtk3.o \ + $(OutDir_CtrlLib)ChCoco.o + +$(OutDir_plugin_bz2): + mkdir -p $(OutDir_plugin_bz2) + +$(OutDir_plugin_bz2)bz2upp.o: $(UPPDIR1)plugin/bz2/bz2upp.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_bz2) $(UPPDIR1)plugin/bz2/bz2upp.cpp -o $(OutDir_plugin_bz2)bz2upp.o + +$(OutDir_plugin_bz2)bzlib.o: $(UPPDIR1)plugin/bz2/bzlib.c \ + $(UPPDIR1)plugin/bz2/lib/blocksort.c \ + $(UPPDIR1)plugin/bz2/lib/bzlib.c \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib_private.h \ + $(UPPDIR1)plugin/bz2/lib/compress.c \ + $(UPPDIR1)plugin/bz2/lib/crctable.c \ + $(UPPDIR1)plugin/bz2/lib/decompress.c \ + $(UPPDIR1)plugin/bz2/lib/huffman.c \ + $(UPPDIR1)plugin/bz2/lib/randtable.c + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_bz2) $(UPPDIR1)plugin/bz2/bzlib.c -o $(OutDir_plugin_bz2)bzlib.o + +$(OutDir_plugin_bz2)bz2.a: \ + $(OutDir_plugin_bz2)bz2upp.o \ + $(OutDir_plugin_bz2)bzlib.o + $(AR) $(OutDir_plugin_bz2)bz2.a \ + $(OutDir_plugin_bz2)bz2upp.o \ + $(OutDir_plugin_bz2)bzlib.o + +$(OutDir_HexView): + mkdir -p $(OutDir_HexView) + +$(OutDir_HexView)HexView.o: $(UPPDIR1)HexView/HexView.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_HexView) $(UPPDIR1)HexView/HexView.cpp -o $(OutDir_HexView)HexView.o + +$(OutDir_HexView)HexView.a: \ + $(OutDir_HexView)HexView.o + $(AR) $(OutDir_HexView)HexView.a \ + $(OutDir_HexView)HexView.o + +$(OutDir_plugin_astyle): + mkdir -p $(OutDir_plugin_astyle) + +$(OutDir_plugin_astyle)ASStringTools.o: $(UPPDIR1)plugin/astyle/ASStringTools.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_astyle) $(UPPDIR1)plugin/astyle/ASStringTools.cpp -o $(OutDir_plugin_astyle)ASStringTools.o + +$(OutDir_plugin_astyle)ASBeautifier.o: $(UPPDIR1)plugin/astyle/ASBeautifier.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_astyle) $(UPPDIR1)plugin/astyle/ASBeautifier.cpp -o $(OutDir_plugin_astyle)ASBeautifier.o + +$(OutDir_plugin_astyle)ASEnhancer.o: $(UPPDIR1)plugin/astyle/ASEnhancer.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_astyle) $(UPPDIR1)plugin/astyle/ASEnhancer.cpp -o $(OutDir_plugin_astyle)ASEnhancer.o + +$(OutDir_plugin_astyle)ASFormatter.o: $(UPPDIR1)plugin/astyle/ASFormatter.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_astyle) $(UPPDIR1)plugin/astyle/ASFormatter.cpp -o $(OutDir_plugin_astyle)ASFormatter.o + +$(OutDir_plugin_astyle)ASResource.o: $(UPPDIR1)plugin/astyle/ASResource.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/astyle/ASStringTools.hpp \ + $(UPPDIR1)plugin/astyle/astyle.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_astyle) $(UPPDIR1)plugin/astyle/ASResource.cpp -o $(OutDir_plugin_astyle)ASResource.o + +$(OutDir_plugin_astyle)astyle.a: \ + $(OutDir_plugin_astyle)ASStringTools.o \ + $(OutDir_plugin_astyle)ASBeautifier.o \ + $(OutDir_plugin_astyle)ASEnhancer.o \ + $(OutDir_plugin_astyle)ASFormatter.o \ + $(OutDir_plugin_astyle)ASResource.o + $(AR) $(OutDir_plugin_astyle)astyle.a \ + $(OutDir_plugin_astyle)ASStringTools.o \ + $(OutDir_plugin_astyle)ASBeautifier.o \ + $(OutDir_plugin_astyle)ASEnhancer.o \ + $(OutDir_plugin_astyle)ASFormatter.o \ + $(OutDir_plugin_astyle)ASResource.o + +$(OutDir_TextDiffCtrl): + mkdir -p $(OutDir_TextDiffCtrl) + +$(OutDir_TextDiffCtrl)TextDiff.o: $(UPPDIR1)TextDiffCtrl/TextDiff.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_TextDiffCtrl) $(UPPDIR1)TextDiffCtrl/TextDiff.cpp -o $(OutDir_TextDiffCtrl)TextDiff.o + +$(OutDir_TextDiffCtrl)TextCtrl.o: $(UPPDIR1)TextDiffCtrl/TextCtrl.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_TextDiffCtrl) $(UPPDIR1)TextDiffCtrl/TextCtrl.cpp -o $(OutDir_TextDiffCtrl)TextCtrl.o + +$(OutDir_TextDiffCtrl)DiffCtrl.o: $(UPPDIR1)TextDiffCtrl/DiffCtrl.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/iml_source.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_TextDiffCtrl) $(UPPDIR1)TextDiffCtrl/DiffCtrl.cpp -o $(OutDir_TextDiffCtrl)DiffCtrl.o + +$(OutDir_TextDiffCtrl)DirDiff.o: $(UPPDIR1)TextDiffCtrl/DirDiff.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_TextDiffCtrl) $(UPPDIR1)TextDiffCtrl/DirDiff.cpp -o $(OutDir_TextDiffCtrl)DirDiff.o + +$(OutDir_TextDiffCtrl)patch.o: $(UPPDIR1)TextDiffCtrl/patch.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_TextDiffCtrl) $(UPPDIR1)TextDiffCtrl/patch.cpp -o $(OutDir_TextDiffCtrl)patch.o + +$(OutDir_TextDiffCtrl)PatchDiff.o: $(UPPDIR1)TextDiffCtrl/PatchDiff.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_TextDiffCtrl) $(UPPDIR1)TextDiffCtrl/PatchDiff.cpp -o $(OutDir_TextDiffCtrl)PatchDiff.o + +$(OutDir_TextDiffCtrl)TextDiffCtrl.a: \ + $(OutDir_TextDiffCtrl)TextDiff.o \ + $(OutDir_TextDiffCtrl)TextCtrl.o \ + $(OutDir_TextDiffCtrl)DiffCtrl.o \ + $(OutDir_TextDiffCtrl)DirDiff.o \ + $(OutDir_TextDiffCtrl)patch.o \ + $(OutDir_TextDiffCtrl)PatchDiff.o + $(AR) $(OutDir_TextDiffCtrl)TextDiffCtrl.a \ + $(OutDir_TextDiffCtrl)TextDiff.o \ + $(OutDir_TextDiffCtrl)TextCtrl.o \ + $(OutDir_TextDiffCtrl)DiffCtrl.o \ + $(OutDir_TextDiffCtrl)DirDiff.o \ + $(OutDir_TextDiffCtrl)patch.o \ + $(OutDir_TextDiffCtrl)PatchDiff.o + +$(OutDir_TabBar): + mkdir -p $(OutDir_TabBar) + +$(OutDir_TabBar)TabBar.o: $(UPPDIR1)TabBar/TabBar.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/iml_source.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_TabBar) $(UPPDIR1)TabBar/TabBar.cpp -o $(OutDir_TabBar)TabBar.o + +$(OutDir_TabBar)FileTabs.o: $(UPPDIR1)TabBar/FileTabs.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_TabBar) $(UPPDIR1)TabBar/FileTabs.cpp -o $(OutDir_TabBar)FileTabs.o + +$(OutDir_TabBar)TabBarCtrl.o: $(UPPDIR1)TabBar/TabBarCtrl.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_TabBar) $(UPPDIR1)TabBar/TabBarCtrl.cpp -o $(OutDir_TabBar)TabBarCtrl.o + +$(OutDir_TabBar)TabBar.a: \ + $(OutDir_TabBar)TabBar.o \ + $(OutDir_TabBar)FileTabs.o \ + $(OutDir_TabBar)TabBarCtrl.o + $(AR) $(OutDir_TabBar)TabBar.a \ + $(OutDir_TabBar)TabBar.o \ + $(OutDir_TabBar)FileTabs.o \ + $(OutDir_TabBar)TabBarCtrl.o + +$(OutDir_ide_Designers): + mkdir -p $(OutDir_ide_Designers) + +$(OutDir_ide_Designers)Png.o: $(UPPDIR1)ide/Designers/Png.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Designers) $(UPPDIR1)ide/Designers/Png.cpp -o $(OutDir_ide_Designers)Png.o + +$(OutDir_ide_Designers)Img.o: $(UPPDIR1)ide/Designers/Img.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Designers) $(UPPDIR1)ide/Designers/Img.cpp -o $(OutDir_ide_Designers)Img.o + +$(OutDir_ide_Designers)Qtf.o: $(UPPDIR1)ide/Designers/Qtf.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Designers) $(UPPDIR1)ide/Designers/Qtf.cpp -o $(OutDir_ide_Designers)Qtf.o + +$(OutDir_ide_Designers)HexView.o: $(UPPDIR1)ide/Designers/HexView.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Designers) $(UPPDIR1)ide/Designers/HexView.cpp -o $(OutDir_ide_Designers)HexView.o + +$(OutDir_ide_Designers)TreeDes.o: $(UPPDIR1)ide/Designers/TreeDes.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Designers) $(UPPDIR1)ide/Designers/TreeDes.cpp -o $(OutDir_ide_Designers)TreeDes.o + +$(OutDir_ide_Designers)Xml.o: $(UPPDIR1)ide/Designers/Xml.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Designers) $(UPPDIR1)ide/Designers/Xml.cpp -o $(OutDir_ide_Designers)Xml.o + +$(OutDir_ide_Designers)Json.o: $(UPPDIR1)ide/Designers/Json.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Designers) $(UPPDIR1)ide/Designers/Json.cpp -o $(OutDir_ide_Designers)Json.o + +$(OutDir_ide_Designers)Designers.a: \ + $(OutDir_ide_Designers)Png.o \ + $(OutDir_ide_Designers)Img.o \ + $(OutDir_ide_Designers)Qtf.o \ + $(OutDir_ide_Designers)HexView.o \ + $(OutDir_ide_Designers)TreeDes.o \ + $(OutDir_ide_Designers)Xml.o \ + $(OutDir_ide_Designers)Json.o + $(AR) $(OutDir_ide_Designers)Designers.a \ + $(OutDir_ide_Designers)Png.o \ + $(OutDir_ide_Designers)Img.o \ + $(OutDir_ide_Designers)Qtf.o \ + $(OutDir_ide_Designers)HexView.o \ + $(OutDir_ide_Designers)TreeDes.o \ + $(OutDir_ide_Designers)Xml.o \ + $(OutDir_ide_Designers)Json.o + +$(OutDir_ide_Android): + mkdir -p $(OutDir_ide_Android) + +$(OutDir_ide_Android)Android.o: $(UPPDIR1)ide/Android/Android.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Android) $(UPPDIR1)ide/Android/Android.cpp -o $(OutDir_ide_Android)Android.o + +$(OutDir_ide_Android)AndroidSDK.o: $(UPPDIR1)ide/Android/AndroidSDK.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Android) $(UPPDIR1)ide/Android/AndroidSDK.cpp -o $(OutDir_ide_Android)AndroidSDK.o + +$(OutDir_ide_Android)AndroidNDK.o: $(UPPDIR1)ide/Android/AndroidNDK.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Android) $(UPPDIR1)ide/Android/AndroidNDK.cpp -o $(OutDir_ide_Android)AndroidNDK.o + +$(OutDir_ide_Android)Apk.o: $(UPPDIR1)ide/Android/Apk.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Android) $(UPPDIR1)ide/Android/Apk.cpp -o $(OutDir_ide_Android)Apk.o + +$(OutDir_ide_Android)AndroidManifest.o: $(UPPDIR1)ide/Android/AndroidManifest.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Android) $(UPPDIR1)ide/Android/AndroidManifest.cpp -o $(OutDir_ide_Android)AndroidManifest.o + +$(OutDir_ide_Android)Adb.o: $(UPPDIR1)ide/Android/Adb.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Devices.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Android) $(UPPDIR1)ide/Android/Adb.cpp -o $(OutDir_ide_Android)Adb.o + +$(OutDir_ide_Android)LogCat.o: $(UPPDIR1)ide/Android/LogCat.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Android) $(UPPDIR1)ide/Android/LogCat.cpp -o $(OutDir_ide_Android)LogCat.o + +$(OutDir_ide_Android)NDKBuild.o: $(UPPDIR1)ide/Android/NDKBuild.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Android) $(UPPDIR1)ide/Android/NDKBuild.cpp -o $(OutDir_ide_Android)NDKBuild.o + +$(OutDir_ide_Android)Android.a: \ + $(OutDir_ide_Android)Android.o \ + $(OutDir_ide_Android)AndroidSDK.o \ + $(OutDir_ide_Android)AndroidNDK.o \ + $(OutDir_ide_Android)Apk.o \ + $(OutDir_ide_Android)AndroidManifest.o \ + $(OutDir_ide_Android)Adb.o \ + $(OutDir_ide_Android)LogCat.o \ + $(OutDir_ide_Android)NDKBuild.o + $(AR) $(OutDir_ide_Android)Android.a \ + $(OutDir_ide_Android)Android.o \ + $(OutDir_ide_Android)AndroidSDK.o \ + $(OutDir_ide_Android)AndroidNDK.o \ + $(OutDir_ide_Android)Apk.o \ + $(OutDir_ide_Android)AndroidManifest.o \ + $(OutDir_ide_Android)Adb.o \ + $(OutDir_ide_Android)LogCat.o \ + $(OutDir_ide_Android)NDKBuild.o + +$(OutDir_ide_Java): + mkdir -p $(OutDir_ide_Java) + +$(OutDir_ide_Java)JavaVersion.o: $(UPPDIR1)ide/Java/JavaVersion.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Java) $(UPPDIR1)ide/Java/JavaVersion.cpp -o $(OutDir_ide_Java)JavaVersion.o + +$(OutDir_ide_Java)Java.o: $(UPPDIR1)ide/Java/Java.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Java) $(UPPDIR1)ide/Java/Java.cpp -o $(OutDir_ide_Java)Java.o + +$(OutDir_ide_Java)Jdk.o: $(UPPDIR1)ide/Java/Jdk.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Java) $(UPPDIR1)ide/Java/Jdk.cpp -o $(OutDir_ide_Java)Jdk.o + +$(OutDir_ide_Java)Java.a: \ + $(OutDir_ide_Java)JavaVersion.o \ + $(OutDir_ide_Java)Java.o \ + $(OutDir_ide_Java)Jdk.o + $(AR) $(OutDir_ide_Java)Java.a \ + $(OutDir_ide_Java)JavaVersion.o \ + $(OutDir_ide_Java)Java.o \ + $(OutDir_ide_Java)Jdk.o + +$(OutDir_ide_MacroManager): + mkdir -p $(OutDir_ide_MacroManager) + +$(OutDir_ide_MacroManager)MacroElement.o: $(UPPDIR1)ide/MacroManager/MacroElement.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/MacroManager/MacroManager.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_MacroManager) $(UPPDIR1)ide/MacroManager/MacroElement.cpp -o $(OutDir_ide_MacroManager)MacroElement.o + +$(OutDir_ide_MacroManager)MacroManager.o: $(UPPDIR1)ide/MacroManager/MacroManager.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/iml_source.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/MacroManager/MacroManager.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_MacroManager) $(UPPDIR1)ide/MacroManager/MacroManager.cpp -o $(OutDir_ide_MacroManager)MacroManager.o + +$(OutDir_ide_MacroManager)UscFileParser.o: $(UPPDIR1)ide/MacroManager/UscFileParser.cpp \ + $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.h \ + $(UPPDIR1)CodeEditor/TagSyntax.h \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/MacroManager/MacroManager.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_MacroManager) $(UPPDIR1)ide/MacroManager/UscFileParser.cpp -o $(OutDir_ide_MacroManager)UscFileParser.o + +$(OutDir_ide_MacroManager)MacroManager.a: \ + $(OutDir_ide_MacroManager)MacroElement.o \ + $(OutDir_ide_MacroManager)MacroManager.o \ + $(OutDir_ide_MacroManager)UscFileParser.o + $(AR) $(OutDir_ide_MacroManager)MacroManager.a \ + $(OutDir_ide_MacroManager)MacroElement.o \ + $(OutDir_ide_MacroManager)MacroManager.o \ + $(OutDir_ide_MacroManager)UscFileParser.o + +$(OutDir_urepo): + mkdir -p $(OutDir_urepo) + +$(OutDir_urepo)Console.o: $(UPPDIR1)urepo/Console.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_urepo) $(UPPDIR1)urepo/Console.cpp -o $(OutDir_urepo)Console.o + +$(OutDir_urepo)Credentials.o: $(UPPDIR1)urepo/Credentials.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_urepo) $(UPPDIR1)urepo/Credentials.cpp -o $(OutDir_urepo)Credentials.o + +$(OutDir_urepo)RepoSync.o: $(UPPDIR1)urepo/RepoSync.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_urepo) $(UPPDIR1)urepo/RepoSync.cpp -o $(OutDir_urepo)RepoSync.o + +$(OutDir_urepo)Diff.o: $(UPPDIR1)urepo/Diff.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/iml_source.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_urepo) $(UPPDIR1)urepo/Diff.cpp -o $(OutDir_urepo)Diff.o + +$(OutDir_urepo)main.o: $(UPPDIR1)urepo/main.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)urepo/urepo.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_urepo) $(UPPDIR1)urepo/main.cpp -o $(OutDir_urepo)main.o + +$(OutDir_urepo)urepo.a: \ + $(OutDir_urepo)Console.o \ + $(OutDir_urepo)Credentials.o \ + $(OutDir_urepo)RepoSync.o \ + $(OutDir_urepo)Diff.o \ + $(OutDir_urepo)main.o + $(AR) $(OutDir_urepo)urepo.a \ + $(OutDir_urepo)Console.o \ + $(OutDir_urepo)Credentials.o \ + $(OutDir_urepo)RepoSync.o \ + $(OutDir_urepo)Diff.o \ + $(OutDir_urepo)main.o + +$(OutDir_Report): + mkdir -p $(OutDir_Report) + +$(OutDir_Report)Report.o: $(UPPDIR1)Report/Report.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Report) $(UPPDIR1)Report/Report.cpp -o $(OutDir_Report)Report.o + +$(OutDir_Report)ReportDlg.o: $(UPPDIR1)Report/ReportDlg.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Report) $(UPPDIR1)Report/ReportDlg.cpp -o $(OutDir_Report)ReportDlg.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_Esc): + mkdir -p $(OutDir_Esc) + +$(OutDir_Esc)EscValue.o: $(UPPDIR1)Esc/EscValue.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Esc) $(UPPDIR1)Esc/EscValue.cpp -o $(OutDir_Esc)EscValue.o + +$(OutDir_Esc)EscArray.o: $(UPPDIR1)Esc/EscArray.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Esc) $(UPPDIR1)Esc/EscArray.cpp -o $(OutDir_Esc)EscArray.o + +$(OutDir_Esc)EscMap.o: $(UPPDIR1)Esc/EscMap.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Esc) $(UPPDIR1)Esc/EscMap.cpp -o $(OutDir_Esc)EscMap.o + +$(OutDir_Esc)Esc.o: $(UPPDIR1)Esc/Esc.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Esc) $(UPPDIR1)Esc/Esc.cpp -o $(OutDir_Esc)Esc.o + +$(OutDir_Esc)EscRun.o: $(UPPDIR1)Esc/EscRun.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Esc) $(UPPDIR1)Esc/EscRun.cpp -o $(OutDir_Esc)EscRun.o + +$(OutDir_Esc)EscStdLib.o: $(UPPDIR1)Esc/EscStdLib.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Esc) $(UPPDIR1)Esc/EscStdLib.cpp -o $(OutDir_Esc)EscStdLib.o + +$(OutDir_Esc)Value.o: $(UPPDIR1)Esc/Value.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Esc) $(UPPDIR1)Esc/Value.cpp -o $(OutDir_Esc)Value.o + +$(OutDir_Esc)Esc.a: \ + $(OutDir_Esc)EscValue.o \ + $(OutDir_Esc)EscArray.o \ + $(OutDir_Esc)EscMap.o \ + $(OutDir_Esc)Esc.o \ + $(OutDir_Esc)EscRun.o \ + $(OutDir_Esc)EscStdLib.o \ + $(OutDir_Esc)Value.o + $(AR) $(OutDir_Esc)Esc.a \ + $(OutDir_Esc)EscValue.o \ + $(OutDir_Esc)EscArray.o \ + $(OutDir_Esc)EscMap.o \ + $(OutDir_Esc)Esc.o \ + $(OutDir_Esc)EscRun.o \ + $(OutDir_Esc)EscStdLib.o \ + $(OutDir_Esc)Value.o + +$(OutDir_Core): + mkdir -p $(OutDir_Core) + +$(OutDir_Core)Cpu.o: $(UPPDIR1)Core/Cpu.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Cpu.cpp -o $(OutDir_Core)Cpu.o + +$(OutDir_Core)Mem.o: $(UPPDIR1)Core/Mem.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Mem.cpp -o $(OutDir_Core)Mem.o + +$(OutDir_Core)SIMD.o: $(UPPDIR1)Core/SIMD.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/SIMD.cpp -o $(OutDir_Core)SIMD.o + +$(OutDir_Core)Mt.o: $(UPPDIR1)Core/Mt.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Mt.cpp -o $(OutDir_Core)Mt.o + +$(OutDir_Core)heaputil.o: $(UPPDIR1)Core/heaputil.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/HeapImp.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/heaputil.cpp -o $(OutDir_Core)heaputil.o + +$(OutDir_Core)hheap.o: $(UPPDIR1)Core/hheap.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/HeapImp.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/hheap.cpp -o $(OutDir_Core)hheap.o + +$(OutDir_Core)sheap.o: $(UPPDIR1)Core/sheap.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/HeapImp.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/sheap.cpp -o $(OutDir_Core)sheap.o + +$(OutDir_Core)lheap.o: $(UPPDIR1)Core/lheap.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/HeapImp.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/lheap.cpp -o $(OutDir_Core)lheap.o + +$(OutDir_Core)heap.o: $(UPPDIR1)Core/heap.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/HeapImp.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/heap.cpp -o $(OutDir_Core)heap.o + +$(OutDir_Core)heapdbg.o: $(UPPDIR1)Core/heapdbg.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/HeapImp.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/heapdbg.cpp -o $(OutDir_Core)heapdbg.o + +$(OutDir_Core)StringFind.o: $(UPPDIR1)Core/StringFind.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/StringFind.cpp -o $(OutDir_Core)StringFind.o + +$(OutDir_Core)String.o: $(UPPDIR1)Core/String.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/String.cpp -o $(OutDir_Core)String.o + +$(OutDir_Core)WString.o: $(UPPDIR1)Core/WString.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/WString.cpp -o $(OutDir_Core)WString.o + +$(OutDir_Core)StrUtil.o: $(UPPDIR1)Core/StrUtil.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/StrUtil.cpp -o $(OutDir_Core)StrUtil.o + +$(OutDir_Core)SplitMerge.o: $(UPPDIR1)Core/SplitMerge.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/SplitMerge.cpp -o $(OutDir_Core)SplitMerge.o + +$(OutDir_Core)Utf.o: $(UPPDIR1)Core/Utf.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Utf.cpp -o $(OutDir_Core)Utf.o + +$(OutDir_Core)UnicodeInfo.o: $(UPPDIR1)Core/UnicodeInfo.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/UnicodeInfo.cpp -o $(OutDir_Core)UnicodeInfo.o + +$(OutDir_Core)CharSet.o: $(UPPDIR1)Core/CharSet.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/CharSet.cpp -o $(OutDir_Core)CharSet.o + +$(OutDir_Core)Bom.o: $(UPPDIR1)Core/Bom.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Bom.cpp -o $(OutDir_Core)Bom.o + +$(OutDir_Core)Path.o: $(UPPDIR1)Core/Path.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Path.cpp -o $(OutDir_Core)Path.o + +$(OutDir_Core)NetNode.o: $(UPPDIR1)Core/NetNode.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/NetNode.cpp -o $(OutDir_Core)NetNode.o + +$(OutDir_Core)App.o: $(UPPDIR1)Core/App.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/App.cpp -o $(OutDir_Core)App.o + +$(OutDir_Core)Huge.o: $(UPPDIR1)Core/Huge.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Huge.cpp -o $(OutDir_Core)Huge.o + +$(OutDir_Core)Stream.o: $(UPPDIR1)Core/Stream.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Stream.cpp -o $(OutDir_Core)Stream.o + +$(OutDir_Core)BlockStream.o: $(UPPDIR1)Core/BlockStream.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/BlockStream.cpp -o $(OutDir_Core)BlockStream.o + +$(OutDir_Core)FileMapping.o: $(UPPDIR1)Core/FileMapping.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/FileMapping.cpp -o $(OutDir_Core)FileMapping.o + +$(OutDir_Core)FilterStream.o: $(UPPDIR1)Core/FilterStream.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/FilterStream.cpp -o $(OutDir_Core)FilterStream.o + +$(OutDir_Core)Log.o: $(UPPDIR1)Core/Log.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Log.cpp -o $(OutDir_Core)Log.o + +$(OutDir_Core)Debug.o: $(UPPDIR1)Core/Debug.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Debug.cpp -o $(OutDir_Core)Debug.o + +$(OutDir_Core)Ini.o: $(UPPDIR1)Core/Ini.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Ini.cpp -o $(OutDir_Core)Ini.o + +$(OutDir_Core)Util.o: $(UPPDIR1)Core/Util.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Util.cpp -o $(OutDir_Core)Util.o + +$(OutDir_Core)mathutil.o: $(UPPDIR1)Core/mathutil.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/mathutil.cpp -o $(OutDir_Core)mathutil.o + +$(OutDir_Core)Random.o: $(UPPDIR1)Core/Random.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Random.cpp -o $(OutDir_Core)Random.o + +$(OutDir_Core)Speller.o: $(UPPDIR1)Core/Speller.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Speller.cpp -o $(OutDir_Core)Speller.o + +$(OutDir_Core)LocalProcess.o: $(UPPDIR1)Core/LocalProcess.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/LocalProcess.cpp -o $(OutDir_Core)LocalProcess.o + +$(OutDir_Core)Vcont.o: $(UPPDIR1)Core/Vcont.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Vcont.cpp -o $(OutDir_Core)Vcont.o + +$(OutDir_Core)Index.o: $(UPPDIR1)Core/Index.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Index.cpp -o $(OutDir_Core)Index.o + +$(OutDir_Core)TimeDate.o: $(UPPDIR1)Core/TimeDate.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/TimeDate.cpp -o $(OutDir_Core)TimeDate.o + +$(OutDir_Core)Value.o: $(UPPDIR1)Core/Value.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Value.cpp -o $(OutDir_Core)Value.o + +$(OutDir_Core)ValueUtil.o: $(UPPDIR1)Core/ValueUtil.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/ValueUtil.cpp -o $(OutDir_Core)ValueUtil.o + +$(OutDir_Core)Format.o: $(UPPDIR1)Core/Format.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Format.cpp -o $(OutDir_Core)Format.o + +$(OutDir_Core)Convert.o: $(UPPDIR1)Core/Convert.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Convert.cpp -o $(OutDir_Core)Convert.o + +$(OutDir_Core)Color.o: $(UPPDIR1)Core/Color.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Color.cpp -o $(OutDir_Core)Color.o + +$(OutDir_Core)Gtypes.o: $(UPPDIR1)Core/Gtypes.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Gtypes.cpp -o $(OutDir_Core)Gtypes.o + +$(OutDir_Core)t.o: $(UPPDIR1)Core/t.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/t.cpp -o $(OutDir_Core)t.o + +$(OutDir_Core)Lang.o: $(UPPDIR1)Core/Lang.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Lang.cpp -o $(OutDir_Core)Lang.o + +$(OutDir_Core)LangInfo.o: $(UPPDIR1)Core/LangInfo.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/LangInfo.cpp -o $(OutDir_Core)LangInfo.o + +$(OutDir_Core)parser.o: $(UPPDIR1)Core/parser.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/parser.cpp -o $(OutDir_Core)parser.o + +$(OutDir_Core)XML.o: $(UPPDIR1)Core/XML.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/XML.cpp -o $(OutDir_Core)XML.o + +$(OutDir_Core)Xmlize.o: $(UPPDIR1)Core/Xmlize.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Xmlize.cpp -o $(OutDir_Core)Xmlize.o + +$(OutDir_Core)JSON.o: $(UPPDIR1)Core/JSON.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/JSON.cpp -o $(OutDir_Core)JSON.o + +$(OutDir_Core)Uuid.o: $(UPPDIR1)Core/Uuid.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Uuid.cpp -o $(OutDir_Core)Uuid.o + +$(OutDir_Core)Ptr.o: $(UPPDIR1)Core/Ptr.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Ptr.cpp -o $(OutDir_Core)Ptr.o + +$(OutDir_Core)z.o: $(UPPDIR1)Core/z.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/z.cpp -o $(OutDir_Core)z.o + +$(OutDir_Core)lz4.o: $(UPPDIR1)Core/lib/lz4.c + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/lib/lz4.c -o $(OutDir_Core)lz4.o + +$(OutDir_Core)Topic.o: $(UPPDIR1)Core/Topic.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Topic.cpp -o $(OutDir_Core)Topic.o + +$(OutDir_Core)CoWork.o: $(UPPDIR1)Core/CoWork.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/CoWork.cpp -o $(OutDir_Core)CoWork.o + +$(OutDir_Core)ValueCache.o: $(UPPDIR1)Core/ValueCache.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/ValueCache.cpp -o $(OutDir_Core)ValueCache.o + +$(OutDir_Core)MD5.o: $(UPPDIR1)Core/MD5.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/MD5.cpp -o $(OutDir_Core)MD5.o + +$(OutDir_Core)SHA1.o: $(UPPDIR1)Core/SHA1.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/SHA1.cpp -o $(OutDir_Core)SHA1.o + +$(OutDir_Core)SHA256.o: $(UPPDIR1)Core/SHA256.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/SHA256.cpp -o $(OutDir_Core)SHA256.o + +$(OutDir_Core)xxhash.o: $(UPPDIR1)Core/lib/xxhash.c \ + $(UPPDIR1)Core/lib/xxhash.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/lib/xxhash.c -o $(OutDir_Core)xxhash.o + +$(OutDir_Core)xxHsh.o: $(UPPDIR1)Core/xxHsh.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/xxhash.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/xxHsh.cpp -o $(OutDir_Core)xxHsh.o + +$(OutDir_Core)InetUtil.o: $(UPPDIR1)Core/InetUtil.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/InetUtil.cpp -o $(OutDir_Core)InetUtil.o + +$(OutDir_Core)MIME.o: $(UPPDIR1)Core/MIME.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/MIME.cpp -o $(OutDir_Core)MIME.o + +$(OutDir_Core)Socket.o: $(UPPDIR1)Core/Socket.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Socket.cpp -o $(OutDir_Core)Socket.o + +$(OutDir_Core)Http.o: $(UPPDIR1)Core/Http.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Http.cpp -o $(OutDir_Core)Http.o + +$(OutDir_Core)WebSocket.o: $(UPPDIR1)Core/WebSocket.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/WebSocket.cpp -o $(OutDir_Core)WebSocket.o + +$(OutDir_Core)Dli.o: $(UPPDIR1)Core/Dli.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Dli.cpp -o $(OutDir_Core)Dli.o + +$(OutDir_Core)Win32Util.o: $(UPPDIR1)Core/Win32Util.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Win32Util.cpp -o $(OutDir_Core)Win32Util.o + +$(OutDir_Core)Core.a: \ + $(OutDir_Core)Cpu.o \ + $(OutDir_Core)Mem.o \ + $(OutDir_Core)SIMD.o \ + $(OutDir_Core)Mt.o \ + $(OutDir_Core)heaputil.o \ + $(OutDir_Core)hheap.o \ + $(OutDir_Core)sheap.o \ + $(OutDir_Core)lheap.o \ + $(OutDir_Core)heap.o \ + $(OutDir_Core)heapdbg.o \ + $(OutDir_Core)StringFind.o \ + $(OutDir_Core)String.o \ + $(OutDir_Core)WString.o \ + $(OutDir_Core)StrUtil.o \ + $(OutDir_Core)SplitMerge.o \ + $(OutDir_Core)Utf.o \ + $(OutDir_Core)UnicodeInfo.o \ + $(OutDir_Core)CharSet.o \ + $(OutDir_Core)Bom.o \ + $(OutDir_Core)Path.o \ + $(OutDir_Core)NetNode.o \ + $(OutDir_Core)App.o \ + $(OutDir_Core)Huge.o \ + $(OutDir_Core)Stream.o \ + $(OutDir_Core)BlockStream.o \ + $(OutDir_Core)FileMapping.o \ + $(OutDir_Core)FilterStream.o \ + $(OutDir_Core)Log.o \ + $(OutDir_Core)Debug.o \ + $(OutDir_Core)Ini.o \ + $(OutDir_Core)Util.o \ + $(OutDir_Core)mathutil.o \ + $(OutDir_Core)Random.o \ + $(OutDir_Core)Speller.o \ + $(OutDir_Core)LocalProcess.o \ + $(OutDir_Core)Vcont.o \ + $(OutDir_Core)Index.o \ + $(OutDir_Core)TimeDate.o \ + $(OutDir_Core)Value.o \ + $(OutDir_Core)ValueUtil.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)JSON.o \ + $(OutDir_Core)Uuid.o \ + $(OutDir_Core)Ptr.o \ + $(OutDir_Core)z.o \ + $(OutDir_Core)lz4.o \ + $(OutDir_Core)Topic.o \ + $(OutDir_Core)CoWork.o \ + $(OutDir_Core)ValueCache.o \ + $(OutDir_Core)MD5.o \ + $(OutDir_Core)SHA1.o \ + $(OutDir_Core)SHA256.o \ + $(OutDir_Core)xxhash.o \ + $(OutDir_Core)xxHsh.o \ + $(OutDir_Core)InetUtil.o \ + $(OutDir_Core)MIME.o \ + $(OutDir_Core)Socket.o \ + $(OutDir_Core)Http.o \ + $(OutDir_Core)WebSocket.o \ + $(OutDir_Core)Dli.o \ + $(OutDir_Core)Win32Util.o + $(AR) $(OutDir_Core)Core.a \ + $(OutDir_Core)Cpu.o \ + $(OutDir_Core)Mem.o \ + $(OutDir_Core)SIMD.o \ + $(OutDir_Core)Mt.o \ + $(OutDir_Core)heaputil.o \ + $(OutDir_Core)hheap.o \ + $(OutDir_Core)sheap.o \ + $(OutDir_Core)lheap.o \ + $(OutDir_Core)heap.o \ + $(OutDir_Core)heapdbg.o \ + $(OutDir_Core)StringFind.o \ + $(OutDir_Core)String.o \ + $(OutDir_Core)WString.o \ + $(OutDir_Core)StrUtil.o \ + $(OutDir_Core)SplitMerge.o \ + $(OutDir_Core)Utf.o \ + $(OutDir_Core)UnicodeInfo.o \ + $(OutDir_Core)CharSet.o \ + $(OutDir_Core)Bom.o \ + $(OutDir_Core)Path.o \ + $(OutDir_Core)NetNode.o \ + $(OutDir_Core)App.o \ + $(OutDir_Core)Huge.o \ + $(OutDir_Core)Stream.o \ + $(OutDir_Core)BlockStream.o \ + $(OutDir_Core)FileMapping.o \ + $(OutDir_Core)FilterStream.o \ + $(OutDir_Core)Log.o \ + $(OutDir_Core)Debug.o \ + $(OutDir_Core)Ini.o \ + $(OutDir_Core)Util.o \ + $(OutDir_Core)mathutil.o \ + $(OutDir_Core)Random.o \ + $(OutDir_Core)Speller.o \ + $(OutDir_Core)LocalProcess.o \ + $(OutDir_Core)Vcont.o \ + $(OutDir_Core)Index.o \ + $(OutDir_Core)TimeDate.o \ + $(OutDir_Core)Value.o \ + $(OutDir_Core)ValueUtil.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)JSON.o \ + $(OutDir_Core)Uuid.o \ + $(OutDir_Core)Ptr.o \ + $(OutDir_Core)z.o \ + $(OutDir_Core)lz4.o \ + $(OutDir_Core)Topic.o \ + $(OutDir_Core)CoWork.o \ + $(OutDir_Core)ValueCache.o \ + $(OutDir_Core)MD5.o \ + $(OutDir_Core)SHA1.o \ + $(OutDir_Core)SHA256.o \ + $(OutDir_Core)xxhash.o \ + $(OutDir_Core)xxHsh.o \ + $(OutDir_Core)InetUtil.o \ + $(OutDir_Core)MIME.o \ + $(OutDir_Core)Socket.o \ + $(OutDir_Core)Http.o \ + $(OutDir_Core)WebSocket.o \ + $(OutDir_Core)Dli.o \ + $(OutDir_Core)Win32Util.o + +$(OutDir_plugin_lzma): + mkdir -p $(OutDir_plugin_lzma) + +$(OutDir_plugin_lzma)lzma.o: $(UPPDIR1)plugin/lzma/lzma.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/lzma/lib/7zTypes.h \ + $(UPPDIR1)plugin/lzma/lib/LzmaEnc.h \ + $(UPPDIR1)plugin/lzma/lzma.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_lzma) $(UPPDIR1)plugin/lzma/lzma.cpp -o $(OutDir_plugin_lzma)lzma.o + +$(OutDir_plugin_lzma)LzFind.o: $(UPPDIR1)plugin/lzma/lib/LzFind.c \ + $(UPPDIR1)plugin/lzma/lib/7zTypes.h \ + $(UPPDIR1)plugin/lzma/lib/Compiler.h \ + $(UPPDIR1)plugin/lzma/lib/LzFind.h \ + $(UPPDIR1)plugin/lzma/lib/LzHash.h \ + $(UPPDIR1)plugin/lzma/lib/Precomp.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_lzma) $(UPPDIR1)plugin/lzma/lib/LzFind.c -o $(OutDir_plugin_lzma)LzFind.o + +$(OutDir_plugin_lzma)LzmaDec.o: $(UPPDIR1)plugin/lzma/lib/LzmaDec.c \ + $(UPPDIR1)plugin/lzma/lib/7zTypes.h \ + $(UPPDIR1)plugin/lzma/lib/Compiler.h \ + $(UPPDIR1)plugin/lzma/lib/LzmaDec.h \ + $(UPPDIR1)plugin/lzma/lib/Precomp.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_lzma) $(UPPDIR1)plugin/lzma/lib/LzmaDec.c -o $(OutDir_plugin_lzma)LzmaDec.o + +$(OutDir_plugin_lzma)LzmaEnc.o: $(UPPDIR1)plugin/lzma/lib/LzmaEnc.c \ + $(UPPDIR1)plugin/lzma/lib/7zTypes.h \ + $(UPPDIR1)plugin/lzma/lib/Compiler.h \ + $(UPPDIR1)plugin/lzma/lib/LzFind.h \ + $(UPPDIR1)plugin/lzma/lib/LzmaEnc.h \ + $(UPPDIR1)plugin/lzma/lib/Precomp.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_lzma) $(UPPDIR1)plugin/lzma/lib/LzmaEnc.c -o $(OutDir_plugin_lzma)LzmaEnc.o + +$(OutDir_plugin_lzma)lzma.a: \ + $(OutDir_plugin_lzma)lzma.o \ + $(OutDir_plugin_lzma)LzFind.o \ + $(OutDir_plugin_lzma)LzmaDec.o \ + $(OutDir_plugin_lzma)LzmaEnc.o + $(AR) $(OutDir_plugin_lzma)lzma.a \ + $(OutDir_plugin_lzma)lzma.o \ + $(OutDir_plugin_lzma)LzFind.o \ + $(OutDir_plugin_lzma)LzmaDec.o \ + $(OutDir_plugin_lzma)LzmaEnc.o + +$(OutDir_plugin_lz4): + mkdir -p $(OutDir_plugin_lz4) + +$(OutDir_plugin_lz4)Compress.o: $(UPPDIR1)plugin/lz4/Compress.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_lz4) $(UPPDIR1)plugin/lz4/Compress.cpp -o $(OutDir_plugin_lz4)Compress.o + +$(OutDir_plugin_lz4)Decompress.o: $(UPPDIR1)plugin/lz4/Decompress.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_lz4) $(UPPDIR1)plugin/lz4/Decompress.cpp -o $(OutDir_plugin_lz4)Decompress.o + +$(OutDir_plugin_lz4)util.o: $(UPPDIR1)plugin/lz4/util.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lib/lz4.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/lz4/lz4.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_lz4) $(UPPDIR1)plugin/lz4/util.cpp -o $(OutDir_plugin_lz4)util.o + +$(OutDir_plugin_lz4)lz4.a: \ + $(OutDir_plugin_lz4)Compress.o \ + $(OutDir_plugin_lz4)Decompress.o \ + $(OutDir_plugin_lz4)util.o + $(AR) $(OutDir_plugin_lz4)lz4.a \ + $(OutDir_plugin_lz4)Compress.o \ + $(OutDir_plugin_lz4)Decompress.o \ + $(OutDir_plugin_lz4)util.o + +$(OutDir_plugin_zstd): + mkdir -p $(OutDir_plugin_zstd) + +$(OutDir_plugin_zstd)Compress.o: $(UPPDIR1)plugin/zstd/Compress.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/Compress.cpp -o $(OutDir_plugin_zstd)Compress.o + +$(OutDir_plugin_zstd)Decompress.o: $(UPPDIR1)plugin/zstd/Decompress.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/Decompress.cpp -o $(OutDir_plugin_zstd)Decompress.o + +$(OutDir_plugin_zstd)Util.o: $(UPPDIR1)plugin/zstd/Util.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/zstd.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/Util.cpp -o $(OutDir_plugin_zstd)Util.o + +$(OutDir_plugin_zstd)huf_decompress.o: $(UPPDIR1)plugin/zstd/lib/huf_decompress.c \ + $(UPPDIR1)plugin/zstd/lib/bitstream.h \ + $(UPPDIR1)plugin/zstd/lib/compiler.h \ + $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(UPPDIR1)plugin/zstd/lib/error_private.h \ + $(UPPDIR1)plugin/zstd/lib/fse.h \ + $(UPPDIR1)plugin/zstd/lib/mem.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_errors.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/huf_decompress.c -o $(OutDir_plugin_zstd)huf_decompress.o + +$(OutDir_plugin_zstd)zstd_ddict.o: $(UPPDIR1)plugin/zstd/lib/zstd_ddict.c \ + $(UPPDIR1)plugin/zstd/lib/bitstream.h \ + $(UPPDIR1)plugin/zstd/lib/compiler.h \ + $(UPPDIR1)plugin/zstd/lib/cpu.h \ + $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(UPPDIR1)plugin/zstd/lib/error_private.h \ + $(UPPDIR1)plugin/zstd/lib/fse.h \ + $(UPPDIR1)plugin/zstd/lib/huf.h \ + $(UPPDIR1)plugin/zstd/lib/mem.h \ + $(UPPDIR1)plugin/zstd/lib/xxhash.c \ + $(UPPDIR1)plugin/zstd/lib/xxhash.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_ddict.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_decompress_internal.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_internal.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/zstd_ddict.c -o $(OutDir_plugin_zstd)zstd_ddict.o + +$(OutDir_plugin_zstd)zstd_decompress.o: $(UPPDIR1)plugin/zstd/lib/zstd_decompress.c \ + $(UPPDIR1)plugin/zstd/lib/bitstream.h \ + $(UPPDIR1)plugin/zstd/lib/compiler.h \ + $(UPPDIR1)plugin/zstd/lib/cpu.h \ + $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(UPPDIR1)plugin/zstd/lib/error_private.h \ + $(UPPDIR1)plugin/zstd/lib/fse.h \ + $(UPPDIR1)plugin/zstd/lib/huf.h \ + $(UPPDIR1)plugin/zstd/lib/mem.h \ + $(UPPDIR1)plugin/zstd/lib/xxhash.c \ + $(UPPDIR1)plugin/zstd/lib/xxhash.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_ddict.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_decompress_block.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_decompress_internal.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_internal.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/zstd_decompress.c -o $(OutDir_plugin_zstd)zstd_decompress.o + +$(OutDir_plugin_zstd)zstd_decompress_block.o: $(UPPDIR1)plugin/zstd/lib/zstd_decompress_block.c \ + $(UPPDIR1)plugin/zstd/lib/bitstream.h \ + $(UPPDIR1)plugin/zstd/lib/compiler.h \ + $(UPPDIR1)plugin/zstd/lib/cpu.h \ + $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(UPPDIR1)plugin/zstd/lib/error_private.h \ + $(UPPDIR1)plugin/zstd/lib/fse.h \ + $(UPPDIR1)plugin/zstd/lib/huf.h \ + $(UPPDIR1)plugin/zstd/lib/mem.h \ + $(UPPDIR1)plugin/zstd/lib/xxhash.c \ + $(UPPDIR1)plugin/zstd/lib/xxhash.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_ddict.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_decompress_block.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_decompress_internal.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_internal.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/zstd_decompress_block.c -o $(OutDir_plugin_zstd)zstd_decompress_block.o + +$(OutDir_plugin_zstd)entropy_common.o: $(UPPDIR1)plugin/zstd/lib/entropy_common.c \ + $(UPPDIR1)plugin/zstd/lib/error_private.h \ + $(UPPDIR1)plugin/zstd/lib/mem.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_errors.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/entropy_common.c -o $(OutDir_plugin_zstd)entropy_common.o + +$(OutDir_plugin_zstd)fse_compress.o: $(UPPDIR1)plugin/zstd/lib/fse_compress.c \ + $(UPPDIR1)plugin/zstd/lib/bitstream.h \ + $(UPPDIR1)plugin/zstd/lib/compiler.h \ + $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(UPPDIR1)plugin/zstd/lib/error_private.h \ + $(UPPDIR1)plugin/zstd/lib/hist.h \ + $(UPPDIR1)plugin/zstd/lib/mem.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_errors.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/fse_compress.c -o $(OutDir_plugin_zstd)fse_compress.o + +$(OutDir_plugin_zstd)fse_decompress.o: $(UPPDIR1)plugin/zstd/lib/fse_decompress.c \ + $(UPPDIR1)plugin/zstd/lib/bitstream.h \ + $(UPPDIR1)plugin/zstd/lib/compiler.h \ + $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(UPPDIR1)plugin/zstd/lib/error_private.h \ + $(UPPDIR1)plugin/zstd/lib/mem.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_errors.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/fse_decompress.c -o $(OutDir_plugin_zstd)fse_decompress.o + +$(OutDir_plugin_zstd)huf_compress.o: $(UPPDIR1)plugin/zstd/lib/huf_compress.c \ + $(UPPDIR1)plugin/zstd/lib/bitstream.h \ + $(UPPDIR1)plugin/zstd/lib/compiler.h \ + $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(UPPDIR1)plugin/zstd/lib/error_private.h \ + $(UPPDIR1)plugin/zstd/lib/hist.h \ + $(UPPDIR1)plugin/zstd/lib/mem.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_errors.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/huf_compress.c -o $(OutDir_plugin_zstd)huf_compress.o + +$(OutDir_plugin_zstd)zstd_common.o: $(UPPDIR1)plugin/zstd/lib/zstd_common.c \ + $(UPPDIR1)plugin/zstd/lib/bitstream.h \ + $(UPPDIR1)plugin/zstd/lib/compiler.h \ + $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(UPPDIR1)plugin/zstd/lib/error_private.h \ + $(UPPDIR1)plugin/zstd/lib/fse.h \ + $(UPPDIR1)plugin/zstd/lib/huf.h \ + $(UPPDIR1)plugin/zstd/lib/mem.h \ + $(UPPDIR1)plugin/zstd/lib/xxhash.c \ + $(UPPDIR1)plugin/zstd/lib/xxhash.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_internal.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/zstd_common.c -o $(OutDir_plugin_zstd)zstd_common.o + +$(OutDir_plugin_zstd)zstd_compress.o: $(UPPDIR1)plugin/zstd/lib/zstd_compress.c \ + $(UPPDIR1)plugin/zstd/lib/bitstream.h \ + $(UPPDIR1)plugin/zstd/lib/compiler.h \ + $(UPPDIR1)plugin/zstd/lib/cpu.h \ + $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(UPPDIR1)plugin/zstd/lib/error_private.h \ + $(UPPDIR1)plugin/zstd/lib/fse.h \ + $(UPPDIR1)plugin/zstd/lib/hist.h \ + $(UPPDIR1)plugin/zstd/lib/huf.h \ + $(UPPDIR1)plugin/zstd/lib/mem.h \ + $(UPPDIR1)plugin/zstd/lib/xxhash.c \ + $(UPPDIR1)plugin/zstd/lib/xxhash.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_compress_internal.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_compress_literals.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_compress_sequences.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_compress_superblock.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_cwksp.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_double_fast.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_fast.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_lazy.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_ldm.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_opt.h \ + $(UPPDIR1)plugin/zstd/lib/zstdmt_compress.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/zstd_compress.c -o $(OutDir_plugin_zstd)zstd_compress.o + +$(OutDir_plugin_zstd)zstd_opt.o: $(UPPDIR1)plugin/zstd/lib/zstd_opt.c \ + $(UPPDIR1)plugin/zstd/lib/bitstream.h \ + $(UPPDIR1)plugin/zstd/lib/compiler.h \ + $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(UPPDIR1)plugin/zstd/lib/error_private.h \ + $(UPPDIR1)plugin/zstd/lib/fse.h \ + $(UPPDIR1)plugin/zstd/lib/hist.h \ + $(UPPDIR1)plugin/zstd/lib/huf.h \ + $(UPPDIR1)plugin/zstd/lib/mem.h \ + $(UPPDIR1)plugin/zstd/lib/xxhash.c \ + $(UPPDIR1)plugin/zstd/lib/xxhash.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_compress_internal.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_cwksp.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_opt.h \ + $(UPPDIR1)plugin/zstd/lib/zstdmt_compress.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/zstd_opt.c -o $(OutDir_plugin_zstd)zstd_opt.o + +$(OutDir_plugin_zstd)zstdmt_compress.o: $(UPPDIR1)plugin/zstd/lib/zstdmt_compress.c \ + $(UPPDIR1)plugin/zstd/lib/bitstream.h \ + $(UPPDIR1)plugin/zstd/lib/compiler.h \ + $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(UPPDIR1)plugin/zstd/lib/error_private.h \ + $(UPPDIR1)plugin/zstd/lib/fse.h \ + $(UPPDIR1)plugin/zstd/lib/huf.h \ + $(UPPDIR1)plugin/zstd/lib/mem.h \ + $(UPPDIR1)plugin/zstd/lib/pool.h \ + $(UPPDIR1)plugin/zstd/lib/threading.h \ + $(UPPDIR1)plugin/zstd/lib/xxhash.c \ + $(UPPDIR1)plugin/zstd/lib/xxhash.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_compress_internal.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_cwksp.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_ldm.h \ + $(UPPDIR1)plugin/zstd/lib/zstdmt_compress.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/zstdmt_compress.c -o $(OutDir_plugin_zstd)zstdmt_compress.o + +$(OutDir_plugin_zstd)zstd_lazy.o: $(UPPDIR1)plugin/zstd/lib/zstd_lazy.c \ + $(UPPDIR1)plugin/zstd/lib/bitstream.h \ + $(UPPDIR1)plugin/zstd/lib/compiler.h \ + $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(UPPDIR1)plugin/zstd/lib/error_private.h \ + $(UPPDIR1)plugin/zstd/lib/fse.h \ + $(UPPDIR1)plugin/zstd/lib/huf.h \ + $(UPPDIR1)plugin/zstd/lib/mem.h \ + $(UPPDIR1)plugin/zstd/lib/xxhash.c \ + $(UPPDIR1)plugin/zstd/lib/xxhash.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_compress_internal.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_cwksp.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_lazy.h \ + $(UPPDIR1)plugin/zstd/lib/zstdmt_compress.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/zstd_lazy.c -o $(OutDir_plugin_zstd)zstd_lazy.o + +$(OutDir_plugin_zstd)zstd_ldm.o: $(UPPDIR1)plugin/zstd/lib/zstd_ldm.c \ + $(UPPDIR1)plugin/zstd/lib/bitstream.h \ + $(UPPDIR1)plugin/zstd/lib/compiler.h \ + $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(UPPDIR1)plugin/zstd/lib/error_private.h \ + $(UPPDIR1)plugin/zstd/lib/fse.h \ + $(UPPDIR1)plugin/zstd/lib/huf.h \ + $(UPPDIR1)plugin/zstd/lib/mem.h \ + $(UPPDIR1)plugin/zstd/lib/xxhash.c \ + $(UPPDIR1)plugin/zstd/lib/xxhash.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_compress_internal.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_cwksp.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_double_fast.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_fast.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_ldm.h \ + $(UPPDIR1)plugin/zstd/lib/zstdmt_compress.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/zstd_ldm.c -o $(OutDir_plugin_zstd)zstd_ldm.o + +$(OutDir_plugin_zstd)zstd_fast.o: $(UPPDIR1)plugin/zstd/lib/zstd_fast.c \ + $(UPPDIR1)plugin/zstd/lib/bitstream.h \ + $(UPPDIR1)plugin/zstd/lib/compiler.h \ + $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(UPPDIR1)plugin/zstd/lib/error_private.h \ + $(UPPDIR1)plugin/zstd/lib/fse.h \ + $(UPPDIR1)plugin/zstd/lib/huf.h \ + $(UPPDIR1)plugin/zstd/lib/mem.h \ + $(UPPDIR1)plugin/zstd/lib/xxhash.c \ + $(UPPDIR1)plugin/zstd/lib/xxhash.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_compress_internal.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_cwksp.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_fast.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ + $(UPPDIR1)plugin/zstd/lib/zstdmt_compress.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/zstd_fast.c -o $(OutDir_plugin_zstd)zstd_fast.o + +$(OutDir_plugin_zstd)error_private.o: $(UPPDIR1)plugin/zstd/lib/error_private.c \ + $(UPPDIR1)plugin/zstd/lib/error_private.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_errors.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/error_private.c -o $(OutDir_plugin_zstd)error_private.o + +$(OutDir_plugin_zstd)hist.o: $(UPPDIR1)plugin/zstd/lib/hist.c \ + $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(UPPDIR1)plugin/zstd/lib/error_private.h \ + $(UPPDIR1)plugin/zstd/lib/hist.h \ + $(UPPDIR1)plugin/zstd/lib/mem.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_errors.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/hist.c -o $(OutDir_plugin_zstd)hist.o + +$(OutDir_plugin_zstd)pool.o: $(UPPDIR1)plugin/zstd/lib/pool.c \ + $(UPPDIR1)plugin/zstd/lib/bitstream.h \ + $(UPPDIR1)plugin/zstd/lib/compiler.h \ + $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(UPPDIR1)plugin/zstd/lib/error_private.h \ + $(UPPDIR1)plugin/zstd/lib/fse.h \ + $(UPPDIR1)plugin/zstd/lib/huf.h \ + $(UPPDIR1)plugin/zstd/lib/mem.h \ + $(UPPDIR1)plugin/zstd/lib/pool.h \ + $(UPPDIR1)plugin/zstd/lib/threading.h \ + $(UPPDIR1)plugin/zstd/lib/xxhash.c \ + $(UPPDIR1)plugin/zstd/lib/xxhash.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_internal.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/pool.c -o $(OutDir_plugin_zstd)pool.o + +$(OutDir_plugin_zstd)zstd_double_fast.o: $(UPPDIR1)plugin/zstd/lib/zstd_double_fast.c \ + $(UPPDIR1)plugin/zstd/lib/bitstream.h \ + $(UPPDIR1)plugin/zstd/lib/compiler.h \ + $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(UPPDIR1)plugin/zstd/lib/error_private.h \ + $(UPPDIR1)plugin/zstd/lib/fse.h \ + $(UPPDIR1)plugin/zstd/lib/huf.h \ + $(UPPDIR1)plugin/zstd/lib/mem.h \ + $(UPPDIR1)plugin/zstd/lib/xxhash.c \ + $(UPPDIR1)plugin/zstd/lib/xxhash.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_compress_internal.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_cwksp.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_double_fast.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ + $(UPPDIR1)plugin/zstd/lib/zstdmt_compress.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/zstd_double_fast.c -o $(OutDir_plugin_zstd)zstd_double_fast.o + +$(OutDir_plugin_zstd)zstd_compress_superblock.o: $(UPPDIR1)plugin/zstd/lib/zstd_compress_superblock.c \ + $(UPPDIR1)plugin/zstd/lib/bitstream.h \ + $(UPPDIR1)plugin/zstd/lib/compiler.h \ + $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(UPPDIR1)plugin/zstd/lib/error_private.h \ + $(UPPDIR1)plugin/zstd/lib/fse.h \ + $(UPPDIR1)plugin/zstd/lib/hist.h \ + $(UPPDIR1)plugin/zstd/lib/huf.h \ + $(UPPDIR1)plugin/zstd/lib/mem.h \ + $(UPPDIR1)plugin/zstd/lib/xxhash.c \ + $(UPPDIR1)plugin/zstd/lib/xxhash.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_compress_internal.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_compress_literals.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_compress_sequences.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_compress_superblock.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_cwksp.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ + $(UPPDIR1)plugin/zstd/lib/zstdmt_compress.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/zstd_compress_superblock.c -o $(OutDir_plugin_zstd)zstd_compress_superblock.o + +$(OutDir_plugin_zstd)zstd_compress_sequences.o: $(UPPDIR1)plugin/zstd/lib/zstd_compress_sequences.c \ + $(UPPDIR1)plugin/zstd/lib/bitstream.h \ + $(UPPDIR1)plugin/zstd/lib/compiler.h \ + $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(UPPDIR1)plugin/zstd/lib/error_private.h \ + $(UPPDIR1)plugin/zstd/lib/fse.h \ + $(UPPDIR1)plugin/zstd/lib/huf.h \ + $(UPPDIR1)plugin/zstd/lib/mem.h \ + $(UPPDIR1)plugin/zstd/lib/xxhash.c \ + $(UPPDIR1)plugin/zstd/lib/xxhash.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_compress_sequences.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_internal.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/zstd_compress_sequences.c -o $(OutDir_plugin_zstd)zstd_compress_sequences.o + +$(OutDir_plugin_zstd)zstd_compress_literals.o: $(UPPDIR1)plugin/zstd/lib/zstd_compress_literals.c \ + $(UPPDIR1)plugin/zstd/lib/bitstream.h \ + $(UPPDIR1)plugin/zstd/lib/compiler.h \ + $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(UPPDIR1)plugin/zstd/lib/error_private.h \ + $(UPPDIR1)plugin/zstd/lib/fse.h \ + $(UPPDIR1)plugin/zstd/lib/huf.h \ + $(UPPDIR1)plugin/zstd/lib/mem.h \ + $(UPPDIR1)plugin/zstd/lib/xxhash.c \ + $(UPPDIR1)plugin/zstd/lib/xxhash.h \ + $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_compress_internal.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_compress_literals.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_cwksp.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ + $(UPPDIR1)plugin/zstd/lib/zstdmt_compress.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/zstd_compress_literals.c -o $(OutDir_plugin_zstd)zstd_compress_literals.o + +$(OutDir_plugin_zstd)zstd.a: \ + $(OutDir_plugin_zstd)Compress.o \ + $(OutDir_plugin_zstd)Decompress.o \ + $(OutDir_plugin_zstd)Util.o \ + $(OutDir_plugin_zstd)huf_decompress.o \ + $(OutDir_plugin_zstd)zstd_ddict.o \ + $(OutDir_plugin_zstd)zstd_decompress.o \ + $(OutDir_plugin_zstd)zstd_decompress_block.o \ + $(OutDir_plugin_zstd)entropy_common.o \ + $(OutDir_plugin_zstd)fse_compress.o \ + $(OutDir_plugin_zstd)fse_decompress.o \ + $(OutDir_plugin_zstd)huf_compress.o \ + $(OutDir_plugin_zstd)zstd_common.o \ + $(OutDir_plugin_zstd)zstd_compress.o \ + $(OutDir_plugin_zstd)zstd_opt.o \ + $(OutDir_plugin_zstd)zstdmt_compress.o \ + $(OutDir_plugin_zstd)zstd_lazy.o \ + $(OutDir_plugin_zstd)zstd_ldm.o \ + $(OutDir_plugin_zstd)zstd_fast.o \ + $(OutDir_plugin_zstd)error_private.o \ + $(OutDir_plugin_zstd)hist.o \ + $(OutDir_plugin_zstd)pool.o \ + $(OutDir_plugin_zstd)zstd_double_fast.o \ + $(OutDir_plugin_zstd)zstd_compress_superblock.o \ + $(OutDir_plugin_zstd)zstd_compress_sequences.o \ + $(OutDir_plugin_zstd)zstd_compress_literals.o + $(AR) $(OutDir_plugin_zstd)zstd.a \ + $(OutDir_plugin_zstd)Compress.o \ + $(OutDir_plugin_zstd)Decompress.o \ + $(OutDir_plugin_zstd)Util.o \ + $(OutDir_plugin_zstd)huf_decompress.o \ + $(OutDir_plugin_zstd)zstd_ddict.o \ + $(OutDir_plugin_zstd)zstd_decompress.o \ + $(OutDir_plugin_zstd)zstd_decompress_block.o \ + $(OutDir_plugin_zstd)entropy_common.o \ + $(OutDir_plugin_zstd)fse_compress.o \ + $(OutDir_plugin_zstd)fse_decompress.o \ + $(OutDir_plugin_zstd)huf_compress.o \ + $(OutDir_plugin_zstd)zstd_common.o \ + $(OutDir_plugin_zstd)zstd_compress.o \ + $(OutDir_plugin_zstd)zstd_opt.o \ + $(OutDir_plugin_zstd)zstdmt_compress.o \ + $(OutDir_plugin_zstd)zstd_lazy.o \ + $(OutDir_plugin_zstd)zstd_ldm.o \ + $(OutDir_plugin_zstd)zstd_fast.o \ + $(OutDir_plugin_zstd)error_private.o \ + $(OutDir_plugin_zstd)hist.o \ + $(OutDir_plugin_zstd)pool.o \ + $(OutDir_plugin_zstd)zstd_double_fast.o \ + $(OutDir_plugin_zstd)zstd_compress_superblock.o \ + $(OutDir_plugin_zstd)zstd_compress_sequences.o \ + $(OutDir_plugin_zstd)zstd_compress_literals.o + +$(OutDir_RichEdit): + mkdir -p $(OutDir_RichEdit) + +$(OutDir_RichEdit)Ruler.o: $(UPPDIR1)RichEdit/Ruler.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/iml_source.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichEdit) $(UPPDIR1)RichEdit/Ruler.cpp -o $(OutDir_RichEdit)Ruler.o + +$(OutDir_RichEdit)UnitEdit.o: $(UPPDIR1)RichEdit/UnitEdit.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichEdit) $(UPPDIR1)RichEdit/UnitEdit.cpp -o $(OutDir_RichEdit)UnitEdit.o + +$(OutDir_RichEdit)Editor.o: $(UPPDIR1)RichEdit/Editor.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichEdit) $(UPPDIR1)RichEdit/Editor.cpp -o $(OutDir_RichEdit)Editor.o + +$(OutDir_RichEdit)Speller.o: $(UPPDIR1)RichEdit/Speller.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichEdit) $(UPPDIR1)RichEdit/Speller.cpp -o $(OutDir_RichEdit)Speller.o + +$(OutDir_RichEdit)Kbd.o: $(UPPDIR1)RichEdit/Kbd.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichEdit) $(UPPDIR1)RichEdit/Kbd.cpp -o $(OutDir_RichEdit)Kbd.o + +$(OutDir_RichEdit)Mouse.o: $(UPPDIR1)RichEdit/Mouse.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichEdit) $(UPPDIR1)RichEdit/Mouse.cpp -o $(OutDir_RichEdit)Mouse.o + +$(OutDir_RichEdit)Cursor.o: $(UPPDIR1)RichEdit/Cursor.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichEdit) $(UPPDIR1)RichEdit/Cursor.cpp -o $(OutDir_RichEdit)Cursor.o + +$(OutDir_RichEdit)Undo.o: $(UPPDIR1)RichEdit/Undo.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichEdit) $(UPPDIR1)RichEdit/Undo.cpp -o $(OutDir_RichEdit)Undo.o + +$(OutDir_RichEdit)Modify.o: $(UPPDIR1)RichEdit/Modify.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichEdit) $(UPPDIR1)RichEdit/Modify.cpp -o $(OutDir_RichEdit)Modify.o + +$(OutDir_RichEdit)Formating.o: $(UPPDIR1)RichEdit/Formating.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichEdit) $(UPPDIR1)RichEdit/Formating.cpp -o $(OutDir_RichEdit)Formating.o + +$(OutDir_RichEdit)FormatDlg.o: $(UPPDIR1)RichEdit/FormatDlg.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichEdit) $(UPPDIR1)RichEdit/FormatDlg.cpp -o $(OutDir_RichEdit)FormatDlg.o + +$(OutDir_RichEdit)ParaFormat.o: $(UPPDIR1)RichEdit/ParaFormat.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichEdit) $(UPPDIR1)RichEdit/ParaFormat.cpp -o $(OutDir_RichEdit)ParaFormat.o + +$(OutDir_RichEdit)TableUndo.o: $(UPPDIR1)RichEdit/TableUndo.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichEdit) $(UPPDIR1)RichEdit/TableUndo.cpp -o $(OutDir_RichEdit)TableUndo.o + +$(OutDir_RichEdit)Table.o: $(UPPDIR1)RichEdit/Table.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichEdit) $(UPPDIR1)RichEdit/Table.cpp -o $(OutDir_RichEdit)Table.o + +$(OutDir_RichEdit)Find.o: $(UPPDIR1)RichEdit/Find.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichEdit) $(UPPDIR1)RichEdit/Find.cpp -o $(OutDir_RichEdit)Find.o + +$(OutDir_RichEdit)Tool.o: $(UPPDIR1)RichEdit/Tool.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichEdit) $(UPPDIR1)RichEdit/Tool.cpp -o $(OutDir_RichEdit)Tool.o + +$(OutDir_RichEdit)Clip.o: $(UPPDIR1)RichEdit/Clip.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichEdit) $(UPPDIR1)RichEdit/Clip.cpp -o $(OutDir_RichEdit)Clip.o + +$(OutDir_RichEdit)StyleKeys.o: $(UPPDIR1)RichEdit/StyleKeys.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichEdit) $(UPPDIR1)RichEdit/StyleKeys.cpp -o $(OutDir_RichEdit)StyleKeys.o + +$(OutDir_RichEdit)HeaderFooter.o: $(UPPDIR1)RichEdit/HeaderFooter.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichEdit) $(UPPDIR1)RichEdit/HeaderFooter.cpp -o $(OutDir_RichEdit)HeaderFooter.o + +$(OutDir_RichEdit)RichEdit.a: \ + $(OutDir_RichEdit)Ruler.o \ + $(OutDir_RichEdit)UnitEdit.o \ + $(OutDir_RichEdit)Editor.o \ + $(OutDir_RichEdit)Speller.o \ + $(OutDir_RichEdit)Kbd.o \ + $(OutDir_RichEdit)Mouse.o \ + $(OutDir_RichEdit)Cursor.o \ + $(OutDir_RichEdit)Undo.o \ + $(OutDir_RichEdit)Modify.o \ + $(OutDir_RichEdit)Formating.o \ + $(OutDir_RichEdit)FormatDlg.o \ + $(OutDir_RichEdit)ParaFormat.o \ + $(OutDir_RichEdit)TableUndo.o \ + $(OutDir_RichEdit)Table.o \ + $(OutDir_RichEdit)Find.o \ + $(OutDir_RichEdit)Tool.o \ + $(OutDir_RichEdit)Clip.o \ + $(OutDir_RichEdit)StyleKeys.o \ + $(OutDir_RichEdit)HeaderFooter.o + $(AR) $(OutDir_RichEdit)RichEdit.a \ + $(OutDir_RichEdit)Ruler.o \ + $(OutDir_RichEdit)UnitEdit.o \ + $(OutDir_RichEdit)Editor.o \ + $(OutDir_RichEdit)Speller.o \ + $(OutDir_RichEdit)Kbd.o \ + $(OutDir_RichEdit)Mouse.o \ + $(OutDir_RichEdit)Cursor.o \ + $(OutDir_RichEdit)Undo.o \ + $(OutDir_RichEdit)Modify.o \ + $(OutDir_RichEdit)Formating.o \ + $(OutDir_RichEdit)FormatDlg.o \ + $(OutDir_RichEdit)ParaFormat.o \ + $(OutDir_RichEdit)TableUndo.o \ + $(OutDir_RichEdit)Table.o \ + $(OutDir_RichEdit)Find.o \ + $(OutDir_RichEdit)Tool.o \ + $(OutDir_RichEdit)Clip.o \ + $(OutDir_RichEdit)StyleKeys.o \ + $(OutDir_RichEdit)HeaderFooter.o + +$(OutDir_IconDes): + mkdir -p $(OutDir_IconDes) + +$(OutDir_IconDes)IconDraw.o: $(UPPDIR1)IconDes/IconDraw.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_IconDes) $(UPPDIR1)IconDes/IconDraw.cpp -o $(OutDir_IconDes)IconDraw.o + +$(OutDir_IconDes)AlphaCtrl.o: $(UPPDIR1)IconDes/AlphaCtrl.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_IconDes) $(UPPDIR1)IconDes/AlphaCtrl.cpp -o $(OutDir_IconDes)AlphaCtrl.o + +$(OutDir_IconDes)RGBACtrl.o: $(UPPDIR1)IconDes/RGBACtrl.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_IconDes) $(UPPDIR1)IconDes/RGBACtrl.cpp -o $(OutDir_IconDes)RGBACtrl.o + +$(OutDir_IconDes)ImageOp.o: $(UPPDIR1)IconDes/ImageOp.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_IconDes) $(UPPDIR1)IconDes/ImageOp.cpp -o $(OutDir_IconDes)ImageOp.o + +$(OutDir_IconDes)Paint.o: $(UPPDIR1)IconDes/Paint.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/iml_source.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_IconDes) $(UPPDIR1)IconDes/Paint.cpp -o $(OutDir_IconDes)Paint.o + +$(OutDir_IconDes)Event.o: $(UPPDIR1)IconDes/Event.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_IconDes) $(UPPDIR1)IconDes/Event.cpp -o $(OutDir_IconDes)Event.o + +$(OutDir_IconDes)Fast.o: $(UPPDIR1)IconDes/Fast.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_IconDes) $(UPPDIR1)IconDes/Fast.cpp -o $(OutDir_IconDes)Fast.o + +$(OutDir_IconDes)IconDes.o: $(UPPDIR1)IconDes/IconDes.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_IconDes) $(UPPDIR1)IconDes/IconDes.cpp -o $(OutDir_IconDes)IconDes.o + +$(OutDir_IconDes)List.o: $(UPPDIR1)IconDes/List.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_IconDes) $(UPPDIR1)IconDes/List.cpp -o $(OutDir_IconDes)List.o + +$(OutDir_IconDes)Image.o: $(UPPDIR1)IconDes/Image.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_IconDes) $(UPPDIR1)IconDes/Image.cpp -o $(OutDir_IconDes)Image.o + +$(OutDir_IconDes)Smoothen.o: $(UPPDIR1)IconDes/Smoothen.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_IconDes) $(UPPDIR1)IconDes/Smoothen.cpp -o $(OutDir_IconDes)Smoothen.o + +$(OutDir_IconDes)Text.o: $(UPPDIR1)IconDes/Text.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_IconDes) $(UPPDIR1)IconDes/Text.cpp -o $(OutDir_IconDes)Text.o + +$(OutDir_IconDes)Bar.o: $(UPPDIR1)IconDes/Bar.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/akt_.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/key_source.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_IconDes) $(UPPDIR1)IconDes/Bar.cpp -o $(OutDir_IconDes)Bar.o + +$(OutDir_IconDes)EditPos.o: $(UPPDIR1)IconDes/EditPos.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_IconDes) $(UPPDIR1)IconDes/EditPos.cpp -o $(OutDir_IconDes)EditPos.o + +$(OutDir_IconDes)ImlFile.o: $(UPPDIR1)IconDes/ImlFile.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/key_header.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_IconDes) $(UPPDIR1)IconDes/ImlFile.cpp -o $(OutDir_IconDes)ImlFile.o + +$(OutDir_IconDes)IconDes.a: \ + $(OutDir_IconDes)IconDraw.o \ + $(OutDir_IconDes)AlphaCtrl.o \ + $(OutDir_IconDes)RGBACtrl.o \ + $(OutDir_IconDes)ImageOp.o \ + $(OutDir_IconDes)Paint.o \ + $(OutDir_IconDes)Event.o \ + $(OutDir_IconDes)Fast.o \ + $(OutDir_IconDes)IconDes.o \ + $(OutDir_IconDes)List.o \ + $(OutDir_IconDes)Image.o \ + $(OutDir_IconDes)Smoothen.o \ + $(OutDir_IconDes)Text.o \ + $(OutDir_IconDes)Bar.o \ + $(OutDir_IconDes)EditPos.o \ + $(OutDir_IconDes)ImlFile.o + $(AR) $(OutDir_IconDes)IconDes.a \ + $(OutDir_IconDes)IconDraw.o \ + $(OutDir_IconDes)AlphaCtrl.o \ + $(OutDir_IconDes)RGBACtrl.o \ + $(OutDir_IconDes)ImageOp.o \ + $(OutDir_IconDes)Paint.o \ + $(OutDir_IconDes)Event.o \ + $(OutDir_IconDes)Fast.o \ + $(OutDir_IconDes)IconDes.o \ + $(OutDir_IconDes)List.o \ + $(OutDir_IconDes)Image.o \ + $(OutDir_IconDes)Smoothen.o \ + $(OutDir_IconDes)Text.o \ + $(OutDir_IconDes)Bar.o \ + $(OutDir_IconDes)EditPos.o \ + $(OutDir_IconDes)ImlFile.o + +$(OutDir_CppBase): + mkdir -p $(OutDir_CppBase) + +$(OutDir_CppBase)ppconfig.o: $(UPPDIR1)CppBase/ppconfig.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CppBase/Internal.h \ + $(UPPDIR1)CppBase/keyword.i \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CppBase) $(UPPDIR1)CppBase/ppconfig.cpp -o $(OutDir_CppBase)ppconfig.o + +$(OutDir_CppBase)macro.o: $(UPPDIR1)CppBase/macro.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CppBase/Internal.h \ + $(UPPDIR1)CppBase/keyword.i \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CppBase) $(UPPDIR1)CppBase/macro.cpp -o $(OutDir_CppBase)macro.o + +$(OutDir_CppBase)util.o: $(UPPDIR1)CppBase/util.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CppBase/Internal.h \ + $(UPPDIR1)CppBase/keyword.i \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CppBase) $(UPPDIR1)CppBase/util.cpp -o $(OutDir_CppBase)util.o + +$(OutDir_CppBase)ppfile.o: $(UPPDIR1)CppBase/ppfile.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CppBase/Internal.h \ + $(UPPDIR1)CppBase/keyword.i \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CppBase) $(UPPDIR1)CppBase/ppfile.cpp -o $(OutDir_CppBase)ppfile.o + +$(OutDir_CppBase)srcfiles.o: $(UPPDIR1)CppBase/srcfiles.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CppBase/Internal.h \ + $(UPPDIR1)CppBase/keyword.i \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CppBase) $(UPPDIR1)CppBase/srcfiles.cpp -o $(OutDir_CppBase)srcfiles.o + +$(OutDir_CppBase)cpp.o: $(UPPDIR1)CppBase/cpp.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CppBase/Internal.h \ + $(UPPDIR1)CppBase/keyword.i \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CppBase) $(UPPDIR1)CppBase/cpp.cpp -o $(OutDir_CppBase)cpp.o + +$(OutDir_CppBase)Pre.o: $(UPPDIR1)CppBase/Pre.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CppBase/Internal.h \ + $(UPPDIR1)CppBase/keyword.i \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CppBase) $(UPPDIR1)CppBase/Pre.cpp -o $(OutDir_CppBase)Pre.o + +$(OutDir_CppBase)cpplex.o: $(UPPDIR1)CppBase/cpplex.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CppBase/Internal.h \ + $(UPPDIR1)CppBase/keyword.i \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CppBase) $(UPPDIR1)CppBase/cpplex.cpp -o $(OutDir_CppBase)cpplex.o + +$(OutDir_CppBase)Parser.o: $(UPPDIR1)CppBase/Parser.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CppBase/Internal.h \ + $(UPPDIR1)CppBase/keyword.i \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CppBase) $(UPPDIR1)CppBase/Parser.cpp -o $(OutDir_CppBase)Parser.o + +$(OutDir_CppBase)Body.o: $(UPPDIR1)CppBase/Body.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CppBase/Internal.h \ + $(UPPDIR1)CppBase/keyword.i \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CppBase) $(UPPDIR1)CppBase/Body.cpp -o $(OutDir_CppBase)Body.o + +$(OutDir_CppBase)Base.o: $(UPPDIR1)CppBase/Base.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CppBase/Internal.h \ + $(UPPDIR1)CppBase/keyword.i \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CppBase) $(UPPDIR1)CppBase/Base.cpp -o $(OutDir_CppBase)Base.o + +$(OutDir_CppBase)ScopeInfo.o: $(UPPDIR1)CppBase/ScopeInfo.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CppBase/Internal.h \ + $(UPPDIR1)CppBase/keyword.i \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CppBase) $(UPPDIR1)CppBase/ScopeInfo.cpp -o $(OutDir_CppBase)ScopeInfo.o + +$(OutDir_CppBase)Qualify.o: $(UPPDIR1)CppBase/Qualify.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CppBase/Internal.h \ + $(UPPDIR1)CppBase/keyword.i \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CppBase) $(UPPDIR1)CppBase/Qualify.cpp -o $(OutDir_CppBase)Qualify.o + +$(OutDir_CppBase)CppItem.o: $(UPPDIR1)CppBase/CppItem.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CppBase/Internal.h \ + $(UPPDIR1)CppBase/keyword.i \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CppBase) $(UPPDIR1)CppBase/CppItem.cpp -o $(OutDir_CppBase)CppItem.o + +$(OutDir_CppBase)Expression.o: $(UPPDIR1)CppBase/Expression.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CppBase/Internal.h \ + $(UPPDIR1)CppBase/keyword.i \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CppBase) $(UPPDIR1)CppBase/Expression.cpp -o $(OutDir_CppBase)Expression.o + +$(OutDir_CppBase)Iface.o: $(UPPDIR1)CppBase/Iface.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CppBase/CppBase.h \ + $(UPPDIR1)CppBase/Internal.h \ + $(UPPDIR1)CppBase/keyword.i \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CppBase) $(UPPDIR1)CppBase/Iface.cpp -o $(OutDir_CppBase)Iface.o + +$(OutDir_CppBase)CppBase.a: \ + $(OutDir_CppBase)ppconfig.o \ + $(OutDir_CppBase)macro.o \ + $(OutDir_CppBase)util.o \ + $(OutDir_CppBase)ppfile.o \ + $(OutDir_CppBase)srcfiles.o \ + $(OutDir_CppBase)cpp.o \ + $(OutDir_CppBase)Pre.o \ + $(OutDir_CppBase)cpplex.o \ + $(OutDir_CppBase)Parser.o \ + $(OutDir_CppBase)Body.o \ + $(OutDir_CppBase)Base.o \ + $(OutDir_CppBase)ScopeInfo.o \ + $(OutDir_CppBase)Qualify.o \ + $(OutDir_CppBase)CppItem.o \ + $(OutDir_CppBase)Expression.o \ + $(OutDir_CppBase)Iface.o + $(AR) $(OutDir_CppBase)CppBase.a \ + $(OutDir_CppBase)ppconfig.o \ + $(OutDir_CppBase)macro.o \ + $(OutDir_CppBase)util.o \ + $(OutDir_CppBase)ppfile.o \ + $(OutDir_CppBase)srcfiles.o \ + $(OutDir_CppBase)cpp.o \ + $(OutDir_CppBase)Pre.o \ + $(OutDir_CppBase)cpplex.o \ + $(OutDir_CppBase)Parser.o \ + $(OutDir_CppBase)Body.o \ + $(OutDir_CppBase)Base.o \ + $(OutDir_CppBase)ScopeInfo.o \ + $(OutDir_CppBase)Qualify.o \ + $(OutDir_CppBase)CppItem.o \ + $(OutDir_CppBase)Expression.o \ + $(OutDir_CppBase)Iface.o + +$(OutDir_plugin_gif): + mkdir -p $(OutDir_plugin_gif) + +$(OutDir_plugin_gif)gifupp.o: $(UPPDIR1)plugin/gif/gifupp.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/gif/gif.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_gif) $(UPPDIR1)plugin/gif/gifupp.cpp -o $(OutDir_plugin_gif)gifupp.o + +$(OutDir_plugin_gif)gif.o: $(UPPDIR1)plugin/gif/gif.icpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/gif/gif.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_gif) $(UPPDIR1)plugin/gif/gif.icpp -o $(OutDir_plugin_gif)gif.o + +$(OutDir_plugin_gif)gif.a: \ + $(OutDir_plugin_gif)gifupp.o + $(AR) $(OutDir_plugin_gif)gif.a \ + $(OutDir_plugin_gif)gifupp.o + +$(OutDir_plugin_jpg): + mkdir -p $(OutDir_plugin_jpg) + +$(OutDir_plugin_jpg)jpgupp.o: $(UPPDIR1)plugin/jpg/jpgupp.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/jpg/jpg.h \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jinclude.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/jpgupp.cpp -o $(OutDir_plugin_jpg)jpgupp.o + +$(OutDir_plugin_jpg)jpgreg.o: $(UPPDIR1)plugin/jpg/jpgreg.icpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/jpg/jpg.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/jpgreg.icpp -o $(OutDir_plugin_jpg)jpgreg.o + +$(OutDir_plugin_jpg)jaricom.o: $(UPPDIR1)plugin/jpg/lib/jaricom.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jaricom.c -o $(OutDir_plugin_jpg)jaricom.o + +$(OutDir_plugin_jpg)jcapimin.o: $(UPPDIR1)plugin/jpg/lib/jcapimin.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jcapimin.c -o $(OutDir_plugin_jpg)jcapimin.o + +$(OutDir_plugin_jpg)jcapistd.o: $(UPPDIR1)plugin/jpg/lib/jcapistd.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jcapistd.c -o $(OutDir_plugin_jpg)jcapistd.o + +$(OutDir_plugin_jpg)jcarith.o: $(UPPDIR1)plugin/jpg/lib/jcarith.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jcarith.c -o $(OutDir_plugin_jpg)jcarith.o + +$(OutDir_plugin_jpg)jccoefct.o: $(UPPDIR1)plugin/jpg/lib/jccoefct.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jccoefct.c -o $(OutDir_plugin_jpg)jccoefct.o + +$(OutDir_plugin_jpg)jccolor.o: $(UPPDIR1)plugin/jpg/lib/jccolor.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jccolor.c -o $(OutDir_plugin_jpg)jccolor.o + +$(OutDir_plugin_jpg)jcdctmgr.o: $(UPPDIR1)plugin/jpg/lib/jcdctmgr.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jdct.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jcdctmgr.c -o $(OutDir_plugin_jpg)jcdctmgr.o + +$(OutDir_plugin_jpg)jchuff.o: $(UPPDIR1)plugin/jpg/lib/jchuff.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jchuff.c -o $(OutDir_plugin_jpg)jchuff.o + +$(OutDir_plugin_jpg)jcinit.o: $(UPPDIR1)plugin/jpg/lib/jcinit.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jcinit.c -o $(OutDir_plugin_jpg)jcinit.o + +$(OutDir_plugin_jpg)jcmainct.o: $(UPPDIR1)plugin/jpg/lib/jcmainct.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jcmainct.c -o $(OutDir_plugin_jpg)jcmainct.o + +$(OutDir_plugin_jpg)jcmarker.o: $(UPPDIR1)plugin/jpg/lib/jcmarker.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jcmarker.c -o $(OutDir_plugin_jpg)jcmarker.o + +$(OutDir_plugin_jpg)jcmaster.o: $(UPPDIR1)plugin/jpg/lib/jcmaster.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jcmaster.c -o $(OutDir_plugin_jpg)jcmaster.o + +$(OutDir_plugin_jpg)jcomapi.o: $(UPPDIR1)plugin/jpg/lib/jcomapi.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jcomapi.c -o $(OutDir_plugin_jpg)jcomapi.o + +$(OutDir_plugin_jpg)jcparam.o: $(UPPDIR1)plugin/jpg/lib/jcparam.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jcparam.c -o $(OutDir_plugin_jpg)jcparam.o + +$(OutDir_plugin_jpg)jcprepct.o: $(UPPDIR1)plugin/jpg/lib/jcprepct.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jcprepct.c -o $(OutDir_plugin_jpg)jcprepct.o + +$(OutDir_plugin_jpg)jcsample.o: $(UPPDIR1)plugin/jpg/lib/jcsample.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jcsample.c -o $(OutDir_plugin_jpg)jcsample.o + +$(OutDir_plugin_jpg)jctrans.o: $(UPPDIR1)plugin/jpg/lib/jctrans.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jctrans.c -o $(OutDir_plugin_jpg)jctrans.o + +$(OutDir_plugin_jpg)jdapimin.o: $(UPPDIR1)plugin/jpg/lib/jdapimin.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jdapimin.c -o $(OutDir_plugin_jpg)jdapimin.o + +$(OutDir_plugin_jpg)jdapistd.o: $(UPPDIR1)plugin/jpg/lib/jdapistd.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jdapistd.c -o $(OutDir_plugin_jpg)jdapistd.o + +$(OutDir_plugin_jpg)jdarith.o: $(UPPDIR1)plugin/jpg/lib/jdarith.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jdarith.c -o $(OutDir_plugin_jpg)jdarith.o + +$(OutDir_plugin_jpg)jdatadst.o: $(UPPDIR1)plugin/jpg/lib/jdatadst.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jinclude.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jdatadst.c -o $(OutDir_plugin_jpg)jdatadst.o + +$(OutDir_plugin_jpg)jdatasrc.o: $(UPPDIR1)plugin/jpg/lib/jdatasrc.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jinclude.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jdatasrc.c -o $(OutDir_plugin_jpg)jdatasrc.o + +$(OutDir_plugin_jpg)jdcoefct.o: $(UPPDIR1)plugin/jpg/lib/jdcoefct.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jdcoefct.c -o $(OutDir_plugin_jpg)jdcoefct.o + +$(OutDir_plugin_jpg)jdcolor.o: $(UPPDIR1)plugin/jpg/lib/jdcolor.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jdcolor.c -o $(OutDir_plugin_jpg)jdcolor.o + +$(OutDir_plugin_jpg)jddctmgr.o: $(UPPDIR1)plugin/jpg/lib/jddctmgr.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jdct.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jddctmgr.c -o $(OutDir_plugin_jpg)jddctmgr.o + +$(OutDir_plugin_jpg)jdhuff.o: $(UPPDIR1)plugin/jpg/lib/jdhuff.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jdhuff.c -o $(OutDir_plugin_jpg)jdhuff.o + +$(OutDir_plugin_jpg)jdinput.o: $(UPPDIR1)plugin/jpg/lib/jdinput.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jdinput.c -o $(OutDir_plugin_jpg)jdinput.o + +$(OutDir_plugin_jpg)jdmainct.o: $(UPPDIR1)plugin/jpg/lib/jdmainct.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jdmainct.c -o $(OutDir_plugin_jpg)jdmainct.o + +$(OutDir_plugin_jpg)jdmarker.o: $(UPPDIR1)plugin/jpg/lib/jdmarker.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jdmarker.c -o $(OutDir_plugin_jpg)jdmarker.o + +$(OutDir_plugin_jpg)jdmaster.o: $(UPPDIR1)plugin/jpg/lib/jdmaster.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jdmaster.c -o $(OutDir_plugin_jpg)jdmaster.o + +$(OutDir_plugin_jpg)jdmerge.o: $(UPPDIR1)plugin/jpg/lib/jdmerge.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jdmerge.c -o $(OutDir_plugin_jpg)jdmerge.o + +$(OutDir_plugin_jpg)jdpostct.o: $(UPPDIR1)plugin/jpg/lib/jdpostct.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jdpostct.c -o $(OutDir_plugin_jpg)jdpostct.o + +$(OutDir_plugin_jpg)jdsample.o: $(UPPDIR1)plugin/jpg/lib/jdsample.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jdsample.c -o $(OutDir_plugin_jpg)jdsample.o + +$(OutDir_plugin_jpg)jdtrans.o: $(UPPDIR1)plugin/jpg/lib/jdtrans.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jdtrans.c -o $(OutDir_plugin_jpg)jdtrans.o + +$(OutDir_plugin_jpg)jerror.o: $(UPPDIR1)plugin/jpg/lib/jerror.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jinclude.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/jversion.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jerror.c -o $(OutDir_plugin_jpg)jerror.o + +$(OutDir_plugin_jpg)jfdctflt.o: $(UPPDIR1)plugin/jpg/lib/jfdctflt.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jdct.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jfdctflt.c -o $(OutDir_plugin_jpg)jfdctflt.o + +$(OutDir_plugin_jpg)jfdctfst.o: $(UPPDIR1)plugin/jpg/lib/jfdctfst.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jdct.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jfdctfst.c -o $(OutDir_plugin_jpg)jfdctfst.o + +$(OutDir_plugin_jpg)jfdctint.o: $(UPPDIR1)plugin/jpg/lib/jfdctint.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jdct.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jfdctint.c -o $(OutDir_plugin_jpg)jfdctint.o + +$(OutDir_plugin_jpg)jidctflt.o: $(UPPDIR1)plugin/jpg/lib/jidctflt.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jdct.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jidctflt.c -o $(OutDir_plugin_jpg)jidctflt.o + +$(OutDir_plugin_jpg)jidctfst.o: $(UPPDIR1)plugin/jpg/lib/jidctfst.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jdct.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jidctfst.c -o $(OutDir_plugin_jpg)jidctfst.o + +$(OutDir_plugin_jpg)jidctint.o: $(UPPDIR1)plugin/jpg/lib/jidctint.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jdct.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jidctint.c -o $(OutDir_plugin_jpg)jidctint.o + +$(OutDir_plugin_jpg)jmemansi.o: $(UPPDIR1)plugin/jpg/lib/jmemansi.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmemsys.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jmemansi.c -o $(OutDir_plugin_jpg)jmemansi.o + +$(OutDir_plugin_jpg)jmemmgr.o: $(UPPDIR1)plugin/jpg/lib/jmemmgr.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jinclude.h \ + $(UPPDIR1)plugin/jpg/lib/jmemsys.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jmemmgr.c -o $(OutDir_plugin_jpg)jmemmgr.o + +$(OutDir_plugin_jpg)jquant1.o: $(UPPDIR1)plugin/jpg/lib/jquant1.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jquant1.c -o $(OutDir_plugin_jpg)jquant1.o + +$(OutDir_plugin_jpg)jquant2.o: $(UPPDIR1)plugin/jpg/lib/jquant2.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jquant2.c -o $(OutDir_plugin_jpg)jquant2.o + +$(OutDir_plugin_jpg)jutils.o: $(UPPDIR1)plugin/jpg/lib/jutils.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/jutils.c -o $(OutDir_plugin_jpg)jutils.o + +$(OutDir_plugin_jpg)rdbmp.o: $(UPPDIR1)plugin/jpg/lib/rdbmp.c \ + $(UPPDIR1)plugin/jpg/lib/cderror.h \ + $(UPPDIR1)plugin/jpg/lib/cdjpeg.h \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jinclude.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/rdbmp.c -o $(OutDir_plugin_jpg)rdbmp.o + +$(OutDir_plugin_jpg)rdcolmap.o: $(UPPDIR1)plugin/jpg/lib/rdcolmap.c \ + $(UPPDIR1)plugin/jpg/lib/cderror.h \ + $(UPPDIR1)plugin/jpg/lib/cdjpeg.h \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jinclude.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/rdcolmap.c -o $(OutDir_plugin_jpg)rdcolmap.o + +$(OutDir_plugin_jpg)rdgif.o: $(UPPDIR1)plugin/jpg/lib/rdgif.c \ + $(UPPDIR1)plugin/jpg/lib/cderror.h \ + $(UPPDIR1)plugin/jpg/lib/cdjpeg.h \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jinclude.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/rdgif.c -o $(OutDir_plugin_jpg)rdgif.o + +$(OutDir_plugin_jpg)rdppm.o: $(UPPDIR1)plugin/jpg/lib/rdppm.c \ + $(UPPDIR1)plugin/jpg/lib/cderror.h \ + $(UPPDIR1)plugin/jpg/lib/cdjpeg.h \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jinclude.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/rdppm.c -o $(OutDir_plugin_jpg)rdppm.o + +$(OutDir_plugin_jpg)rdrle.o: $(UPPDIR1)plugin/jpg/lib/rdrle.c \ + $(UPPDIR1)plugin/jpg/lib/cderror.h \ + $(UPPDIR1)plugin/jpg/lib/cdjpeg.h \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jinclude.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/rdrle.c -o $(OutDir_plugin_jpg)rdrle.o + +$(OutDir_plugin_jpg)rdswitch.o: $(UPPDIR1)plugin/jpg/lib/rdswitch.c \ + $(UPPDIR1)plugin/jpg/lib/cderror.h \ + $(UPPDIR1)plugin/jpg/lib/cdjpeg.h \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jinclude.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/rdswitch.c -o $(OutDir_plugin_jpg)rdswitch.o + +$(OutDir_plugin_jpg)rdtarga.o: $(UPPDIR1)plugin/jpg/lib/rdtarga.c \ + $(UPPDIR1)plugin/jpg/lib/cderror.h \ + $(UPPDIR1)plugin/jpg/lib/cdjpeg.h \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jinclude.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/rdtarga.c -o $(OutDir_plugin_jpg)rdtarga.o + +$(OutDir_plugin_jpg)transupp.o: $(UPPDIR1)plugin/jpg/lib/transupp.c \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/transupp.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/transupp.c -o $(OutDir_plugin_jpg)transupp.o + +$(OutDir_plugin_jpg)wrbmp.o: $(UPPDIR1)plugin/jpg/lib/wrbmp.c \ + $(UPPDIR1)plugin/jpg/lib/cderror.h \ + $(UPPDIR1)plugin/jpg/lib/cdjpeg.h \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jinclude.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/wrbmp.c -o $(OutDir_plugin_jpg)wrbmp.o + +$(OutDir_plugin_jpg)wrgif.o: $(UPPDIR1)plugin/jpg/lib/wrgif.c \ + $(UPPDIR1)plugin/jpg/lib/cderror.h \ + $(UPPDIR1)plugin/jpg/lib/cdjpeg.h \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jinclude.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/wrgif.c -o $(OutDir_plugin_jpg)wrgif.o + +$(OutDir_plugin_jpg)wrppm.o: $(UPPDIR1)plugin/jpg/lib/wrppm.c \ + $(UPPDIR1)plugin/jpg/lib/cderror.h \ + $(UPPDIR1)plugin/jpg/lib/cdjpeg.h \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jinclude.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/wrppm.c -o $(OutDir_plugin_jpg)wrppm.o + +$(OutDir_plugin_jpg)wrrle.o: $(UPPDIR1)plugin/jpg/lib/wrrle.c \ + $(UPPDIR1)plugin/jpg/lib/cderror.h \ + $(UPPDIR1)plugin/jpg/lib/cdjpeg.h \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jinclude.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/wrrle.c -o $(OutDir_plugin_jpg)wrrle.o + +$(OutDir_plugin_jpg)wrtarga.o: $(UPPDIR1)plugin/jpg/lib/wrtarga.c \ + $(UPPDIR1)plugin/jpg/lib/cderror.h \ + $(UPPDIR1)plugin/jpg/lib/cdjpeg.h \ + $(UPPDIR1)plugin/jpg/lib/jconfig.h \ + $(UPPDIR1)plugin/jpg/lib/jerror.h \ + $(UPPDIR1)plugin/jpg/lib/jinclude.h \ + $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ + $(UPPDIR1)plugin/jpg/lib/jpegint.h \ + $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_jpg) $(UPPDIR1)plugin/jpg/lib/wrtarga.c -o $(OutDir_plugin_jpg)wrtarga.o + +$(OutDir_plugin_jpg)jpg.a: \ + $(OutDir_plugin_jpg)jpgupp.o \ + $(OutDir_plugin_jpg)jaricom.o \ + $(OutDir_plugin_jpg)jcapimin.o \ + $(OutDir_plugin_jpg)jcapistd.o \ + $(OutDir_plugin_jpg)jcarith.o \ + $(OutDir_plugin_jpg)jccoefct.o \ + $(OutDir_plugin_jpg)jccolor.o \ + $(OutDir_plugin_jpg)jcdctmgr.o \ + $(OutDir_plugin_jpg)jchuff.o \ + $(OutDir_plugin_jpg)jcinit.o \ + $(OutDir_plugin_jpg)jcmainct.o \ + $(OutDir_plugin_jpg)jcmarker.o \ + $(OutDir_plugin_jpg)jcmaster.o \ + $(OutDir_plugin_jpg)jcomapi.o \ + $(OutDir_plugin_jpg)jcparam.o \ + $(OutDir_plugin_jpg)jcprepct.o \ + $(OutDir_plugin_jpg)jcsample.o \ + $(OutDir_plugin_jpg)jctrans.o \ + $(OutDir_plugin_jpg)jdapimin.o \ + $(OutDir_plugin_jpg)jdapistd.o \ + $(OutDir_plugin_jpg)jdarith.o \ + $(OutDir_plugin_jpg)jdatadst.o \ + $(OutDir_plugin_jpg)jdatasrc.o \ + $(OutDir_plugin_jpg)jdcoefct.o \ + $(OutDir_plugin_jpg)jdcolor.o \ + $(OutDir_plugin_jpg)jddctmgr.o \ + $(OutDir_plugin_jpg)jdhuff.o \ + $(OutDir_plugin_jpg)jdinput.o \ + $(OutDir_plugin_jpg)jdmainct.o \ + $(OutDir_plugin_jpg)jdmarker.o \ + $(OutDir_plugin_jpg)jdmaster.o \ + $(OutDir_plugin_jpg)jdmerge.o \ + $(OutDir_plugin_jpg)jdpostct.o \ + $(OutDir_plugin_jpg)jdsample.o \ + $(OutDir_plugin_jpg)jdtrans.o \ + $(OutDir_plugin_jpg)jerror.o \ + $(OutDir_plugin_jpg)jfdctflt.o \ + $(OutDir_plugin_jpg)jfdctfst.o \ + $(OutDir_plugin_jpg)jfdctint.o \ + $(OutDir_plugin_jpg)jidctflt.o \ + $(OutDir_plugin_jpg)jidctfst.o \ + $(OutDir_plugin_jpg)jidctint.o \ + $(OutDir_plugin_jpg)jmemansi.o \ + $(OutDir_plugin_jpg)jmemmgr.o \ + $(OutDir_plugin_jpg)jquant1.o \ + $(OutDir_plugin_jpg)jquant2.o \ + $(OutDir_plugin_jpg)jutils.o \ + $(OutDir_plugin_jpg)rdbmp.o \ + $(OutDir_plugin_jpg)rdcolmap.o \ + $(OutDir_plugin_jpg)rdgif.o \ + $(OutDir_plugin_jpg)rdppm.o \ + $(OutDir_plugin_jpg)rdrle.o \ + $(OutDir_plugin_jpg)rdswitch.o \ + $(OutDir_plugin_jpg)rdtarga.o \ + $(OutDir_plugin_jpg)transupp.o \ + $(OutDir_plugin_jpg)wrbmp.o \ + $(OutDir_plugin_jpg)wrgif.o \ + $(OutDir_plugin_jpg)wrppm.o \ + $(OutDir_plugin_jpg)wrrle.o \ + $(OutDir_plugin_jpg)wrtarga.o + $(AR) $(OutDir_plugin_jpg)jpg.a \ + $(OutDir_plugin_jpg)jpgupp.o \ + $(OutDir_plugin_jpg)jaricom.o \ + $(OutDir_plugin_jpg)jcapimin.o \ + $(OutDir_plugin_jpg)jcapistd.o \ + $(OutDir_plugin_jpg)jcarith.o \ + $(OutDir_plugin_jpg)jccoefct.o \ + $(OutDir_plugin_jpg)jccolor.o \ + $(OutDir_plugin_jpg)jcdctmgr.o \ + $(OutDir_plugin_jpg)jchuff.o \ + $(OutDir_plugin_jpg)jcinit.o \ + $(OutDir_plugin_jpg)jcmainct.o \ + $(OutDir_plugin_jpg)jcmarker.o \ + $(OutDir_plugin_jpg)jcmaster.o \ + $(OutDir_plugin_jpg)jcomapi.o \ + $(OutDir_plugin_jpg)jcparam.o \ + $(OutDir_plugin_jpg)jcprepct.o \ + $(OutDir_plugin_jpg)jcsample.o \ + $(OutDir_plugin_jpg)jctrans.o \ + $(OutDir_plugin_jpg)jdapimin.o \ + $(OutDir_plugin_jpg)jdapistd.o \ + $(OutDir_plugin_jpg)jdarith.o \ + $(OutDir_plugin_jpg)jdatadst.o \ + $(OutDir_plugin_jpg)jdatasrc.o \ + $(OutDir_plugin_jpg)jdcoefct.o \ + $(OutDir_plugin_jpg)jdcolor.o \ + $(OutDir_plugin_jpg)jddctmgr.o \ + $(OutDir_plugin_jpg)jdhuff.o \ + $(OutDir_plugin_jpg)jdinput.o \ + $(OutDir_plugin_jpg)jdmainct.o \ + $(OutDir_plugin_jpg)jdmarker.o \ + $(OutDir_plugin_jpg)jdmaster.o \ + $(OutDir_plugin_jpg)jdmerge.o \ + $(OutDir_plugin_jpg)jdpostct.o \ + $(OutDir_plugin_jpg)jdsample.o \ + $(OutDir_plugin_jpg)jdtrans.o \ + $(OutDir_plugin_jpg)jerror.o \ + $(OutDir_plugin_jpg)jfdctflt.o \ + $(OutDir_plugin_jpg)jfdctfst.o \ + $(OutDir_plugin_jpg)jfdctint.o \ + $(OutDir_plugin_jpg)jidctflt.o \ + $(OutDir_plugin_jpg)jidctfst.o \ + $(OutDir_plugin_jpg)jidctint.o \ + $(OutDir_plugin_jpg)jmemansi.o \ + $(OutDir_plugin_jpg)jmemmgr.o \ + $(OutDir_plugin_jpg)jquant1.o \ + $(OutDir_plugin_jpg)jquant2.o \ + $(OutDir_plugin_jpg)jutils.o \ + $(OutDir_plugin_jpg)rdbmp.o \ + $(OutDir_plugin_jpg)rdcolmap.o \ + $(OutDir_plugin_jpg)rdgif.o \ + $(OutDir_plugin_jpg)rdppm.o \ + $(OutDir_plugin_jpg)rdrle.o \ + $(OutDir_plugin_jpg)rdswitch.o \ + $(OutDir_plugin_jpg)rdtarga.o \ + $(OutDir_plugin_jpg)transupp.o \ + $(OutDir_plugin_jpg)wrbmp.o \ + $(OutDir_plugin_jpg)wrgif.o \ + $(OutDir_plugin_jpg)wrppm.o \ + $(OutDir_plugin_jpg)wrrle.o \ + $(OutDir_plugin_jpg)wrtarga.o + +$(OutDir_Painter): + mkdir -p $(OutDir_Painter) + +$(OutDir_Painter)Painter.o: $(UPPDIR1)Painter/Painter.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/Painter.cpp -o $(OutDir_Painter)Painter.o + +$(OutDir_Painter)SvgArc.o: $(UPPDIR1)Painter/SvgArc.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/SvgArc.cpp -o $(OutDir_Painter)SvgArc.o + +$(OutDir_Painter)PainterPath.o: $(UPPDIR1)Painter/PainterPath.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/PainterPath.cpp -o $(OutDir_Painter)PainterPath.o + +$(OutDir_Painter)DrawOp.o: $(UPPDIR1)Painter/DrawOp.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/DrawOp.cpp -o $(OutDir_Painter)DrawOp.o + +$(OutDir_Painter)Painting.o: $(UPPDIR1)Painter/Painting.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/Painting.cpp -o $(OutDir_Painter)Painting.o + +$(OutDir_Painter)PaintPainting.o: $(UPPDIR1)Painter/PaintPainting.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/PaintPainting.cpp -o $(OutDir_Painter)PaintPainting.o + +$(OutDir_Painter)PainterInit.o: $(UPPDIR1)Painter/PainterInit.icpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/PainterInit.icpp -o $(OutDir_Painter)PainterInit.o + +$(OutDir_Painter)Xform2D.o: $(UPPDIR1)Painter/Xform2D.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/Xform2D.cpp -o $(OutDir_Painter)Xform2D.o + +$(OutDir_Painter)Approximate.o: $(UPPDIR1)Painter/Approximate.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/Approximate.cpp -o $(OutDir_Painter)Approximate.o + +$(OutDir_Painter)Stroker.o: $(UPPDIR1)Painter/Stroker.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/Stroker.cpp -o $(OutDir_Painter)Stroker.o + +$(OutDir_Painter)Dasher.o: $(UPPDIR1)Painter/Dasher.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/Dasher.cpp -o $(OutDir_Painter)Dasher.o + +$(OutDir_Painter)Transformer.o: $(UPPDIR1)Painter/Transformer.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/Transformer.cpp -o $(OutDir_Painter)Transformer.o + +$(OutDir_Painter)Rasterizer.o: $(UPPDIR1)Painter/Rasterizer.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/Rasterizer.cpp -o $(OutDir_Painter)Rasterizer.o + +$(OutDir_Painter)RasterizerClip.o: $(UPPDIR1)Painter/RasterizerClip.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/RasterizerClip.cpp -o $(OutDir_Painter)RasterizerClip.o + +$(OutDir_Painter)RenderChar.o: $(UPPDIR1)Painter/RenderChar.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/RenderChar.cpp -o $(OutDir_Painter)RenderChar.o + +$(OutDir_Painter)Fillers.o: $(UPPDIR1)Painter/Fillers.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Painter/AlphaBlend.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Fillers.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/Fillers.cpp -o $(OutDir_Painter)Fillers.o + +$(OutDir_Painter)Context.o: $(UPPDIR1)Painter/Context.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/Context.cpp -o $(OutDir_Painter)Context.o + +$(OutDir_Painter)Path.o: $(UPPDIR1)Painter/Path.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/Path.cpp -o $(OutDir_Painter)Path.o + +$(OutDir_Painter)Render.o: $(UPPDIR1)Painter/Render.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Fillers.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/Render.cpp -o $(OutDir_Painter)Render.o + +$(OutDir_Painter)Image.o: $(UPPDIR1)Painter/Image.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/Image.cpp -o $(OutDir_Painter)Image.o + +$(OutDir_Painter)Mask.o: $(UPPDIR1)Painter/Mask.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/Mask.cpp -o $(OutDir_Painter)Mask.o + +$(OutDir_Painter)Gradient.o: $(UPPDIR1)Painter/Gradient.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/Gradient.cpp -o $(OutDir_Painter)Gradient.o + +$(OutDir_Painter)RadialGradient.o: $(UPPDIR1)Painter/RadialGradient.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/RadialGradient.cpp -o $(OutDir_Painter)RadialGradient.o + +$(OutDir_Painter)OnPath.o: $(UPPDIR1)Painter/OnPath.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/OnPath.cpp -o $(OutDir_Painter)OnPath.o + +$(OutDir_Painter)SvgUtil.o: $(UPPDIR1)Painter/SvgUtil.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)Painter/SvgInternal.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/SvgUtil.cpp -o $(OutDir_Painter)SvgUtil.o + +$(OutDir_Painter)SvgBounds.o: $(UPPDIR1)Painter/SvgBounds.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)Painter/SvgInternal.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/SvgBounds.cpp -o $(OutDir_Painter)SvgBounds.o + +$(OutDir_Painter)SvgStyle.o: $(UPPDIR1)Painter/SvgStyle.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)Painter/SvgInternal.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/SvgStyle.cpp -o $(OutDir_Painter)SvgStyle.o + +$(OutDir_Painter)SvgParser.o: $(UPPDIR1)Painter/SvgParser.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)Painter/SvgInternal.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/SvgParser.cpp -o $(OutDir_Painter)SvgParser.o + +$(OutDir_Painter)Painter.a: \ + $(OutDir_Painter)Painter.o \ + $(OutDir_Painter)SvgArc.o \ + $(OutDir_Painter)PainterPath.o \ + $(OutDir_Painter)DrawOp.o \ + $(OutDir_Painter)Painting.o \ + $(OutDir_Painter)PaintPainting.o \ + $(OutDir_Painter)Xform2D.o \ + $(OutDir_Painter)Approximate.o \ + $(OutDir_Painter)Stroker.o \ + $(OutDir_Painter)Dasher.o \ + $(OutDir_Painter)Transformer.o \ + $(OutDir_Painter)Rasterizer.o \ + $(OutDir_Painter)RasterizerClip.o \ + $(OutDir_Painter)RenderChar.o \ + $(OutDir_Painter)Fillers.o \ + $(OutDir_Painter)Context.o \ + $(OutDir_Painter)Path.o \ + $(OutDir_Painter)Render.o \ + $(OutDir_Painter)Image.o \ + $(OutDir_Painter)Mask.o \ + $(OutDir_Painter)Gradient.o \ + $(OutDir_Painter)RadialGradient.o \ + $(OutDir_Painter)OnPath.o \ + $(OutDir_Painter)SvgUtil.o \ + $(OutDir_Painter)SvgBounds.o \ + $(OutDir_Painter)SvgStyle.o \ + $(OutDir_Painter)SvgParser.o + $(AR) $(OutDir_Painter)Painter.a \ + $(OutDir_Painter)Painter.o \ + $(OutDir_Painter)SvgArc.o \ + $(OutDir_Painter)PainterPath.o \ + $(OutDir_Painter)DrawOp.o \ + $(OutDir_Painter)Painting.o \ + $(OutDir_Painter)PaintPainting.o \ + $(OutDir_Painter)Xform2D.o \ + $(OutDir_Painter)Approximate.o \ + $(OutDir_Painter)Stroker.o \ + $(OutDir_Painter)Dasher.o \ + $(OutDir_Painter)Transformer.o \ + $(OutDir_Painter)Rasterizer.o \ + $(OutDir_Painter)RasterizerClip.o \ + $(OutDir_Painter)RenderChar.o \ + $(OutDir_Painter)Fillers.o \ + $(OutDir_Painter)Context.o \ + $(OutDir_Painter)Path.o \ + $(OutDir_Painter)Render.o \ + $(OutDir_Painter)Image.o \ + $(OutDir_Painter)Mask.o \ + $(OutDir_Painter)Gradient.o \ + $(OutDir_Painter)RadialGradient.o \ + $(OutDir_Painter)OnPath.o \ + $(OutDir_Painter)SvgUtil.o \ + $(OutDir_Painter)SvgBounds.o \ + $(OutDir_Painter)SvgStyle.o \ + $(OutDir_Painter)SvgParser.o + +$(OutDir_Draw): + mkdir -p $(OutDir_Draw) + +$(OutDir_Draw)Font.o: $(UPPDIR1)Draw/Font.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/Font.cpp -o $(OutDir_Draw)Font.o + +$(OutDir_Draw)FontCR.o: $(UPPDIR1)Draw/FontCR.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/FontCR.cpp -o $(OutDir_Draw)FontCR.o + +$(OutDir_Draw)FontWin32.o: $(UPPDIR1)Draw/FontWin32.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/FontWin32.cpp -o $(OutDir_Draw)FontWin32.o + +$(OutDir_Draw)FontFc.o: $(UPPDIR1)Draw/FontFc.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/FontFc.cpp -o $(OutDir_Draw)FontFc.o + +$(OutDir_Draw)Draw.o: $(UPPDIR1)Draw/Draw.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/Draw.cpp -o $(OutDir_Draw)Draw.o + +$(OutDir_Draw)DrawText.o: $(UPPDIR1)Draw/DrawText.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/DrawText.cpp -o $(OutDir_Draw)DrawText.o + +$(OutDir_Draw)DrawData.o: $(UPPDIR1)Draw/DrawData.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/DrawData.cpp -o $(OutDir_Draw)DrawData.o + +$(OutDir_Draw)Drawing.o: $(UPPDIR1)Draw/Drawing.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/Drawing.cpp -o $(OutDir_Draw)Drawing.o + +$(OutDir_Draw)ImageAnyDraw.o: $(UPPDIR1)Draw/ImageAnyDraw.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/ImageAnyDraw.cpp -o $(OutDir_Draw)ImageAnyDraw.o + +$(OutDir_Draw)DrawUtil.o: $(UPPDIR1)Draw/DrawUtil.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/DrawUtil.cpp -o $(OutDir_Draw)DrawUtil.o + +$(OutDir_Draw)DrawTextUtil.o: $(UPPDIR1)Draw/DrawTextUtil.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/DrawTextUtil.cpp -o $(OutDir_Draw)DrawTextUtil.o + +$(OutDir_Draw)Display.o: $(UPPDIR1)Draw/Display.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/iml_source.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/Display.cpp -o $(OutDir_Draw)Display.o + +$(OutDir_Draw)Image.o: $(UPPDIR1)Draw/Image.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/Image.cpp -o $(OutDir_Draw)Image.o + +$(OutDir_Draw)ImageBlit.o: $(UPPDIR1)Draw/ImageBlit.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/ImageBlit.cpp -o $(OutDir_Draw)ImageBlit.o + +$(OutDir_Draw)RasterFormat.o: $(UPPDIR1)Draw/RasterFormat.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/RasterFormat.cpp -o $(OutDir_Draw)RasterFormat.o + +$(OutDir_Draw)RasterWrite.o: $(UPPDIR1)Draw/RasterWrite.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/RasterWrite.cpp -o $(OutDir_Draw)RasterWrite.o + +$(OutDir_Draw)Palette.o: $(UPPDIR1)Draw/Palette.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/Palette.cpp -o $(OutDir_Draw)Palette.o + +$(OutDir_Draw)Raster.o: $(UPPDIR1)Draw/Raster.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/Raster.cpp -o $(OutDir_Draw)Raster.o + +$(OutDir_Draw)RasterEncoder.o: $(UPPDIR1)Draw/RasterEncoder.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/RasterEncoder.cpp -o $(OutDir_Draw)RasterEncoder.o + +$(OutDir_Draw)ImageOp.o: $(UPPDIR1)Draw/ImageOp.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/ImageOp.cpp -o $(OutDir_Draw)ImageOp.o + +$(OutDir_Draw)ImageChOp.o: $(UPPDIR1)Draw/ImageChOp.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/ImageChOp.cpp -o $(OutDir_Draw)ImageChOp.o + +$(OutDir_Draw)Mify.o: $(UPPDIR1)Draw/Mify.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/Mify.cpp -o $(OutDir_Draw)Mify.o + +$(OutDir_Draw)ImageScale.o: $(UPPDIR1)Draw/ImageScale.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/ImageScale.cpp -o $(OutDir_Draw)ImageScale.o + +$(OutDir_Draw)RescaleFilter.o: $(UPPDIR1)Draw/RescaleFilter.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/RescaleFilter.cpp -o $(OutDir_Draw)RescaleFilter.o + +$(OutDir_Draw)MakeCache.o: $(UPPDIR1)Draw/MakeCache.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/MakeCache.cpp -o $(OutDir_Draw)MakeCache.o + +$(OutDir_Draw)DrawRasterData.o: $(UPPDIR1)Draw/DrawRasterData.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/DrawRasterData.cpp -o $(OutDir_Draw)DrawRasterData.o + +$(OutDir_Draw)Uhd.o: $(UPPDIR1)Draw/Uhd.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/Uhd.cpp -o $(OutDir_Draw)Uhd.o + +$(OutDir_Draw)Iml.o: $(UPPDIR1)Draw/Iml.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/Iml.cpp -o $(OutDir_Draw)Iml.o + +$(OutDir_Draw)DDARasterizer.o: $(UPPDIR1)Draw/DDARasterizer.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/DDARasterizer.cpp -o $(OutDir_Draw)DDARasterizer.o + +$(OutDir_Draw)SDrawClip.o: $(UPPDIR1)Draw/SDrawClip.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/SDrawClip.cpp -o $(OutDir_Draw)SDrawClip.o + +$(OutDir_Draw)SDrawPut.o: $(UPPDIR1)Draw/SDrawPut.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/SDrawPut.cpp -o $(OutDir_Draw)SDrawPut.o + +$(OutDir_Draw)SDrawText.o: $(UPPDIR1)Draw/SDrawText.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/SDrawText.cpp -o $(OutDir_Draw)SDrawText.o + +$(OutDir_Draw)SDraw.o: $(UPPDIR1)Draw/SDraw.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/SDraw.cpp -o $(OutDir_Draw)SDraw.o + +$(OutDir_Draw)SImageDraw.o: $(UPPDIR1)Draw/SImageDraw.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/SImageDraw.cpp -o $(OutDir_Draw)SImageDraw.o + +$(OutDir_Draw)Cham.o: $(UPPDIR1)Draw/Cham.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/Cham.cpp -o $(OutDir_Draw)Cham.o + +$(OutDir_Draw)SColors.o: $(UPPDIR1)Draw/SColors.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/SColors.cpp -o $(OutDir_Draw)SColors.o + +$(OutDir_Draw)Draw.a: \ + $(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)Mify.o \ + $(OutDir_Draw)ImageScale.o \ + $(OutDir_Draw)RescaleFilter.o \ + $(OutDir_Draw)MakeCache.o \ + $(OutDir_Draw)DrawRasterData.o \ + $(OutDir_Draw)Uhd.o \ + $(OutDir_Draw)Iml.o \ + $(OutDir_Draw)DDARasterizer.o \ + $(OutDir_Draw)SDrawClip.o \ + $(OutDir_Draw)SDrawPut.o \ + $(OutDir_Draw)SDrawText.o \ + $(OutDir_Draw)SDraw.o \ + $(OutDir_Draw)SImageDraw.o \ + $(OutDir_Draw)Cham.o \ + $(OutDir_Draw)SColors.o + $(AR) $(OutDir_Draw)Draw.a \ + $(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)Mify.o \ + $(OutDir_Draw)ImageScale.o \ + $(OutDir_Draw)RescaleFilter.o \ + $(OutDir_Draw)MakeCache.o \ + $(OutDir_Draw)DrawRasterData.o \ + $(OutDir_Draw)Uhd.o \ + $(OutDir_Draw)Iml.o \ + $(OutDir_Draw)DDARasterizer.o \ + $(OutDir_Draw)SDrawClip.o \ + $(OutDir_Draw)SDrawPut.o \ + $(OutDir_Draw)SDrawText.o \ + $(OutDir_Draw)SDraw.o \ + $(OutDir_Draw)SImageDraw.o \ + $(OutDir_Draw)Cham.o \ + $(OutDir_Draw)SColors.o + +$(OutDir_PdfDraw): + mkdir -p $(OutDir_PdfDraw) + +$(OutDir_PdfDraw)TTFStream.o: $(UPPDIR1)PdfDraw/TTFStream.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_PdfDraw) $(UPPDIR1)PdfDraw/TTFStream.cpp -o $(OutDir_PdfDraw)TTFStream.o + +$(OutDir_PdfDraw)TTFStruct.o: $(UPPDIR1)PdfDraw/TTFStruct.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_PdfDraw) $(UPPDIR1)PdfDraw/TTFStruct.cpp -o $(OutDir_PdfDraw)TTFStruct.o + +$(OutDir_PdfDraw)TTFReader.o: $(UPPDIR1)PdfDraw/TTFReader.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_PdfDraw) $(UPPDIR1)PdfDraw/TTFReader.cpp -o $(OutDir_PdfDraw)TTFReader.o + +$(OutDir_PdfDraw)TTFSubset.o: $(UPPDIR1)PdfDraw/TTFSubset.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_PdfDraw) $(UPPDIR1)PdfDraw/TTFSubset.cpp -o $(OutDir_PdfDraw)TTFSubset.o + +$(OutDir_PdfDraw)PdfDraw.o: $(UPPDIR1)PdfDraw/PdfDraw.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)PdfDraw/ICCColorSpace.i \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_PdfDraw) $(UPPDIR1)PdfDraw/PdfDraw.cpp -o $(OutDir_PdfDraw)PdfDraw.o + +$(OutDir_PdfDraw)PdfReport.o: $(UPPDIR1)PdfDraw/PdfReport.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_PdfDraw) $(UPPDIR1)PdfDraw/PdfReport.cpp -o $(OutDir_PdfDraw)PdfReport.o + +$(OutDir_PdfDraw)PdfInit.o: $(UPPDIR1)PdfDraw/PdfInit.icpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)PdfDraw/PdfDraw.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/z.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_PdfDraw) $(UPPDIR1)PdfDraw/PdfInit.icpp -o $(OutDir_PdfDraw)PdfInit.o + +$(OutDir_PdfDraw)PdfDraw.a: \ + $(OutDir_PdfDraw)TTFStream.o \ + $(OutDir_PdfDraw)TTFStruct.o \ + $(OutDir_PdfDraw)TTFReader.o \ + $(OutDir_PdfDraw)TTFSubset.o \ + $(OutDir_PdfDraw)PdfDraw.o \ + $(OutDir_PdfDraw)PdfReport.o + $(AR) $(OutDir_PdfDraw)PdfDraw.a \ + $(OutDir_PdfDraw)TTFStream.o \ + $(OutDir_PdfDraw)TTFStruct.o \ + $(OutDir_PdfDraw)TTFReader.o \ + $(OutDir_PdfDraw)TTFSubset.o \ + $(OutDir_PdfDraw)PdfDraw.o \ + $(OutDir_PdfDraw)PdfReport.o + +$(OutDir_plugin_pcre): + mkdir -p $(OutDir_plugin_pcre) + +$(OutDir_plugin_pcre)RegExp.o: $(UPPDIR1)plugin/pcre/RegExp.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_pcre) $(UPPDIR1)plugin/pcre/RegExp.cpp -o $(OutDir_plugin_pcre)RegExp.o + +$(OutDir_plugin_pcre)lib.o: $(UPPDIR1)plugin/pcre/lib.c \ + $(UPPDIR1)plugin/pcre/lib/config.h \ + $(UPPDIR1)plugin/pcre/lib/pcre.h \ + $(UPPDIR1)plugin/pcre/lib/pcre_byte_order.c \ + $(UPPDIR1)plugin/pcre/lib/pcre_chartables.c \ + $(UPPDIR1)plugin/pcre/lib/pcre_compile.c \ + $(UPPDIR1)plugin/pcre/lib/pcre_config.c \ + $(UPPDIR1)plugin/pcre/lib/pcre_dfa_exec.c \ + $(UPPDIR1)plugin/pcre/lib/pcre_exec.c \ + $(UPPDIR1)plugin/pcre/lib/pcre_fullinfo.c \ + $(UPPDIR1)plugin/pcre/lib/pcre_get.c \ + $(UPPDIR1)plugin/pcre/lib/pcre_globals.c \ + $(UPPDIR1)plugin/pcre/lib/pcre_internal.h \ + $(UPPDIR1)plugin/pcre/lib/pcre_jit_compile.c \ + $(UPPDIR1)plugin/pcre/lib/pcre_maketables.c \ + $(UPPDIR1)plugin/pcre/lib/pcre_newline.c \ + $(UPPDIR1)plugin/pcre/lib/pcre_ord2utf8.c \ + $(UPPDIR1)plugin/pcre/lib/pcre_refcount.c \ + $(UPPDIR1)plugin/pcre/lib/pcre_string_utils.c \ + $(UPPDIR1)plugin/pcre/lib/pcre_study.c \ + $(UPPDIR1)plugin/pcre/lib/pcre_tables.c \ + $(UPPDIR1)plugin/pcre/lib/pcre_ucd.c \ + $(UPPDIR1)plugin/pcre/lib/pcre_valid_utf8.c \ + $(UPPDIR1)plugin/pcre/lib/pcre_version.c \ + $(UPPDIR1)plugin/pcre/lib/pcre_xclass.c \ + $(UPPDIR1)plugin/pcre/lib/ucp.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_pcre) $(UPPDIR1)plugin/pcre/lib.c -o $(OutDir_plugin_pcre)lib.o + +$(OutDir_plugin_pcre)pcre.a: \ + $(OutDir_plugin_pcre)RegExp.o \ + $(OutDir_plugin_pcre)lib.o + $(AR) $(OutDir_plugin_pcre)pcre.a \ + $(OutDir_plugin_pcre)RegExp.o \ + $(OutDir_plugin_pcre)lib.o + +$(OutDir_CtrlCore): + mkdir -p $(OutDir_CtrlCore) + +$(OutDir_CtrlCore)SystemDraw.o: $(UPPDIR1)CtrlCore/SystemDraw.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/SystemDraw.cpp -o $(OutDir_CtrlCore)SystemDraw.o + +$(OutDir_CtrlCore)Frame.o: $(UPPDIR1)CtrlCore/Frame.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/Frame.cpp -o $(OutDir_CtrlCore)Frame.o + +$(OutDir_CtrlCore)CtrlMt.o: $(UPPDIR1)CtrlCore/CtrlMt.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/CtrlMt.cpp -o $(OutDir_CtrlCore)CtrlMt.o + +$(OutDir_CtrlCore)Ctrl.o: $(UPPDIR1)CtrlCore/Ctrl.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/iml_source.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/Ctrl.cpp -o $(OutDir_CtrlCore)Ctrl.o + +$(OutDir_CtrlCore)CtrlChild.o: $(UPPDIR1)CtrlCore/CtrlChild.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/CtrlChild.cpp -o $(OutDir_CtrlCore)CtrlChild.o + +$(OutDir_CtrlCore)CtrlPos.o: $(UPPDIR1)CtrlCore/CtrlPos.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/CtrlPos.cpp -o $(OutDir_CtrlCore)CtrlPos.o + +$(OutDir_CtrlCore)CtrlDraw.o: $(UPPDIR1)CtrlCore/CtrlDraw.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/CtrlDraw.cpp -o $(OutDir_CtrlCore)CtrlDraw.o + +$(OutDir_CtrlCore)CtrlMouse.o: $(UPPDIR1)CtrlCore/CtrlMouse.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/CtrlMouse.cpp -o $(OutDir_CtrlCore)CtrlMouse.o + +$(OutDir_CtrlCore)CtrlKbd.o: $(UPPDIR1)CtrlCore/CtrlKbd.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/CtrlKbd.cpp -o $(OutDir_CtrlCore)CtrlKbd.o + +$(OutDir_CtrlCore)CtrlTimer.o: $(UPPDIR1)CtrlCore/CtrlTimer.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/CtrlTimer.cpp -o $(OutDir_CtrlCore)CtrlTimer.o + +$(OutDir_CtrlCore)CtrlClip.o: $(UPPDIR1)CtrlCore/CtrlClip.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/CtrlClip.cpp -o $(OutDir_CtrlCore)CtrlClip.o + +$(OutDir_CtrlCore)LocalLoop.o: $(UPPDIR1)CtrlCore/LocalLoop.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/LocalLoop.cpp -o $(OutDir_CtrlCore)LocalLoop.o + +$(OutDir_CtrlCore)CtrlCoreInit.o: $(UPPDIR1)CtrlCore/CtrlCoreInit.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/CtrlCoreInit.cpp -o $(OutDir_CtrlCore)CtrlCoreInit.o + +$(OutDir_CtrlCore)TopWindow.o: $(UPPDIR1)CtrlCore/TopWindow.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/TopWindow.cpp -o $(OutDir_CtrlCore)TopWindow.o + +$(OutDir_CtrlCore)DrawWin32.o: $(UPPDIR1)CtrlCore/DrawWin32.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/DrawWin32.cpp -o $(OutDir_CtrlCore)DrawWin32.o + +$(OutDir_CtrlCore)DrawOpWin32.o: $(UPPDIR1)CtrlCore/DrawOpWin32.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/DrawOpWin32.cpp -o $(OutDir_CtrlCore)DrawOpWin32.o + +$(OutDir_CtrlCore)DrawTextWin32.o: $(UPPDIR1)CtrlCore/DrawTextWin32.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/DrawTextWin32.cpp -o $(OutDir_CtrlCore)DrawTextWin32.o + +$(OutDir_CtrlCore)ImageWin32.o: $(UPPDIR1)CtrlCore/ImageWin32.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/ImageWin32.cpp -o $(OutDir_CtrlCore)ImageWin32.o + +$(OutDir_CtrlCore)MetaFile.o: $(UPPDIR1)CtrlCore/MetaFile.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/MetaFile.cpp -o $(OutDir_CtrlCore)MetaFile.o + +$(OutDir_CtrlCore)UtilWin32.o: $(UPPDIR1)CtrlCore/UtilWin32.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/UtilWin32.cpp -o $(OutDir_CtrlCore)UtilWin32.o + +$(OutDir_CtrlCore)Win32Ctrl.o: $(UPPDIR1)CtrlCore/Win32Ctrl.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/Win32Ctrl.cpp -o $(OutDir_CtrlCore)Win32Ctrl.o + +$(OutDir_CtrlCore)Win32Wnd.o: $(UPPDIR1)CtrlCore/Win32Wnd.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Msg.i \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/Win32Wnd.cpp -o $(OutDir_CtrlCore)Win32Wnd.o + +$(OutDir_CtrlCore)Win32Clip.o: $(UPPDIR1)CtrlCore/Win32Clip.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/Win32Clip.cpp -o $(OutDir_CtrlCore)Win32Clip.o + +$(OutDir_CtrlCore)Win32DnD.o: $(UPPDIR1)CtrlCore/Win32DnD.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/Win32DnD.cpp -o $(OutDir_CtrlCore)Win32DnD.o + +$(OutDir_CtrlCore)Win32Proc.o: $(UPPDIR1)CtrlCore/Win32Proc.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/Win32Proc.cpp -o $(OutDir_CtrlCore)Win32Proc.o + +$(OutDir_CtrlCore)TopWin32.o: $(UPPDIR1)CtrlCore/TopWin32.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/TopWin32.cpp -o $(OutDir_CtrlCore)TopWin32.o + +$(OutDir_CtrlCore)DHCtrl.o: $(UPPDIR1)CtrlCore/DHCtrl.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/DHCtrl.cpp -o $(OutDir_CtrlCore)DHCtrl.o + +$(OutDir_CtrlCore)DrawX11.o: $(UPPDIR1)CtrlCore/DrawX11.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/DrawX11.cpp -o $(OutDir_CtrlCore)DrawX11.o + +$(OutDir_CtrlCore)DrawOpX11.o: $(UPPDIR1)CtrlCore/DrawOpX11.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/DrawOpX11.cpp -o $(OutDir_CtrlCore)DrawOpX11.o + +$(OutDir_CtrlCore)DrawTextX11.o: $(UPPDIR1)CtrlCore/DrawTextX11.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/DrawTextX11.cpp -o $(OutDir_CtrlCore)DrawTextX11.o + +$(OutDir_CtrlCore)ImageX11.o: $(UPPDIR1)CtrlCore/ImageX11.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/ImageX11.cpp -o $(OutDir_CtrlCore)ImageX11.o + +$(OutDir_CtrlCore)UtilX11.o: $(UPPDIR1)CtrlCore/UtilX11.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/UtilX11.cpp -o $(OutDir_CtrlCore)UtilX11.o + +$(OutDir_CtrlCore)X11Ctrl.o: $(UPPDIR1)CtrlCore/X11Ctrl.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/X11Ctrl.cpp -o $(OutDir_CtrlCore)X11Ctrl.o + +$(OutDir_CtrlCore)X11Wnd.o: $(UPPDIR1)CtrlCore/X11Wnd.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/X11Event.i \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/X11Wnd.cpp -o $(OutDir_CtrlCore)X11Wnd.o + +$(OutDir_CtrlCore)X11Proc.o: $(UPPDIR1)CtrlCore/X11Proc.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/X11Proc.cpp -o $(OutDir_CtrlCore)X11Proc.o + +$(OutDir_CtrlCore)X11Clip.o: $(UPPDIR1)CtrlCore/X11Clip.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/X11Clip.cpp -o $(OutDir_CtrlCore)X11Clip.o + +$(OutDir_CtrlCore)X11DnD.o: $(UPPDIR1)CtrlCore/X11DnD.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/X11DnD.cpp -o $(OutDir_CtrlCore)X11DnD.o + +$(OutDir_CtrlCore)X11Top.o: $(UPPDIR1)CtrlCore/X11Top.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/X11Top.cpp -o $(OutDir_CtrlCore)X11Top.o + +$(OutDir_CtrlCore)X11ImgClip.o: $(UPPDIR1)CtrlCore/X11ImgClip.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/X11ImgClip.cpp -o $(OutDir_CtrlCore)X11ImgClip.o + +$(OutDir_CtrlCore)X11App.o: $(UPPDIR1)CtrlCore/X11App.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/X11App.cpp -o $(OutDir_CtrlCore)X11App.o + +$(OutDir_CtrlCore)X11DHCtrl.o: $(UPPDIR1)CtrlCore/X11DHCtrl.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/X11DHCtrl.cpp -o $(OutDir_CtrlCore)X11DHCtrl.o + +$(OutDir_CtrlCore)GtkDrawOp.o: $(UPPDIR1)CtrlCore/GtkDrawOp.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/GtkDrawOp.cpp -o $(OutDir_CtrlCore)GtkDrawOp.o + +$(OutDir_CtrlCore)GtkDrawText.o: $(UPPDIR1)CtrlCore/GtkDrawText.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/GtkDrawText.cpp -o $(OutDir_CtrlCore)GtkDrawText.o + +$(OutDir_CtrlCore)GtkDrawImage.o: $(UPPDIR1)CtrlCore/GtkDrawImage.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/GtkDrawImage.cpp -o $(OutDir_CtrlCore)GtkDrawImage.o + +$(OutDir_CtrlCore)GdkImage.o: $(UPPDIR1)CtrlCore/GdkImage.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/GdkImage.cpp -o $(OutDir_CtrlCore)GdkImage.o + +$(OutDir_CtrlCore)GtkUtil.o: $(UPPDIR1)CtrlCore/GtkUtil.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/GtkUtil.cpp -o $(OutDir_CtrlCore)GtkUtil.o + +$(OutDir_CtrlCore)GtkX11Util.o: $(UPPDIR1)CtrlCore/GtkX11Util.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/GtkX11Util.cpp -o $(OutDir_CtrlCore)GtkX11Util.o + +$(OutDir_CtrlCore)GtkCtrl.o: $(UPPDIR1)CtrlCore/GtkCtrl.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/GtkCtrl.cpp -o $(OutDir_CtrlCore)GtkCtrl.o + +$(OutDir_CtrlCore)GtkCapture.o: $(UPPDIR1)CtrlCore/GtkCapture.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/GtkCapture.cpp -o $(OutDir_CtrlCore)GtkCapture.o + +$(OutDir_CtrlCore)GtkWnd.o: $(UPPDIR1)CtrlCore/GtkWnd.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/GtkWnd.cpp -o $(OutDir_CtrlCore)GtkWnd.o + +$(OutDir_CtrlCore)GtkCreate.o: $(UPPDIR1)CtrlCore/GtkCreate.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/GtkCreate.cpp -o $(OutDir_CtrlCore)GtkCreate.o + +$(OutDir_CtrlCore)GtkEvent.o: $(UPPDIR1)CtrlCore/GtkEvent.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/GtkEvent.cpp -o $(OutDir_CtrlCore)GtkEvent.o + +$(OutDir_CtrlCore)GtkTop.o: $(UPPDIR1)CtrlCore/GtkTop.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/GtkTop.cpp -o $(OutDir_CtrlCore)GtkTop.o + +$(OutDir_CtrlCore)GtkClip.o: $(UPPDIR1)CtrlCore/GtkClip.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/GtkClip.cpp -o $(OutDir_CtrlCore)GtkClip.o + +$(OutDir_CtrlCore)GtkDnD.o: $(UPPDIR1)CtrlCore/GtkDnD.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/GtkDnD.cpp -o $(OutDir_CtrlCore)GtkDnD.o + +$(OutDir_CtrlCore)GtkApp.o: $(UPPDIR1)CtrlCore/GtkApp.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/GtkApp.cpp -o $(OutDir_CtrlCore)GtkApp.o + +$(OutDir_CtrlCore)CocoCtrl.o: $(UPPDIR1)CtrlCore/CocoCtrl.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/CocoCtrl.cpp -o $(OutDir_CtrlCore)CocoCtrl.o + +$(OutDir_CtrlCore)CocoWnd.o: $(UPPDIR1)CtrlCore/CocoWnd.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/CocoWnd.cpp -o $(OutDir_CtrlCore)CocoWnd.o + +$(OutDir_CtrlCore)CocoTop.o: $(UPPDIR1)CtrlCore/CocoTop.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/CocoTop.cpp -o $(OutDir_CtrlCore)CocoTop.o + +$(OutDir_CtrlCore)CocoChSysInit.o: $(UPPDIR1)CtrlCore/CocoChSysInit.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/lay.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/EditCtrl.h \ + $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.h \ + $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/PushCtrl.h \ + $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/CocoChSysInit.cpp -o $(OutDir_CtrlCore)CocoChSysInit.o + +$(OutDir_CtrlCore)ParseRTF.o: $(UPPDIR1)CtrlCore/ParseRTF.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/ParseRTF.cpp -o $(OutDir_CtrlCore)ParseRTF.o + +$(OutDir_CtrlCore)EncodeRTF.o: $(UPPDIR1)CtrlCore/EncodeRTF.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/EncodeRTF.cpp -o $(OutDir_CtrlCore)EncodeRTF.o + +$(OutDir_CtrlCore)CtrlCore.a: \ + $(OutDir_CtrlCore)SystemDraw.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)CtrlCoreInit.o \ + $(OutDir_CtrlCore)TopWindow.o \ + $(OutDir_CtrlCore)DrawWin32.o \ + $(OutDir_CtrlCore)DrawOpWin32.o \ + $(OutDir_CtrlCore)DrawTextWin32.o \ + $(OutDir_CtrlCore)ImageWin32.o \ + $(OutDir_CtrlCore)MetaFile.o \ + $(OutDir_CtrlCore)UtilWin32.o \ + $(OutDir_CtrlCore)Win32Ctrl.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)DrawX11.o \ + $(OutDir_CtrlCore)DrawOpX11.o \ + $(OutDir_CtrlCore)DrawTextX11.o \ + $(OutDir_CtrlCore)ImageX11.o \ + $(OutDir_CtrlCore)UtilX11.o \ + $(OutDir_CtrlCore)X11Ctrl.o \ + $(OutDir_CtrlCore)X11Wnd.o \ + $(OutDir_CtrlCore)X11Proc.o \ + $(OutDir_CtrlCore)X11Clip.o \ + $(OutDir_CtrlCore)X11DnD.o \ + $(OutDir_CtrlCore)X11Top.o \ + $(OutDir_CtrlCore)X11ImgClip.o \ + $(OutDir_CtrlCore)X11App.o \ + $(OutDir_CtrlCore)X11DHCtrl.o \ + $(OutDir_CtrlCore)GtkDrawOp.o \ + $(OutDir_CtrlCore)GtkDrawText.o \ + $(OutDir_CtrlCore)GtkDrawImage.o \ + $(OutDir_CtrlCore)GdkImage.o \ + $(OutDir_CtrlCore)GtkUtil.o \ + $(OutDir_CtrlCore)GtkX11Util.o \ + $(OutDir_CtrlCore)GtkCtrl.o \ + $(OutDir_CtrlCore)GtkCapture.o \ + $(OutDir_CtrlCore)GtkWnd.o \ + $(OutDir_CtrlCore)GtkCreate.o \ + $(OutDir_CtrlCore)GtkEvent.o \ + $(OutDir_CtrlCore)GtkTop.o \ + $(OutDir_CtrlCore)GtkClip.o \ + $(OutDir_CtrlCore)GtkDnD.o \ + $(OutDir_CtrlCore)GtkApp.o \ + $(OutDir_CtrlCore)CocoCtrl.o \ + $(OutDir_CtrlCore)CocoWnd.o \ + $(OutDir_CtrlCore)CocoTop.o \ + $(OutDir_CtrlCore)CocoChSysInit.o \ + $(OutDir_CtrlCore)ParseRTF.o \ + $(OutDir_CtrlCore)EncodeRTF.o + $(AR) $(OutDir_CtrlCore)CtrlCore.a \ + $(OutDir_CtrlCore)SystemDraw.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)CtrlCoreInit.o \ + $(OutDir_CtrlCore)TopWindow.o \ + $(OutDir_CtrlCore)DrawWin32.o \ + $(OutDir_CtrlCore)DrawOpWin32.o \ + $(OutDir_CtrlCore)DrawTextWin32.o \ + $(OutDir_CtrlCore)ImageWin32.o \ + $(OutDir_CtrlCore)MetaFile.o \ + $(OutDir_CtrlCore)UtilWin32.o \ + $(OutDir_CtrlCore)Win32Ctrl.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)DrawX11.o \ + $(OutDir_CtrlCore)DrawOpX11.o \ + $(OutDir_CtrlCore)DrawTextX11.o \ + $(OutDir_CtrlCore)ImageX11.o \ + $(OutDir_CtrlCore)UtilX11.o \ + $(OutDir_CtrlCore)X11Ctrl.o \ + $(OutDir_CtrlCore)X11Wnd.o \ + $(OutDir_CtrlCore)X11Proc.o \ + $(OutDir_CtrlCore)X11Clip.o \ + $(OutDir_CtrlCore)X11DnD.o \ + $(OutDir_CtrlCore)X11Top.o \ + $(OutDir_CtrlCore)X11ImgClip.o \ + $(OutDir_CtrlCore)X11App.o \ + $(OutDir_CtrlCore)X11DHCtrl.o \ + $(OutDir_CtrlCore)GtkDrawOp.o \ + $(OutDir_CtrlCore)GtkDrawText.o \ + $(OutDir_CtrlCore)GtkDrawImage.o \ + $(OutDir_CtrlCore)GdkImage.o \ + $(OutDir_CtrlCore)GtkUtil.o \ + $(OutDir_CtrlCore)GtkX11Util.o \ + $(OutDir_CtrlCore)GtkCtrl.o \ + $(OutDir_CtrlCore)GtkCapture.o \ + $(OutDir_CtrlCore)GtkWnd.o \ + $(OutDir_CtrlCore)GtkCreate.o \ + $(OutDir_CtrlCore)GtkEvent.o \ + $(OutDir_CtrlCore)GtkTop.o \ + $(OutDir_CtrlCore)GtkClip.o \ + $(OutDir_CtrlCore)GtkDnD.o \ + $(OutDir_CtrlCore)GtkApp.o \ + $(OutDir_CtrlCore)CocoCtrl.o \ + $(OutDir_CtrlCore)CocoWnd.o \ + $(OutDir_CtrlCore)CocoTop.o \ + $(OutDir_CtrlCore)CocoChSysInit.o \ + $(OutDir_CtrlCore)ParseRTF.o \ + $(OutDir_CtrlCore)EncodeRTF.o + +$(OutDir_plugin_bmp): + mkdir -p $(OutDir_plugin_bmp) + +$(OutDir_plugin_bmp)Bmp.o: $(UPPDIR1)plugin/bmp/Bmp.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bmp/bmphdr.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_bmp) $(UPPDIR1)plugin/bmp/Bmp.cpp -o $(OutDir_plugin_bmp)Bmp.o + +$(OutDir_plugin_bmp)BmpWrite.o: $(UPPDIR1)plugin/bmp/BmpWrite.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bmp/bmphdr.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_bmp) $(UPPDIR1)plugin/bmp/BmpWrite.cpp -o $(OutDir_plugin_bmp)BmpWrite.o + +$(OutDir_plugin_bmp)Icon.o: $(UPPDIR1)plugin/bmp/Icon.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/bmp/bmphdr.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_bmp) $(UPPDIR1)plugin/bmp/Icon.cpp -o $(OutDir_plugin_bmp)Icon.o + +$(OutDir_plugin_bmp)BmpReg.o: $(UPPDIR1)plugin/bmp/BmpReg.icpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/bmp/bmp.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_bmp) $(UPPDIR1)plugin/bmp/BmpReg.icpp -o $(OutDir_plugin_bmp)BmpReg.o + +$(OutDir_plugin_bmp)bmp.a: \ + $(OutDir_plugin_bmp)Bmp.o \ + $(OutDir_plugin_bmp)BmpWrite.o \ + $(OutDir_plugin_bmp)Icon.o + $(AR) $(OutDir_plugin_bmp)bmp.a \ + $(OutDir_plugin_bmp)Bmp.o \ + $(OutDir_plugin_bmp)BmpWrite.o \ + $(OutDir_plugin_bmp)Icon.o + +$(OutDir_RichText): + mkdir -p $(OutDir_RichText) + +$(OutDir_RichText)Object.o: $(UPPDIR1)RichText/Object.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/Object.cpp -o $(OutDir_RichText)Object.o + +$(OutDir_RichText)RichImage.o: $(UPPDIR1)RichText/RichImage.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Interpolator.hpp \ + $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.h \ + $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/RichImage.cpp -o $(OutDir_RichText)RichImage.o + +$(OutDir_RichText)ParaData.o: $(UPPDIR1)RichText/ParaData.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/ParaData.cpp -o $(OutDir_RichText)ParaData.o + +$(OutDir_RichText)ParaType.o: $(UPPDIR1)RichText/ParaType.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/ParaType.cpp -o $(OutDir_RichText)ParaType.o + +$(OutDir_RichText)ParaPaint.o: $(UPPDIR1)RichText/ParaPaint.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/iml_source.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/ParaPaint.cpp -o $(OutDir_RichText)ParaPaint.o + +$(OutDir_RichText)HeaderFooter.o: $(UPPDIR1)RichText/HeaderFooter.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/HeaderFooter.cpp -o $(OutDir_RichText)HeaderFooter.o + +$(OutDir_RichText)TxtData.o: $(UPPDIR1)RichText/TxtData.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/TxtData.cpp -o $(OutDir_RichText)TxtData.o + +$(OutDir_RichText)TxtPaint.o: $(UPPDIR1)RichText/TxtPaint.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/TxtPaint.cpp -o $(OutDir_RichText)TxtPaint.o + +$(OutDir_RichText)TxtOp.o: $(UPPDIR1)RichText/TxtOp.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/TxtOp.cpp -o $(OutDir_RichText)TxtOp.o + +$(OutDir_RichText)Format.o: $(UPPDIR1)RichText/Format.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/Format.cpp -o $(OutDir_RichText)Format.o + +$(OutDir_RichText)TableCell.o: $(UPPDIR1)RichText/TableCell.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/TableCell.cpp -o $(OutDir_RichText)TableCell.o + +$(OutDir_RichText)TableLayout.o: $(UPPDIR1)RichText/TableLayout.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/TableLayout.cpp -o $(OutDir_RichText)TableLayout.o + +$(OutDir_RichText)TablePaint.o: $(UPPDIR1)RichText/TablePaint.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/TablePaint.cpp -o $(OutDir_RichText)TablePaint.o + +$(OutDir_RichText)TableData.o: $(UPPDIR1)RichText/TableData.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/TableData.cpp -o $(OutDir_RichText)TableData.o + +$(OutDir_RichText)TextPaint.o: $(UPPDIR1)RichText/TextPaint.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/TextPaint.cpp -o $(OutDir_RichText)TextPaint.o + +$(OutDir_RichText)TextStyle.o: $(UPPDIR1)RichText/TextStyle.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/TextStyle.cpp -o $(OutDir_RichText)TextStyle.o + +$(OutDir_RichText)TextData.o: $(UPPDIR1)RichText/TextData.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/TextData.cpp -o $(OutDir_RichText)TextData.o + +$(OutDir_RichText)TextTable.o: $(UPPDIR1)RichText/TextTable.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/TextTable.cpp -o $(OutDir_RichText)TextTable.o + +$(OutDir_RichText)EncodeQtf.o: $(UPPDIR1)RichText/EncodeQtf.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/EncodeQtf.cpp -o $(OutDir_RichText)EncodeQtf.o + +$(OutDir_RichText)ParseQtf.o: $(UPPDIR1)RichText/ParseQtf.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/ParseQtf.cpp -o $(OutDir_RichText)ParseQtf.o + +$(OutDir_RichText)EncodeHTML.o: $(UPPDIR1)RichText/EncodeHTML.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/EncodeHTML.cpp -o $(OutDir_RichText)EncodeHTML.o + +$(OutDir_RichText)Util.o: $(UPPDIR1)RichText/Util.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/Util.cpp -o $(OutDir_RichText)Util.o + +$(OutDir_RichText)RichText.a: \ + $(OutDir_RichText)Object.o \ + $(OutDir_RichText)RichImage.o \ + $(OutDir_RichText)ParaData.o \ + $(OutDir_RichText)ParaType.o \ + $(OutDir_RichText)ParaPaint.o \ + $(OutDir_RichText)HeaderFooter.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)RichImage.o \ + $(OutDir_RichText)ParaData.o \ + $(OutDir_RichText)ParaType.o \ + $(OutDir_RichText)ParaPaint.o \ + $(OutDir_RichText)HeaderFooter.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_plugin_png): + mkdir -p $(OutDir_plugin_png) + +$(OutDir_plugin_png)pnglib.o: $(UPPDIR1)plugin/png/pnglib.c \ + $(UPPDIR1)plugin/png/lib/png.c \ + $(UPPDIR1)plugin/png/lib/png.h \ + $(UPPDIR1)plugin/png/lib/pngconf.h \ + $(UPPDIR1)plugin/png/lib/pngerror.c \ + $(UPPDIR1)plugin/png/lib/pnggccrd.c \ + $(UPPDIR1)plugin/png/lib/pngget.c \ + $(UPPDIR1)plugin/png/lib/pngmem.c \ + $(UPPDIR1)plugin/png/lib/pngpread.c \ + $(UPPDIR1)plugin/png/lib/pngread.c \ + $(UPPDIR1)plugin/png/lib/pngrio.c \ + $(UPPDIR1)plugin/png/lib/pngrtran.c \ + $(UPPDIR1)plugin/png/lib/pngrutil.c \ + $(UPPDIR1)plugin/png/lib/pngset.c \ + $(UPPDIR1)plugin/png/lib/pngtrans.c \ + $(UPPDIR1)plugin/png/lib/pngvcrd.c \ + $(UPPDIR1)plugin/png/lib/pngwio.c \ + $(UPPDIR1)plugin/png/lib/pngwrite.c \ + $(UPPDIR1)plugin/png/lib/pngwtran.c \ + $(UPPDIR1)plugin/png/lib/pngwutil.c \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h + $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_png) $(UPPDIR1)plugin/png/pnglib.c -o $(OutDir_plugin_png)pnglib.o + +$(OutDir_plugin_png)pngupp.o: $(UPPDIR1)plugin/png/pngupp.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/png/lib/png.h \ + $(UPPDIR1)plugin/png/lib/pngconf.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_png) $(UPPDIR1)plugin/png/pngupp.cpp -o $(OutDir_plugin_png)pngupp.o + +$(OutDir_plugin_png)pngreg.o: $(UPPDIR1)plugin/png/pngreg.icpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/Atomic.h \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/CallbackN.i \ + $(UPPDIR1)Core/CallbackNP.i \ + $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/CharSet.i \ + $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Complex.h \ + $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.h \ + $(UPPDIR1)Core/FixedMap.h \ + $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InMap.hpp \ + $(UPPDIR1)Core/InVector.h \ + $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Obsolete.h \ + $(UPPDIR1)Core/Ops.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Range.h \ + $(UPPDIR1)Core/SIMD_NEON.h \ + $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Sort.h \ + $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.h \ + $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SSE2.h \ + $(UPPDIR1)plugin/png/png.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)uppconfig.h + $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_png) $(UPPDIR1)plugin/png/pngreg.icpp -o $(OutDir_plugin_png)pngreg.o + +$(OutDir_plugin_png)png.a: \ + $(OutDir_plugin_png)pnglib.o \ + $(OutDir_plugin_png)pngupp.o + $(AR) $(OutDir_plugin_png)png.a \ + $(OutDir_plugin_png)pnglib.o \ + $(OutDir_plugin_png)pngupp.o + +.PHONY: clean +clean: + if [ "$(UPPOUT)" != "" -a "$(UPPOUT)" != "/" -a -d "$(UPPOUT)" ] ; then rm -fr "$(UPPOUT)" ; fi