diff --git a/Makefile b/Makefile index 1750cbc67..5d5fde844 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,9 @@ UPPDIR1 = ./uppsrc/ +UPPDIR2 = /home/cxl/.config/u++/umk/UppHub/gdal/ +UPPDIR3 = /home/cxl/.config/u++/umk/UppHub/eigen/ UPPOUT = .cache/upp.out/ -CINC = -I$(UPPDIR1) `pkg-config --cflags freetype2` `pkg-config --cflags fontconfig` `pkg-config --cflags x11` `pkg-config --cflags xcb` `pkg-config --cflags expat` `pkg-config --cflags libpng` `pkg-config --cflags xinerama` `pkg-config --cflags xrender` `pkg-config --cflags xft` `pkg-config --cflags xdmcp` `pkg-config --cflags xext` `pkg-config --cflags gtk+-3.0` `pkg-config --cflags libnotify` -I./ -I$(UPPOUT) +CINC = -I$(UPPDIR1) -I$(UPPDIR2) -I$(UPPDIR3) `pkg-config --cflags freetype2` `pkg-config --cflags fontconfig` `pkg-config --cflags x11` `pkg-config --cflags xcb` `pkg-config --cflags expat` `pkg-config --cflags libpng` `pkg-config --cflags xinerama` `pkg-config --cflags xrender` `pkg-config --cflags xft` `pkg-config --cflags xdmcp` `pkg-config --cflags xext` `pkg-config --cflags gtk+-3.0` `pkg-config --cflags libnotify` -I./ -I$(UPPOUT) Macro = -DflagGUI -DflagGCC -DflagSHARED -DflagPOSIX -DflagLINUX CXX = c++ LINKER = $(CXX) @@ -410,6 +412,8 @@ $(OutDir_ide): $(OutDir_ide)BaseDlg.o: $(UPPDIR1)ide/BaseDlg.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -474,8 +478,6 @@ $(OutDir_ide)BaseDlg.o: $(UPPDIR1)ide/BaseDlg.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -501,17 +503,27 @@ $(OutDir_ide)BaseDlg.o: $(UPPDIR1)ide/BaseDlg.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -541,6 +553,7 @@ $(OutDir_ide)BaseDlg.o: $(UPPDIR1)ide/BaseDlg.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -551,36 +564,48 @@ $(OutDir_ide)BaseDlg.o: $(UPPDIR1)ide/BaseDlg.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/BaseDlg.cpp \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -591,37 +616,43 @@ $(OutDir_ide)BaseDlg.o: $(UPPDIR1)ide/BaseDlg.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -686,8 +717,6 @@ $(OutDir_ide)SelectPkg.o: $(UPPDIR1)ide/SelectPkg.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -713,17 +742,27 @@ $(OutDir_ide)SelectPkg.o: $(UPPDIR1)ide/SelectPkg.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -753,6 +792,7 @@ $(OutDir_ide)SelectPkg.o: $(UPPDIR1)ide/SelectPkg.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -763,36 +803,48 @@ $(OutDir_ide)SelectPkg.o: $(UPPDIR1)ide/SelectPkg.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/SelectPkg.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -803,37 +855,43 @@ $(OutDir_ide)SelectPkg.o: $(UPPDIR1)ide/SelectPkg.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -898,8 +956,6 @@ $(OutDir_ide)UppWspc.o: $(UPPDIR1)ide/UppWspc.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -925,17 +981,27 @@ $(OutDir_ide)UppWspc.o: $(UPPDIR1)ide/UppWspc.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -965,6 +1031,7 @@ $(OutDir_ide)UppWspc.o: $(UPPDIR1)ide/UppWspc.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -975,36 +1042,48 @@ $(OutDir_ide)UppWspc.o: $(UPPDIR1)ide/UppWspc.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/UppWspc.cpp \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -1015,37 +1094,43 @@ $(OutDir_ide)UppWspc.o: $(UPPDIR1)ide/UppWspc.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -1110,8 +1195,6 @@ $(OutDir_ide)NewPackageFile.o: $(UPPDIR1)ide/NewPackageFile.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -1137,17 +1220,27 @@ $(OutDir_ide)NewPackageFile.o: $(UPPDIR1)ide/NewPackageFile.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -1177,6 +1270,7 @@ $(OutDir_ide)NewPackageFile.o: $(UPPDIR1)ide/NewPackageFile.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -1187,36 +1281,48 @@ $(OutDir_ide)NewPackageFile.o: $(UPPDIR1)ide/NewPackageFile.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/NewPackageFile.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -1227,37 +1333,43 @@ $(OutDir_ide)NewPackageFile.o: $(UPPDIR1)ide/NewPackageFile.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -1322,8 +1434,6 @@ $(OutDir_ide)Organizer.o: $(UPPDIR1)ide/Organizer.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -1349,17 +1459,27 @@ $(OutDir_ide)Organizer.o: $(UPPDIR1)ide/Organizer.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -1389,6 +1509,7 @@ $(OutDir_ide)Organizer.o: $(UPPDIR1)ide/Organizer.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -1399,36 +1520,48 @@ $(OutDir_ide)Organizer.o: $(UPPDIR1)ide/Organizer.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/Organizer.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -1439,37 +1572,43 @@ $(OutDir_ide)Organizer.o: $(UPPDIR1)ide/Organizer.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -1534,8 +1673,6 @@ $(OutDir_ide)Template.o: $(UPPDIR1)ide/Template.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -1561,17 +1698,27 @@ $(OutDir_ide)Template.o: $(UPPDIR1)ide/Template.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -1601,6 +1748,7 @@ $(OutDir_ide)Template.o: $(UPPDIR1)ide/Template.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -1611,36 +1759,48 @@ $(OutDir_ide)Template.o: $(UPPDIR1)ide/Template.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/Template.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -1651,37 +1811,43 @@ $(OutDir_ide)Template.o: $(UPPDIR1)ide/Template.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -1746,8 +1912,6 @@ $(OutDir_ide)Console.o: $(UPPDIR1)ide/Console.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -1773,17 +1937,27 @@ $(OutDir_ide)Console.o: $(UPPDIR1)ide/Console.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -1813,6 +1987,7 @@ $(OutDir_ide)Console.o: $(UPPDIR1)ide/Console.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -1823,36 +1998,48 @@ $(OutDir_ide)Console.o: $(UPPDIR1)ide/Console.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ + $(UPPDIR1)ide/Console.cpp \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -1863,37 +2050,43 @@ $(OutDir_ide)Console.o: $(UPPDIR1)ide/Console.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -1958,8 +2151,6 @@ $(OutDir_ide)FindFile.o: $(UPPDIR1)ide/FindFile.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -1985,17 +2176,27 @@ $(OutDir_ide)FindFile.o: $(UPPDIR1)ide/FindFile.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -2025,6 +2226,7 @@ $(OutDir_ide)FindFile.o: $(UPPDIR1)ide/FindFile.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -2035,36 +2237,48 @@ $(OutDir_ide)FindFile.o: $(UPPDIR1)ide/FindFile.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/FindFile.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -2075,37 +2289,43 @@ $(OutDir_ide)FindFile.o: $(UPPDIR1)ide/FindFile.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -2170,8 +2390,6 @@ $(OutDir_ide)FindInFiles.o: $(UPPDIR1)ide/FindInFiles.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -2197,17 +2415,27 @@ $(OutDir_ide)FindInFiles.o: $(UPPDIR1)ide/FindInFiles.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -2237,6 +2465,7 @@ $(OutDir_ide)FindInFiles.o: $(UPPDIR1)ide/FindInFiles.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -2247,36 +2476,48 @@ $(OutDir_ide)FindInFiles.o: $(UPPDIR1)ide/FindInFiles.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/FindInFiles.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -2287,37 +2528,43 @@ $(OutDir_ide)FindInFiles.o: $(UPPDIR1)ide/FindInFiles.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -2382,8 +2629,6 @@ $(OutDir_ide)Config.o: $(UPPDIR1)ide/Config.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -2409,17 +2654,27 @@ $(OutDir_ide)Config.o: $(UPPDIR1)ide/Config.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -2449,6 +2704,7 @@ $(OutDir_ide)Config.o: $(UPPDIR1)ide/Config.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -2459,36 +2715,48 @@ $(OutDir_ide)Config.o: $(UPPDIR1)ide/Config.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ + $(UPPDIR1)ide/Config.cpp \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -2499,37 +2767,43 @@ $(OutDir_ide)Config.o: $(UPPDIR1)ide/Config.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -2594,8 +2868,6 @@ $(OutDir_ide)ide.o: $(UPPDIR1)ide/ide.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -2621,17 +2893,27 @@ $(OutDir_ide)ide.o: $(UPPDIR1)ide/ide.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -2661,6 +2943,7 @@ $(OutDir_ide)ide.o: $(UPPDIR1)ide/ide.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -2671,36 +2954,48 @@ $(OutDir_ide)ide.o: $(UPPDIR1)ide/ide.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.cpp \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -2711,37 +3006,43 @@ $(OutDir_ide)ide.o: $(UPPDIR1)ide/ide.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -2806,8 +3107,6 @@ $(OutDir_ide)idefile.o: $(UPPDIR1)ide/idefile.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -2833,17 +3132,27 @@ $(OutDir_ide)idefile.o: $(UPPDIR1)ide/idefile.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -2873,6 +3182,7 @@ $(OutDir_ide)idefile.o: $(UPPDIR1)ide/idefile.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -2883,36 +3193,48 @@ $(OutDir_ide)idefile.o: $(UPPDIR1)ide/idefile.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ + $(UPPDIR1)ide/idefile.cpp \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -2923,37 +3245,43 @@ $(OutDir_ide)idefile.o: $(UPPDIR1)ide/idefile.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -3018,8 +3346,6 @@ $(OutDir_ide)EditorTabBar.o: $(UPPDIR1)ide/EditorTabBar.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -3045,17 +3371,27 @@ $(OutDir_ide)EditorTabBar.o: $(UPPDIR1)ide/EditorTabBar.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -3085,6 +3421,7 @@ $(OutDir_ide)EditorTabBar.o: $(UPPDIR1)ide/EditorTabBar.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -3095,36 +3432,48 @@ $(OutDir_ide)EditorTabBar.o: $(UPPDIR1)ide/EditorTabBar.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/EditorTabBar.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -3135,37 +3484,43 @@ $(OutDir_ide)EditorTabBar.o: $(UPPDIR1)ide/EditorTabBar.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -3230,8 +3585,6 @@ $(OutDir_ide)Bottom.o: $(UPPDIR1)ide/Bottom.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -3257,17 +3610,27 @@ $(OutDir_ide)Bottom.o: $(UPPDIR1)ide/Bottom.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -3297,6 +3660,7 @@ $(OutDir_ide)Bottom.o: $(UPPDIR1)ide/Bottom.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -3307,36 +3671,48 @@ $(OutDir_ide)Bottom.o: $(UPPDIR1)ide/Bottom.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Bottom.cpp \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -3347,37 +3723,43 @@ $(OutDir_ide)Bottom.o: $(UPPDIR1)ide/Bottom.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -3442,8 +3824,6 @@ $(OutDir_ide)t.o: $(UPPDIR1)ide/t.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -3469,17 +3849,27 @@ $(OutDir_ide)t.o: $(UPPDIR1)ide/t.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -3509,6 +3899,7 @@ $(OutDir_ide)t.o: $(UPPDIR1)ide/t.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -3519,36 +3910,48 @@ $(OutDir_ide)t.o: $(UPPDIR1)ide/t.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/t.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -3559,37 +3962,43 @@ $(OutDir_ide)t.o: $(UPPDIR1)ide/t.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/t.cpp -o $(OutDir_ide)t.o $(OutDir_ide)AssistDisplay.o: $(UPPDIR1)ide/AssistDisplay.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -3654,8 +4063,6 @@ $(OutDir_ide)AssistDisplay.o: $(UPPDIR1)ide/AssistDisplay.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -3681,17 +4088,27 @@ $(OutDir_ide)AssistDisplay.o: $(UPPDIR1)ide/AssistDisplay.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -3721,6 +4138,7 @@ $(OutDir_ide)AssistDisplay.o: $(UPPDIR1)ide/AssistDisplay.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -3731,36 +4149,48 @@ $(OutDir_ide)AssistDisplay.o: $(UPPDIR1)ide/AssistDisplay.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/AssistDisplay.cpp \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -3771,37 +4201,43 @@ $(OutDir_ide)AssistDisplay.o: $(UPPDIR1)ide/AssistDisplay.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/AssistDisplay.cpp -o $(OutDir_ide)AssistDisplay.o $(OutDir_ide)IncludeTrick.o: $(UPPDIR1)ide/IncludeTrick.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -3866,8 +4302,6 @@ $(OutDir_ide)IncludeTrick.o: $(UPPDIR1)ide/IncludeTrick.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -3893,17 +4327,27 @@ $(OutDir_ide)IncludeTrick.o: $(UPPDIR1)ide/IncludeTrick.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -3933,6 +4377,7 @@ $(OutDir_ide)IncludeTrick.o: $(UPPDIR1)ide/IncludeTrick.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -3943,36 +4388,48 @@ $(OutDir_ide)IncludeTrick.o: $(UPPDIR1)ide/IncludeTrick.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ + $(UPPDIR1)ide/IncludeTrick.cpp \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -3983,37 +4440,43 @@ $(OutDir_ide)IncludeTrick.o: $(UPPDIR1)ide/IncludeTrick.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/IncludeTrick.cpp -o $(OutDir_ide)IncludeTrick.o $(OutDir_ide)Assist.o: $(UPPDIR1)ide/Assist.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -4078,8 +4541,6 @@ $(OutDir_ide)Assist.o: $(UPPDIR1)ide/Assist.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -4105,17 +4566,27 @@ $(OutDir_ide)Assist.o: $(UPPDIR1)ide/Assist.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -4145,6 +4616,7 @@ $(OutDir_ide)Assist.o: $(UPPDIR1)ide/Assist.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -4155,36 +4627,48 @@ $(OutDir_ide)Assist.o: $(UPPDIR1)ide/Assist.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/About.h \ $(UPPDIR1)ide/Android/Android.h \ $(UPPDIR1)ide/Android/Devices.h \ $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.cpp \ $(UPPDIR1)ide/Assist.h \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -4195,37 +4679,43 @@ $(OutDir_ide)Assist.o: $(UPPDIR1)ide/Assist.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -4290,8 +4780,6 @@ $(OutDir_ide)DCopy.o: $(UPPDIR1)ide/DCopy.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -4317,17 +4805,27 @@ $(OutDir_ide)DCopy.o: $(UPPDIR1)ide/DCopy.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -4357,6 +4855,7 @@ $(OutDir_ide)DCopy.o: $(UPPDIR1)ide/DCopy.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -4367,36 +4866,48 @@ $(OutDir_ide)DCopy.o: $(UPPDIR1)ide/DCopy.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ - $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/DCopy.cpp \ $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -4407,37 +4918,43 @@ $(OutDir_ide)DCopy.o: $(UPPDIR1)ide/DCopy.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -4502,8 +5019,6 @@ $(OutDir_ide)ContextGoto.o: $(UPPDIR1)ide/ContextGoto.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -4529,17 +5044,27 @@ $(OutDir_ide)ContextGoto.o: $(UPPDIR1)ide/ContextGoto.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -4569,6 +5094,7 @@ $(OutDir_ide)ContextGoto.o: $(UPPDIR1)ide/ContextGoto.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -4579,36 +5105,48 @@ $(OutDir_ide)ContextGoto.o: $(UPPDIR1)ide/ContextGoto.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ + $(UPPDIR1)ide/ContextGoto.cpp \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -4619,37 +5157,43 @@ $(OutDir_ide)ContextGoto.o: $(UPPDIR1)ide/ContextGoto.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -4714,8 +5258,6 @@ $(OutDir_ide)GoToLine.o: $(UPPDIR1)ide/GoToLine.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -4741,17 +5283,27 @@ $(OutDir_ide)GoToLine.o: $(UPPDIR1)ide/GoToLine.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -4781,6 +5333,7 @@ $(OutDir_ide)GoToLine.o: $(UPPDIR1)ide/GoToLine.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -4791,36 +5344,48 @@ $(OutDir_ide)GoToLine.o: $(UPPDIR1)ide/GoToLine.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/GoToLine.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -4831,37 +5396,43 @@ $(OutDir_ide)GoToLine.o: $(UPPDIR1)ide/GoToLine.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -4926,8 +5497,6 @@ $(OutDir_ide)Swaps.o: $(UPPDIR1)ide/Swaps.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -4953,17 +5522,27 @@ $(OutDir_ide)Swaps.o: $(UPPDIR1)ide/Swaps.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -4993,6 +5572,7 @@ $(OutDir_ide)Swaps.o: $(UPPDIR1)ide/Swaps.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -5003,36 +5583,48 @@ $(OutDir_ide)Swaps.o: $(UPPDIR1)ide/Swaps.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/Swaps.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -5043,37 +5635,43 @@ $(OutDir_ide)Swaps.o: $(UPPDIR1)ide/Swaps.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Swaps.cpp -o $(OutDir_ide)Swaps.o $(OutDir_ide)Usage.o: $(UPPDIR1)ide/Usage.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -5138,8 +5736,6 @@ $(OutDir_ide)Usage.o: $(UPPDIR1)ide/Usage.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -5165,17 +5761,27 @@ $(OutDir_ide)Usage.o: $(UPPDIR1)ide/Usage.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -5205,6 +5811,7 @@ $(OutDir_ide)Usage.o: $(UPPDIR1)ide/Usage.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -5215,36 +5822,48 @@ $(OutDir_ide)Usage.o: $(UPPDIR1)ide/Usage.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ + $(UPPDIR1)ide/Usage.cpp \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -5255,37 +5874,43 @@ $(OutDir_ide)Usage.o: $(UPPDIR1)ide/Usage.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Usage.cpp -o $(OutDir_ide)Usage.o $(OutDir_ide)ParamInfo.o: $(UPPDIR1)ide/ParamInfo.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -5350,8 +5975,6 @@ $(OutDir_ide)ParamInfo.o: $(UPPDIR1)ide/ParamInfo.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -5377,17 +6000,27 @@ $(OutDir_ide)ParamInfo.o: $(UPPDIR1)ide/ParamInfo.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -5417,6 +6050,7 @@ $(OutDir_ide)ParamInfo.o: $(UPPDIR1)ide/ParamInfo.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -5427,36 +6061,48 @@ $(OutDir_ide)ParamInfo.o: $(UPPDIR1)ide/ParamInfo.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/ParamInfo.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -5467,37 +6113,43 @@ $(OutDir_ide)ParamInfo.o: $(UPPDIR1)ide/ParamInfo.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -5562,8 +6214,6 @@ $(OutDir_ide)Navigator.o: $(UPPDIR1)ide/Navigator.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -5589,17 +6239,27 @@ $(OutDir_ide)Navigator.o: $(UPPDIR1)ide/Navigator.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -5629,6 +6289,7 @@ $(OutDir_ide)Navigator.o: $(UPPDIR1)ide/Navigator.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -5639,36 +6300,48 @@ $(OutDir_ide)Navigator.o: $(UPPDIR1)ide/Navigator.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/Navigator.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -5679,37 +6352,43 @@ $(OutDir_ide)Navigator.o: $(UPPDIR1)ide/Navigator.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -5774,8 +6453,6 @@ $(OutDir_ide)Annotations.o: $(UPPDIR1)ide/Annotations.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -5801,17 +6478,27 @@ $(OutDir_ide)Annotations.o: $(UPPDIR1)ide/Annotations.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -5841,6 +6528,7 @@ $(OutDir_ide)Annotations.o: $(UPPDIR1)ide/Annotations.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -5851,36 +6539,48 @@ $(OutDir_ide)Annotations.o: $(UPPDIR1)ide/Annotations.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/About.h \ $(UPPDIR1)ide/Android/Android.h \ $(UPPDIR1)ide/Android/Devices.h \ $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Annotations.cpp \ $(UPPDIR1)ide/Assist.h \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -5891,37 +6591,43 @@ $(OutDir_ide)Annotations.o: $(UPPDIR1)ide/Annotations.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -5986,8 +6692,6 @@ $(OutDir_ide)Virtuals.o: $(UPPDIR1)ide/Virtuals.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -6013,17 +6717,27 @@ $(OutDir_ide)Virtuals.o: $(UPPDIR1)ide/Virtuals.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -6053,6 +6767,7 @@ $(OutDir_ide)Virtuals.o: $(UPPDIR1)ide/Virtuals.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -6063,37 +6778,49 @@ $(OutDir_ide)Virtuals.o: $(UPPDIR1)ide/Virtuals.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ + $(UPPDIR1)ide/Virtuals.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -6103,37 +6830,43 @@ $(OutDir_ide)Virtuals.o: $(UPPDIR1)ide/Virtuals.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Virtuals.cpp -o $(OutDir_ide)Virtuals.o $(OutDir_ide)Events.o: $(UPPDIR1)ide/Events.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -6198,8 +6931,6 @@ $(OutDir_ide)Events.o: $(UPPDIR1)ide/Events.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -6225,17 +6956,27 @@ $(OutDir_ide)Events.o: $(UPPDIR1)ide/Events.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -6265,6 +7006,7 @@ $(OutDir_ide)Events.o: $(UPPDIR1)ide/Events.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -6275,36 +7017,48 @@ $(OutDir_ide)Events.o: $(UPPDIR1)ide/Events.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/Events.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -6315,37 +7069,43 @@ $(OutDir_ide)Events.o: $(UPPDIR1)ide/Events.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Events.cpp -o $(OutDir_ide)Events.o $(OutDir_ide)NavDlg.o: $(UPPDIR1)ide/NavDlg.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -6410,8 +7170,6 @@ $(OutDir_ide)NavDlg.o: $(UPPDIR1)ide/NavDlg.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -6437,17 +7195,27 @@ $(OutDir_ide)NavDlg.o: $(UPPDIR1)ide/NavDlg.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -6477,6 +7245,7 @@ $(OutDir_ide)NavDlg.o: $(UPPDIR1)ide/NavDlg.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -6487,36 +7256,48 @@ $(OutDir_ide)NavDlg.o: $(UPPDIR1)ide/NavDlg.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/NavDlg.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -6527,37 +7308,43 @@ $(OutDir_ide)NavDlg.o: $(UPPDIR1)ide/NavDlg.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/NavDlg.cpp -o $(OutDir_ide)NavDlg.o $(OutDir_ide)Log.o: $(UPPDIR1)ide/Log.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -6622,8 +7409,6 @@ $(OutDir_ide)Log.o: $(UPPDIR1)ide/Log.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -6649,17 +7434,27 @@ $(OutDir_ide)Log.o: $(UPPDIR1)ide/Log.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -6689,6 +7484,7 @@ $(OutDir_ide)Log.o: $(UPPDIR1)ide/Log.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -6699,36 +7495,48 @@ $(OutDir_ide)Log.o: $(UPPDIR1)ide/Log.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/Log.cpp \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -6739,37 +7547,43 @@ $(OutDir_ide)Log.o: $(UPPDIR1)ide/Log.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Log.cpp -o $(OutDir_ide)Log.o $(OutDir_ide)MainConfig.o: $(UPPDIR1)ide/MainConfig.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -6834,8 +7648,6 @@ $(OutDir_ide)MainConfig.o: $(UPPDIR1)ide/MainConfig.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -6861,17 +7673,27 @@ $(OutDir_ide)MainConfig.o: $(UPPDIR1)ide/MainConfig.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -6901,6 +7723,7 @@ $(OutDir_ide)MainConfig.o: $(UPPDIR1)ide/MainConfig.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -6911,36 +7734,48 @@ $(OutDir_ide)MainConfig.o: $(UPPDIR1)ide/MainConfig.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/MainConfig.cpp \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -6951,37 +7786,43 @@ $(OutDir_ide)MainConfig.o: $(UPPDIR1)ide/MainConfig.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -7046,8 +7887,6 @@ $(OutDir_ide)Setup.o: $(UPPDIR1)ide/Setup.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7073,17 +7912,27 @@ $(OutDir_ide)Setup.o: $(UPPDIR1)ide/Setup.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -7113,6 +7962,7 @@ $(OutDir_ide)Setup.o: $(UPPDIR1)ide/Setup.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -7123,36 +7973,48 @@ $(OutDir_ide)Setup.o: $(UPPDIR1)ide/Setup.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/Setup.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -7163,37 +8025,43 @@ $(OutDir_ide)Setup.o: $(UPPDIR1)ide/Setup.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -7258,8 +8126,6 @@ $(OutDir_ide)Custom.o: $(UPPDIR1)ide/Custom.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7285,17 +8151,27 @@ $(OutDir_ide)Custom.o: $(UPPDIR1)ide/Custom.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -7325,6 +8201,7 @@ $(OutDir_ide)Custom.o: $(UPPDIR1)ide/Custom.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -7335,36 +8212,48 @@ $(OutDir_ide)Custom.o: $(UPPDIR1)ide/Custom.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ - $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Custom.cpp \ $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -7375,37 +8264,43 @@ $(OutDir_ide)Custom.o: $(UPPDIR1)ide/Custom.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -7470,8 +8365,6 @@ $(OutDir_ide)Print.o: $(UPPDIR1)ide/Print.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7497,17 +8390,27 @@ $(OutDir_ide)Print.o: $(UPPDIR1)ide/Print.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -7537,6 +8440,7 @@ $(OutDir_ide)Print.o: $(UPPDIR1)ide/Print.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -7547,36 +8451,48 @@ $(OutDir_ide)Print.o: $(UPPDIR1)ide/Print.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/Print.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -7587,37 +8503,43 @@ $(OutDir_ide)Print.o: $(UPPDIR1)ide/Print.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Print.cpp -o $(OutDir_ide)Print.o $(OutDir_ide)InsertImage.o: $(UPPDIR1)ide/InsertImage.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -7682,8 +8604,6 @@ $(OutDir_ide)InsertImage.o: $(UPPDIR1)ide/InsertImage.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7709,17 +8629,27 @@ $(OutDir_ide)InsertImage.o: $(UPPDIR1)ide/InsertImage.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -7749,6 +8679,7 @@ $(OutDir_ide)InsertImage.o: $(UPPDIR1)ide/InsertImage.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -7759,36 +8690,48 @@ $(OutDir_ide)InsertImage.o: $(UPPDIR1)ide/InsertImage.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ + $(UPPDIR1)ide/InsertImage.cpp \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -7799,37 +8742,43 @@ $(OutDir_ide)InsertImage.o: $(UPPDIR1)ide/InsertImage.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/InsertImage.cpp -o $(OutDir_ide)InsertImage.o $(OutDir_ide)Insert.o: $(UPPDIR1)ide/Insert.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -7894,8 +8843,6 @@ $(OutDir_ide)Insert.o: $(UPPDIR1)ide/Insert.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7921,17 +8868,27 @@ $(OutDir_ide)Insert.o: $(UPPDIR1)ide/Insert.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -7961,6 +8918,7 @@ $(OutDir_ide)Insert.o: $(UPPDIR1)ide/Insert.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -7971,36 +8929,48 @@ $(OutDir_ide)Insert.o: $(UPPDIR1)ide/Insert.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ + $(UPPDIR1)ide/Insert.cpp \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -8011,37 +8981,43 @@ $(OutDir_ide)Insert.o: $(UPPDIR1)ide/Insert.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -8106,8 +9082,6 @@ $(OutDir_ide)idetool.o: $(UPPDIR1)ide/idetool.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8133,17 +9107,27 @@ $(OutDir_ide)idetool.o: $(UPPDIR1)ide/idetool.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -8173,6 +9157,7 @@ $(OutDir_ide)idetool.o: $(UPPDIR1)ide/idetool.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -8183,36 +9168,48 @@ $(OutDir_ide)idetool.o: $(UPPDIR1)ide/idetool.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ + $(UPPDIR1)ide/idetool.cpp \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -8223,37 +9220,43 @@ $(OutDir_ide)idetool.o: $(UPPDIR1)ide/idetool.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -8318,8 +9321,6 @@ $(OutDir_ide)Install.o: $(UPPDIR1)ide/Install.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8345,17 +9346,27 @@ $(OutDir_ide)Install.o: $(UPPDIR1)ide/Install.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -8385,6 +9396,7 @@ $(OutDir_ide)Install.o: $(UPPDIR1)ide/Install.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -8395,36 +9407,48 @@ $(OutDir_ide)Install.o: $(UPPDIR1)ide/Install.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ + $(UPPDIR1)ide/Install.cpp \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -8435,37 +9459,43 @@ $(OutDir_ide)Install.o: $(UPPDIR1)ide/Install.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -8530,8 +9560,6 @@ $(OutDir_ide)Android.o: $(UPPDIR1)ide/Android.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8557,17 +9585,27 @@ $(OutDir_ide)Android.o: $(UPPDIR1)ide/Android.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -8597,6 +9635,7 @@ $(OutDir_ide)Android.o: $(UPPDIR1)ide/Android.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -8607,36 +9646,48 @@ $(OutDir_ide)Android.o: $(UPPDIR1)ide/Android.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android.cpp \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -8647,37 +9698,43 @@ $(OutDir_ide)Android.o: $(UPPDIR1)ide/Android.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -8742,8 +9799,6 @@ $(OutDir_ide)idebar.o: $(UPPDIR1)ide/idebar.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8769,18 +9824,27 @@ $(OutDir_ide)idebar.o: $(UPPDIR1)ide/idebar.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.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/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -8811,6 +9875,7 @@ $(OutDir_ide)idebar.o: $(UPPDIR1)ide/idebar.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -8821,36 +9886,48 @@ $(OutDir_ide)idebar.o: $(UPPDIR1)ide/idebar.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ + $(UPPDIR1)ide/idebar.cpp \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -8861,37 +9938,43 @@ $(OutDir_ide)idebar.o: $(UPPDIR1)ide/idebar.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/idebar.cpp -o $(OutDir_ide)idebar.o $(OutDir_ide)background.o: $(UPPDIR1)ide/background.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -8956,8 +10039,6 @@ $(OutDir_ide)background.o: $(UPPDIR1)ide/background.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8983,17 +10064,27 @@ $(OutDir_ide)background.o: $(UPPDIR1)ide/background.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -9023,6 +10114,7 @@ $(OutDir_ide)background.o: $(UPPDIR1)ide/background.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -9033,36 +10125,48 @@ $(OutDir_ide)background.o: $(UPPDIR1)ide/background.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/background.cpp \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -9073,37 +10177,43 @@ $(OutDir_ide)background.o: $(UPPDIR1)ide/background.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/background.cpp -o $(OutDir_ide)background.o $(OutDir_ide)idewin.o: $(UPPDIR1)ide/idewin.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -9168,8 +10278,6 @@ $(OutDir_ide)idewin.o: $(UPPDIR1)ide/idewin.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -9195,17 +10303,27 @@ $(OutDir_ide)idewin.o: $(UPPDIR1)ide/idewin.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -9235,6 +10353,7 @@ $(OutDir_ide)idewin.o: $(UPPDIR1)ide/idewin.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -9246,36 +10365,48 @@ $(OutDir_ide)idewin.o: $(UPPDIR1)ide/idewin.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ + $(UPPDIR1)ide/idewin.cpp \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -9286,37 +10417,43 @@ $(OutDir_ide)idewin.o: $(UPPDIR1)ide/idewin.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -9381,8 +10518,6 @@ $(OutDir_ide)main.o: $(UPPDIR1)ide/main.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -9408,17 +10543,27 @@ $(OutDir_ide)main.o: $(UPPDIR1)ide/main.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -9448,6 +10593,7 @@ $(OutDir_ide)main.o: $(UPPDIR1)ide/main.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -9458,37 +10604,49 @@ $(OutDir_ide)main.o: $(UPPDIR1)ide/main.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/CommandLineHandler.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/main.cpp \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -9499,33 +10657,37 @@ $(OutDir_ide)main.o: $(UPPDIR1)ide/main.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -9585,8 +10747,6 @@ $(OutDir_ide)CommandLineHandler.o: $(UPPDIR1)ide/CommandLineHandler.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -9612,17 +10772,27 @@ $(OutDir_ide)CommandLineHandler.o: $(UPPDIR1)ide/CommandLineHandler.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -9651,6 +10821,7 @@ $(OutDir_ide)CommandLineHandler.o: $(UPPDIR1)ide/CommandLineHandler.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -9660,6 +10831,7 @@ $(OutDir_ide)CommandLineHandler.o: $(UPPDIR1)ide/CommandLineHandler.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/CommandLineHandler.cpp \ $(UPPDIR1)ide/CommandLineHandler.h \ $(UPPDIR1)ide/Common/CommandLineOptions.h \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ @@ -9670,18 +10842,21 @@ $(OutDir_ide)CommandLineHandler.o: $(UPPDIR1)ide/CommandLineHandler.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -9746,8 +10921,6 @@ $(OutDir_ide)About.o: $(UPPDIR1)ide/About.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -9774,17 +10947,27 @@ $(OutDir_ide)About.o: $(UPPDIR1)ide/About.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -9814,6 +10997,7 @@ $(OutDir_ide)About.o: $(UPPDIR1)ide/About.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -9824,36 +11008,48 @@ $(OutDir_ide)About.o: $(UPPDIR1)ide/About.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ + $(UPPDIR1)ide/About.cpp \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -9864,37 +11060,43 @@ $(OutDir_ide)About.o: $(UPPDIR1)ide/About.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -9959,8 +11161,6 @@ $(OutDir_ide)Macro.o: $(UPPDIR1)ide/Macro.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -9986,17 +11186,27 @@ $(OutDir_ide)Macro.o: $(UPPDIR1)ide/Macro.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -10026,6 +11236,7 @@ $(OutDir_ide)Macro.o: $(UPPDIR1)ide/Macro.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -10036,36 +11247,48 @@ $(OutDir_ide)Macro.o: $(UPPDIR1)ide/Macro.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/Macro.cpp \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -10076,37 +11299,43 @@ $(OutDir_ide)Macro.o: $(UPPDIR1)ide/Macro.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -10171,8 +11400,6 @@ $(OutDir_ide)Help.o: $(UPPDIR1)ide/Help.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -10198,17 +11425,27 @@ $(OutDir_ide)Help.o: $(UPPDIR1)ide/Help.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -10238,6 +11475,7 @@ $(OutDir_ide)Help.o: $(UPPDIR1)ide/Help.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -10248,36 +11486,48 @@ $(OutDir_ide)Help.o: $(UPPDIR1)ide/Help.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/Help.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -10288,37 +11538,43 @@ $(OutDir_ide)Help.o: $(UPPDIR1)ide/Help.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -10383,8 +11639,6 @@ $(OutDir_ide)SlideShow.o: $(UPPDIR1)ide/SlideShow.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -10410,17 +11664,27 @@ $(OutDir_ide)SlideShow.o: $(UPPDIR1)ide/SlideShow.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -10450,6 +11714,7 @@ $(OutDir_ide)SlideShow.o: $(UPPDIR1)ide/SlideShow.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -10460,36 +11725,48 @@ $(OutDir_ide)SlideShow.o: $(UPPDIR1)ide/SlideShow.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/SlideShow.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -10500,37 +11777,43 @@ $(OutDir_ide)SlideShow.o: $(UPPDIR1)ide/SlideShow.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -10595,8 +11878,6 @@ $(OutDir_ide)OnlineSearch.o: $(UPPDIR1)ide/OnlineSearch.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -10622,17 +11903,27 @@ $(OutDir_ide)OnlineSearch.o: $(UPPDIR1)ide/OnlineSearch.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -10662,6 +11953,7 @@ $(OutDir_ide)OnlineSearch.o: $(UPPDIR1)ide/OnlineSearch.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -10672,36 +11964,48 @@ $(OutDir_ide)OnlineSearch.o: $(UPPDIR1)ide/OnlineSearch.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/OnlineSearch.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -10712,37 +12016,43 @@ $(OutDir_ide)OnlineSearch.o: $(UPPDIR1)ide/OnlineSearch.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -10807,8 +12117,6 @@ $(OutDir_ide)Errors.o: $(UPPDIR1)ide/Errors.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -10834,17 +12142,27 @@ $(OutDir_ide)Errors.o: $(UPPDIR1)ide/Errors.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -10874,6 +12192,7 @@ $(OutDir_ide)Errors.o: $(UPPDIR1)ide/Errors.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -10884,36 +12203,48 @@ $(OutDir_ide)Errors.o: $(UPPDIR1)ide/Errors.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/Errors.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -10924,37 +12255,43 @@ $(OutDir_ide)Errors.o: $(UPPDIR1)ide/Errors.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -11019,8 +12356,6 @@ $(OutDir_ide)Calc.o: $(UPPDIR1)ide/Calc.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -11046,17 +12381,27 @@ $(OutDir_ide)Calc.o: $(UPPDIR1)ide/Calc.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -11086,6 +12431,7 @@ $(OutDir_ide)Calc.o: $(UPPDIR1)ide/Calc.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -11096,36 +12442,48 @@ $(OutDir_ide)Calc.o: $(UPPDIR1)ide/Calc.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Calc.cpp \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -11136,37 +12494,43 @@ $(OutDir_ide)Calc.o: $(UPPDIR1)ide/Calc.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -11231,8 +12595,6 @@ $(OutDir_ide)FormatCode.o: $(UPPDIR1)ide/FormatCode.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -11258,17 +12620,27 @@ $(OutDir_ide)FormatCode.o: $(UPPDIR1)ide/FormatCode.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -11298,6 +12670,7 @@ $(OutDir_ide)FormatCode.o: $(UPPDIR1)ide/FormatCode.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -11308,36 +12681,48 @@ $(OutDir_ide)FormatCode.o: $(UPPDIR1)ide/FormatCode.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/FormatCode.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -11348,37 +12733,43 @@ $(OutDir_ide)FormatCode.o: $(UPPDIR1)ide/FormatCode.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -11443,8 +12834,6 @@ $(OutDir_ide)Abbr.o: $(UPPDIR1)ide/Abbr.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -11470,17 +12859,27 @@ $(OutDir_ide)Abbr.o: $(UPPDIR1)ide/Abbr.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -11510,6 +12909,7 @@ $(OutDir_ide)Abbr.o: $(UPPDIR1)ide/Abbr.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -11520,36 +12920,48 @@ $(OutDir_ide)Abbr.o: $(UPPDIR1)ide/Abbr.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ + $(UPPDIR1)ide/Abbr.cpp \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -11560,37 +12972,43 @@ $(OutDir_ide)Abbr.o: $(UPPDIR1)ide/Abbr.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -11655,8 +13073,6 @@ $(OutDir_ide)Qtf.o: $(UPPDIR1)ide/Qtf.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -11682,17 +13098,27 @@ $(OutDir_ide)Qtf.o: $(UPPDIR1)ide/Qtf.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -11722,6 +13148,7 @@ $(OutDir_ide)Qtf.o: $(UPPDIR1)ide/Qtf.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -11732,36 +13159,48 @@ $(OutDir_ide)Qtf.o: $(UPPDIR1)ide/Qtf.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/Qtf.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -11772,37 +13211,43 @@ $(OutDir_ide)Qtf.o: $(UPPDIR1)ide/Qtf.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -11867,8 +13312,6 @@ $(OutDir_ide)Xml.o: $(UPPDIR1)ide/Xml.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -11894,17 +13337,27 @@ $(OutDir_ide)Xml.o: $(UPPDIR1)ide/Xml.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -11934,6 +13387,7 @@ $(OutDir_ide)Xml.o: $(UPPDIR1)ide/Xml.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -11944,37 +13398,49 @@ $(OutDir_ide)Xml.o: $(UPPDIR1)ide/Xml.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ + $(UPPDIR1)ide/Xml.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -11984,37 +13450,43 @@ $(OutDir_ide)Xml.o: $(UPPDIR1)ide/Xml.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -12079,8 +13551,6 @@ $(OutDir_ide)Json.o: $(UPPDIR1)ide/Json.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -12106,17 +13576,27 @@ $(OutDir_ide)Json.o: $(UPPDIR1)ide/Json.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -12146,6 +13626,7 @@ $(OutDir_ide)Json.o: $(UPPDIR1)ide/Json.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -12156,36 +13637,48 @@ $(OutDir_ide)Json.o: $(UPPDIR1)ide/Json.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/Json.cpp \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -12196,37 +13689,43 @@ $(OutDir_ide)Json.o: $(UPPDIR1)ide/Json.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -12291,8 +13790,6 @@ $(OutDir_ide)MacroManager.o: $(UPPDIR1)ide/MacroManager.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -12318,17 +13815,27 @@ $(OutDir_ide)MacroManager.o: $(UPPDIR1)ide/MacroManager.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -12358,6 +13865,7 @@ $(OutDir_ide)MacroManager.o: $(UPPDIR1)ide/MacroManager.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -12368,37 +13876,51 @@ $(OutDir_ide)MacroManager.o: $(UPPDIR1)ide/MacroManager.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/MacroManager.cpp \ $(UPPDIR1)ide/MacroManager/MacroManager.h \ + $(UPPDIR1)ide/MacroManager/MacroManager.iml \ + $(UPPDIR1)ide/MacroManager/MacroManager.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -12409,37 +13931,43 @@ $(OutDir_ide)MacroManager.o: $(UPPDIR1)ide/MacroManager.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/MacroManager.cpp -o $(OutDir_ide)MacroManager.o $(OutDir_ide)SetupGIT.o: $(UPPDIR1)ide/SetupGIT.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -12504,8 +14032,6 @@ $(OutDir_ide)SetupGIT.o: $(UPPDIR1)ide/SetupGIT.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -12531,17 +14057,27 @@ $(OutDir_ide)SetupGIT.o: $(UPPDIR1)ide/SetupGIT.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -12571,6 +14107,7 @@ $(OutDir_ide)SetupGIT.o: $(UPPDIR1)ide/SetupGIT.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -12581,36 +14118,48 @@ $(OutDir_ide)SetupGIT.o: $(UPPDIR1)ide/SetupGIT.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/SetupGIT.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -12621,37 +14170,43 @@ $(OutDir_ide)SetupGIT.o: $(UPPDIR1)ide/SetupGIT.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/SetupGIT.cpp -o $(OutDir_ide)SetupGIT.o $(OutDir_ide)Upgrade.o: $(UPPDIR1)ide/Upgrade.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -12716,8 +14271,6 @@ $(OutDir_ide)Upgrade.o: $(UPPDIR1)ide/Upgrade.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -12743,17 +14296,27 @@ $(OutDir_ide)Upgrade.o: $(UPPDIR1)ide/Upgrade.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -12783,6 +14346,7 @@ $(OutDir_ide)Upgrade.o: $(UPPDIR1)ide/Upgrade.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -12793,36 +14357,48 @@ $(OutDir_ide)Upgrade.o: $(UPPDIR1)ide/Upgrade.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/Upgrade.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -12833,37 +14409,43 @@ $(OutDir_ide)Upgrade.o: $(UPPDIR1)ide/Upgrade.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Upgrade.cpp -o $(OutDir_ide)Upgrade.o $(OutDir_ide)UppHub.o: $(UPPDIR1)ide/UppHub.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -12928,8 +14510,6 @@ $(OutDir_ide)UppHub.o: $(UPPDIR1)ide/UppHub.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -12955,17 +14535,27 @@ $(OutDir_ide)UppHub.o: $(UPPDIR1)ide/UppHub.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -12995,6 +14585,7 @@ $(OutDir_ide)UppHub.o: $(UPPDIR1)ide/UppHub.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -13005,36 +14596,48 @@ $(OutDir_ide)UppHub.o: $(UPPDIR1)ide/UppHub.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/UppHub.cpp \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -13045,37 +14648,43 @@ $(OutDir_ide)UppHub.o: $(UPPDIR1)ide/UppHub.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/UppHub.cpp -o $(OutDir_ide)UppHub.o $(OutDir_ide)MethodsCtrls.o: $(UPPDIR1)ide/MethodsCtrls.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -13140,8 +14749,6 @@ $(OutDir_ide)MethodsCtrls.o: $(UPPDIR1)ide/MethodsCtrls.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -13167,17 +14774,27 @@ $(OutDir_ide)MethodsCtrls.o: $(UPPDIR1)ide/MethodsCtrls.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -13207,6 +14824,7 @@ $(OutDir_ide)MethodsCtrls.o: $(UPPDIR1)ide/MethodsCtrls.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -13217,36 +14835,48 @@ $(OutDir_ide)MethodsCtrls.o: $(UPPDIR1)ide/MethodsCtrls.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/MethodsCtrls.cpp \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -13257,37 +14887,43 @@ $(OutDir_ide)MethodsCtrls.o: $(UPPDIR1)ide/MethodsCtrls.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -13352,8 +14988,6 @@ $(OutDir_ide)Methods.o: $(UPPDIR1)ide/Methods.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -13379,17 +15013,27 @@ $(OutDir_ide)Methods.o: $(UPPDIR1)ide/Methods.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -13419,6 +15063,7 @@ $(OutDir_ide)Methods.o: $(UPPDIR1)ide/Methods.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -13429,38 +15074,50 @@ $(OutDir_ide)Methods.o: $(UPPDIR1)ide/Methods.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(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/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/Methods.cpp \ $(UPPDIR1)ide/Methods.h \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -13471,37 +15128,43 @@ $(OutDir_ide)Methods.o: $(UPPDIR1)ide/Methods.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -13566,8 +15229,6 @@ $(OutDir_ide)AutoSetup.o: $(UPPDIR1)ide/AutoSetup.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -13593,17 +15254,27 @@ $(OutDir_ide)AutoSetup.o: $(UPPDIR1)ide/AutoSetup.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -13633,6 +15304,7 @@ $(OutDir_ide)AutoSetup.o: $(UPPDIR1)ide/AutoSetup.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -13643,36 +15315,48 @@ $(OutDir_ide)AutoSetup.o: $(UPPDIR1)ide/AutoSetup.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/AutoSetup.cpp \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -13683,37 +15367,43 @@ $(OutDir_ide)AutoSetup.o: $(UPPDIR1)ide/AutoSetup.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -13778,8 +15468,6 @@ $(OutDir_ide)InstantSetup.o: $(UPPDIR1)ide/InstantSetup.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -13805,17 +15493,27 @@ $(OutDir_ide)InstantSetup.o: $(UPPDIR1)ide/InstantSetup.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -13845,6 +15543,7 @@ $(OutDir_ide)InstantSetup.o: $(UPPDIR1)ide/InstantSetup.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -13855,36 +15554,48 @@ $(OutDir_ide)InstantSetup.o: $(UPPDIR1)ide/InstantSetup.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ + $(UPPDIR1)ide/InstantSetup.cpp \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -13895,37 +15606,43 @@ $(OutDir_ide)InstantSetup.o: $(UPPDIR1)ide/InstantSetup.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -13990,8 +15707,6 @@ $(OutDir_ide)OutputMode.o: $(UPPDIR1)ide/OutputMode.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -14017,17 +15732,27 @@ $(OutDir_ide)OutputMode.o: $(UPPDIR1)ide/OutputMode.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -14057,6 +15782,7 @@ $(OutDir_ide)OutputMode.o: $(UPPDIR1)ide/OutputMode.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -14067,36 +15793,48 @@ $(OutDir_ide)OutputMode.o: $(UPPDIR1)ide/OutputMode.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/OutputMode.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -14107,37 +15845,43 @@ $(OutDir_ide)OutputMode.o: $(UPPDIR1)ide/OutputMode.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -14202,8 +15946,6 @@ $(OutDir_ide)Build.o: $(UPPDIR1)ide/Build.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -14229,17 +15971,27 @@ $(OutDir_ide)Build.o: $(UPPDIR1)ide/Build.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -14269,6 +16021,7 @@ $(OutDir_ide)Build.o: $(UPPDIR1)ide/Build.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -14279,36 +16032,48 @@ $(OutDir_ide)Build.o: $(UPPDIR1)ide/Build.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ + $(UPPDIR1)ide/Build.cpp \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -14319,37 +16084,43 @@ $(OutDir_ide)Build.o: $(UPPDIR1)ide/Build.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -14414,8 +16185,6 @@ $(OutDir_ide)Debug.o: $(UPPDIR1)ide/Debug.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -14441,17 +16210,27 @@ $(OutDir_ide)Debug.o: $(UPPDIR1)ide/Debug.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -14481,6 +16260,7 @@ $(OutDir_ide)Debug.o: $(UPPDIR1)ide/Debug.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -14491,36 +16271,48 @@ $(OutDir_ide)Debug.o: $(UPPDIR1)ide/Debug.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ - $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debug.cpp \ $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -14531,37 +16323,43 @@ $(OutDir_ide)Debug.o: $(UPPDIR1)ide/Debug.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -14626,8 +16424,6 @@ $(OutDir_ide)Valgrind.o: $(UPPDIR1)ide/Valgrind.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -14653,17 +16449,27 @@ $(OutDir_ide)Valgrind.o: $(UPPDIR1)ide/Valgrind.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -14693,6 +16499,7 @@ $(OutDir_ide)Valgrind.o: $(UPPDIR1)ide/Valgrind.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -14703,36 +16510,48 @@ $(OutDir_ide)Valgrind.o: $(UPPDIR1)ide/Valgrind.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ + $(UPPDIR1)ide/Valgrind.cpp \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -14743,37 +16562,43 @@ $(OutDir_ide)Valgrind.o: $(UPPDIR1)ide/Valgrind.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -14838,8 +16663,6 @@ $(OutDir_ide)Export.o: $(UPPDIR1)ide/Export.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -14865,17 +16688,27 @@ $(OutDir_ide)Export.o: $(UPPDIR1)ide/Export.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -14905,6 +16738,7 @@ $(OutDir_ide)Export.o: $(UPPDIR1)ide/Export.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -14915,36 +16749,48 @@ $(OutDir_ide)Export.o: $(UPPDIR1)ide/Export.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/Export.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -14955,37 +16801,43 @@ $(OutDir_ide)Export.o: $(UPPDIR1)ide/Export.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Export.cpp -o $(OutDir_ide)Export.o $(OutDir_ide)RepoConsole.o: $(UPPDIR1)ide/RepoConsole.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -15050,8 +16902,6 @@ $(OutDir_ide)RepoConsole.o: $(UPPDIR1)ide/RepoConsole.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -15077,17 +16927,27 @@ $(OutDir_ide)RepoConsole.o: $(UPPDIR1)ide/RepoConsole.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -15117,6 +16977,7 @@ $(OutDir_ide)RepoConsole.o: $(UPPDIR1)ide/RepoConsole.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -15127,36 +16988,48 @@ $(OutDir_ide)RepoConsole.o: $(UPPDIR1)ide/RepoConsole.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/RepoConsole.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -15167,37 +17040,43 @@ $(OutDir_ide)RepoConsole.o: $(UPPDIR1)ide/RepoConsole.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/RepoConsole.cpp -o $(OutDir_ide)RepoConsole.o $(OutDir_ide)RepoSync.o: $(UPPDIR1)ide/RepoSync.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -15262,8 +17141,6 @@ $(OutDir_ide)RepoSync.o: $(UPPDIR1)ide/RepoSync.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -15289,17 +17166,27 @@ $(OutDir_ide)RepoSync.o: $(UPPDIR1)ide/RepoSync.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -15329,6 +17216,7 @@ $(OutDir_ide)RepoSync.o: $(UPPDIR1)ide/RepoSync.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -15339,36 +17227,48 @@ $(OutDir_ide)RepoSync.o: $(UPPDIR1)ide/RepoSync.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/RepoSync.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -15379,37 +17279,43 @@ $(OutDir_ide)RepoSync.o: $(UPPDIR1)ide/RepoSync.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/RepoSync.cpp -o $(OutDir_ide)RepoSync.o $(OutDir_ide)Credentials.o: $(UPPDIR1)ide/Credentials.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -15474,8 +17380,6 @@ $(OutDir_ide)Credentials.o: $(UPPDIR1)ide/Credentials.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -15501,17 +17405,27 @@ $(OutDir_ide)Credentials.o: $(UPPDIR1)ide/Credentials.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -15541,6 +17455,7 @@ $(OutDir_ide)Credentials.o: $(UPPDIR1)ide/Credentials.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -15551,36 +17466,48 @@ $(OutDir_ide)Credentials.o: $(UPPDIR1)ide/Credentials.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ - $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Credentials.cpp \ $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -15591,37 +17518,43 @@ $(OutDir_ide)Credentials.o: $(UPPDIR1)ide/Credentials.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Credentials.cpp -o $(OutDir_ide)Credentials.o $(OutDir_ide)Diff.o: $(UPPDIR1)ide/Diff.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -15686,8 +17619,6 @@ $(OutDir_ide)Diff.o: $(UPPDIR1)ide/Diff.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -15713,17 +17644,27 @@ $(OutDir_ide)Diff.o: $(UPPDIR1)ide/Diff.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -15753,6 +17694,7 @@ $(OutDir_ide)Diff.o: $(UPPDIR1)ide/Diff.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -15763,36 +17705,48 @@ $(OutDir_ide)Diff.o: $(UPPDIR1)ide/Diff.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/Diff.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -15803,37 +17757,43 @@ $(OutDir_ide)Diff.o: $(UPPDIR1)ide/Diff.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Diff.cpp -o $(OutDir_ide)Diff.o $(OutDir_ide)DirRepoDiff.o: $(UPPDIR1)ide/DirRepoDiff.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -15898,8 +17858,6 @@ $(OutDir_ide)DirRepoDiff.o: $(UPPDIR1)ide/DirRepoDiff.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -15925,17 +17883,27 @@ $(OutDir_ide)DirRepoDiff.o: $(UPPDIR1)ide/DirRepoDiff.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -15965,6 +17933,7 @@ $(OutDir_ide)DirRepoDiff.o: $(UPPDIR1)ide/DirRepoDiff.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -15975,36 +17944,48 @@ $(OutDir_ide)DirRepoDiff.o: $(UPPDIR1)ide/DirRepoDiff.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/DirRepoDiff.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -16015,33 +17996,37 @@ $(OutDir_ide)DirRepoDiff.o: $(UPPDIR1)ide/DirRepoDiff.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/DirRepoDiff.cpp -o $(OutDir_ide)DirRepoDiff.o $(OutDir_ide_Common): @@ -16049,6 +18034,8 @@ $(OutDir_ide_Common): $(OutDir_ide_Common)ComDlg.o: $(UPPDIR1)ide/Common/ComDlg.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -16113,8 +18100,6 @@ $(OutDir_ide_Common)ComDlg.o: $(UPPDIR1)ide/Common/ComDlg.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16140,17 +18125,27 @@ $(OutDir_ide_Common)ComDlg.o: $(UPPDIR1)ide/Common/ComDlg.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -16179,6 +18174,7 @@ $(OutDir_ide_Common)ComDlg.o: $(UPPDIR1)ide/Common/ComDlg.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -16189,7 +18185,9 @@ $(OutDir_ide_Common)ComDlg.o: $(UPPDIR1)ide/Common/ComDlg.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)ide/Common/ComDlg.cpp \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -16200,27 +18198,29 @@ $(OutDir_ide_Common)ComDlg.o: $(UPPDIR1)ide/Common/ComDlg.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -16285,8 +18285,6 @@ $(OutDir_ide_Common)Module.o: $(UPPDIR1)ide/Common/Module.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16312,17 +18310,27 @@ $(OutDir_ide_Common)Module.o: $(UPPDIR1)ide/Common/Module.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -16351,6 +18359,7 @@ $(OutDir_ide_Common)Module.o: $(UPPDIR1)ide/Common/Module.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -16361,6 +18370,8 @@ $(OutDir_ide_Common)Module.o: $(UPPDIR1)ide/Common/Module.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ + $(UPPDIR1)ide/Common/Module.cpp \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -16371,27 +18382,29 @@ $(OutDir_ide_Common)Module.o: $(UPPDIR1)ide/Common/Module.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -16456,8 +18469,6 @@ $(OutDir_ide_Common)Util.o: $(UPPDIR1)ide/Common/Util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16483,17 +18494,27 @@ $(OutDir_ide_Common)Util.o: $(UPPDIR1)ide/Common/Util.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -16522,6 +18543,7 @@ $(OutDir_ide_Common)Util.o: $(UPPDIR1)ide/Common/Util.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -16532,6 +18554,8 @@ $(OutDir_ide_Common)Util.o: $(UPPDIR1)ide/Common/Util.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ + $(UPPDIR1)ide/Common/Util.cpp \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -16542,23 +18566,23 @@ $(OutDir_ide_Common)Util.o: $(UPPDIR1)ide/Common/Util.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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: \ @@ -16630,8 +18654,6 @@ $(OutDir_ide_Core)Ide.o: $(UPPDIR1)ide/Core/Ide.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16660,13 +18682,11 @@ $(OutDir_ide_Core)Ide.o: $(UPPDIR1)ide/Core/Ide.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Ide.cpp \ $(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 @@ -16729,8 +18749,6 @@ $(OutDir_ide_Core)Cache.o: $(UPPDIR1)ide/Core/Cache.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16757,15 +18775,13 @@ $(OutDir_ide_Core)Cache.o: $(UPPDIR1)ide/Core/Cache.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Core/Cache.cpp \ $(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 @@ -16828,8 +18844,6 @@ $(OutDir_ide_Core)Core.o: $(UPPDIR1)ide/Core/Core.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16856,15 +18870,13 @@ $(OutDir_ide_Core)Core.o: $(UPPDIR1)ide/Core/Core.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Core/Core.cpp \ $(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 @@ -16927,8 +18939,6 @@ $(OutDir_ide_Core)Builder.o: $(UPPDIR1)ide/Core/Builder.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16955,15 +18965,13 @@ $(OutDir_ide_Core)Builder.o: $(UPPDIR1)ide/Core/Builder.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Core/Builder.cpp \ $(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 @@ -17026,8 +19034,6 @@ $(OutDir_ide_Core)PPinfo.o: $(UPPDIR1)ide/Core/PPinfo.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -17057,12 +19063,10 @@ $(OutDir_ide_Core)PPinfo.o: $(UPPDIR1)ide/Core/PPinfo.cpp \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Core/PPinfo.cpp \ $(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 @@ -17125,8 +19129,6 @@ $(OutDir_ide_Core)Assembly.o: $(UPPDIR1)ide/Core/Assembly.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -17153,15 +19155,13 @@ $(OutDir_ide_Core)Assembly.o: $(UPPDIR1)ide/Core/Assembly.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Core/Assembly.cpp \ $(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 @@ -17224,8 +19224,6 @@ $(OutDir_ide_Core)Package.o: $(UPPDIR1)ide/Core/Package.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -17255,12 +19253,10 @@ $(OutDir_ide_Core)Package.o: $(UPPDIR1)ide/Core/Package.cpp \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Core/Package.cpp \ $(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 @@ -17323,8 +19319,6 @@ $(OutDir_ide_Core)Workspace.o: $(UPPDIR1)ide/Core/Workspace.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -17354,12 +19348,10 @@ $(OutDir_ide_Core)Workspace.o: $(UPPDIR1)ide/Core/Workspace.cpp \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Core/Workspace.cpp \ $(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 @@ -17422,8 +19414,6 @@ $(OutDir_ide_Core)usc.o: $(UPPDIR1)ide/Core/usc.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -17453,12 +19443,10 @@ $(OutDir_ide_Core)usc.o: $(UPPDIR1)ide/Core/usc.cpp \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Core/usc.cpp \ $(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 @@ -17521,8 +19509,6 @@ $(OutDir_ide_Core)BinObj.o: $(UPPDIR1)ide/Core/BinObj.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -17549,15 +19535,13 @@ $(OutDir_ide_Core)BinObj.o: $(UPPDIR1)ide/Core/BinObj.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Core/BinObj.cpp \ $(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 @@ -17620,8 +19604,6 @@ $(OutDir_ide_Core)Util.o: $(UPPDIR1)ide/Core/Util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -17651,12 +19633,10 @@ $(OutDir_ide_Core)Util.o: $(UPPDIR1)ide/Core/Util.cpp \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Core/Util.cpp \ $(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 @@ -17719,8 +19699,6 @@ $(OutDir_ide_Core)Host.o: $(UPPDIR1)ide/Core/Host.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -17748,14 +19726,12 @@ $(OutDir_ide_Core)Host.o: $(UPPDIR1)ide/Core/Host.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.cpp \ $(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 @@ -17817,8 +19793,6 @@ $(OutDir_ide_Core)Logger.o: $(UPPDIR1)ide/Core/Logger.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -17844,9 +19818,8 @@ $(OutDir_ide_Core)Logger.o: $(UPPDIR1)ide/Core/Logger.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)ide/Core/Logger.cpp \ $(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 @@ -17884,6 +19857,8 @@ $(OutDir_ide_LayDes): $(OutDir_ide_LayDes)sdiff.o: $(UPPDIR1)ide/LayDes/sdiff.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -17948,8 +19923,6 @@ $(OutDir_ide_LayDes)sdiff.o: $(UPPDIR1)ide/LayDes/sdiff.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -17975,17 +19948,27 @@ $(OutDir_ide_LayDes)sdiff.o: $(UPPDIR1)ide/LayDes/sdiff.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -18015,6 +19998,7 @@ $(OutDir_ide_LayDes)sdiff.o: $(UPPDIR1)ide/LayDes/sdiff.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -18025,14 +20009,22 @@ $(OutDir_ide_LayDes)sdiff.o: $(UPPDIR1)ide/LayDes/sdiff.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/LayDes/sdiff.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -18042,29 +20034,33 @@ $(OutDir_ide_LayDes)sdiff.o: $(UPPDIR1)ide/LayDes/sdiff.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -18129,8 +20125,6 @@ $(OutDir_ide_LayDes)laylib.o: $(UPPDIR1)ide/LayDes/laylib.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -18156,17 +20150,27 @@ $(OutDir_ide_LayDes)laylib.o: $(UPPDIR1)ide/LayDes/laylib.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -18196,6 +20200,7 @@ $(OutDir_ide_LayDes)laylib.o: $(UPPDIR1)ide/LayDes/laylib.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -18206,14 +20211,22 @@ $(OutDir_ide_LayDes)laylib.o: $(UPPDIR1)ide/LayDes/laylib.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/LayDes/laylib.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -18223,29 +20236,33 @@ $(OutDir_ide_LayDes)laylib.o: $(UPPDIR1)ide/LayDes/laylib.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -18310,8 +20327,6 @@ $(OutDir_ide_LayDes)layusc.o: $(UPPDIR1)ide/LayDes/layusc.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -18337,17 +20352,27 @@ $(OutDir_ide_LayDes)layusc.o: $(UPPDIR1)ide/LayDes/layusc.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -18377,6 +20402,7 @@ $(OutDir_ide_LayDes)layusc.o: $(UPPDIR1)ide/LayDes/layusc.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -18387,14 +20413,22 @@ $(OutDir_ide_LayDes)layusc.o: $(UPPDIR1)ide/LayDes/layusc.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/LayDes/layusc.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -18404,29 +20438,33 @@ $(OutDir_ide_LayDes)layusc.o: $(UPPDIR1)ide/LayDes/layusc.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -18491,8 +20529,6 @@ $(OutDir_ide_LayDes)property.o: $(UPPDIR1)ide/LayDes/property.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -18518,17 +20554,27 @@ $(OutDir_ide_LayDes)property.o: $(UPPDIR1)ide/LayDes/property.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -18558,6 +20604,7 @@ $(OutDir_ide_LayDes)property.o: $(UPPDIR1)ide/LayDes/property.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -18568,14 +20615,22 @@ $(OutDir_ide_LayDes)property.o: $(UPPDIR1)ide/LayDes/property.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/LayDes/property.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -18585,29 +20640,33 @@ $(OutDir_ide_LayDes)property.o: $(UPPDIR1)ide/LayDes/property.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -18672,8 +20731,6 @@ $(OutDir_ide_LayDes)textprop.o: $(UPPDIR1)ide/LayDes/textprop.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -18699,17 +20756,27 @@ $(OutDir_ide_LayDes)textprop.o: $(UPPDIR1)ide/LayDes/textprop.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -18739,6 +20806,7 @@ $(OutDir_ide_LayDes)textprop.o: $(UPPDIR1)ide/LayDes/textprop.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -18749,14 +20817,22 @@ $(OutDir_ide_LayDes)textprop.o: $(UPPDIR1)ide/LayDes/textprop.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/LayDes/textprop.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -18766,29 +20842,33 @@ $(OutDir_ide_LayDes)textprop.o: $(UPPDIR1)ide/LayDes/textprop.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -18853,8 +20933,6 @@ $(OutDir_ide_LayDes)fontprop.o: $(UPPDIR1)ide/LayDes/fontprop.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -18880,17 +20958,27 @@ $(OutDir_ide_LayDes)fontprop.o: $(UPPDIR1)ide/LayDes/fontprop.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -18920,6 +21008,7 @@ $(OutDir_ide_LayDes)fontprop.o: $(UPPDIR1)ide/LayDes/fontprop.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -18930,14 +21019,22 @@ $(OutDir_ide_LayDes)fontprop.o: $(UPPDIR1)ide/LayDes/fontprop.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/LayDes/fontprop.cpp \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -18947,29 +21044,33 @@ $(OutDir_ide_LayDes)fontprop.o: $(UPPDIR1)ide/LayDes/fontprop.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -19034,8 +21135,6 @@ $(OutDir_ide_LayDes)propane.o: $(UPPDIR1)ide/LayDes/propane.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -19061,17 +21160,27 @@ $(OutDir_ide_LayDes)propane.o: $(UPPDIR1)ide/LayDes/propane.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -19101,6 +21210,7 @@ $(OutDir_ide_LayDes)propane.o: $(UPPDIR1)ide/LayDes/propane.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -19111,14 +21221,22 @@ $(OutDir_ide_LayDes)propane.o: $(UPPDIR1)ide/LayDes/propane.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/LayDes/propane.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -19128,29 +21246,33 @@ $(OutDir_ide_LayDes)propane.o: $(UPPDIR1)ide/LayDes/propane.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -19215,8 +21337,6 @@ $(OutDir_ide_LayDes)item.o: $(UPPDIR1)ide/LayDes/item.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -19242,17 +21362,27 @@ $(OutDir_ide_LayDes)item.o: $(UPPDIR1)ide/LayDes/item.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -19282,6 +21412,7 @@ $(OutDir_ide_LayDes)item.o: $(UPPDIR1)ide/LayDes/item.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -19292,14 +21423,22 @@ $(OutDir_ide_LayDes)item.o: $(UPPDIR1)ide/LayDes/item.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/LayDes/item.cpp \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -19309,29 +21448,33 @@ $(OutDir_ide_LayDes)item.o: $(UPPDIR1)ide/LayDes/item.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -19396,8 +21539,6 @@ $(OutDir_ide_LayDes)layout.o: $(UPPDIR1)ide/LayDes/layout.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -19423,17 +21564,27 @@ $(OutDir_ide_LayDes)layout.o: $(UPPDIR1)ide/LayDes/layout.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -19463,6 +21614,7 @@ $(OutDir_ide_LayDes)layout.o: $(UPPDIR1)ide/LayDes/layout.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -19473,14 +21625,22 @@ $(OutDir_ide_LayDes)layout.o: $(UPPDIR1)ide/LayDes/layout.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/LayDes/layout.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -19490,29 +21650,33 @@ $(OutDir_ide_LayDes)layout.o: $(UPPDIR1)ide/LayDes/layout.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -19577,8 +21741,6 @@ $(OutDir_ide_LayDes)visgen.o: $(UPPDIR1)ide/LayDes/visgen.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -19604,17 +21766,27 @@ $(OutDir_ide_LayDes)visgen.o: $(UPPDIR1)ide/LayDes/visgen.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -19644,6 +21816,7 @@ $(OutDir_ide_LayDes)visgen.o: $(UPPDIR1)ide/LayDes/visgen.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -19654,14 +21827,22 @@ $(OutDir_ide_LayDes)visgen.o: $(UPPDIR1)ide/LayDes/visgen.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/LayDes/visgen.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -19671,29 +21852,33 @@ $(OutDir_ide_LayDes)visgen.o: $(UPPDIR1)ide/LayDes/visgen.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -19758,8 +21943,6 @@ $(OutDir_ide_LayDes)laydes.o: $(UPPDIR1)ide/LayDes/laydes.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -19785,17 +21968,27 @@ $(OutDir_ide_LayDes)laydes.o: $(UPPDIR1)ide/LayDes/laydes.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -19825,6 +22018,7 @@ $(OutDir_ide_LayDes)laydes.o: $(UPPDIR1)ide/LayDes/laydes.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -19836,14 +22030,22 @@ $(OutDir_ide_LayDes)laydes.o: $(UPPDIR1)ide/LayDes/laydes.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/LayDes/laydes.cpp \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -19853,29 +22055,33 @@ $(OutDir_ide_LayDes)laydes.o: $(UPPDIR1)ide/LayDes/laydes.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -19940,8 +22146,6 @@ $(OutDir_ide_LayDes)layfile.o: $(UPPDIR1)ide/LayDes/layfile.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -19967,17 +22171,27 @@ $(OutDir_ide_LayDes)layfile.o: $(UPPDIR1)ide/LayDes/layfile.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -20007,6 +22221,7 @@ $(OutDir_ide_LayDes)layfile.o: $(UPPDIR1)ide/LayDes/layfile.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -20017,14 +22232,22 @@ $(OutDir_ide_LayDes)layfile.o: $(UPPDIR1)ide/LayDes/layfile.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/LayDes/layfile.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -20034,29 +22257,33 @@ $(OutDir_ide_LayDes)layfile.o: $(UPPDIR1)ide/LayDes/layfile.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -20121,8 +22348,6 @@ $(OutDir_ide_LayDes)laywin.o: $(UPPDIR1)ide/LayDes/laywin.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -20148,18 +22373,27 @@ $(OutDir_ide_LayDes)laywin.o: $(UPPDIR1)ide/LayDes/laywin.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.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/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -20190,6 +22424,7 @@ $(OutDir_ide_LayDes)laywin.o: $(UPPDIR1)ide/LayDes/laywin.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -20200,36 +22435,48 @@ $(OutDir_ide_LayDes)laywin.o: $(UPPDIR1)ide/LayDes/laywin.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/LayDes/laywin.cpp \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -20240,33 +22487,37 @@ $(OutDir_ide_LayDes)laywin.o: $(UPPDIR1)ide/LayDes/laywin.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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: \ @@ -20303,6 +22554,8 @@ $(OutDir_ide_IconDes): $(OutDir_ide_IconDes)IconDes.o: $(UPPDIR1)ide/IconDes/IconDes.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -20367,8 +22620,6 @@ $(OutDir_ide_IconDes)IconDes.o: $(UPPDIR1)ide/IconDes/IconDes.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -20394,17 +22645,27 @@ $(OutDir_ide_IconDes)IconDes.o: $(UPPDIR1)ide/IconDes/IconDes.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -20434,6 +22695,7 @@ $(OutDir_ide_IconDes)IconDes.o: $(UPPDIR1)ide/IconDes/IconDes.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -20444,36 +22706,48 @@ $(OutDir_ide_IconDes)IconDes.o: $(UPPDIR1)ide/IconDes/IconDes.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -20484,37 +22758,43 @@ $(OutDir_ide_IconDes)IconDes.o: $(UPPDIR1)ide/IconDes/IconDes.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -20579,8 +22859,6 @@ $(OutDir_ide_IconDes)IdeDes.o: $(UPPDIR1)ide/IconDes/IdeDes.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -20606,17 +22884,27 @@ $(OutDir_ide_IconDes)IdeDes.o: $(UPPDIR1)ide/IconDes/IdeDes.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -20646,6 +22934,7 @@ $(OutDir_ide_IconDes)IdeDes.o: $(UPPDIR1)ide/IconDes/IdeDes.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -20656,11 +22945,15 @@ $(OutDir_ide_IconDes)IdeDes.o: $(UPPDIR1)ide/IconDes/IdeDes.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IdeDes.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -20669,24 +22962,26 @@ $(OutDir_ide_IconDes)IdeDes.o: $(UPPDIR1)ide/IconDes/IdeDes.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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: \ @@ -20756,8 +23051,6 @@ $(OutDir_ide_Builders)CppBuilder.o: $(UPPDIR1)ide/Builders/CppBuilder.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -20788,15 +23081,13 @@ $(OutDir_ide_Builders)CppBuilder.o: $(UPPDIR1)ide/Builders/CppBuilder.cpp \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Builders/CppBuilder.cpp \ $(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 @@ -20859,8 +23150,6 @@ $(OutDir_ide_Builders)MakeFile.o: $(UPPDIR1)ide/Builders/MakeFile.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -20891,15 +23180,13 @@ $(OutDir_ide_Builders)MakeFile.o: $(UPPDIR1)ide/Builders/MakeFile.cpp \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Builders/MakeFile.cpp \ $(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 @@ -20962,8 +23249,6 @@ $(OutDir_ide_Builders)CCJ.o: $(UPPDIR1)ide/Builders/CCJ.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -20994,15 +23279,13 @@ $(OutDir_ide_Builders)CCJ.o: $(UPPDIR1)ide/Builders/CCJ.cpp \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Builders/CCJ.cpp \ $(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 @@ -21065,8 +23348,6 @@ $(OutDir_ide_Builders)GccBuilder.o: $(UPPDIR1)ide/Builders/GccBuilder.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -21098,15 +23379,13 @@ $(OutDir_ide_Builders)GccBuilder.o: $(UPPDIR1)ide/Builders/GccBuilder.cpp \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/Builders/BuilderUtils.h \ + $(UPPDIR1)ide/Builders/GccBuilder.cpp \ $(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 @@ -21169,8 +23448,6 @@ $(OutDir_ide_Builders)MscBuilder.o: $(UPPDIR1)ide/Builders/MscBuilder.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -21202,15 +23479,13 @@ $(OutDir_ide_Builders)MscBuilder.o: $(UPPDIR1)ide/Builders/MscBuilder.cpp \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/Builders/coff.h \ + $(UPPDIR1)ide/Builders/MscBuilder.cpp \ $(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 @@ -21273,8 +23548,6 @@ $(OutDir_ide_Builders)JavaBuilder.o: $(UPPDIR1)ide/Builders/JavaBuilder.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -21305,15 +23578,13 @@ $(OutDir_ide_Builders)JavaBuilder.o: $(UPPDIR1)ide/Builders/JavaBuilder.cpp \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Builders/JavaBuilder.cpp \ $(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 @@ -21376,8 +23647,6 @@ $(OutDir_ide_Builders)ScriptBuilder.o: $(UPPDIR1)ide/Builders/ScriptBuilder.cpp $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -21408,15 +23677,13 @@ $(OutDir_ide_Builders)ScriptBuilder.o: $(UPPDIR1)ide/Builders/ScriptBuilder.cpp $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Builders/ScriptBuilder.cpp \ $(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 @@ -21479,8 +23746,6 @@ $(OutDir_ide_Builders)Cocoa.o: $(UPPDIR1)ide/Builders/Cocoa.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -21506,32 +23771,18 @@ $(OutDir_ide_Builders)Cocoa.o: $(UPPDIR1)ide/Builders/Cocoa.cpp \ $(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/SIMD.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/Cocoa.cpp \ $(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 @@ -21593,8 +23844,6 @@ $(OutDir_ide_Builders)AndroidProject.o: $(UPPDIR1)ide/Builders/AndroidProject.cp $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -21621,8 +23870,7 @@ $(OutDir_ide_Builders)AndroidProject.o: $(UPPDIR1)ide/Builders/AndroidProject.cp $(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)ide/Builders/AndroidProject.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/AndroidProject.cpp -o $(OutDir_ide_Builders)AndroidProject.o @@ -21682,8 +23930,6 @@ $(OutDir_ide_Builders)AndroidApplicationMakeFile.o: $(UPPDIR1)ide/Builders/Andro $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -21710,8 +23956,7 @@ $(OutDir_ide_Builders)AndroidApplicationMakeFile.o: $(UPPDIR1)ide/Builders/Andro $(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)ide/Builders/AndroidApplicationMakeFile.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/AndroidApplicationMakeFile.cpp -o $(OutDir_ide_Builders)AndroidApplicationMakeFile.o @@ -21771,8 +24016,6 @@ $(OutDir_ide_Builders)AndroidMakeFile.o: $(UPPDIR1)ide/Builders/AndroidMakeFile. $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -21799,8 +24042,7 @@ $(OutDir_ide_Builders)AndroidMakeFile.o: $(UPPDIR1)ide/Builders/AndroidMakeFile. $(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)ide/Builders/AndroidMakeFile.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/AndroidMakeFile.cpp -o $(OutDir_ide_Builders)AndroidMakeFile.o @@ -21860,8 +24102,6 @@ $(OutDir_ide_Builders)AndroidModuleMakeFile.o: $(UPPDIR1)ide/Builders/AndroidMod $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -21888,8 +24128,7 @@ $(OutDir_ide_Builders)AndroidModuleMakeFile.o: $(UPPDIR1)ide/Builders/AndroidMod $(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)ide/Builders/AndroidModuleMakeFile.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/AndroidModuleMakeFile.cpp -o $(OutDir_ide_Builders)AndroidModuleMakeFile.o @@ -21950,8 +24189,6 @@ $(OutDir_ide_Builders)AndroidBuilder.o: $(UPPDIR1)ide/Builders/AndroidBuilder.cp $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -21982,6 +24219,7 @@ $(OutDir_ide_Builders)AndroidBuilder.o: $(UPPDIR1)ide/Builders/AndroidBuilder.cp $(UPPDIR1)ide/Android/Devices.h \ $(UPPDIR1)ide/Android/Executables.h \ $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/AndroidBuilder.cpp \ $(UPPDIR1)ide/Builders/AndroidBuilder.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ @@ -21992,11 +24230,8 @@ $(OutDir_ide_Builders)AndroidBuilder.o: $(UPPDIR1)ide/Builders/AndroidBuilder.cp $(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 @@ -22059,8 +24294,6 @@ $(OutDir_ide_Builders)AndroidBuilderCommands.o: $(UPPDIR1)ide/Builders/AndroidBu $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -22092,16 +24325,14 @@ $(OutDir_ide_Builders)AndroidBuilderCommands.o: $(UPPDIR1)ide/Builders/AndroidBu $(UPPDIR1)ide/Android/Executables.h \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/AndroidBuilder.h \ + $(UPPDIR1)ide/Builders/AndroidBuilderCommands.cpp \ $(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 @@ -22164,8 +24395,6 @@ $(OutDir_ide_Builders)AndroidBuilderUtils.o: $(UPPDIR1)ide/Builders/AndroidBuild $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -22197,16 +24426,14 @@ $(OutDir_ide_Builders)AndroidBuilderUtils.o: $(UPPDIR1)ide/Builders/AndroidBuild $(UPPDIR1)ide/Android/Executables.h \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/AndroidBuilder.h \ + $(UPPDIR1)ide/Builders/AndroidBuilderUtils.cpp \ $(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 @@ -22269,8 +24496,6 @@ $(OutDir_ide_Builders)AndroidModuleMakeFileBuilder.o: $(UPPDIR1)ide/Builders/And $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -22302,16 +24527,14 @@ $(OutDir_ide_Builders)AndroidModuleMakeFileBuilder.o: $(UPPDIR1)ide/Builders/And $(UPPDIR1)ide/Android/Executables.h \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/AndroidBuilder.h \ + $(UPPDIR1)ide/Builders/AndroidModuleMakeFileBuilder.cpp \ $(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 @@ -22374,8 +24597,6 @@ $(OutDir_ide_Builders)Blitz.o: $(UPPDIR1)ide/Builders/Blitz.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -22403,6 +24624,7 @@ $(OutDir_ide_Builders)Blitz.o: $(UPPDIR1)ide/Builders/Blitz.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Blitz.cpp \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ @@ -22410,11 +24632,8 @@ $(OutDir_ide_Builders)Blitz.o: $(UPPDIR1)ide/Builders/Blitz.cpp \ $(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 @@ -22477,8 +24696,6 @@ $(OutDir_ide_Builders)Build.o: $(UPPDIR1)ide/Builders/Build.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -22510,6 +24727,7 @@ $(OutDir_ide_Builders)Build.o: $(UPPDIR1)ide/Builders/Build.cpp \ $(UPPDIR1)ide/Android/Executables.h \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/AndroidBuilder.h \ + $(UPPDIR1)ide/Builders/Build.cpp \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ @@ -22518,11 +24736,8 @@ $(OutDir_ide_Builders)Build.o: $(UPPDIR1)ide/Builders/Build.cpp \ $(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 @@ -22585,8 +24800,6 @@ $(OutDir_ide_Builders)Install.o: $(UPPDIR1)ide/Builders/Install.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -22617,15 +24830,13 @@ $(OutDir_ide_Builders)Install.o: $(UPPDIR1)ide/Builders/Install.cpp \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Builders/Install.cpp \ $(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 @@ -22687,8 +24898,6 @@ $(OutDir_ide_Builders)BuilderUtils.o: $(UPPDIR1)ide/Builders/BuilderUtils.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -22714,9 +24923,8 @@ $(OutDir_ide_Builders)BuilderUtils.o: $(UPPDIR1)ide/Builders/BuilderUtils.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)ide/Builders/BuilderUtils.cpp \ $(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 @@ -22768,6 +24976,8 @@ $(OutDir_ide_Debuggers): $(OutDir_ide_Debuggers)Terminal.o: $(UPPDIR1)ide/Debuggers/Terminal.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -22832,8 +25042,6 @@ $(OutDir_ide_Debuggers)Terminal.o: $(UPPDIR1)ide/Debuggers/Terminal.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -22859,17 +25067,27 @@ $(OutDir_ide_Debuggers)Terminal.o: $(UPPDIR1)ide/Debuggers/Terminal.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -22899,6 +25117,7 @@ $(OutDir_ide_Debuggers)Terminal.o: $(UPPDIR1)ide/Debuggers/Terminal.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -22909,15 +25128,18 @@ $(OutDir_ide_Debuggers)Terminal.o: $(UPPDIR1)ide/Debuggers/Terminal.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Debuggers/Terminal.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -22925,28 +25147,29 @@ $(OutDir_ide_Debuggers)Terminal.o: $(UPPDIR1)ide/Debuggers/Terminal.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -23011,8 +25234,6 @@ $(OutDir_ide_Debuggers)Disas.o: $(UPPDIR1)ide/Debuggers/Disas.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -23038,17 +25259,27 @@ $(OutDir_ide_Debuggers)Disas.o: $(UPPDIR1)ide/Debuggers/Disas.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -23078,6 +25309,7 @@ $(OutDir_ide_Debuggers)Disas.o: $(UPPDIR1)ide/Debuggers/Disas.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -23088,15 +25320,18 @@ $(OutDir_ide_Debuggers)Disas.o: $(UPPDIR1)ide/Debuggers/Disas.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ + $(UPPDIR1)ide/Debuggers/Disas.cpp \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -23104,28 +25339,29 @@ $(OutDir_ide_Debuggers)Disas.o: $(UPPDIR1)ide/Debuggers/Disas.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -23190,8 +25426,6 @@ $(OutDir_ide_Debuggers)GdbCmd.o: $(UPPDIR1)ide/Debuggers/GdbCmd.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -23217,17 +25451,27 @@ $(OutDir_ide_Debuggers)GdbCmd.o: $(UPPDIR1)ide/Debuggers/GdbCmd.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -23257,6 +25501,7 @@ $(OutDir_ide_Debuggers)GdbCmd.o: $(UPPDIR1)ide/Debuggers/GdbCmd.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -23268,15 +25513,18 @@ $(OutDir_ide_Debuggers)GdbCmd.o: $(UPPDIR1)ide/Debuggers/GdbCmd.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ + $(UPPDIR1)ide/Debuggers/GdbCmd.cpp \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -23284,28 +25532,29 @@ $(OutDir_ide_Debuggers)GdbCmd.o: $(UPPDIR1)ide/Debuggers/GdbCmd.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -23370,8 +25619,6 @@ $(OutDir_ide_Debuggers)GdbData.o: $(UPPDIR1)ide/Debuggers/GdbData.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -23397,17 +25644,27 @@ $(OutDir_ide_Debuggers)GdbData.o: $(UPPDIR1)ide/Debuggers/GdbData.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -23437,6 +25694,7 @@ $(OutDir_ide_Debuggers)GdbData.o: $(UPPDIR1)ide/Debuggers/GdbData.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -23447,15 +25705,18 @@ $(OutDir_ide_Debuggers)GdbData.o: $(UPPDIR1)ide/Debuggers/GdbData.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ + $(UPPDIR1)ide/Debuggers/GdbData.cpp \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -23463,28 +25724,29 @@ $(OutDir_ide_Debuggers)GdbData.o: $(UPPDIR1)ide/Debuggers/GdbData.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -23549,8 +25811,6 @@ $(OutDir_ide_Debuggers)Gdb.o: $(UPPDIR1)ide/Debuggers/Gdb.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -23576,17 +25836,27 @@ $(OutDir_ide_Debuggers)Gdb.o: $(UPPDIR1)ide/Debuggers/Gdb.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -23616,6 +25886,7 @@ $(OutDir_ide_Debuggers)Gdb.o: $(UPPDIR1)ide/Debuggers/Gdb.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -23626,15 +25897,18 @@ $(OutDir_ide_Debuggers)Gdb.o: $(UPPDIR1)ide/Debuggers/Gdb.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ + $(UPPDIR1)ide/Debuggers/Gdb.cpp \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -23642,28 +25916,29 @@ $(OutDir_ide_Debuggers)Gdb.o: $(UPPDIR1)ide/Debuggers/Gdb.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -23728,8 +26003,6 @@ $(OutDir_ide_Debuggers)GdbMem.o: $(UPPDIR1)ide/Debuggers/GdbMem.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -23755,17 +26028,27 @@ $(OutDir_ide_Debuggers)GdbMem.o: $(UPPDIR1)ide/Debuggers/GdbMem.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -23795,6 +26078,7 @@ $(OutDir_ide_Debuggers)GdbMem.o: $(UPPDIR1)ide/Debuggers/GdbMem.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -23805,15 +26089,18 @@ $(OutDir_ide_Debuggers)GdbMem.o: $(UPPDIR1)ide/Debuggers/GdbMem.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ + $(UPPDIR1)ide/Debuggers/GdbMem.cpp \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -23821,24 +26108,23 @@ $(OutDir_ide_Debuggers)GdbMem.o: $(UPPDIR1)ide/Debuggers/GdbMem.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -23897,8 +26183,6 @@ $(OutDir_ide_Debuggers)GdbUtils.o: $(UPPDIR1)ide/Debuggers/GdbUtils.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -23926,14 +26210,15 @@ $(OutDir_ide_Debuggers)GdbUtils.o: $(UPPDIR1)ide/Debuggers/GdbUtils.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)ide/Common/CommandLineOptions.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.cpp \ $(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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -23998,8 +26283,6 @@ $(OutDir_ide_Debuggers)Cpu.o: $(UPPDIR1)ide/Debuggers/Cpu.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -24025,17 +26308,27 @@ $(OutDir_ide_Debuggers)Cpu.o: $(UPPDIR1)ide/Debuggers/Cpu.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -24065,6 +26358,7 @@ $(OutDir_ide_Debuggers)Cpu.o: $(UPPDIR1)ide/Debuggers/Cpu.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -24075,17 +26369,18 @@ $(OutDir_ide_Debuggers)Cpu.o: $(UPPDIR1)ide/Debuggers/Cpu.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Cpu.cpp \ $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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 \ @@ -24093,28 +26388,29 @@ $(OutDir_ide_Debuggers)Cpu.o: $(UPPDIR1)ide/Debuggers/Cpu.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -24179,8 +26475,6 @@ $(OutDir_ide_Debuggers)Debug.o: $(UPPDIR1)ide/Debuggers/Debug.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -24206,17 +26500,27 @@ $(OutDir_ide_Debuggers)Debug.o: $(UPPDIR1)ide/Debuggers/Debug.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -24246,6 +26550,7 @@ $(OutDir_ide_Debuggers)Debug.o: $(UPPDIR1)ide/Debuggers/Debug.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -24256,15 +26561,18 @@ $(OutDir_ide_Debuggers)Debug.o: $(UPPDIR1)ide/Debuggers/Debug.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ - $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debug.cpp \ $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -24272,28 +26580,29 @@ $(OutDir_ide_Debuggers)Debug.o: $(UPPDIR1)ide/Debuggers/Debug.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -24358,8 +26667,6 @@ $(OutDir_ide_Debuggers)Mem.o: $(UPPDIR1)ide/Debuggers/Mem.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -24385,17 +26692,27 @@ $(OutDir_ide_Debuggers)Mem.o: $(UPPDIR1)ide/Debuggers/Mem.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -24425,6 +26742,7 @@ $(OutDir_ide_Debuggers)Mem.o: $(UPPDIR1)ide/Debuggers/Mem.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -24435,15 +26753,18 @@ $(OutDir_ide_Debuggers)Mem.o: $(UPPDIR1)ide/Debuggers/Mem.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Debuggers/Mem.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -24451,28 +26772,29 @@ $(OutDir_ide_Debuggers)Mem.o: $(UPPDIR1)ide/Debuggers/Mem.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -24537,8 +26859,6 @@ $(OutDir_ide_Debuggers)Sym.o: $(UPPDIR1)ide/Debuggers/Sym.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -24564,17 +26884,27 @@ $(OutDir_ide_Debuggers)Sym.o: $(UPPDIR1)ide/Debuggers/Sym.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -24604,6 +26934,7 @@ $(OutDir_ide_Debuggers)Sym.o: $(UPPDIR1)ide/Debuggers/Sym.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -24614,15 +26945,18 @@ $(OutDir_ide_Debuggers)Sym.o: $(UPPDIR1)ide/Debuggers/Sym.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Debuggers/Sym.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -24630,28 +26964,29 @@ $(OutDir_ide_Debuggers)Sym.o: $(UPPDIR1)ide/Debuggers/Sym.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -24716,8 +27051,6 @@ $(OutDir_ide_Debuggers)Exp.o: $(UPPDIR1)ide/Debuggers/Exp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -24743,17 +27076,27 @@ $(OutDir_ide_Debuggers)Exp.o: $(UPPDIR1)ide/Debuggers/Exp.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -24783,6 +27126,7 @@ $(OutDir_ide_Debuggers)Exp.o: $(UPPDIR1)ide/Debuggers/Exp.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -24793,15 +27137,18 @@ $(OutDir_ide_Debuggers)Exp.o: $(UPPDIR1)ide/Debuggers/Exp.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ + $(UPPDIR1)ide/Debuggers/Exp.cpp \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -24809,28 +27156,29 @@ $(OutDir_ide_Debuggers)Exp.o: $(UPPDIR1)ide/Debuggers/Exp.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -24895,8 +27243,6 @@ $(OutDir_ide_Debuggers)PrettyUpp.o: $(UPPDIR1)ide/Debuggers/PrettyUpp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -24922,17 +27268,27 @@ $(OutDir_ide_Debuggers)PrettyUpp.o: $(UPPDIR1)ide/Debuggers/PrettyUpp.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -24962,6 +27318,7 @@ $(OutDir_ide_Debuggers)PrettyUpp.o: $(UPPDIR1)ide/Debuggers/PrettyUpp.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -24972,15 +27329,18 @@ $(OutDir_ide_Debuggers)PrettyUpp.o: $(UPPDIR1)ide/Debuggers/PrettyUpp.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Debuggers/PrettyUpp.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -24988,28 +27348,29 @@ $(OutDir_ide_Debuggers)PrettyUpp.o: $(UPPDIR1)ide/Debuggers/PrettyUpp.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -25074,8 +27435,6 @@ $(OutDir_ide_Debuggers)PrettyStd.o: $(UPPDIR1)ide/Debuggers/PrettyStd.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -25101,17 +27460,27 @@ $(OutDir_ide_Debuggers)PrettyStd.o: $(UPPDIR1)ide/Debuggers/PrettyStd.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -25141,6 +27510,7 @@ $(OutDir_ide_Debuggers)PrettyStd.o: $(UPPDIR1)ide/Debuggers/PrettyStd.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -25151,15 +27521,18 @@ $(OutDir_ide_Debuggers)PrettyStd.o: $(UPPDIR1)ide/Debuggers/PrettyStd.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Debuggers/PrettyStd.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -25167,28 +27540,29 @@ $(OutDir_ide_Debuggers)PrettyStd.o: $(UPPDIR1)ide/Debuggers/PrettyStd.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -25253,8 +27627,6 @@ $(OutDir_ide_Debuggers)Pretty.o: $(UPPDIR1)ide/Debuggers/Pretty.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -25280,17 +27652,27 @@ $(OutDir_ide_Debuggers)Pretty.o: $(UPPDIR1)ide/Debuggers/Pretty.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -25320,6 +27702,7 @@ $(OutDir_ide_Debuggers)Pretty.o: $(UPPDIR1)ide/Debuggers/Pretty.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -25330,15 +27713,18 @@ $(OutDir_ide_Debuggers)Pretty.o: $(UPPDIR1)ide/Debuggers/Pretty.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Debuggers/Pretty.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -25346,28 +27732,29 @@ $(OutDir_ide_Debuggers)Pretty.o: $(UPPDIR1)ide/Debuggers/Pretty.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -25432,8 +27819,6 @@ $(OutDir_ide_Debuggers)Visualise.o: $(UPPDIR1)ide/Debuggers/Visualise.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -25459,17 +27844,27 @@ $(OutDir_ide_Debuggers)Visualise.o: $(UPPDIR1)ide/Debuggers/Visualise.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -25499,6 +27894,7 @@ $(OutDir_ide_Debuggers)Visualise.o: $(UPPDIR1)ide/Debuggers/Visualise.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -25509,15 +27905,18 @@ $(OutDir_ide_Debuggers)Visualise.o: $(UPPDIR1)ide/Debuggers/Visualise.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Debuggers/Visualise.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -25525,28 +27924,29 @@ $(OutDir_ide_Debuggers)Visualise.o: $(UPPDIR1)ide/Debuggers/Visualise.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -25611,8 +28011,6 @@ $(OutDir_ide_Debuggers)Data.o: $(UPPDIR1)ide/Debuggers/Data.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -25638,17 +28036,27 @@ $(OutDir_ide_Debuggers)Data.o: $(UPPDIR1)ide/Debuggers/Data.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -25678,6 +28086,7 @@ $(OutDir_ide_Debuggers)Data.o: $(UPPDIR1)ide/Debuggers/Data.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -25688,15 +28097,18 @@ $(OutDir_ide_Debuggers)Data.o: $(UPPDIR1)ide/Debuggers/Data.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ - $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Data.cpp \ $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -25704,28 +28116,29 @@ $(OutDir_ide_Debuggers)Data.o: $(UPPDIR1)ide/Debuggers/Data.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -25790,8 +28203,6 @@ $(OutDir_ide_Debuggers)Tree.o: $(UPPDIR1)ide/Debuggers/Tree.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -25817,17 +28228,27 @@ $(OutDir_ide_Debuggers)Tree.o: $(UPPDIR1)ide/Debuggers/Tree.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -25857,6 +28278,7 @@ $(OutDir_ide_Debuggers)Tree.o: $(UPPDIR1)ide/Debuggers/Tree.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -25867,15 +28289,18 @@ $(OutDir_ide_Debuggers)Tree.o: $(UPPDIR1)ide/Debuggers/Tree.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Debuggers/Tree.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -25883,28 +28308,29 @@ $(OutDir_ide_Debuggers)Tree.o: $(UPPDIR1)ide/Debuggers/Tree.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -25969,8 +28395,6 @@ $(OutDir_ide_Debuggers)Stack.o: $(UPPDIR1)ide/Debuggers/Stack.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -25996,17 +28420,27 @@ $(OutDir_ide_Debuggers)Stack.o: $(UPPDIR1)ide/Debuggers/Stack.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -26036,6 +28470,7 @@ $(OutDir_ide_Debuggers)Stack.o: $(UPPDIR1)ide/Debuggers/Stack.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -26046,15 +28481,18 @@ $(OutDir_ide_Debuggers)Stack.o: $(UPPDIR1)ide/Debuggers/Stack.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Debuggers/Stack.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -26062,28 +28500,29 @@ $(OutDir_ide_Debuggers)Stack.o: $(UPPDIR1)ide/Debuggers/Stack.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -26148,8 +28587,6 @@ $(OutDir_ide_Debuggers)Code.o: $(UPPDIR1)ide/Debuggers/Code.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -26175,17 +28612,27 @@ $(OutDir_ide_Debuggers)Code.o: $(UPPDIR1)ide/Debuggers/Code.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -26215,6 +28662,7 @@ $(OutDir_ide_Debuggers)Code.o: $(UPPDIR1)ide/Debuggers/Code.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -26225,15 +28673,18 @@ $(OutDir_ide_Debuggers)Code.o: $(UPPDIR1)ide/Debuggers/Code.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ - $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Code.cpp \ $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -26241,28 +28692,29 @@ $(OutDir_ide_Debuggers)Code.o: $(UPPDIR1)ide/Debuggers/Code.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -26327,8 +28779,6 @@ $(OutDir_ide_Debuggers)Pdb.o: $(UPPDIR1)ide/Debuggers/Pdb.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -26337,7 +28787,6 @@ $(OutDir_ide_Debuggers)Pdb.o: $(UPPDIR1)ide/Debuggers/Pdb.cpp \ $(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 \ @@ -26355,18 +28804,27 @@ $(OutDir_ide_Debuggers)Pdb.o: $(UPPDIR1)ide/Debuggers/Pdb.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.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/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -26397,6 +28855,7 @@ $(OutDir_ide_Debuggers)Pdb.o: $(UPPDIR1)ide/Debuggers/Pdb.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -26407,15 +28866,19 @@ $(OutDir_ide_Debuggers)Pdb.o: $(UPPDIR1)ide/Debuggers/Pdb.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Debuggers/Pdb.cpp \ + $(UPPDIR1)ide/Debuggers/Pdb.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -26423,24 +28886,23 @@ $(OutDir_ide_Debuggers)Pdb.o: $(UPPDIR1)ide/Debuggers/Pdb.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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: \ @@ -26493,6 +28955,8 @@ $(OutDir_ide_Browser): $(OutDir_ide_Browser)Util.o: $(UPPDIR1)ide/Browser/Util.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -26557,8 +29021,6 @@ $(OutDir_ide_Browser)Util.o: $(UPPDIR1)ide/Browser/Util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -26584,17 +29046,27 @@ $(OutDir_ide_Browser)Util.o: $(UPPDIR1)ide/Browser/Util.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -26623,6 +29095,7 @@ $(OutDir_ide_Browser)Util.o: $(UPPDIR1)ide/Browser/Util.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -26634,9 +29107,13 @@ $(OutDir_ide_Browser)Util.o: $(UPPDIR1)ide/Browser/Util.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ + $(UPPDIR1)ide/Browser/Util.cpp \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -26648,29 +29125,33 @@ $(OutDir_ide_Browser)Util.o: $(UPPDIR1)ide/Browser/Util.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Browser) $(UPPDIR1)ide/Browser/Util.cpp -o $(OutDir_ide_Browser)Util.o $(OutDir_ide_Browser)TopicBase.o: $(UPPDIR1)ide/Browser/TopicBase.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -26735,8 +29216,6 @@ $(OutDir_ide_Browser)TopicBase.o: $(UPPDIR1)ide/Browser/TopicBase.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -26762,17 +29241,27 @@ $(OutDir_ide_Browser)TopicBase.o: $(UPPDIR1)ide/Browser/TopicBase.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -26801,6 +29290,7 @@ $(OutDir_ide_Browser)TopicBase.o: $(UPPDIR1)ide/Browser/TopicBase.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -26811,9 +29301,13 @@ $(OutDir_ide_Browser)TopicBase.o: $(UPPDIR1)ide/Browser/TopicBase.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ + $(UPPDIR1)ide/Browser/TopicBase.cpp \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -26825,29 +29319,33 @@ $(OutDir_ide_Browser)TopicBase.o: $(UPPDIR1)ide/Browser/TopicBase.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Browser) $(UPPDIR1)ide/Browser/TopicBase.cpp -o $(OutDir_ide_Browser)TopicBase.o $(OutDir_ide_Browser)File.o: $(UPPDIR1)ide/Browser/File.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -26912,8 +29410,6 @@ $(OutDir_ide_Browser)File.o: $(UPPDIR1)ide/Browser/File.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -26939,17 +29435,27 @@ $(OutDir_ide_Browser)File.o: $(UPPDIR1)ide/Browser/File.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -26978,6 +29484,7 @@ $(OutDir_ide_Browser)File.o: $(UPPDIR1)ide/Browser/File.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -26988,9 +29495,13 @@ $(OutDir_ide_Browser)File.o: $(UPPDIR1)ide/Browser/File.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/File.cpp \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -27002,29 +29513,33 @@ $(OutDir_ide_Browser)File.o: $(UPPDIR1)ide/Browser/File.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -27089,8 +29604,6 @@ $(OutDir_ide_Browser)Topic.o: $(UPPDIR1)ide/Browser/Topic.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -27116,17 +29629,27 @@ $(OutDir_ide_Browser)Topic.o: $(UPPDIR1)ide/Browser/Topic.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -27155,6 +29678,7 @@ $(OutDir_ide_Browser)Topic.o: $(UPPDIR1)ide/Browser/Topic.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -27165,9 +29689,13 @@ $(OutDir_ide_Browser)Topic.o: $(UPPDIR1)ide/Browser/Topic.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.cpp \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -27179,29 +29707,33 @@ $(OutDir_ide_Browser)Topic.o: $(UPPDIR1)ide/Browser/Topic.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -27266,8 +29798,6 @@ $(OutDir_ide_Browser)Template.o: $(UPPDIR1)ide/Browser/Template.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -27293,17 +29823,27 @@ $(OutDir_ide_Browser)Template.o: $(UPPDIR1)ide/Browser/Template.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -27332,6 +29872,7 @@ $(OutDir_ide_Browser)Template.o: $(UPPDIR1)ide/Browser/Template.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -27342,9 +29883,13 @@ $(OutDir_ide_Browser)Template.o: $(UPPDIR1)ide/Browser/Template.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Template.cpp \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -27356,29 +29901,33 @@ $(OutDir_ide_Browser)Template.o: $(UPPDIR1)ide/Browser/Template.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -27443,8 +29992,6 @@ $(OutDir_ide_Browser)Link.o: $(UPPDIR1)ide/Browser/Link.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -27470,17 +30017,27 @@ $(OutDir_ide_Browser)Link.o: $(UPPDIR1)ide/Browser/Link.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -27509,6 +30066,7 @@ $(OutDir_ide_Browser)Link.o: $(UPPDIR1)ide/Browser/Link.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -27519,9 +30077,13 @@ $(OutDir_ide_Browser)Link.o: $(UPPDIR1)ide/Browser/Link.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Link.cpp \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -27533,29 +30095,33 @@ $(OutDir_ide_Browser)Link.o: $(UPPDIR1)ide/Browser/Link.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -27620,8 +30186,6 @@ $(OutDir_ide_Browser)TopicWin.o: $(UPPDIR1)ide/Browser/TopicWin.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -27647,17 +30211,27 @@ $(OutDir_ide_Browser)TopicWin.o: $(UPPDIR1)ide/Browser/TopicWin.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -27686,6 +30260,7 @@ $(OutDir_ide_Browser)TopicWin.o: $(UPPDIR1)ide/Browser/TopicWin.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -27697,9 +30272,13 @@ $(OutDir_ide_Browser)TopicWin.o: $(UPPDIR1)ide/Browser/TopicWin.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ + $(UPPDIR1)ide/Browser/TopicWin.cpp \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -27711,29 +30290,33 @@ $(OutDir_ide_Browser)TopicWin.o: $(UPPDIR1)ide/Browser/TopicWin.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -27798,8 +30381,6 @@ $(OutDir_ide_Browser)Move.o: $(UPPDIR1)ide/Browser/Move.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -27825,17 +30406,27 @@ $(OutDir_ide_Browser)Move.o: $(UPPDIR1)ide/Browser/Move.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -27865,6 +30456,7 @@ $(OutDir_ide_Browser)Move.o: $(UPPDIR1)ide/Browser/Move.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -27875,36 +30467,48 @@ $(OutDir_ide_Browser)Move.o: $(UPPDIR1)ide/Browser/Move.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Move.cpp \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -27915,37 +30519,43 @@ $(OutDir_ide_Browser)Move.o: $(UPPDIR1)ide/Browser/Move.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -28010,8 +30620,6 @@ $(OutDir_ide_Browser)CodeRef.o: $(UPPDIR1)ide/Browser/CodeRef.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -28037,17 +30645,27 @@ $(OutDir_ide_Browser)CodeRef.o: $(UPPDIR1)ide/Browser/CodeRef.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -28076,6 +30694,7 @@ $(OutDir_ide_Browser)CodeRef.o: $(UPPDIR1)ide/Browser/CodeRef.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -28086,9 +30705,13 @@ $(OutDir_ide_Browser)CodeRef.o: $(UPPDIR1)ide/Browser/CodeRef.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/CodeRef.cpp \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -28100,29 +30723,33 @@ $(OutDir_ide_Browser)CodeRef.o: $(UPPDIR1)ide/Browser/CodeRef.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -28187,8 +30814,6 @@ $(OutDir_ide_Browser)TopicI.o: $(UPPDIR1)ide/Browser/TopicI.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -28214,17 +30839,27 @@ $(OutDir_ide_Browser)TopicI.o: $(UPPDIR1)ide/Browser/TopicI.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -28254,6 +30889,7 @@ $(OutDir_ide_Browser)TopicI.o: $(UPPDIR1)ide/Browser/TopicI.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -28264,36 +30900,48 @@ $(OutDir_ide_Browser)TopicI.o: $(UPPDIR1)ide/Browser/TopicI.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ + $(UPPDIR1)ide/Browser/TopicI.cpp \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -28304,33 +30952,37 @@ $(OutDir_ide_Browser)TopicI.o: $(UPPDIR1)ide/Browser/TopicI.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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: \ @@ -28361,11 +31013,14 @@ $(OutDir_CodeEditor): $(OutDir_CodeEditor)Register.o: $(UPPDIR1)CodeEditor/Register.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ $(UPPDIR1)CodeEditor/LogSyntax.h \ $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Register.cpp \ $(UPPDIR1)CodeEditor/Syntax.h \ $(UPPDIR1)CodeEditor/TagSyntax.h \ $(UPPDIR1)Core/Algo.h \ @@ -28424,8 +31079,6 @@ $(OutDir_CodeEditor)Register.o: $(UPPDIR1)CodeEditor/Register.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -28451,17 +31104,27 @@ $(OutDir_CodeEditor)Register.o: $(UPPDIR1)CodeEditor/Register.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -28490,6 +31153,7 @@ $(OutDir_CodeEditor)Register.o: $(UPPDIR1)CodeEditor/Register.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -28508,20 +31172,24 @@ $(OutDir_CodeEditor)Register.o: $(UPPDIR1)CodeEditor/Register.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/HighlightOut.cpp \ $(UPPDIR1)CodeEditor/hl_color.i \ $(UPPDIR1)CodeEditor/LogSyntax.h \ $(UPPDIR1)CodeEditor/PythonSyntax.h \ @@ -28583,8 +31251,6 @@ $(OutDir_CodeEditor)HighlightOut.o: $(UPPDIR1)CodeEditor/HighlightOut.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -28610,17 +31276,27 @@ $(OutDir_CodeEditor)HighlightOut.o: $(UPPDIR1)CodeEditor/HighlightOut.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -28649,6 +31325,7 @@ $(OutDir_CodeEditor)HighlightOut.o: $(UPPDIR1)CodeEditor/HighlightOut.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -28667,23 +31344,27 @@ $(OutDir_CodeEditor)HighlightOut.o: $(UPPDIR1)CodeEditor/HighlightOut.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ $(UPPDIR1)CodeEditor/LogSyntax.h \ $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.cpp \ $(UPPDIR1)CodeEditor/Syntax.h \ $(UPPDIR1)CodeEditor/TagSyntax.h \ $(UPPDIR1)Core/Algo.h \ @@ -28742,8 +31423,6 @@ $(OutDir_CodeEditor)Syntax.o: $(UPPDIR1)CodeEditor/Syntax.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -28769,17 +31448,27 @@ $(OutDir_CodeEditor)Syntax.o: $(UPPDIR1)CodeEditor/Syntax.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -28808,6 +31497,7 @@ $(OutDir_CodeEditor)Syntax.o: $(UPPDIR1)CodeEditor/Syntax.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -28826,23 +31516,27 @@ $(OutDir_CodeEditor)Syntax.o: $(UPPDIR1)CodeEditor/Syntax.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ $(UPPDIR1)CodeEditor/LogSyntax.h \ $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Style.cpp \ $(UPPDIR1)CodeEditor/Syntax.h \ $(UPPDIR1)CodeEditor/TagSyntax.h \ $(UPPDIR1)Core/Algo.h \ @@ -28901,8 +31595,6 @@ $(OutDir_CodeEditor)Style.o: $(UPPDIR1)CodeEditor/Style.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -28928,17 +31620,27 @@ $(OutDir_CodeEditor)Style.o: $(UPPDIR1)CodeEditor/Style.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -28967,6 +31669,7 @@ $(OutDir_CodeEditor)Style.o: $(UPPDIR1)CodeEditor/Style.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -28985,23 +31688,27 @@ $(OutDir_CodeEditor)Style.o: $(UPPDIR1)CodeEditor/Style.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ $(UPPDIR1)CodeEditor/LogSyntax.h \ $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/RegisterSyntax.cpp \ $(UPPDIR1)CodeEditor/Syntax.h \ $(UPPDIR1)CodeEditor/TagSyntax.h \ $(UPPDIR1)Core/Algo.h \ @@ -29060,8 +31767,6 @@ $(OutDir_CodeEditor)RegisterSyntax.o: $(UPPDIR1)CodeEditor/RegisterSyntax.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -29087,17 +31792,27 @@ $(OutDir_CodeEditor)RegisterSyntax.o: $(UPPDIR1)CodeEditor/RegisterSyntax.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -29126,6 +31841,7 @@ $(OutDir_CodeEditor)RegisterSyntax.o: $(UPPDIR1)CodeEditor/RegisterSyntax.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -29144,18 +31860,22 @@ $(OutDir_CodeEditor)RegisterSyntax.o: $(UPPDIR1)CodeEditor/RegisterSyntax.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ + $(UPPDIR1)CodeEditor/CSyntax.cpp \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -29219,8 +31939,6 @@ $(OutDir_CodeEditor)CSyntax.o: $(UPPDIR1)CodeEditor/CSyntax.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -29246,17 +31964,27 @@ $(OutDir_CodeEditor)CSyntax.o: $(UPPDIR1)CodeEditor/CSyntax.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -29285,6 +32013,7 @@ $(OutDir_CodeEditor)CSyntax.o: $(UPPDIR1)CodeEditor/CSyntax.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -29303,18 +32032,22 @@ $(OutDir_CodeEditor)CSyntax.o: $(UPPDIR1)CodeEditor/CSyntax.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CInit.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -29378,8 +32111,6 @@ $(OutDir_CodeEditor)CInit.o: $(UPPDIR1)CodeEditor/CInit.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -29405,17 +32136,27 @@ $(OutDir_CodeEditor)CInit.o: $(UPPDIR1)CodeEditor/CInit.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -29444,6 +32185,7 @@ $(OutDir_CodeEditor)CInit.o: $(UPPDIR1)CodeEditor/CInit.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -29462,18 +32204,22 @@ $(OutDir_CodeEditor)CInit.o: $(UPPDIR1)CodeEditor/CInit.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CHighlight.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -29537,8 +32283,6 @@ $(OutDir_CodeEditor)CHighlight.o: $(UPPDIR1)CodeEditor/CHighlight.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -29564,17 +32308,27 @@ $(OutDir_CodeEditor)CHighlight.o: $(UPPDIR1)CodeEditor/CHighlight.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -29603,6 +32357,7 @@ $(OutDir_CodeEditor)CHighlight.o: $(UPPDIR1)CodeEditor/CHighlight.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -29621,18 +32376,22 @@ $(OutDir_CodeEditor)CHighlight.o: $(UPPDIR1)CodeEditor/CHighlight.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CLogic.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -29696,8 +32455,6 @@ $(OutDir_CodeEditor)CLogic.o: $(UPPDIR1)CodeEditor/CLogic.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -29723,17 +32480,27 @@ $(OutDir_CodeEditor)CLogic.o: $(UPPDIR1)CodeEditor/CLogic.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -29762,6 +32529,7 @@ $(OutDir_CodeEditor)CLogic.o: $(UPPDIR1)CodeEditor/CLogic.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -29780,19 +32548,23 @@ $(OutDir_CodeEditor)CLogic.o: $(UPPDIR1)CodeEditor/CLogic.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.cpp \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ $(UPPDIR1)CodeEditor/LogSyntax.h \ @@ -29855,8 +32627,6 @@ $(OutDir_CodeEditor)DiffSyntax.o: $(UPPDIR1)CodeEditor/DiffSyntax.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -29882,17 +32652,27 @@ $(OutDir_CodeEditor)DiffSyntax.o: $(UPPDIR1)CodeEditor/DiffSyntax.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -29921,6 +32701,7 @@ $(OutDir_CodeEditor)DiffSyntax.o: $(UPPDIR1)CodeEditor/DiffSyntax.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -29939,24 +32720,28 @@ $(OutDir_CodeEditor)DiffSyntax.o: $(UPPDIR1)CodeEditor/DiffSyntax.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(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.cpp \ $(UPPDIR1)CodeEditor/TagSyntax.h \ $(UPPDIR1)Core/Algo.h \ $(UPPDIR1)Core/App.h \ @@ -30014,8 +32799,6 @@ $(OutDir_CodeEditor)TagSyntax.o: $(UPPDIR1)CodeEditor/TagSyntax.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -30041,17 +32824,27 @@ $(OutDir_CodeEditor)TagSyntax.o: $(UPPDIR1)CodeEditor/TagSyntax.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -30080,6 +32873,7 @@ $(OutDir_CodeEditor)TagSyntax.o: $(UPPDIR1)CodeEditor/TagSyntax.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -30098,22 +32892,26 @@ $(OutDir_CodeEditor)TagSyntax.o: $(UPPDIR1)CodeEditor/TagSyntax.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.cpp \ $(UPPDIR1)CodeEditor/PythonSyntax.h \ $(UPPDIR1)CodeEditor/Syntax.h \ $(UPPDIR1)CodeEditor/TagSyntax.h \ @@ -30173,8 +32971,6 @@ $(OutDir_CodeEditor)PythonSyntax.o: $(UPPDIR1)CodeEditor/PythonSyntax.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -30200,17 +32996,27 @@ $(OutDir_CodeEditor)PythonSyntax.o: $(UPPDIR1)CodeEditor/PythonSyntax.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -30239,6 +33045,7 @@ $(OutDir_CodeEditor)PythonSyntax.o: $(UPPDIR1)CodeEditor/PythonSyntax.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -30257,21 +33064,25 @@ $(OutDir_CodeEditor)PythonSyntax.o: $(UPPDIR1)CodeEditor/PythonSyntax.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.cpp \ $(UPPDIR1)CodeEditor/LogSyntax.h \ $(UPPDIR1)CodeEditor/PythonSyntax.h \ $(UPPDIR1)CodeEditor/Syntax.h \ @@ -30332,8 +33143,6 @@ $(OutDir_CodeEditor)LogSyntax.o: $(UPPDIR1)CodeEditor/LogSyntax.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -30359,17 +33168,27 @@ $(OutDir_CodeEditor)LogSyntax.o: $(UPPDIR1)CodeEditor/LogSyntax.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -30398,6 +33217,7 @@ $(OutDir_CodeEditor)LogSyntax.o: $(UPPDIR1)CodeEditor/LogSyntax.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -30416,20 +33236,24 @@ $(OutDir_CodeEditor)LogSyntax.o: $(UPPDIR1)CodeEditor/LogSyntax.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/EditorBar.cpp \ $(UPPDIR1)CodeEditor/hl_color.i \ $(UPPDIR1)CodeEditor/LogSyntax.h \ $(UPPDIR1)CodeEditor/PythonSyntax.h \ @@ -30491,8 +33315,6 @@ $(OutDir_CodeEditor)EditorBar.o: $(UPPDIR1)CodeEditor/EditorBar.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -30518,17 +33340,27 @@ $(OutDir_CodeEditor)EditorBar.o: $(UPPDIR1)CodeEditor/EditorBar.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -30557,6 +33389,7 @@ $(OutDir_CodeEditor)EditorBar.o: $(UPPDIR1)CodeEditor/EditorBar.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -30575,20 +33408,24 @@ $(OutDir_CodeEditor)EditorBar.o: $(UPPDIR1)CodeEditor/EditorBar.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/FindReplace.cpp \ $(UPPDIR1)CodeEditor/hl_color.i \ $(UPPDIR1)CodeEditor/LogSyntax.h \ $(UPPDIR1)CodeEditor/PythonSyntax.h \ @@ -30650,8 +33487,6 @@ $(OutDir_CodeEditor)FindReplace.o: $(UPPDIR1)CodeEditor/FindReplace.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -30677,17 +33512,27 @@ $(OutDir_CodeEditor)FindReplace.o: $(UPPDIR1)CodeEditor/FindReplace.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -30716,6 +33561,7 @@ $(OutDir_CodeEditor)FindReplace.o: $(UPPDIR1)CodeEditor/FindReplace.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -30734,21 +33580,25 @@ $(OutDir_CodeEditor)FindReplace.o: $(UPPDIR1)CodeEditor/FindReplace.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/Lang.cpp \ $(UPPDIR1)CodeEditor/LogSyntax.h \ $(UPPDIR1)CodeEditor/PythonSyntax.h \ $(UPPDIR1)CodeEditor/Syntax.h \ @@ -30809,8 +33659,6 @@ $(OutDir_CodeEditor)Lang.o: $(UPPDIR1)CodeEditor/Lang.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -30836,17 +33684,27 @@ $(OutDir_CodeEditor)Lang.o: $(UPPDIR1)CodeEditor/Lang.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -30875,6 +33733,7 @@ $(OutDir_CodeEditor)Lang.o: $(UPPDIR1)CodeEditor/Lang.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -30893,18 +33752,22 @@ $(OutDir_CodeEditor)Lang.o: $(UPPDIR1)CodeEditor/Lang.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -30968,8 +33831,6 @@ $(OutDir_CodeEditor)CodeEditor.o: $(UPPDIR1)CodeEditor/CodeEditor.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -30996,17 +33857,27 @@ $(OutDir_CodeEditor)CodeEditor.o: $(UPPDIR1)CodeEditor/CodeEditor.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -31035,6 +33906,7 @@ $(OutDir_CodeEditor)CodeEditor.o: $(UPPDIR1)CodeEditor/CodeEditor.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -31054,14 +33926,15 @@ $(OutDir_CodeEditor)CodeEditor.o: $(UPPDIR1)CodeEditor/CodeEditor.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CodeEditor) $(UPPDIR1)CodeEditor/CodeEditor.cpp -o $(OutDir_CodeEditor)CodeEditor.o $(OutDir_CodeEditor)CodeEditor.a: \ @@ -31161,8 +34034,6 @@ $(OutDir_CtrlLib)CtrlLibInit.o: $(UPPDIR1)CtrlLib/CtrlLibInit.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -31189,17 +34060,28 @@ $(OutDir_CtrlLib)CtrlLibInit.o: $(UPPDIR1)CtrlLib/CtrlLibInit.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlLibInit.cpp \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -31228,6 +34110,7 @@ $(OutDir_CtrlLib)CtrlLibInit.o: $(UPPDIR1)CtrlLib/CtrlLibInit.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -31243,14 +34126,15 @@ $(OutDir_CtrlLib)CtrlLibInit.o: $(UPPDIR1)CtrlLib/CtrlLibInit.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/CtrlLibInit.cpp -o $(OutDir_CtrlLib)CtrlLibInit.o $(OutDir_CtrlLib)LabelBase.o: $(UPPDIR1)CtrlLib/LabelBase.cpp \ @@ -31310,8 +34194,6 @@ $(OutDir_CtrlLib)LabelBase.o: $(UPPDIR1)CtrlLib/LabelBase.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -31337,17 +34219,27 @@ $(OutDir_CtrlLib)LabelBase.o: $(UPPDIR1)CtrlLib/LabelBase.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -31357,6 +34249,7 @@ $(OutDir_CtrlLib)LabelBase.o: $(UPPDIR1)CtrlLib/LabelBase.cpp \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ $(UPPDIR1)CtrlLib/FileSel.h \ $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.cpp \ $(UPPDIR1)CtrlLib/LabelBase.h \ $(UPPDIR1)CtrlLib/Lang.h \ $(UPPDIR1)CtrlLib/MultiButton.h \ @@ -31376,6 +34269,7 @@ $(OutDir_CtrlLib)LabelBase.o: $(UPPDIR1)CtrlLib/LabelBase.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -31391,14 +34285,15 @@ $(OutDir_CtrlLib)LabelBase.o: $(UPPDIR1)CtrlLib/LabelBase.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -31458,8 +34353,6 @@ $(OutDir_CtrlLib)DisplayPopup.o: $(UPPDIR1)CtrlLib/DisplayPopup.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -31485,19 +34378,30 @@ $(OutDir_CtrlLib)DisplayPopup.o: $(UPPDIR1)CtrlLib/DisplayPopup.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.cpp \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ $(UPPDIR1)CtrlLib/DlgColor.h \ $(UPPDIR1)CtrlLib/DropChoice.h \ @@ -31524,6 +34428,7 @@ $(OutDir_CtrlLib)DisplayPopup.o: $(UPPDIR1)CtrlLib/DisplayPopup.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -31539,14 +34444,15 @@ $(OutDir_CtrlLib)DisplayPopup.o: $(UPPDIR1)CtrlLib/DisplayPopup.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -31606,8 +34512,6 @@ $(OutDir_CtrlLib)Button.o: $(UPPDIR1)CtrlLib/Button.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -31633,17 +34537,28 @@ $(OutDir_CtrlLib)Button.o: $(UPPDIR1)CtrlLib/Button.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Button.cpp \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -31672,6 +34587,7 @@ $(OutDir_CtrlLib)Button.o: $(UPPDIR1)CtrlLib/Button.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -31687,14 +34603,15 @@ $(OutDir_CtrlLib)Button.o: $(UPPDIR1)CtrlLib/Button.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -31754,8 +34671,6 @@ $(OutDir_CtrlLib)Switch.o: $(UPPDIR1)CtrlLib/Switch.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -31781,17 +34696,27 @@ $(OutDir_CtrlLib)Switch.o: $(UPPDIR1)CtrlLib/Switch.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -31813,6 +34738,7 @@ $(OutDir_CtrlLib)Switch.o: $(UPPDIR1)CtrlLib/Switch.cpp \ $(UPPDIR1)CtrlLib/StaticCtrl.h \ $(UPPDIR1)CtrlLib/StatusBar.h \ $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/Switch.cpp \ $(UPPDIR1)CtrlLib/TabCtrl.h \ $(UPPDIR1)CtrlLib/TextEdit.h \ $(UPPDIR1)CtrlLib/TreeCtrl.h \ @@ -31820,6 +34746,7 @@ $(OutDir_CtrlLib)Switch.o: $(UPPDIR1)CtrlLib/Switch.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -31835,14 +34762,15 @@ $(OutDir_CtrlLib)Switch.o: $(UPPDIR1)CtrlLib/Switch.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/Switch.cpp -o $(OutDir_CtrlLib)Switch.o $(OutDir_CtrlLib)VirtualButtons.o: $(UPPDIR1)CtrlLib/VirtualButtons.cpp \ @@ -31902,8 +34830,6 @@ $(OutDir_CtrlLib)VirtualButtons.o: $(UPPDIR1)CtrlLib/VirtualButtons.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -31929,17 +34855,27 @@ $(OutDir_CtrlLib)VirtualButtons.o: $(UPPDIR1)CtrlLib/VirtualButtons.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -31964,10 +34900,12 @@ $(OutDir_CtrlLib)VirtualButtons.o: $(UPPDIR1)CtrlLib/VirtualButtons.cpp \ $(UPPDIR1)CtrlLib/TabCtrl.h \ $(UPPDIR1)CtrlLib/TextEdit.h \ $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)CtrlLib/VirtualButtons.cpp \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -31983,14 +34921,15 @@ $(OutDir_CtrlLib)VirtualButtons.o: $(UPPDIR1)CtrlLib/VirtualButtons.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/VirtualButtons.cpp -o $(OutDir_CtrlLib)VirtualButtons.o $(OutDir_CtrlLib)EditField.o: $(UPPDIR1)CtrlLib/EditField.cpp \ @@ -32050,8 +34989,6 @@ $(OutDir_CtrlLib)EditField.o: $(UPPDIR1)CtrlLib/EditField.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -32077,17 +35014,27 @@ $(OutDir_CtrlLib)EditField.o: $(UPPDIR1)CtrlLib/EditField.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -32095,6 +35042,7 @@ $(OutDir_CtrlLib)EditField.o: $(UPPDIR1)CtrlLib/EditField.cpp \ $(UPPDIR1)CtrlLib/DropChoice.h \ $(UPPDIR1)CtrlLib/EditCtrl.h \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ + $(UPPDIR1)CtrlLib/EditField.cpp \ $(UPPDIR1)CtrlLib/FileSel.h \ $(UPPDIR1)CtrlLib/HeaderCtrl.h \ $(UPPDIR1)CtrlLib/LabelBase.h \ @@ -32116,6 +35064,7 @@ $(OutDir_CtrlLib)EditField.o: $(UPPDIR1)CtrlLib/EditField.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -32131,14 +35080,15 @@ $(OutDir_CtrlLib)EditField.o: $(UPPDIR1)CtrlLib/EditField.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -32198,8 +35148,6 @@ $(OutDir_CtrlLib)Text.o: $(UPPDIR1)CtrlLib/Text.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -32225,17 +35173,27 @@ $(OutDir_CtrlLib)Text.o: $(UPPDIR1)CtrlLib/Text.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -32258,12 +35216,14 @@ $(OutDir_CtrlLib)Text.o: $(UPPDIR1)CtrlLib/Text.cpp \ $(UPPDIR1)CtrlLib/StatusBar.h \ $(UPPDIR1)CtrlLib/SuggestCtrl.h \ $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/Text.cpp \ $(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/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -32279,14 +35239,15 @@ $(OutDir_CtrlLib)Text.o: $(UPPDIR1)CtrlLib/Text.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -32346,8 +35307,6 @@ $(OutDir_CtrlLib)LineEdit.o: $(UPPDIR1)CtrlLib/LineEdit.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -32373,17 +35332,27 @@ $(OutDir_CtrlLib)LineEdit.o: $(UPPDIR1)CtrlLib/LineEdit.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -32395,6 +35364,7 @@ $(OutDir_CtrlLib)LineEdit.o: $(UPPDIR1)CtrlLib/LineEdit.cpp \ $(UPPDIR1)CtrlLib/HeaderCtrl.h \ $(UPPDIR1)CtrlLib/LabelBase.h \ $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/LineEdit.cpp \ $(UPPDIR1)CtrlLib/MultiButton.h \ $(UPPDIR1)CtrlLib/Progress.h \ $(UPPDIR1)CtrlLib/PushCtrl.h \ @@ -32412,6 +35382,7 @@ $(OutDir_CtrlLib)LineEdit.o: $(UPPDIR1)CtrlLib/LineEdit.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -32427,14 +35398,15 @@ $(OutDir_CtrlLib)LineEdit.o: $(UPPDIR1)CtrlLib/LineEdit.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -32494,8 +35466,6 @@ $(OutDir_CtrlLib)DocEdit.o: $(UPPDIR1)CtrlLib/DocEdit.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -32521,21 +35491,32 @@ $(OutDir_CtrlLib)DocEdit.o: $(UPPDIR1)CtrlLib/DocEdit.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DocEdit.cpp \ $(UPPDIR1)CtrlLib/DropChoice.h \ $(UPPDIR1)CtrlLib/EditCtrl.h \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ @@ -32560,6 +35541,7 @@ $(OutDir_CtrlLib)DocEdit.o: $(UPPDIR1)CtrlLib/DocEdit.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -32575,14 +35557,15 @@ $(OutDir_CtrlLib)DocEdit.o: $(UPPDIR1)CtrlLib/DocEdit.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -32642,8 +35625,6 @@ $(OutDir_CtrlLib)ScrollBar.o: $(UPPDIR1)CtrlLib/ScrollBar.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -32669,17 +35650,27 @@ $(OutDir_CtrlLib)ScrollBar.o: $(UPPDIR1)CtrlLib/ScrollBar.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -32695,6 +35686,7 @@ $(OutDir_CtrlLib)ScrollBar.o: $(UPPDIR1)CtrlLib/ScrollBar.cpp \ $(UPPDIR1)CtrlLib/Progress.h \ $(UPPDIR1)CtrlLib/PushCtrl.h \ $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.cpp \ $(UPPDIR1)CtrlLib/ScrollBar.h \ $(UPPDIR1)CtrlLib/SliderCtrl.h \ $(UPPDIR1)CtrlLib/Splitter.h \ @@ -32708,6 +35700,7 @@ $(OutDir_CtrlLib)ScrollBar.o: $(UPPDIR1)CtrlLib/ScrollBar.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -32723,14 +35716,15 @@ $(OutDir_CtrlLib)ScrollBar.o: $(UPPDIR1)CtrlLib/ScrollBar.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -32790,8 +35784,6 @@ $(OutDir_CtrlLib)HeaderCtrl.o: $(UPPDIR1)CtrlLib/HeaderCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -32817,17 +35809,27 @@ $(OutDir_CtrlLib)HeaderCtrl.o: $(UPPDIR1)CtrlLib/HeaderCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -32836,6 +35838,7 @@ $(OutDir_CtrlLib)HeaderCtrl.o: $(UPPDIR1)CtrlLib/HeaderCtrl.cpp \ $(UPPDIR1)CtrlLib/EditCtrl.h \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.cpp \ $(UPPDIR1)CtrlLib/HeaderCtrl.h \ $(UPPDIR1)CtrlLib/LabelBase.h \ $(UPPDIR1)CtrlLib/Lang.h \ @@ -32856,6 +35859,7 @@ $(OutDir_CtrlLib)HeaderCtrl.o: $(UPPDIR1)CtrlLib/HeaderCtrl.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -32871,14 +35875,15 @@ $(OutDir_CtrlLib)HeaderCtrl.o: $(UPPDIR1)CtrlLib/HeaderCtrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -32938,8 +35943,6 @@ $(OutDir_CtrlLib)ArrayCtrl.o: $(UPPDIR1)CtrlLib/ArrayCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -32965,17 +35968,28 @@ $(OutDir_CtrlLib)ArrayCtrl.o: $(UPPDIR1)CtrlLib/ArrayCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.cpp \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -33004,6 +36018,7 @@ $(OutDir_CtrlLib)ArrayCtrl.o: $(UPPDIR1)CtrlLib/ArrayCtrl.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -33019,14 +36034,15 @@ $(OutDir_CtrlLib)ArrayCtrl.o: $(UPPDIR1)CtrlLib/ArrayCtrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -33086,8 +36102,6 @@ $(OutDir_CtrlLib)MultiButton.o: $(UPPDIR1)CtrlLib/MultiButton.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -33113,17 +36127,27 @@ $(OutDir_CtrlLib)MultiButton.o: $(UPPDIR1)CtrlLib/MultiButton.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -33135,6 +36159,7 @@ $(OutDir_CtrlLib)MultiButton.o: $(UPPDIR1)CtrlLib/MultiButton.cpp \ $(UPPDIR1)CtrlLib/HeaderCtrl.h \ $(UPPDIR1)CtrlLib/LabelBase.h \ $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.cpp \ $(UPPDIR1)CtrlLib/MultiButton.h \ $(UPPDIR1)CtrlLib/Progress.h \ $(UPPDIR1)CtrlLib/PushCtrl.h \ @@ -33152,6 +36177,7 @@ $(OutDir_CtrlLib)MultiButton.o: $(UPPDIR1)CtrlLib/MultiButton.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -33167,14 +36193,15 @@ $(OutDir_CtrlLib)MultiButton.o: $(UPPDIR1)CtrlLib/MultiButton.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -33234,8 +36261,6 @@ $(OutDir_CtrlLib)PopupTable.o: $(UPPDIR1)CtrlLib/PopupTable.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -33261,17 +36286,27 @@ $(OutDir_CtrlLib)PopupTable.o: $(UPPDIR1)CtrlLib/PopupTable.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -33284,6 +36319,7 @@ $(OutDir_CtrlLib)PopupTable.o: $(UPPDIR1)CtrlLib/PopupTable.cpp \ $(UPPDIR1)CtrlLib/LabelBase.h \ $(UPPDIR1)CtrlLib/Lang.h \ $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/PopupTable.cpp \ $(UPPDIR1)CtrlLib/Progress.h \ $(UPPDIR1)CtrlLib/PushCtrl.h \ $(UPPDIR1)CtrlLib/RichText.h \ @@ -33300,6 +36336,7 @@ $(OutDir_CtrlLib)PopupTable.o: $(UPPDIR1)CtrlLib/PopupTable.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -33315,14 +36352,15 @@ $(OutDir_CtrlLib)PopupTable.o: $(UPPDIR1)CtrlLib/PopupTable.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/PopupTable.cpp -o $(OutDir_CtrlLib)PopupTable.o $(OutDir_CtrlLib)PopUpList.o: $(UPPDIR1)CtrlLib/PopUpList.cpp \ @@ -33382,8 +36420,6 @@ $(OutDir_CtrlLib)PopUpList.o: $(UPPDIR1)CtrlLib/PopUpList.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -33409,17 +36445,27 @@ $(OutDir_CtrlLib)PopUpList.o: $(UPPDIR1)CtrlLib/PopUpList.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -33432,6 +36478,7 @@ $(OutDir_CtrlLib)PopUpList.o: $(UPPDIR1)CtrlLib/PopUpList.cpp \ $(UPPDIR1)CtrlLib/LabelBase.h \ $(UPPDIR1)CtrlLib/Lang.h \ $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/PopUpList.cpp \ $(UPPDIR1)CtrlLib/Progress.h \ $(UPPDIR1)CtrlLib/PushCtrl.h \ $(UPPDIR1)CtrlLib/RichText.h \ @@ -33448,6 +36495,7 @@ $(OutDir_CtrlLib)PopUpList.o: $(UPPDIR1)CtrlLib/PopUpList.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -33463,14 +36511,15 @@ $(OutDir_CtrlLib)PopUpList.o: $(UPPDIR1)CtrlLib/PopUpList.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/PopUpList.cpp -o $(OutDir_CtrlLib)PopUpList.o $(OutDir_CtrlLib)DropList.o: $(UPPDIR1)CtrlLib/DropList.cpp \ @@ -33530,8 +36579,6 @@ $(OutDir_CtrlLib)DropList.o: $(UPPDIR1)CtrlLib/DropList.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -33557,22 +36604,33 @@ $(OutDir_CtrlLib)DropList.o: $(UPPDIR1)CtrlLib/DropList.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ $(UPPDIR1)CtrlLib/DlgColor.h \ $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/DropList.cpp \ $(UPPDIR1)CtrlLib/EditCtrl.h \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ $(UPPDIR1)CtrlLib/FileSel.h \ @@ -33596,6 +36654,7 @@ $(OutDir_CtrlLib)DropList.o: $(UPPDIR1)CtrlLib/DropList.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -33611,14 +36670,15 @@ $(OutDir_CtrlLib)DropList.o: $(UPPDIR1)CtrlLib/DropList.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -33678,8 +36738,6 @@ $(OutDir_CtrlLib)DropChoice.o: $(UPPDIR1)CtrlLib/DropChoice.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -33705,21 +36763,32 @@ $(OutDir_CtrlLib)DropChoice.o: $(UPPDIR1)CtrlLib/DropChoice.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.cpp \ $(UPPDIR1)CtrlLib/DropChoice.h \ $(UPPDIR1)CtrlLib/EditCtrl.h \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ @@ -33744,6 +36813,7 @@ $(OutDir_CtrlLib)DropChoice.o: $(UPPDIR1)CtrlLib/DropChoice.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -33759,14 +36829,15 @@ $(OutDir_CtrlLib)DropChoice.o: $(UPPDIR1)CtrlLib/DropChoice.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -33826,8 +36897,6 @@ $(OutDir_CtrlLib)Static.o: $(UPPDIR1)CtrlLib/Static.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -33853,17 +36922,27 @@ $(OutDir_CtrlLib)Static.o: $(UPPDIR1)CtrlLib/Static.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -33882,6 +36961,7 @@ $(OutDir_CtrlLib)Static.o: $(UPPDIR1)CtrlLib/Static.cpp \ $(UPPDIR1)CtrlLib/ScrollBar.h \ $(UPPDIR1)CtrlLib/SliderCtrl.h \ $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/Static.cpp \ $(UPPDIR1)CtrlLib/StaticCtrl.h \ $(UPPDIR1)CtrlLib/StatusBar.h \ $(UPPDIR1)CtrlLib/SuggestCtrl.h \ @@ -33892,6 +36972,7 @@ $(OutDir_CtrlLib)Static.o: $(UPPDIR1)CtrlLib/Static.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -33907,14 +36988,15 @@ $(OutDir_CtrlLib)Static.o: $(UPPDIR1)CtrlLib/Static.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -33974,8 +37056,6 @@ $(OutDir_CtrlLib)Splitter.o: $(UPPDIR1)CtrlLib/Splitter.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -34001,17 +37081,27 @@ $(OutDir_CtrlLib)Splitter.o: $(UPPDIR1)CtrlLib/Splitter.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -34029,6 +37119,7 @@ $(OutDir_CtrlLib)Splitter.o: $(UPPDIR1)CtrlLib/Splitter.cpp \ $(UPPDIR1)CtrlLib/RichText.h \ $(UPPDIR1)CtrlLib/ScrollBar.h \ $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.cpp \ $(UPPDIR1)CtrlLib/Splitter.h \ $(UPPDIR1)CtrlLib/StaticCtrl.h \ $(UPPDIR1)CtrlLib/StatusBar.h \ @@ -34040,6 +37131,7 @@ $(OutDir_CtrlLib)Splitter.o: $(UPPDIR1)CtrlLib/Splitter.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -34055,14 +37147,15 @@ $(OutDir_CtrlLib)Splitter.o: $(UPPDIR1)CtrlLib/Splitter.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -34122,8 +37215,6 @@ $(OutDir_CtrlLib)FrameSplitter.o: $(UPPDIR1)CtrlLib/FrameSplitter.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -34149,17 +37240,27 @@ $(OutDir_CtrlLib)FrameSplitter.o: $(UPPDIR1)CtrlLib/FrameSplitter.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -34168,6 +37269,7 @@ $(OutDir_CtrlLib)FrameSplitter.o: $(UPPDIR1)CtrlLib/FrameSplitter.cpp \ $(UPPDIR1)CtrlLib/EditCtrl.h \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/FrameSplitter.cpp \ $(UPPDIR1)CtrlLib/HeaderCtrl.h \ $(UPPDIR1)CtrlLib/LabelBase.h \ $(UPPDIR1)CtrlLib/Lang.h \ @@ -34188,6 +37290,7 @@ $(OutDir_CtrlLib)FrameSplitter.o: $(UPPDIR1)CtrlLib/FrameSplitter.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -34203,14 +37306,15 @@ $(OutDir_CtrlLib)FrameSplitter.o: $(UPPDIR1)CtrlLib/FrameSplitter.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -34270,8 +37374,6 @@ $(OutDir_CtrlLib)SliderCtrl.o: $(UPPDIR1)CtrlLib/SliderCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -34297,17 +37399,27 @@ $(OutDir_CtrlLib)SliderCtrl.o: $(UPPDIR1)CtrlLib/SliderCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -34324,6 +37436,7 @@ $(OutDir_CtrlLib)SliderCtrl.o: $(UPPDIR1)CtrlLib/SliderCtrl.cpp \ $(UPPDIR1)CtrlLib/PushCtrl.h \ $(UPPDIR1)CtrlLib/RichText.h \ $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.cpp \ $(UPPDIR1)CtrlLib/SliderCtrl.h \ $(UPPDIR1)CtrlLib/Splitter.h \ $(UPPDIR1)CtrlLib/StaticCtrl.h \ @@ -34336,6 +37449,7 @@ $(OutDir_CtrlLib)SliderCtrl.o: $(UPPDIR1)CtrlLib/SliderCtrl.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -34351,14 +37465,15 @@ $(OutDir_CtrlLib)SliderCtrl.o: $(UPPDIR1)CtrlLib/SliderCtrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -34418,8 +37533,6 @@ $(OutDir_CtrlLib)ColumnList.o: $(UPPDIR1)CtrlLib/ColumnList.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -34445,17 +37558,28 @@ $(OutDir_CtrlLib)ColumnList.o: $(UPPDIR1)CtrlLib/ColumnList.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.cpp \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -34484,6 +37608,7 @@ $(OutDir_CtrlLib)ColumnList.o: $(UPPDIR1)CtrlLib/ColumnList.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -34499,14 +37624,15 @@ $(OutDir_CtrlLib)ColumnList.o: $(UPPDIR1)CtrlLib/ColumnList.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -34566,8 +37692,6 @@ $(OutDir_CtrlLib)Progress.o: $(UPPDIR1)CtrlLib/Progress.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -34593,17 +37717,27 @@ $(OutDir_CtrlLib)Progress.o: $(UPPDIR1)CtrlLib/Progress.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -34616,6 +37750,7 @@ $(OutDir_CtrlLib)Progress.o: $(UPPDIR1)CtrlLib/Progress.cpp \ $(UPPDIR1)CtrlLib/LabelBase.h \ $(UPPDIR1)CtrlLib/Lang.h \ $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.cpp \ $(UPPDIR1)CtrlLib/Progress.h \ $(UPPDIR1)CtrlLib/PushCtrl.h \ $(UPPDIR1)CtrlLib/RichText.h \ @@ -34632,6 +37767,7 @@ $(OutDir_CtrlLib)Progress.o: $(UPPDIR1)CtrlLib/Progress.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -34647,14 +37783,15 @@ $(OutDir_CtrlLib)Progress.o: $(UPPDIR1)CtrlLib/Progress.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -34714,8 +37851,6 @@ $(OutDir_CtrlLib)AKeys.o: $(UPPDIR1)CtrlLib/AKeys.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -34741,17 +37876,28 @@ $(OutDir_CtrlLib)AKeys.o: $(UPPDIR1)CtrlLib/AKeys.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ + $(UPPDIR1)CtrlLib/AKeys.cpp \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -34780,6 +37926,7 @@ $(OutDir_CtrlLib)AKeys.o: $(UPPDIR1)CtrlLib/AKeys.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -34795,14 +37942,15 @@ $(OutDir_CtrlLib)AKeys.o: $(UPPDIR1)CtrlLib/AKeys.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -34862,8 +38010,6 @@ $(OutDir_CtrlLib)RichTextView.o: $(UPPDIR1)CtrlLib/RichTextView.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -34889,17 +38035,27 @@ $(OutDir_CtrlLib)RichTextView.o: $(UPPDIR1)CtrlLib/RichTextView.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -34915,6 +38071,7 @@ $(OutDir_CtrlLib)RichTextView.o: $(UPPDIR1)CtrlLib/RichTextView.cpp \ $(UPPDIR1)CtrlLib/Progress.h \ $(UPPDIR1)CtrlLib/PushCtrl.h \ $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/RichTextView.cpp \ $(UPPDIR1)CtrlLib/ScrollBar.h \ $(UPPDIR1)CtrlLib/SliderCtrl.h \ $(UPPDIR1)CtrlLib/Splitter.h \ @@ -34928,6 +38085,7 @@ $(OutDir_CtrlLib)RichTextView.o: $(UPPDIR1)CtrlLib/RichTextView.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -34943,14 +38101,15 @@ $(OutDir_CtrlLib)RichTextView.o: $(UPPDIR1)CtrlLib/RichTextView.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -35010,8 +38169,6 @@ $(OutDir_CtrlLib)Prompt.o: $(UPPDIR1)CtrlLib/Prompt.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -35037,17 +38194,27 @@ $(OutDir_CtrlLib)Prompt.o: $(UPPDIR1)CtrlLib/Prompt.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -35061,6 +38228,7 @@ $(OutDir_CtrlLib)Prompt.o: $(UPPDIR1)CtrlLib/Prompt.cpp \ $(UPPDIR1)CtrlLib/Lang.h \ $(UPPDIR1)CtrlLib/MultiButton.h \ $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/Prompt.cpp \ $(UPPDIR1)CtrlLib/PushCtrl.h \ $(UPPDIR1)CtrlLib/RichText.h \ $(UPPDIR1)CtrlLib/ScrollBar.h \ @@ -35076,6 +38244,7 @@ $(OutDir_CtrlLib)Prompt.o: $(UPPDIR1)CtrlLib/Prompt.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -35091,14 +38260,15 @@ $(OutDir_CtrlLib)Prompt.o: $(UPPDIR1)CtrlLib/Prompt.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -35158,8 +38328,6 @@ $(OutDir_CtrlLib)Help.o: $(UPPDIR1)CtrlLib/Help.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -35185,17 +38353,27 @@ $(OutDir_CtrlLib)Help.o: $(UPPDIR1)CtrlLib/Help.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -35205,6 +38383,7 @@ $(OutDir_CtrlLib)Help.o: $(UPPDIR1)CtrlLib/Help.cpp \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ $(UPPDIR1)CtrlLib/FileSel.h \ $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/Help.cpp \ $(UPPDIR1)CtrlLib/LabelBase.h \ $(UPPDIR1)CtrlLib/Lang.h \ $(UPPDIR1)CtrlLib/MultiButton.h \ @@ -35224,6 +38403,7 @@ $(OutDir_CtrlLib)Help.o: $(UPPDIR1)CtrlLib/Help.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -35239,14 +38419,15 @@ $(OutDir_CtrlLib)Help.o: $(UPPDIR1)CtrlLib/Help.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -35306,8 +38487,6 @@ $(OutDir_CtrlLib)DateTimeCtrl.o: $(UPPDIR1)CtrlLib/DateTimeCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -35333,18 +38512,29 @@ $(OutDir_CtrlLib)DateTimeCtrl.o: $(UPPDIR1)CtrlLib/DateTimeCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.cpp \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ $(UPPDIR1)CtrlLib/DlgColor.h \ @@ -35372,6 +38562,7 @@ $(OutDir_CtrlLib)DateTimeCtrl.o: $(UPPDIR1)CtrlLib/DateTimeCtrl.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -35387,14 +38578,15 @@ $(OutDir_CtrlLib)DateTimeCtrl.o: $(UPPDIR1)CtrlLib/DateTimeCtrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -35454,8 +38646,6 @@ $(OutDir_CtrlLib)SuggestCtrl.o: $(UPPDIR1)CtrlLib/SuggestCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -35481,17 +38671,27 @@ $(OutDir_CtrlLib)SuggestCtrl.o: $(UPPDIR1)CtrlLib/SuggestCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -35512,6 +38712,7 @@ $(OutDir_CtrlLib)SuggestCtrl.o: $(UPPDIR1)CtrlLib/SuggestCtrl.cpp \ $(UPPDIR1)CtrlLib/Splitter.h \ $(UPPDIR1)CtrlLib/StaticCtrl.h \ $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.cpp \ $(UPPDIR1)CtrlLib/SuggestCtrl.h \ $(UPPDIR1)CtrlLib/TabCtrl.h \ $(UPPDIR1)CtrlLib/TextEdit.h \ @@ -35520,6 +38721,7 @@ $(OutDir_CtrlLib)SuggestCtrl.o: $(UPPDIR1)CtrlLib/SuggestCtrl.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -35535,14 +38737,15 @@ $(OutDir_CtrlLib)SuggestCtrl.o: $(UPPDIR1)CtrlLib/SuggestCtrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -35602,8 +38805,6 @@ $(OutDir_CtrlLib)Bar.o: $(UPPDIR1)CtrlLib/Bar.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -35629,17 +38830,28 @@ $(OutDir_CtrlLib)Bar.o: $(UPPDIR1)CtrlLib/Bar.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.cpp \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -35668,6 +38880,7 @@ $(OutDir_CtrlLib)Bar.o: $(UPPDIR1)CtrlLib/Bar.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -35683,14 +38896,15 @@ $(OutDir_CtrlLib)Bar.o: $(UPPDIR1)CtrlLib/Bar.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -35750,8 +38964,6 @@ $(OutDir_CtrlLib)MenuItem.o: $(UPPDIR1)CtrlLib/MenuItem.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -35777,17 +38989,27 @@ $(OutDir_CtrlLib)MenuItem.o: $(UPPDIR1)CtrlLib/MenuItem.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -35800,6 +39022,7 @@ $(OutDir_CtrlLib)MenuItem.o: $(UPPDIR1)CtrlLib/MenuItem.cpp \ $(UPPDIR1)CtrlLib/LabelBase.h \ $(UPPDIR1)CtrlLib/Lang.h \ $(UPPDIR1)CtrlLib/MenuImp.h \ + $(UPPDIR1)CtrlLib/MenuItem.cpp \ $(UPPDIR1)CtrlLib/MultiButton.h \ $(UPPDIR1)CtrlLib/Progress.h \ $(UPPDIR1)CtrlLib/PushCtrl.h \ @@ -35817,6 +39040,7 @@ $(OutDir_CtrlLib)MenuItem.o: $(UPPDIR1)CtrlLib/MenuItem.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -35832,14 +39056,15 @@ $(OutDir_CtrlLib)MenuItem.o: $(UPPDIR1)CtrlLib/MenuItem.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -35899,8 +39124,6 @@ $(OutDir_CtrlLib)MenuBar.o: $(UPPDIR1)CtrlLib/MenuBar.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -35926,17 +39149,27 @@ $(OutDir_CtrlLib)MenuBar.o: $(UPPDIR1)CtrlLib/MenuBar.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -35948,6 +39181,7 @@ $(OutDir_CtrlLib)MenuBar.o: $(UPPDIR1)CtrlLib/MenuBar.cpp \ $(UPPDIR1)CtrlLib/HeaderCtrl.h \ $(UPPDIR1)CtrlLib/LabelBase.h \ $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MenuBar.cpp \ $(UPPDIR1)CtrlLib/MenuImp.h \ $(UPPDIR1)CtrlLib/MultiButton.h \ $(UPPDIR1)CtrlLib/Progress.h \ @@ -35966,6 +39200,7 @@ $(OutDir_CtrlLib)MenuBar.o: $(UPPDIR1)CtrlLib/MenuBar.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -35981,14 +39216,15 @@ $(OutDir_CtrlLib)MenuBar.o: $(UPPDIR1)CtrlLib/MenuBar.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -36048,8 +39284,6 @@ $(OutDir_CtrlLib)ToolButton.o: $(UPPDIR1)CtrlLib/ToolButton.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -36075,17 +39309,27 @@ $(OutDir_CtrlLib)ToolButton.o: $(UPPDIR1)CtrlLib/ToolButton.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -36109,11 +39353,13 @@ $(OutDir_CtrlLib)ToolButton.o: $(UPPDIR1)CtrlLib/ToolButton.cpp \ $(UPPDIR1)CtrlLib/SuggestCtrl.h \ $(UPPDIR1)CtrlLib/TabCtrl.h \ $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/ToolButton.cpp \ $(UPPDIR1)CtrlLib/TreeCtrl.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -36129,14 +39375,15 @@ $(OutDir_CtrlLib)ToolButton.o: $(UPPDIR1)CtrlLib/ToolButton.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -36196,8 +39443,6 @@ $(OutDir_CtrlLib)ToolBar.o: $(UPPDIR1)CtrlLib/ToolBar.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -36223,17 +39468,27 @@ $(OutDir_CtrlLib)ToolBar.o: $(UPPDIR1)CtrlLib/ToolBar.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -36257,11 +39512,13 @@ $(OutDir_CtrlLib)ToolBar.o: $(UPPDIR1)CtrlLib/ToolBar.cpp \ $(UPPDIR1)CtrlLib/SuggestCtrl.h \ $(UPPDIR1)CtrlLib/TabCtrl.h \ $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/ToolBar.cpp \ $(UPPDIR1)CtrlLib/TreeCtrl.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -36277,14 +39534,15 @@ $(OutDir_CtrlLib)ToolBar.o: $(UPPDIR1)CtrlLib/ToolBar.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -36344,8 +39602,6 @@ $(OutDir_CtrlLib)ToolTip.o: $(UPPDIR1)CtrlLib/ToolTip.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -36371,17 +39627,27 @@ $(OutDir_CtrlLib)ToolTip.o: $(UPPDIR1)CtrlLib/ToolTip.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -36405,11 +39671,13 @@ $(OutDir_CtrlLib)ToolTip.o: $(UPPDIR1)CtrlLib/ToolTip.cpp \ $(UPPDIR1)CtrlLib/SuggestCtrl.h \ $(UPPDIR1)CtrlLib/TabCtrl.h \ $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/ToolTip.cpp \ $(UPPDIR1)CtrlLib/TreeCtrl.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -36425,14 +39693,15 @@ $(OutDir_CtrlLib)ToolTip.o: $(UPPDIR1)CtrlLib/ToolTip.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -36492,8 +39761,6 @@ $(OutDir_CtrlLib)StatusBar.o: $(UPPDIR1)CtrlLib/StatusBar.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -36519,17 +39786,27 @@ $(OutDir_CtrlLib)StatusBar.o: $(UPPDIR1)CtrlLib/StatusBar.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -36549,6 +39826,7 @@ $(OutDir_CtrlLib)StatusBar.o: $(UPPDIR1)CtrlLib/StatusBar.cpp \ $(UPPDIR1)CtrlLib/SliderCtrl.h \ $(UPPDIR1)CtrlLib/Splitter.h \ $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.cpp \ $(UPPDIR1)CtrlLib/StatusBar.h \ $(UPPDIR1)CtrlLib/SuggestCtrl.h \ $(UPPDIR1)CtrlLib/TabCtrl.h \ @@ -36558,6 +39836,7 @@ $(OutDir_CtrlLib)StatusBar.o: $(UPPDIR1)CtrlLib/StatusBar.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -36573,14 +39852,15 @@ $(OutDir_CtrlLib)StatusBar.o: $(UPPDIR1)CtrlLib/StatusBar.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -36640,8 +39920,6 @@ $(OutDir_CtrlLib)TabCtrl.o: $(UPPDIR1)CtrlLib/TabCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -36667,17 +39945,27 @@ $(OutDir_CtrlLib)TabCtrl.o: $(UPPDIR1)CtrlLib/TabCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -36699,6 +39987,7 @@ $(OutDir_CtrlLib)TabCtrl.o: $(UPPDIR1)CtrlLib/TabCtrl.cpp \ $(UPPDIR1)CtrlLib/StaticCtrl.h \ $(UPPDIR1)CtrlLib/StatusBar.h \ $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.cpp \ $(UPPDIR1)CtrlLib/TabCtrl.h \ $(UPPDIR1)CtrlLib/TextEdit.h \ $(UPPDIR1)CtrlLib/TreeCtrl.h \ @@ -36706,6 +39995,7 @@ $(OutDir_CtrlLib)TabCtrl.o: $(UPPDIR1)CtrlLib/TabCtrl.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -36721,14 +40011,15 @@ $(OutDir_CtrlLib)TabCtrl.o: $(UPPDIR1)CtrlLib/TabCtrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -36788,8 +40079,6 @@ $(OutDir_CtrlLib)TreeCtrl.o: $(UPPDIR1)CtrlLib/TreeCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -36815,17 +40104,27 @@ $(OutDir_CtrlLib)TreeCtrl.o: $(UPPDIR1)CtrlLib/TreeCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -36849,11 +40148,13 @@ $(OutDir_CtrlLib)TreeCtrl.o: $(UPPDIR1)CtrlLib/TreeCtrl.cpp \ $(UPPDIR1)CtrlLib/SuggestCtrl.h \ $(UPPDIR1)CtrlLib/TabCtrl.h \ $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.cpp \ $(UPPDIR1)CtrlLib/TreeCtrl.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -36869,14 +40170,15 @@ $(OutDir_CtrlLib)TreeCtrl.o: $(UPPDIR1)CtrlLib/TreeCtrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -36936,8 +40238,6 @@ $(OutDir_CtrlLib)DropTree.o: $(UPPDIR1)CtrlLib/DropTree.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -36963,22 +40263,33 @@ $(OutDir_CtrlLib)DropTree.o: $(UPPDIR1)CtrlLib/DropTree.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ $(UPPDIR1)CtrlLib/DlgColor.h \ $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/DropTree.cpp \ $(UPPDIR1)CtrlLib/EditCtrl.h \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ $(UPPDIR1)CtrlLib/FileSel.h \ @@ -37002,6 +40313,7 @@ $(OutDir_CtrlLib)DropTree.o: $(UPPDIR1)CtrlLib/DropTree.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -37017,14 +40329,15 @@ $(OutDir_CtrlLib)DropTree.o: $(UPPDIR1)CtrlLib/DropTree.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -37084,8 +40397,6 @@ $(OutDir_CtrlLib)DlgColor.o: $(UPPDIR1)CtrlLib/DlgColor.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -37111,20 +40422,31 @@ $(OutDir_CtrlLib)DlgColor.o: $(UPPDIR1)CtrlLib/DlgColor.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.cpp \ $(UPPDIR1)CtrlLib/DlgColor.h \ $(UPPDIR1)CtrlLib/DropChoice.h \ $(UPPDIR1)CtrlLib/EditCtrl.h \ @@ -37150,6 +40472,7 @@ $(OutDir_CtrlLib)DlgColor.o: $(UPPDIR1)CtrlLib/DlgColor.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -37165,14 +40488,15 @@ $(OutDir_CtrlLib)DlgColor.o: $(UPPDIR1)CtrlLib/DlgColor.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -37232,8 +40556,6 @@ $(OutDir_CtrlLib)ColorPopup.o: $(UPPDIR1)CtrlLib/ColorPopup.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -37259,17 +40581,28 @@ $(OutDir_CtrlLib)ColorPopup.o: $(UPPDIR1)CtrlLib/ColorPopup.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColorPopup.cpp \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -37298,6 +40631,7 @@ $(OutDir_CtrlLib)ColorPopup.o: $(UPPDIR1)CtrlLib/ColorPopup.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -37313,14 +40647,15 @@ $(OutDir_CtrlLib)ColorPopup.o: $(UPPDIR1)CtrlLib/ColorPopup.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -37380,8 +40715,6 @@ $(OutDir_CtrlLib)ColorPusher.o: $(UPPDIR1)CtrlLib/ColorPusher.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -37407,17 +40740,28 @@ $(OutDir_CtrlLib)ColorPusher.o: $(UPPDIR1)CtrlLib/ColorPusher.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColorPusher.cpp \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -37446,6 +40790,7 @@ $(OutDir_CtrlLib)ColorPusher.o: $(UPPDIR1)CtrlLib/ColorPusher.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -37461,14 +40806,15 @@ $(OutDir_CtrlLib)ColorPusher.o: $(UPPDIR1)CtrlLib/ColorPusher.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -37528,8 +40874,6 @@ $(OutDir_CtrlLib)FileList.o: $(UPPDIR1)CtrlLib/FileList.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -37555,17 +40899,27 @@ $(OutDir_CtrlLib)FileList.o: $(UPPDIR1)CtrlLib/FileList.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -37573,6 +40927,7 @@ $(OutDir_CtrlLib)FileList.o: $(UPPDIR1)CtrlLib/FileList.cpp \ $(UPPDIR1)CtrlLib/DropChoice.h \ $(UPPDIR1)CtrlLib/EditCtrl.h \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ + $(UPPDIR1)CtrlLib/FileList.cpp \ $(UPPDIR1)CtrlLib/FileSel.h \ $(UPPDIR1)CtrlLib/HeaderCtrl.h \ $(UPPDIR1)CtrlLib/LabelBase.h \ @@ -37594,6 +40949,7 @@ $(OutDir_CtrlLib)FileList.o: $(UPPDIR1)CtrlLib/FileList.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -37609,14 +40965,15 @@ $(OutDir_CtrlLib)FileList.o: $(UPPDIR1)CtrlLib/FileList.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -37676,8 +41033,6 @@ $(OutDir_CtrlLib)FileSel.o: $(UPPDIR1)CtrlLib/FileSel.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -37703,17 +41058,27 @@ $(OutDir_CtrlLib)FileSel.o: $(UPPDIR1)CtrlLib/FileSel.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -37721,6 +41086,7 @@ $(OutDir_CtrlLib)FileSel.o: $(UPPDIR1)CtrlLib/FileSel.cpp \ $(UPPDIR1)CtrlLib/DropChoice.h \ $(UPPDIR1)CtrlLib/EditCtrl.h \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ + $(UPPDIR1)CtrlLib/FileSel.cpp \ $(UPPDIR1)CtrlLib/FileSel.h \ $(UPPDIR1)CtrlLib/HeaderCtrl.h \ $(UPPDIR1)CtrlLib/LabelBase.h \ @@ -37742,6 +41108,7 @@ $(OutDir_CtrlLib)FileSel.o: $(UPPDIR1)CtrlLib/FileSel.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -37757,14 +41124,15 @@ $(OutDir_CtrlLib)FileSel.o: $(UPPDIR1)CtrlLib/FileSel.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -37824,8 +41192,6 @@ $(OutDir_CtrlLib)FileSelUtil.o: $(UPPDIR1)CtrlLib/FileSelUtil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -37851,17 +41217,27 @@ $(OutDir_CtrlLib)FileSelUtil.o: $(UPPDIR1)CtrlLib/FileSelUtil.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -37870,6 +41246,7 @@ $(OutDir_CtrlLib)FileSelUtil.o: $(UPPDIR1)CtrlLib/FileSelUtil.cpp \ $(UPPDIR1)CtrlLib/EditCtrl.h \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/FileSelUtil.cpp \ $(UPPDIR1)CtrlLib/HeaderCtrl.h \ $(UPPDIR1)CtrlLib/LabelBase.h \ $(UPPDIR1)CtrlLib/Lang.h \ @@ -37890,6 +41267,7 @@ $(OutDir_CtrlLib)FileSelUtil.o: $(UPPDIR1)CtrlLib/FileSelUtil.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -37905,14 +41283,15 @@ $(OutDir_CtrlLib)FileSelUtil.o: $(UPPDIR1)CtrlLib/FileSelUtil.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -37972,8 +41351,6 @@ $(OutDir_CtrlLib)PrinterJob.o: $(UPPDIR1)CtrlLib/PrinterJob.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -37999,17 +41376,27 @@ $(OutDir_CtrlLib)PrinterJob.o: $(UPPDIR1)CtrlLib/PrinterJob.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -38022,6 +41409,7 @@ $(OutDir_CtrlLib)PrinterJob.o: $(UPPDIR1)CtrlLib/PrinterJob.cpp \ $(UPPDIR1)CtrlLib/LabelBase.h \ $(UPPDIR1)CtrlLib/Lang.h \ $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/PrinterJob.cpp \ $(UPPDIR1)CtrlLib/Progress.h \ $(UPPDIR1)CtrlLib/PushCtrl.h \ $(UPPDIR1)CtrlLib/RichText.h \ @@ -38038,6 +41426,7 @@ $(OutDir_CtrlLib)PrinterJob.o: $(UPPDIR1)CtrlLib/PrinterJob.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -38052,17 +41441,16 @@ $(OutDir_CtrlLib)PrinterJob.o: $(UPPDIR1)CtrlLib/PrinterJob.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -38122,8 +41510,6 @@ $(OutDir_CtrlLib)Windows.o: $(UPPDIR1)CtrlLib/Windows.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -38149,17 +41535,27 @@ $(OutDir_CtrlLib)Windows.o: $(UPPDIR1)CtrlLib/Windows.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -38184,10 +41580,12 @@ $(OutDir_CtrlLib)Windows.o: $(UPPDIR1)CtrlLib/Windows.cpp \ $(UPPDIR1)CtrlLib/TabCtrl.h \ $(UPPDIR1)CtrlLib/TextEdit.h \ $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)CtrlLib/Windows.cpp \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -38203,14 +41601,15 @@ $(OutDir_CtrlLib)Windows.o: $(UPPDIR1)CtrlLib/Windows.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -38270,8 +41669,6 @@ $(OutDir_CtrlLib)Win32.o: $(UPPDIR1)CtrlLib/Win32.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -38297,17 +41694,27 @@ $(OutDir_CtrlLib)Win32.o: $(UPPDIR1)CtrlLib/Win32.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -38332,10 +41739,12 @@ $(OutDir_CtrlLib)Win32.o: $(UPPDIR1)CtrlLib/Win32.cpp \ $(UPPDIR1)CtrlLib/TabCtrl.h \ $(UPPDIR1)CtrlLib/TextEdit.h \ $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)CtrlLib/Win32.cpp \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -38351,14 +41760,15 @@ $(OutDir_CtrlLib)Win32.o: $(UPPDIR1)CtrlLib/Win32.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -38418,8 +41828,6 @@ $(OutDir_CtrlLib)Gtk.o: $(UPPDIR1)CtrlLib/Gtk.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -38445,17 +41853,27 @@ $(OutDir_CtrlLib)Gtk.o: $(UPPDIR1)CtrlLib/Gtk.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -38464,6 +41882,7 @@ $(OutDir_CtrlLib)Gtk.o: $(UPPDIR1)CtrlLib/Gtk.cpp \ $(UPPDIR1)CtrlLib/EditCtrl.h \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/Gtk.cpp \ $(UPPDIR1)CtrlLib/HeaderCtrl.h \ $(UPPDIR1)CtrlLib/LabelBase.h \ $(UPPDIR1)CtrlLib/Lang.h \ @@ -38484,6 +41903,7 @@ $(OutDir_CtrlLib)Gtk.o: $(UPPDIR1)CtrlLib/Gtk.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -38499,14 +41919,15 @@ $(OutDir_CtrlLib)Gtk.o: $(UPPDIR1)CtrlLib/Gtk.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -38566,8 +41987,6 @@ $(OutDir_CtrlLib)TrayIconWin32.o: $(UPPDIR1)CtrlLib/TrayIconWin32.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -38593,17 +42012,27 @@ $(OutDir_CtrlLib)TrayIconWin32.o: $(UPPDIR1)CtrlLib/TrayIconWin32.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -38627,11 +42056,13 @@ $(OutDir_CtrlLib)TrayIconWin32.o: $(UPPDIR1)CtrlLib/TrayIconWin32.cpp \ $(UPPDIR1)CtrlLib/SuggestCtrl.h \ $(UPPDIR1)CtrlLib/TabCtrl.h \ $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TrayIconWin32.cpp \ $(UPPDIR1)CtrlLib/TreeCtrl.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -38647,14 +42078,15 @@ $(OutDir_CtrlLib)TrayIconWin32.o: $(UPPDIR1)CtrlLib/TrayIconWin32.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -38714,8 +42146,6 @@ $(OutDir_CtrlLib)TrayIconX11.o: $(UPPDIR1)CtrlLib/TrayIconX11.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -38741,17 +42171,27 @@ $(OutDir_CtrlLib)TrayIconX11.o: $(UPPDIR1)CtrlLib/TrayIconX11.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -38775,11 +42215,13 @@ $(OutDir_CtrlLib)TrayIconX11.o: $(UPPDIR1)CtrlLib/TrayIconX11.cpp \ $(UPPDIR1)CtrlLib/SuggestCtrl.h \ $(UPPDIR1)CtrlLib/TabCtrl.h \ $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TrayIconX11.cpp \ $(UPPDIR1)CtrlLib/TreeCtrl.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -38795,14 +42237,15 @@ $(OutDir_CtrlLib)TrayIconX11.o: $(UPPDIR1)CtrlLib/TrayIconX11.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -38862,8 +42305,6 @@ $(OutDir_CtrlLib)TrayIconGtk.o: $(UPPDIR1)CtrlLib/TrayIconGtk.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -38889,17 +42330,27 @@ $(OutDir_CtrlLib)TrayIconGtk.o: $(UPPDIR1)CtrlLib/TrayIconGtk.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -38923,11 +42374,13 @@ $(OutDir_CtrlLib)TrayIconGtk.o: $(UPPDIR1)CtrlLib/TrayIconGtk.cpp \ $(UPPDIR1)CtrlLib/SuggestCtrl.h \ $(UPPDIR1)CtrlLib/TabCtrl.h \ $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TrayIconGtk.cpp \ $(UPPDIR1)CtrlLib/TreeCtrl.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -38943,14 +42396,15 @@ $(OutDir_CtrlLib)TrayIconGtk.o: $(UPPDIR1)CtrlLib/TrayIconGtk.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -39010,8 +42464,6 @@ $(OutDir_CtrlLib)Update.o: $(UPPDIR1)CtrlLib/Update.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -39037,17 +42489,27 @@ $(OutDir_CtrlLib)Update.o: $(UPPDIR1)CtrlLib/Update.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -39072,10 +42534,12 @@ $(OutDir_CtrlLib)Update.o: $(UPPDIR1)CtrlLib/Update.cpp \ $(UPPDIR1)CtrlLib/TabCtrl.h \ $(UPPDIR1)CtrlLib/TextEdit.h \ $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)CtrlLib/Update.cpp \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -39091,14 +42555,15 @@ $(OutDir_CtrlLib)Update.o: $(UPPDIR1)CtrlLib/Update.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -39158,8 +42623,6 @@ $(OutDir_CtrlLib)CtrlUtil.o: $(UPPDIR1)CtrlLib/CtrlUtil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -39185,17 +42648,28 @@ $(OutDir_CtrlLib)CtrlUtil.o: $(UPPDIR1)CtrlLib/CtrlUtil.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ + $(UPPDIR1)CtrlLib/CtrlUtil.cpp \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -39224,6 +42698,7 @@ $(OutDir_CtrlLib)CtrlUtil.o: $(UPPDIR1)CtrlLib/CtrlUtil.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -39240,14 +42715,15 @@ $(OutDir_CtrlLib)CtrlUtil.o: $(UPPDIR1)CtrlLib/CtrlUtil.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/CtrlUtil.cpp -o $(OutDir_CtrlLib)CtrlUtil.o $(OutDir_CtrlLib)LNGCtrl.o: $(UPPDIR1)CtrlLib/LNGCtrl.cpp \ @@ -39307,8 +42783,6 @@ $(OutDir_CtrlLib)LNGCtrl.o: $(UPPDIR1)CtrlLib/LNGCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -39334,17 +42808,27 @@ $(OutDir_CtrlLib)LNGCtrl.o: $(UPPDIR1)CtrlLib/LNGCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -39356,6 +42840,7 @@ $(OutDir_CtrlLib)LNGCtrl.o: $(UPPDIR1)CtrlLib/LNGCtrl.cpp \ $(UPPDIR1)CtrlLib/HeaderCtrl.h \ $(UPPDIR1)CtrlLib/LabelBase.h \ $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/LNGCtrl.cpp \ $(UPPDIR1)CtrlLib/MultiButton.h \ $(UPPDIR1)CtrlLib/Progress.h \ $(UPPDIR1)CtrlLib/PushCtrl.h \ @@ -39373,6 +42858,7 @@ $(OutDir_CtrlLib)LNGCtrl.o: $(UPPDIR1)CtrlLib/LNGCtrl.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -39388,14 +42874,15 @@ $(OutDir_CtrlLib)LNGCtrl.o: $(UPPDIR1)CtrlLib/LNGCtrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -39455,8 +42942,6 @@ $(OutDir_CtrlLib)Ch.o: $(UPPDIR1)CtrlLib/Ch.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -39482,17 +42967,28 @@ $(OutDir_CtrlLib)Ch.o: $(UPPDIR1)CtrlLib/Ch.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.cpp \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -39521,6 +43017,7 @@ $(OutDir_CtrlLib)Ch.o: $(UPPDIR1)CtrlLib/Ch.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -39537,14 +43034,15 @@ $(OutDir_CtrlLib)Ch.o: $(UPPDIR1)CtrlLib/Ch.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -39570,7 +43068,6 @@ $(OutDir_CtrlLib)ChWin32.o: $(UPPDIR1)CtrlLib/ChWin32.cpp \ $(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 \ @@ -39605,8 +43102,6 @@ $(OutDir_CtrlLib)ChWin32.o: $(UPPDIR1)CtrlLib/ChWin32.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -39632,17 +43127,28 @@ $(OutDir_CtrlLib)ChWin32.o: $(UPPDIR1)CtrlLib/ChWin32.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ChWin32.cpp \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -39667,11 +43173,11 @@ $(OutDir_CtrlLib)ChWin32.o: $(UPPDIR1)CtrlLib/ChWin32.cpp \ $(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/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -39687,14 +43193,15 @@ $(OutDir_CtrlLib)ChWin32.o: $(UPPDIR1)CtrlLib/ChWin32.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -39754,8 +43261,6 @@ $(OutDir_CtrlLib)ChGtk3.o: $(UPPDIR1)CtrlLib/ChGtk3.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -39781,17 +43286,28 @@ $(OutDir_CtrlLib)ChGtk3.o: $(UPPDIR1)CtrlLib/ChGtk3.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ChGtk3.cpp \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -39820,6 +43336,7 @@ $(OutDir_CtrlLib)ChGtk3.o: $(UPPDIR1)CtrlLib/ChGtk3.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -39835,14 +43352,15 @@ $(OutDir_CtrlLib)ChGtk3.o: $(UPPDIR1)CtrlLib/ChGtk3.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -39902,8 +43420,6 @@ $(OutDir_CtrlLib)ChCoco.o: $(UPPDIR1)CtrlLib/ChCoco.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -39929,18 +43445,29 @@ $(OutDir_CtrlLib)ChCoco.o: $(UPPDIR1)CtrlLib/ChCoco.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ChCoco.cpp \ $(UPPDIR1)CtrlLib/ChCocoMM.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -39969,6 +43496,7 @@ $(OutDir_CtrlLib)ChCoco.o: $(UPPDIR1)CtrlLib/ChCoco.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -39984,14 +43512,15 @@ $(OutDir_CtrlLib)ChCoco.o: $(UPPDIR1)CtrlLib/ChCoco.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/ChCoco.cpp -o $(OutDir_CtrlLib)ChCoco.o $(OutDir_CtrlLib)CtrlLib.a: \ @@ -40176,8 +43705,6 @@ $(OutDir_plugin_bz2)bz2upp.o: $(UPPDIR1)plugin/bz2/bz2upp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -40204,22 +43731,12 @@ $(OutDir_plugin_bz2)bz2upp.o: $(UPPDIR1)plugin/bz2/bz2upp.cpp \ $(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)plugin/bz2/bz2upp.cpp \ $(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 + $(UPPDIR1)plugin/bz2/bzlib.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: \ @@ -40289,8 +43806,6 @@ $(OutDir_HexView)HexView.o: $(UPPDIR1)HexView/HexView.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -40316,17 +43831,27 @@ $(OutDir_HexView)HexView.o: $(UPPDIR1)HexView/HexView.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -40355,6 +43880,7 @@ $(OutDir_HexView)HexView.o: $(UPPDIR1)HexView/HexView.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -40363,7 +43889,9 @@ $(OutDir_HexView)HexView.o: $(UPPDIR1)HexView/HexView.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.cpp \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -40371,14 +43899,15 @@ $(OutDir_HexView)HexView.o: $(UPPDIR1)HexView/HexView.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_HexView) $(UPPDIR1)HexView/HexView.cpp -o $(OutDir_HexView)HexView.o $(OutDir_HexView)HexView.a: \ @@ -40446,8 +43975,6 @@ $(OutDir_TextDiffCtrl)TextDiff.o: $(UPPDIR1)TextDiffCtrl/TextDiff.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -40473,17 +44000,27 @@ $(OutDir_TextDiffCtrl)TextDiff.o: $(UPPDIR1)TextDiffCtrl/TextDiff.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -40512,6 +44049,7 @@ $(OutDir_TextDiffCtrl)TextDiff.o: $(UPPDIR1)TextDiffCtrl/TextDiff.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -40527,15 +44065,18 @@ $(OutDir_TextDiffCtrl)TextDiff.o: $(UPPDIR1)TextDiffCtrl/TextDiff.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ + $(UPPDIR1)TextDiffCtrl/TextDiff.cpp \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -40595,8 +44136,6 @@ $(OutDir_TextDiffCtrl)TextCtrl.o: $(UPPDIR1)TextDiffCtrl/TextCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -40622,17 +44161,27 @@ $(OutDir_TextDiffCtrl)TextCtrl.o: $(UPPDIR1)TextDiffCtrl/TextCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -40661,6 +44210,7 @@ $(OutDir_TextDiffCtrl)TextCtrl.o: $(UPPDIR1)TextDiffCtrl/TextCtrl.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -40676,15 +44226,18 @@ $(OutDir_TextDiffCtrl)TextCtrl.o: $(UPPDIR1)TextDiffCtrl/TextCtrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ + $(UPPDIR1)TextDiffCtrl/TextCtrl.cpp \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -40744,8 +44297,6 @@ $(OutDir_TextDiffCtrl)DiffCtrl.o: $(UPPDIR1)TextDiffCtrl/DiffCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -40771,17 +44322,27 @@ $(OutDir_TextDiffCtrl)DiffCtrl.o: $(UPPDIR1)TextDiffCtrl/DiffCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -40810,6 +44371,7 @@ $(OutDir_TextDiffCtrl)DiffCtrl.o: $(UPPDIR1)TextDiffCtrl/DiffCtrl.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -40826,15 +44388,18 @@ $(OutDir_TextDiffCtrl)DiffCtrl.o: $(UPPDIR1)TextDiffCtrl/DiffCtrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ + $(UPPDIR1)TextDiffCtrl/DiffCtrl.cpp \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -40894,8 +44459,6 @@ $(OutDir_TextDiffCtrl)DirDiff.o: $(UPPDIR1)TextDiffCtrl/DirDiff.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -40921,17 +44484,27 @@ $(OutDir_TextDiffCtrl)DirDiff.o: $(UPPDIR1)TextDiffCtrl/DirDiff.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -40960,6 +44533,7 @@ $(OutDir_TextDiffCtrl)DirDiff.o: $(UPPDIR1)TextDiffCtrl/DirDiff.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -40975,15 +44549,18 @@ $(OutDir_TextDiffCtrl)DirDiff.o: $(UPPDIR1)TextDiffCtrl/DirDiff.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ + $(UPPDIR1)TextDiffCtrl/DirDiff.cpp \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -41043,8 +44620,6 @@ $(OutDir_TextDiffCtrl)patch.o: $(UPPDIR1)TextDiffCtrl/patch.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -41070,17 +44645,27 @@ $(OutDir_TextDiffCtrl)patch.o: $(UPPDIR1)TextDiffCtrl/patch.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -41109,6 +44694,7 @@ $(OutDir_TextDiffCtrl)patch.o: $(UPPDIR1)TextDiffCtrl/patch.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -41124,15 +44710,18 @@ $(OutDir_TextDiffCtrl)patch.o: $(UPPDIR1)TextDiffCtrl/patch.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ + $(UPPDIR1)TextDiffCtrl/patch.cpp \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -41192,8 +44781,6 @@ $(OutDir_TextDiffCtrl)PatchDiff.o: $(UPPDIR1)TextDiffCtrl/PatchDiff.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -41219,17 +44806,27 @@ $(OutDir_TextDiffCtrl)PatchDiff.o: $(UPPDIR1)TextDiffCtrl/PatchDiff.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -41258,6 +44855,7 @@ $(OutDir_TextDiffCtrl)PatchDiff.o: $(UPPDIR1)TextDiffCtrl/PatchDiff.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -41273,15 +44871,18 @@ $(OutDir_TextDiffCtrl)PatchDiff.o: $(UPPDIR1)TextDiffCtrl/PatchDiff.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ + $(UPPDIR1)TextDiffCtrl/PatchDiff.cpp \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_TextDiffCtrl) $(UPPDIR1)TextDiffCtrl/PatchDiff.cpp -o $(OutDir_TextDiffCtrl)PatchDiff.o $(OutDir_TextDiffCtrl)TextDiffCtrl.a: \ @@ -41359,8 +44960,6 @@ $(OutDir_TabBar)TabBar.o: $(UPPDIR1)TabBar/TabBar.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -41387,17 +44986,27 @@ $(OutDir_TabBar)TabBar.o: $(UPPDIR1)TabBar/TabBar.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -41426,6 +45035,7 @@ $(OutDir_TabBar)TabBar.o: $(UPPDIR1)TabBar/TabBar.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -41442,17 +45052,20 @@ $(OutDir_TabBar)TabBar.o: $(UPPDIR1)TabBar/TabBar.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.cpp \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -41512,8 +45125,6 @@ $(OutDir_TabBar)FileTabs.o: $(UPPDIR1)TabBar/FileTabs.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -41539,17 +45150,27 @@ $(OutDir_TabBar)FileTabs.o: $(UPPDIR1)TabBar/FileTabs.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -41578,6 +45199,7 @@ $(OutDir_TabBar)FileTabs.o: $(UPPDIR1)TabBar/FileTabs.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -41593,17 +45215,20 @@ $(OutDir_TabBar)FileTabs.o: $(UPPDIR1)TabBar/FileTabs.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.cpp \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -41663,8 +45288,6 @@ $(OutDir_TabBar)TabBarCtrl.o: $(UPPDIR1)TabBar/TabBarCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -41690,17 +45313,27 @@ $(OutDir_TabBar)TabBarCtrl.o: $(UPPDIR1)TabBar/TabBarCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -41729,6 +45362,7 @@ $(OutDir_TabBar)TabBarCtrl.o: $(UPPDIR1)TabBar/TabBarCtrl.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -41744,17 +45378,20 @@ $(OutDir_TabBar)TabBarCtrl.o: $(UPPDIR1)TabBar/TabBarCtrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ + $(UPPDIR1)TabBar/TabBarCtrl.cpp \ $(UPPDIR1)TabBar/TabBarCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_TabBar) $(UPPDIR1)TabBar/TabBarCtrl.cpp -o $(OutDir_TabBar)TabBarCtrl.o $(OutDir_TabBar)TabBar.a: \ @@ -41771,6 +45408,8 @@ $(OutDir_ide_Designers): $(OutDir_ide_Designers)Png.o: $(UPPDIR1)ide/Designers/Png.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -41835,8 +45474,6 @@ $(OutDir_ide_Designers)Png.o: $(UPPDIR1)ide/Designers/Png.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -41862,17 +45499,27 @@ $(OutDir_ide_Designers)Png.o: $(UPPDIR1)ide/Designers/Png.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -41902,6 +45549,7 @@ $(OutDir_ide_Designers)Png.o: $(UPPDIR1)ide/Designers/Png.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -41912,36 +45560,48 @@ $(OutDir_ide_Designers)Png.o: $(UPPDIR1)ide/Designers/Png.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/Designers/Png.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -41952,37 +45612,43 @@ $(OutDir_ide_Designers)Png.o: $(UPPDIR1)ide/Designers/Png.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -42047,8 +45713,6 @@ $(OutDir_ide_Designers)Img.o: $(UPPDIR1)ide/Designers/Img.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -42074,17 +45738,27 @@ $(OutDir_ide_Designers)Img.o: $(UPPDIR1)ide/Designers/Img.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -42114,6 +45788,7 @@ $(OutDir_ide_Designers)Img.o: $(UPPDIR1)ide/Designers/Img.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -42124,36 +45799,48 @@ $(OutDir_ide_Designers)Img.o: $(UPPDIR1)ide/Designers/Img.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/Designers/Img.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -42164,37 +45851,43 @@ $(OutDir_ide_Designers)Img.o: $(UPPDIR1)ide/Designers/Img.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -42259,8 +45952,6 @@ $(OutDir_ide_Designers)Qtf.o: $(UPPDIR1)ide/Designers/Qtf.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -42286,17 +45977,27 @@ $(OutDir_ide_Designers)Qtf.o: $(UPPDIR1)ide/Designers/Qtf.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -42326,6 +46027,7 @@ $(OutDir_ide_Designers)Qtf.o: $(UPPDIR1)ide/Designers/Qtf.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -42336,36 +46038,48 @@ $(OutDir_ide_Designers)Qtf.o: $(UPPDIR1)ide/Designers/Qtf.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/Designers/Qtf.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -42376,37 +46090,43 @@ $(OutDir_ide_Designers)Qtf.o: $(UPPDIR1)ide/Designers/Qtf.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -42471,8 +46191,6 @@ $(OutDir_ide_Designers)HexView.o: $(UPPDIR1)ide/Designers/HexView.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -42498,17 +46216,27 @@ $(OutDir_ide_Designers)HexView.o: $(UPPDIR1)ide/Designers/HexView.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -42538,6 +46266,7 @@ $(OutDir_ide_Designers)HexView.o: $(UPPDIR1)ide/Designers/HexView.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -42548,36 +46277,48 @@ $(OutDir_ide_Designers)HexView.o: $(UPPDIR1)ide/Designers/HexView.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/Designers/HexView.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -42588,37 +46329,43 @@ $(OutDir_ide_Designers)HexView.o: $(UPPDIR1)ide/Designers/HexView.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -42683,8 +46430,6 @@ $(OutDir_ide_Designers)TreeDes.o: $(UPPDIR1)ide/Designers/TreeDes.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -42710,17 +46455,27 @@ $(OutDir_ide_Designers)TreeDes.o: $(UPPDIR1)ide/Designers/TreeDes.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -42750,6 +46505,7 @@ $(OutDir_ide_Designers)TreeDes.o: $(UPPDIR1)ide/Designers/TreeDes.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -42760,36 +46516,48 @@ $(OutDir_ide_Designers)TreeDes.o: $(UPPDIR1)ide/Designers/TreeDes.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/Designers/TreeDes.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -42800,37 +46568,43 @@ $(OutDir_ide_Designers)TreeDes.o: $(UPPDIR1)ide/Designers/TreeDes.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -42895,8 +46669,6 @@ $(OutDir_ide_Designers)Xml.o: $(UPPDIR1)ide/Designers/Xml.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -42922,17 +46694,27 @@ $(OutDir_ide_Designers)Xml.o: $(UPPDIR1)ide/Designers/Xml.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -42962,6 +46744,7 @@ $(OutDir_ide_Designers)Xml.o: $(UPPDIR1)ide/Designers/Xml.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -42972,36 +46755,48 @@ $(OutDir_ide_Designers)Xml.o: $(UPPDIR1)ide/Designers/Xml.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/Designers/Xml.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -43012,37 +46807,43 @@ $(OutDir_ide_Designers)Xml.o: $(UPPDIR1)ide/Designers/Xml.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -43107,8 +46908,6 @@ $(OutDir_ide_Designers)Json.o: $(UPPDIR1)ide/Designers/Json.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -43134,17 +46933,27 @@ $(OutDir_ide_Designers)Json.o: $(UPPDIR1)ide/Designers/Json.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -43174,6 +46983,7 @@ $(OutDir_ide_Designers)Json.o: $(UPPDIR1)ide/Designers/Json.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -43184,36 +46994,48 @@ $(OutDir_ide_Designers)Json.o: $(UPPDIR1)ide/Designers/Json.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/Designers/Json.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -43224,37 +47046,43 @@ $(OutDir_ide_Designers)Json.o: $(UPPDIR1)ide/Designers/Json.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Designers) $(UPPDIR1)ide/Designers/Json.cpp -o $(OutDir_ide_Designers)Json.o $(OutDir_ide_Designers)md.o: $(UPPDIR1)ide/Designers/md.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -43319,8 +47147,6 @@ $(OutDir_ide_Designers)md.o: $(UPPDIR1)ide/Designers/md.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -43346,17 +47172,27 @@ $(OutDir_ide_Designers)md.o: $(UPPDIR1)ide/Designers/md.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -43386,6 +47222,7 @@ $(OutDir_ide_Designers)md.o: $(UPPDIR1)ide/Designers/md.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -43396,36 +47233,48 @@ $(OutDir_ide_Designers)md.o: $(UPPDIR1)ide/Designers/md.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/Designers/md.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -43436,33 +47285,37 @@ $(OutDir_ide_Designers)md.o: $(UPPDIR1)ide/Designers/md.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Designers) $(UPPDIR1)ide/Designers/md.cpp -o $(OutDir_ide_Designers)md.o $(OutDir_ide_Designers)Designers.a: \ @@ -43544,8 +47397,6 @@ $(OutDir_ide_Android)Android.o: $(UPPDIR1)ide/Android/Android.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -43572,6 +47423,7 @@ $(OutDir_ide_Android)Android.o: $(UPPDIR1)ide/Android/Android.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Android/Android.cpp \ $(UPPDIR1)ide/Android/Android.h \ $(UPPDIR1)ide/Android/Devices.h \ $(UPPDIR1)ide/Android/Executables.h \ @@ -43579,11 +47431,8 @@ $(OutDir_ide_Android)Android.o: $(UPPDIR1)ide/Android/Android.cpp \ $(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 @@ -43646,8 +47495,6 @@ $(OutDir_ide_Android)AndroidSDK.o: $(UPPDIR1)ide/Android/AndroidSDK.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -43675,20 +47522,18 @@ $(OutDir_ide_Android)AndroidSDK.o: $(UPPDIR1)ide/Android/AndroidSDK.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/AndroidSDK.cpp \ $(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 @@ -43751,8 +47596,6 @@ $(OutDir_ide_Android)AndroidNDK.o: $(UPPDIR1)ide/Android/AndroidNDK.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -43780,17 +47623,15 @@ $(OutDir_ide_Android)AndroidNDK.o: $(UPPDIR1)ide/Android/AndroidNDK.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/AndroidNDK.cpp \ $(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 @@ -43853,8 +47694,6 @@ $(OutDir_ide_Android)Apk.o: $(UPPDIR1)ide/Android/Apk.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -43882,17 +47721,15 @@ $(OutDir_ide_Android)Apk.o: $(UPPDIR1)ide/Android/Apk.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Apk.cpp \ $(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 @@ -43955,8 +47792,6 @@ $(OutDir_ide_Android)AndroidManifest.o: $(UPPDIR1)ide/Android/AndroidManifest.cp $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -43984,17 +47819,15 @@ $(OutDir_ide_Android)AndroidManifest.o: $(UPPDIR1)ide/Android/AndroidManifest.cp $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/AndroidManifest.cpp \ $(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 @@ -44057,8 +47890,6 @@ $(OutDir_ide_Android)Adb.o: $(UPPDIR1)ide/Android/Adb.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -44085,6 +47916,7 @@ $(OutDir_ide_Android)Adb.o: $(UPPDIR1)ide/Android/Adb.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Android/Adb.cpp \ $(UPPDIR1)ide/Android/Android.h \ $(UPPDIR1)ide/Android/Devices.h \ $(UPPDIR1)ide/Android/Executables.h \ @@ -44092,11 +47924,8 @@ $(OutDir_ide_Android)Adb.o: $(UPPDIR1)ide/Android/Adb.cpp \ $(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 @@ -44159,8 +47988,6 @@ $(OutDir_ide_Android)LogCat.o: $(UPPDIR1)ide/Android/LogCat.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -44188,15 +48015,13 @@ $(OutDir_ide_Android)LogCat.o: $(UPPDIR1)ide/Android/LogCat.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Android/LogCat.cpp \ $(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 @@ -44259,8 +48084,6 @@ $(OutDir_ide_Android)NDKBuild.o: $(UPPDIR1)ide/Android/NDKBuild.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -44288,15 +48111,13 @@ $(OutDir_ide_Android)NDKBuild.o: $(UPPDIR1)ide/Android/NDKBuild.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Android/NDKBuild.cpp \ $(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 @@ -44381,8 +48202,6 @@ $(OutDir_ide_Java)JavaVersion.o: $(UPPDIR1)ide/Java/JavaVersion.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -44413,12 +48232,10 @@ $(OutDir_ide_Java)JavaVersion.o: $(UPPDIR1)ide/Java/JavaVersion.cpp \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/Java/JavaVersion.cpp \ $(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 @@ -44481,8 +48298,6 @@ $(OutDir_ide_Java)Java.o: $(UPPDIR1)ide/Java/Java.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -44512,13 +48327,11 @@ $(OutDir_ide_Java)Java.o: $(UPPDIR1)ide/Java/Java.cpp \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Java/Java.cpp \ $(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 @@ -44581,8 +48394,6 @@ $(OutDir_ide_Java)Jdk.o: $(UPPDIR1)ide/Java/Jdk.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -44613,12 +48424,10 @@ $(OutDir_ide_Java)Jdk.o: $(UPPDIR1)ide/Java/Jdk.cpp \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/Java/Jdk.cpp \ $(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 @@ -44638,6 +48447,8 @@ $(OutDir_ide_MacroManager): $(OutDir_ide_MacroManager)MacroElement.o: $(UPPDIR1)ide/MacroManager/MacroElement.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -44702,8 +48513,6 @@ $(OutDir_ide_MacroManager)MacroElement.o: $(UPPDIR1)ide/MacroManager/MacroElemen $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -44729,17 +48538,27 @@ $(OutDir_ide_MacroManager)MacroElement.o: $(UPPDIR1)ide/MacroManager/MacroElemen $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -44768,6 +48587,7 @@ $(OutDir_ide_MacroManager)MacroElement.o: $(UPPDIR1)ide/MacroManager/MacroElemen $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -44780,7 +48600,10 @@ $(OutDir_ide_MacroManager)MacroElement.o: $(UPPDIR1)ide/MacroManager/MacroElemen $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/MacroManager/MacroElement.cpp \ $(UPPDIR1)ide/MacroManager/MacroManager.h \ + $(UPPDIR1)ide/MacroManager/MacroManager.iml \ + $(UPPDIR1)ide/MacroManager/MacroManager.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -44788,27 +48611,29 @@ $(OutDir_ide_MacroManager)MacroElement.o: $(UPPDIR1)ide/MacroManager/MacroElemen $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -44873,8 +48698,6 @@ $(OutDir_ide_MacroManager)MacroManager.o: $(UPPDIR1)ide/MacroManager/MacroManage $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -44900,17 +48723,27 @@ $(OutDir_ide_MacroManager)MacroManager.o: $(UPPDIR1)ide/MacroManager/MacroManage $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -44939,6 +48772,7 @@ $(OutDir_ide_MacroManager)MacroManager.o: $(UPPDIR1)ide/MacroManager/MacroManage $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -44950,10 +48784,14 @@ $(OutDir_ide_MacroManager)MacroManager.o: $(UPPDIR1)ide/MacroManager/MacroManage $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/MacroManager/MacroManager.cpp \ $(UPPDIR1)ide/MacroManager/MacroManager.h \ + $(UPPDIR1)ide/MacroManager/MacroManager.iml \ + $(UPPDIR1)ide/MacroManager/MacroManager.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -44961,27 +48799,29 @@ $(OutDir_ide_MacroManager)MacroManager.o: $(UPPDIR1)ide/MacroManager/MacroManage $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -45046,8 +48886,6 @@ $(OutDir_ide_MacroManager)UscFileParser.o: $(UPPDIR1)ide/MacroManager/UscFilePar $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -45073,17 +48911,27 @@ $(OutDir_ide_MacroManager)UscFileParser.o: $(UPPDIR1)ide/MacroManager/UscFilePar $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -45112,6 +48960,7 @@ $(OutDir_ide_MacroManager)UscFileParser.o: $(UPPDIR1)ide/MacroManager/UscFilePar $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -45125,6 +48974,9 @@ $(OutDir_ide_MacroManager)UscFileParser.o: $(UPPDIR1)ide/MacroManager/UscFilePar $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ $(UPPDIR1)ide/MacroManager/MacroManager.h \ + $(UPPDIR1)ide/MacroManager/MacroManager.iml \ + $(UPPDIR1)ide/MacroManager/MacroManager.lay \ + $(UPPDIR1)ide/MacroManager/UscFileParser.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -45132,23 +48984,23 @@ $(OutDir_ide_MacroManager)UscFileParser.o: $(UPPDIR1)ide/MacroManager/UscFilePar $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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: \ @@ -45220,8 +49072,6 @@ $(OutDir_Report)Report.o: $(UPPDIR1)Report/Report.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -45247,17 +49097,27 @@ $(OutDir_Report)Report.o: $(UPPDIR1)Report/Report.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -45286,6 +49146,7 @@ $(OutDir_Report)Report.o: $(UPPDIR1)Report/Report.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -45301,15 +49162,18 @@ $(OutDir_Report)Report.o: $(UPPDIR1)Report/Report.cpp \ $(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.cpp \ $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)Report/Report.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -45369,8 +49233,6 @@ $(OutDir_Report)ReportDlg.o: $(UPPDIR1)Report/ReportDlg.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -45397,17 +49259,27 @@ $(OutDir_Report)ReportDlg.o: $(UPPDIR1)Report/ReportDlg.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -45436,6 +49308,7 @@ $(OutDir_Report)ReportDlg.o: $(UPPDIR1)Report/ReportDlg.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -45451,15 +49324,18 @@ $(OutDir_Report)ReportDlg.o: $(UPPDIR1)Report/ReportDlg.cpp \ $(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)Report/Report.lay \ + $(UPPDIR1)Report/ReportDlg.cpp \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Report) $(UPPDIR1)Report/ReportDlg.cpp -o $(OutDir_Report)ReportDlg.o $(OutDir_Report)Report.a: \ @@ -45528,12 +49404,11 @@ $(OutDir_Core_SSL)Util.o: $(UPPDIR1)Core/SSL/Util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/SSL/SSL.h \ + $(UPPDIR1)Core/SSL/Util.cpp \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ $(UPPDIR1)Core/t_.h \ @@ -45556,8 +49431,6 @@ $(OutDir_Core_SSL)Util.o: $(UPPDIR1)Core/SSL/Util.cpp \ $(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_SSL) $(UPPDIR1)Core/SSL/Util.cpp -o $(OutDir_Core_SSL)Util.o @@ -45617,11 +49490,10 @@ $(OutDir_Core_SSL)InitExit.o: $(UPPDIR1)Core/SSL/InitExit.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/SSL/InitExit.cpp \ $(UPPDIR1)Core/SSL/SSL.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ @@ -45645,8 +49517,6 @@ $(OutDir_Core_SSL)InitExit.o: $(UPPDIR1)Core/SSL/InitExit.cpp \ $(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_SSL) $(UPPDIR1)Core/SSL/InitExit.cpp -o $(OutDir_Core_SSL)InitExit.o @@ -45706,11 +49576,10 @@ $(OutDir_Core_SSL)Socket.o: $(UPPDIR1)Core/SSL/Socket.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/SSL/Socket.cpp \ $(UPPDIR1)Core/SSL/SSL.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ @@ -45734,8 +49603,6 @@ $(OutDir_Core_SSL)Socket.o: $(UPPDIR1)Core/SSL/Socket.cpp \ $(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_SSL) $(UPPDIR1)Core/SSL/Socket.cpp -o $(OutDir_Core_SSL)Socket.o @@ -45795,11 +49662,10 @@ $(OutDir_Core_SSL)P7S.o: $(UPPDIR1)Core/SSL/P7S.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/SSL/P7S.cpp \ $(UPPDIR1)Core/SSL/SSL.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ @@ -45823,8 +49689,6 @@ $(OutDir_Core_SSL)P7S.o: $(UPPDIR1)Core/SSL/P7S.cpp \ $(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_SSL) $(UPPDIR1)Core/SSL/P7S.cpp -o $(OutDir_Core_SSL)P7S.o @@ -45884,12 +49748,11 @@ $(OutDir_Core_SSL)SSL.o: $(UPPDIR1)Core/SSL/SSL.icpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/SSL/SSL.h \ + $(UPPDIR1)Core/SSL/SSL.icpp \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ $(UPPDIR1)Core/t_.h \ @@ -45912,8 +49775,6 @@ $(OutDir_Core_SSL)SSL.o: $(UPPDIR1)Core/SSL/SSL.icpp \ $(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_SSL) $(UPPDIR1)Core/SSL/SSL.icpp -o $(OutDir_Core_SSL)SSL.o @@ -45987,8 +49848,6 @@ $(OutDir_plugin_md)Markdown.o: $(UPPDIR1)plugin/md/Markdown.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -46014,14 +49873,14 @@ $(OutDir_plugin_md)Markdown.o: $(UPPDIR1)plugin/md/Markdown.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/md/Markdown.cpp \ $(UPPDIR1)plugin/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_md) $(UPPDIR1)plugin/md/Markdown.cpp -o $(OutDir_plugin_md)Markdown.o $(OutDir_plugin_md)md4c.o: $(UPPDIR1)plugin/md/MD4C/md4c.c \ + $(UPPDIR1)plugin/md/MD4C/md4c.c \ $(UPPDIR1)plugin/md/MD4C/md4c.h $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_md) $(UPPDIR1)plugin/md/MD4C/md4c.c -o $(OutDir_plugin_md)md4c.o @@ -46037,6 +49896,8 @@ $(OutDir_ide_clang): $(OutDir_ide_clang)libclang.o: $(UPPDIR1)ide/clang/libclang.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -46066,7 +49927,6 @@ $(OutDir_ide_clang)libclang.o: $(UPPDIR1)ide/clang/libclang.cpp \ $(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 \ @@ -46102,8 +49962,6 @@ $(OutDir_ide_clang)libclang.o: $(UPPDIR1)ide/clang/libclang.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -46129,17 +49987,27 @@ $(OutDir_ide_clang)libclang.o: $(UPPDIR1)ide/clang/libclang.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -46168,6 +50036,7 @@ $(OutDir_ide_clang)libclang.o: $(UPPDIR1)ide/clang/libclang.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -46178,8 +50047,9 @@ $(OutDir_ide_clang)libclang.o: $(UPPDIR1)ide/clang/libclang.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ + $(UPPDIR1)ide/clang/libclang.cpp \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -46190,27 +50060,29 @@ $(OutDir_ide_clang)libclang.o: $(UPPDIR1)ide/clang/libclang.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_clang) $(UPPDIR1)ide/clang/libclang.cpp -o $(OutDir_ide_clang)libclang.o $(OutDir_ide_clang)util.o: $(UPPDIR1)ide/clang/util.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -46275,8 +50147,6 @@ $(OutDir_ide_clang)util.o: $(UPPDIR1)ide/clang/util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -46302,17 +50172,27 @@ $(OutDir_ide_clang)util.o: $(UPPDIR1)ide/clang/util.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -46341,6 +50221,7 @@ $(OutDir_ide_clang)util.o: $(UPPDIR1)ide/clang/util.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -46351,8 +50232,9 @@ $(OutDir_ide_clang)util.o: $(UPPDIR1)ide/clang/util.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ + $(UPPDIR1)ide/clang/util.cpp \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -46363,27 +50245,29 @@ $(OutDir_ide_clang)util.o: $(UPPDIR1)ide/clang/util.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_clang) $(UPPDIR1)ide/clang/util.cpp -o $(OutDir_ide_clang)util.o $(OutDir_ide_clang)macros.o: $(UPPDIR1)ide/clang/macros.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -46448,8 +50332,6 @@ $(OutDir_ide_clang)macros.o: $(UPPDIR1)ide/clang/macros.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -46475,17 +50357,27 @@ $(OutDir_ide_clang)macros.o: $(UPPDIR1)ide/clang/macros.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -46514,6 +50406,7 @@ $(OutDir_ide_clang)macros.o: $(UPPDIR1)ide/clang/macros.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -46524,8 +50417,9 @@ $(OutDir_ide_clang)macros.o: $(UPPDIR1)ide/clang/macros.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ + $(UPPDIR1)ide/clang/macros.cpp \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -46536,27 +50430,29 @@ $(OutDir_ide_clang)macros.o: $(UPPDIR1)ide/clang/macros.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_clang) $(UPPDIR1)ide/clang/macros.cpp -o $(OutDir_ide_clang)macros.o $(OutDir_ide_clang)Signature.o: $(UPPDIR1)ide/clang/Signature.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -46621,8 +50517,6 @@ $(OutDir_ide_clang)Signature.o: $(UPPDIR1)ide/clang/Signature.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -46648,17 +50542,27 @@ $(OutDir_ide_clang)Signature.o: $(UPPDIR1)ide/clang/Signature.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -46687,6 +50591,7 @@ $(OutDir_ide_clang)Signature.o: $(UPPDIR1)ide/clang/Signature.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -46697,8 +50602,9 @@ $(OutDir_ide_clang)Signature.o: $(UPPDIR1)ide/clang/Signature.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ + $(UPPDIR1)ide/clang/Signature.cpp \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -46709,27 +50615,29 @@ $(OutDir_ide_clang)Signature.o: $(UPPDIR1)ide/clang/Signature.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_clang) $(UPPDIR1)ide/clang/Signature.cpp -o $(OutDir_ide_clang)Signature.o $(OutDir_ide_clang)clang.o: $(UPPDIR1)ide/clang/clang.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -46794,8 +50702,6 @@ $(OutDir_ide_clang)clang.o: $(UPPDIR1)ide/clang/clang.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -46821,17 +50727,27 @@ $(OutDir_ide_clang)clang.o: $(UPPDIR1)ide/clang/clang.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -46860,6 +50776,7 @@ $(OutDir_ide_clang)clang.o: $(UPPDIR1)ide/clang/clang.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -46869,9 +50786,10 @@ $(OutDir_ide_clang)clang.o: $(UPPDIR1)ide/clang/clang.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)ide/clang/clang.cpp \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -46882,27 +50800,29 @@ $(OutDir_ide_clang)clang.o: $(UPPDIR1)ide/clang/clang.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_clang) $(UPPDIR1)ide/clang/clang.cpp -o $(OutDir_ide_clang)clang.o $(OutDir_ide_clang)Visitor.o: $(UPPDIR1)ide/clang/Visitor.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -46967,8 +50887,6 @@ $(OutDir_ide_clang)Visitor.o: $(UPPDIR1)ide/clang/Visitor.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -46994,17 +50912,27 @@ $(OutDir_ide_clang)Visitor.o: $(UPPDIR1)ide/clang/Visitor.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -47033,6 +50961,7 @@ $(OutDir_ide_clang)Visitor.o: $(UPPDIR1)ide/clang/Visitor.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -47043,8 +50972,9 @@ $(OutDir_ide_clang)Visitor.o: $(UPPDIR1)ide/clang/Visitor.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ + $(UPPDIR1)ide/clang/Visitor.cpp \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -47055,27 +50985,29 @@ $(OutDir_ide_clang)Visitor.o: $(UPPDIR1)ide/clang/Visitor.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_clang) $(UPPDIR1)ide/clang/Visitor.cpp -o $(OutDir_ide_clang)Visitor.o $(OutDir_ide_clang)CurrentFile.o: $(UPPDIR1)ide/clang/CurrentFile.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -47140,8 +51072,6 @@ $(OutDir_ide_clang)CurrentFile.o: $(UPPDIR1)ide/clang/CurrentFile.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -47167,17 +51097,27 @@ $(OutDir_ide_clang)CurrentFile.o: $(UPPDIR1)ide/clang/CurrentFile.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -47206,6 +51146,7 @@ $(OutDir_ide_clang)CurrentFile.o: $(UPPDIR1)ide/clang/CurrentFile.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -47216,8 +51157,9 @@ $(OutDir_ide_clang)CurrentFile.o: $(UPPDIR1)ide/clang/CurrentFile.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ + $(UPPDIR1)ide/clang/CurrentFile.cpp \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -47228,27 +51170,29 @@ $(OutDir_ide_clang)CurrentFile.o: $(UPPDIR1)ide/clang/CurrentFile.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_clang) $(UPPDIR1)ide/clang/CurrentFile.cpp -o $(OutDir_ide_clang)CurrentFile.o $(OutDir_ide_clang)Indexer.o: $(UPPDIR1)ide/clang/Indexer.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -47313,8 +51257,6 @@ $(OutDir_ide_clang)Indexer.o: $(UPPDIR1)ide/clang/Indexer.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -47340,17 +51282,27 @@ $(OutDir_ide_clang)Indexer.o: $(UPPDIR1)ide/clang/Indexer.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -47380,6 +51332,7 @@ $(OutDir_ide_clang)Indexer.o: $(UPPDIR1)ide/clang/Indexer.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -47390,36 +51343,48 @@ $(OutDir_ide_clang)Indexer.o: $(UPPDIR1)ide/clang/Indexer.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ + $(UPPDIR1)ide/clang/Indexer.cpp \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -47430,33 +51395,37 @@ $(OutDir_ide_clang)Indexer.o: $(UPPDIR1)ide/clang/Indexer.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_clang) $(UPPDIR1)ide/clang/Indexer.cpp -o $(OutDir_ide_clang)Indexer.o $(OutDir_ide_clang)clang.a: \ @@ -47537,8 +51506,6 @@ $(OutDir_Esc)EscValue.o: $(UPPDIR1)Esc/EscValue.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -47565,8 +51532,7 @@ $(OutDir_Esc)EscValue.o: $(UPPDIR1)Esc/EscValue.cpp \ $(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)Esc/EscValue.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Esc) $(UPPDIR1)Esc/EscValue.cpp -o $(OutDir_Esc)EscValue.o @@ -47626,8 +51592,6 @@ $(OutDir_Esc)EscArray.o: $(UPPDIR1)Esc/EscArray.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -47654,8 +51618,7 @@ $(OutDir_Esc)EscArray.o: $(UPPDIR1)Esc/EscArray.cpp \ $(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)Esc/EscArray.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Esc) $(UPPDIR1)Esc/EscArray.cpp -o $(OutDir_Esc)EscArray.o @@ -47715,8 +51678,6 @@ $(OutDir_Esc)EscMap.o: $(UPPDIR1)Esc/EscMap.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -47743,8 +51704,7 @@ $(OutDir_Esc)EscMap.o: $(UPPDIR1)Esc/EscMap.cpp \ $(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)Esc/EscMap.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Esc) $(UPPDIR1)Esc/EscMap.cpp -o $(OutDir_Esc)EscMap.o @@ -47804,8 +51764,6 @@ $(OutDir_Esc)Esc.o: $(UPPDIR1)Esc/Esc.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -47831,9 +51789,8 @@ $(OutDir_Esc)Esc.o: $(UPPDIR1)Esc/Esc.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.cpp \ $(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 @@ -47893,8 +51850,6 @@ $(OutDir_Esc)EscRun.o: $(UPPDIR1)Esc/EscRun.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -47921,8 +51876,7 @@ $(OutDir_Esc)EscRun.o: $(UPPDIR1)Esc/EscRun.cpp \ $(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)Esc/EscRun.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Esc) $(UPPDIR1)Esc/EscRun.cpp -o $(OutDir_Esc)EscRun.o @@ -47982,8 +51936,6 @@ $(OutDir_Esc)EscStdLib.o: $(UPPDIR1)Esc/EscStdLib.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -48010,8 +51962,7 @@ $(OutDir_Esc)EscStdLib.o: $(UPPDIR1)Esc/EscStdLib.cpp \ $(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)Esc/EscStdLib.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Esc) $(UPPDIR1)Esc/EscStdLib.cpp -o $(OutDir_Esc)EscStdLib.o @@ -48071,8 +52022,6 @@ $(OutDir_Esc)Value.o: $(UPPDIR1)Esc/Value.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -48099,8 +52048,7 @@ $(OutDir_Esc)Value.o: $(UPPDIR1)Esc/Value.cpp \ $(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)Esc/Value.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Esc) $(UPPDIR1)Esc/Value.cpp -o $(OutDir_Esc)Value.o @@ -48145,6 +52093,7 @@ $(OutDir_Core)Cpu.o: $(UPPDIR1)Core/Cpu.cpp \ $(UPPDIR1)Core/Core.h \ $(UPPDIR1)Core/CoSort.h \ $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Cpu.cpp \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ $(UPPDIR1)Core/FilterStream.h \ @@ -48180,8 +52129,6 @@ $(OutDir_Core)Cpu.o: $(UPPDIR1)Core/Cpu.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -48207,8 +52154,6 @@ $(OutDir_Core)Cpu.o: $(UPPDIR1)Core/Cpu.cpp \ $(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 @@ -48257,6 +52202,7 @@ $(OutDir_Core)Mem.o: $(UPPDIR1)Core/Mem.cpp \ $(UPPDIR1)Core/LocalProcess.h \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.cpp \ $(UPPDIR1)Core/Mem.h \ $(UPPDIR1)Core/Mt.h \ $(UPPDIR1)Core/Obsolete.h \ @@ -48268,8 +52214,6 @@ $(OutDir_Core)Mem.o: $(UPPDIR1)Core/Mem.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -48295,8 +52239,6 @@ $(OutDir_Core)Mem.o: $(UPPDIR1)Core/Mem.cpp \ $(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 @@ -48356,8 +52298,7 @@ $(OutDir_Core)SIMD.o: $(UPPDIR1)Core/SIMD.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/SIMD.cpp \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -48383,8 +52324,6 @@ $(OutDir_Core)SIMD.o: $(UPPDIR1)Core/SIMD.cpp \ $(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 @@ -48434,6 +52373,7 @@ $(OutDir_Core)Mt.o: $(UPPDIR1)Core/Mt.cpp \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.cpp \ $(UPPDIR1)Core/Mt.h \ $(UPPDIR1)Core/Obsolete.h \ $(UPPDIR1)Core/Ops.h \ @@ -48444,8 +52384,6 @@ $(OutDir_Core)Mt.o: $(UPPDIR1)Core/Mt.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -48471,8 +52409,6 @@ $(OutDir_Core)Mt.o: $(UPPDIR1)Core/Mt.cpp \ $(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 @@ -48507,7 +52443,7 @@ $(OutDir_Core)heaputil.o: $(UPPDIR1)Core/heaputil.cpp \ $(UPPDIR1)Core/Gtypes.h \ $(UPPDIR1)Core/Hash.h \ $(UPPDIR1)Core/Heap.h \ - $(UPPDIR1)Core/HeapImp.h \ + $(UPPDIR1)Core/heaputil.cpp \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ $(UPPDIR1)Core/Index.h \ @@ -48533,8 +52469,6 @@ $(OutDir_Core)heaputil.o: $(UPPDIR1)Core/heaputil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -48560,8 +52494,6 @@ $(OutDir_Core)heaputil.o: $(UPPDIR1)Core/heaputil.cpp \ $(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 @@ -48596,7 +52528,7 @@ $(OutDir_Core)hheap.o: $(UPPDIR1)Core/hheap.cpp \ $(UPPDIR1)Core/Gtypes.h \ $(UPPDIR1)Core/Hash.h \ $(UPPDIR1)Core/Heap.h \ - $(UPPDIR1)Core/HeapImp.h \ + $(UPPDIR1)Core/hheap.cpp \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ $(UPPDIR1)Core/Index.h \ @@ -48622,8 +52554,6 @@ $(OutDir_Core)hheap.o: $(UPPDIR1)Core/hheap.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -48649,8 +52579,6 @@ $(OutDir_Core)hheap.o: $(UPPDIR1)Core/hheap.cpp \ $(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 @@ -48685,7 +52613,6 @@ $(OutDir_Core)sheap.o: $(UPPDIR1)Core/sheap.cpp \ $(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 \ @@ -48711,14 +52638,12 @@ $(OutDir_Core)sheap.o: $(UPPDIR1)Core/sheap.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/sheap.cpp \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ - $(UPPDIR1)Core/StringMem.i \ $(UPPDIR1)Core/t_.h \ $(UPPDIR1)Core/TimeDate.h \ $(UPPDIR1)Core/Topic.h \ @@ -48739,8 +52664,6 @@ $(OutDir_Core)sheap.o: $(UPPDIR1)Core/sheap.cpp \ $(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 @@ -48775,7 +52698,6 @@ $(OutDir_Core)lheap.o: $(UPPDIR1)Core/lheap.cpp \ $(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 \ @@ -48787,6 +52709,7 @@ $(OutDir_Core)lheap.o: $(UPPDIR1)Core/lheap.cpp \ $(UPPDIR1)Core/JSON.h \ $(UPPDIR1)Core/Lang.h \ $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lheap.cpp \ $(UPPDIR1)Core/LocalProcess.h \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ @@ -48801,8 +52724,6 @@ $(OutDir_Core)lheap.o: $(UPPDIR1)Core/lheap.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -48828,8 +52749,6 @@ $(OutDir_Core)lheap.o: $(UPPDIR1)Core/lheap.cpp \ $(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 @@ -48863,8 +52782,8 @@ $(OutDir_Core)heap.o: $(UPPDIR1)Core/heap.cpp \ $(UPPDIR1)Core/Function.h \ $(UPPDIR1)Core/Gtypes.h \ $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/heap.cpp \ $(UPPDIR1)Core/Heap.h \ - $(UPPDIR1)Core/HeapImp.h \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ $(UPPDIR1)Core/Index.h \ @@ -48890,8 +52809,6 @@ $(OutDir_Core)heap.o: $(UPPDIR1)Core/heap.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -48917,8 +52834,6 @@ $(OutDir_Core)heap.o: $(UPPDIR1)Core/heap.cpp \ $(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 @@ -48953,7 +52868,7 @@ $(OutDir_Core)heapdbg.o: $(UPPDIR1)Core/heapdbg.cpp \ $(UPPDIR1)Core/Gtypes.h \ $(UPPDIR1)Core/Hash.h \ $(UPPDIR1)Core/Heap.h \ - $(UPPDIR1)Core/HeapImp.h \ + $(UPPDIR1)Core/heapdbg.cpp \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ $(UPPDIR1)Core/Index.h \ @@ -48979,8 +52894,6 @@ $(OutDir_Core)heapdbg.o: $(UPPDIR1)Core/heapdbg.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -49006,8 +52919,6 @@ $(OutDir_Core)heapdbg.o: $(UPPDIR1)Core/heapdbg.cpp \ $(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 @@ -49067,13 +52978,12 @@ $(OutDir_Core)StringFind.o: $(UPPDIR1)Core/StringFind.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/StringFind.cpp \ $(UPPDIR1)Core/t_.h \ $(UPPDIR1)Core/TimeDate.h \ $(UPPDIR1)Core/Topic.h \ @@ -49094,8 +53004,6 @@ $(OutDir_Core)StringFind.o: $(UPPDIR1)Core/StringFind.cpp \ $(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 @@ -49155,14 +53063,12 @@ $(OutDir_Core)String.o: $(UPPDIR1)Core/String.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.cpp \ $(UPPDIR1)Core/String.h \ - $(UPPDIR1)Core/StringMem.i \ $(UPPDIR1)Core/t_.h \ $(UPPDIR1)Core/TimeDate.h \ $(UPPDIR1)Core/Topic.h \ @@ -49183,8 +53089,6 @@ $(OutDir_Core)String.o: $(UPPDIR1)Core/String.cpp \ $(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 @@ -49244,8 +53148,6 @@ $(OutDir_Core)WString.o: $(UPPDIR1)Core/WString.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -49267,12 +53169,11 @@ $(OutDir_Core)WString.o: $(UPPDIR1)Core/WString.cpp \ $(UPPDIR1)Core/Vcont.h \ $(UPPDIR1)Core/Vcont.hpp \ $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/WString.cpp \ $(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 @@ -49332,13 +53233,12 @@ $(OutDir_Core)StrUtil.o: $(UPPDIR1)Core/StrUtil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/StrUtil.cpp \ $(UPPDIR1)Core/t_.h \ $(UPPDIR1)Core/TimeDate.h \ $(UPPDIR1)Core/Topic.h \ @@ -49359,8 +53259,6 @@ $(OutDir_Core)StrUtil.o: $(UPPDIR1)Core/StrUtil.cpp \ $(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 @@ -49420,10 +53318,9 @@ $(OutDir_Core)SplitMerge.o: $(UPPDIR1)Core/SplitMerge.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.cpp \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ @@ -49447,8 +53344,6 @@ $(OutDir_Core)SplitMerge.o: $(UPPDIR1)Core/SplitMerge.cpp \ $(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 @@ -49508,8 +53403,6 @@ $(OutDir_Core)Utf.o: $(UPPDIR1)Core/Utf.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -49520,6 +53413,7 @@ $(OutDir_Core)Utf.o: $(UPPDIR1)Core/Utf.cpp \ $(UPPDIR1)Core/Topic.h \ $(UPPDIR1)Core/Topt.h \ $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.cpp \ $(UPPDIR1)Core/Utf.hpp \ $(UPPDIR1)Core/Util.h \ $(UPPDIR1)Core/Uuid.h \ @@ -49535,8 +53429,6 @@ $(OutDir_Core)Utf.o: $(UPPDIR1)Core/Utf.cpp \ $(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 @@ -49596,8 +53488,6 @@ $(OutDir_Core)UnicodeInfo.o: $(UPPDIR1)Core/UnicodeInfo.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -49608,6 +53498,7 @@ $(OutDir_Core)UnicodeInfo.o: $(UPPDIR1)Core/UnicodeInfo.cpp \ $(UPPDIR1)Core/Topic.h \ $(UPPDIR1)Core/Topt.h \ $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/UnicodeInfo.cpp \ $(UPPDIR1)Core/Utf.hpp \ $(UPPDIR1)Core/Util.h \ $(UPPDIR1)Core/Uuid.h \ @@ -49623,8 +53514,6 @@ $(OutDir_Core)UnicodeInfo.o: $(UPPDIR1)Core/UnicodeInfo.cpp \ $(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 @@ -49638,6 +53527,7 @@ $(OutDir_Core)CharSet.o: $(UPPDIR1)Core/CharSet.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.cpp \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -49684,8 +53574,6 @@ $(OutDir_Core)CharSet.o: $(UPPDIR1)Core/CharSet.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -49711,8 +53599,6 @@ $(OutDir_Core)CharSet.o: $(UPPDIR1)Core/CharSet.cpp \ $(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 @@ -49722,6 +53608,7 @@ $(OutDir_Core)Bom.o: $(UPPDIR1)Core/Bom.cpp \ $(UPPDIR1)Core/AString.hpp \ $(UPPDIR1)Core/Atomic.h \ $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Bom.cpp \ $(UPPDIR1)Core/Callback.h \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ @@ -49772,8 +53659,6 @@ $(OutDir_Core)Bom.o: $(UPPDIR1)Core/Bom.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -49799,8 +53684,6 @@ $(OutDir_Core)Bom.o: $(UPPDIR1)Core/Bom.cpp \ $(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 @@ -49856,12 +53739,11 @@ $(OutDir_Core)Path.o: $(UPPDIR1)Core/Path.cpp \ $(UPPDIR1)Core/Other.h \ $(UPPDIR1)Core/Other.hpp \ $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.cpp \ $(UPPDIR1)Core/Path.h \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -49887,8 +53769,6 @@ $(OutDir_Core)Path.o: $(UPPDIR1)Core/Path.cpp \ $(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 @@ -49939,6 +53819,7 @@ $(OutDir_Core)NetNode.o: $(UPPDIR1)Core/NetNode.cpp \ $(UPPDIR1)Core/Map.hpp \ $(UPPDIR1)Core/Mem.h \ $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/NetNode.cpp \ $(UPPDIR1)Core/Obsolete.h \ $(UPPDIR1)Core/Ops.h \ $(UPPDIR1)Core/Other.h \ @@ -49948,8 +53829,6 @@ $(OutDir_Core)NetNode.o: $(UPPDIR1)Core/NetNode.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -49975,13 +53854,12 @@ $(OutDir_Core)NetNode.o: $(UPPDIR1)Core/NetNode.cpp \ $(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.cpp \ $(UPPDIR1)Core/App.h \ $(UPPDIR1)Core/AString.hpp \ $(UPPDIR1)Core/Atomic.h \ @@ -50036,8 +53914,6 @@ $(OutDir_Core)App.o: $(UPPDIR1)Core/App.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -50063,8 +53939,6 @@ $(OutDir_Core)App.o: $(UPPDIR1)Core/App.cpp \ $(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 @@ -50099,6 +53973,7 @@ $(OutDir_Core)Huge.o: $(UPPDIR1)Core/Huge.cpp \ $(UPPDIR1)Core/Gtypes.h \ $(UPPDIR1)Core/Hash.h \ $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.cpp \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ $(UPPDIR1)Core/Index.h \ @@ -50124,8 +53999,6 @@ $(OutDir_Core)Huge.o: $(UPPDIR1)Core/Huge.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -50151,8 +54024,6 @@ $(OutDir_Core)Huge.o: $(UPPDIR1)Core/Huge.cpp \ $(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 @@ -50212,11 +54083,10 @@ $(OutDir_Core)Stream.o: $(UPPDIR1)Core/Stream.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.cpp \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ $(UPPDIR1)Core/t_.h \ @@ -50239,8 +54109,6 @@ $(OutDir_Core)Stream.o: $(UPPDIR1)Core/Stream.cpp \ $(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 @@ -50250,6 +54118,7 @@ $(OutDir_Core)BlockStream.o: $(UPPDIR1)Core/BlockStream.cpp \ $(UPPDIR1)Core/AString.hpp \ $(UPPDIR1)Core/Atomic.h \ $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/BlockStream.cpp \ $(UPPDIR1)Core/Callback.h \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ @@ -50300,8 +54169,6 @@ $(OutDir_Core)BlockStream.o: $(UPPDIR1)Core/BlockStream.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -50327,8 +54194,6 @@ $(OutDir_Core)BlockStream.o: $(UPPDIR1)Core/BlockStream.cpp \ $(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 @@ -50355,6 +54220,7 @@ $(OutDir_Core)FileMapping.o: $(UPPDIR1)Core/FileMapping.cpp \ $(UPPDIR1)Core/CoWork.h \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FileMapping.cpp \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ $(UPPDIR1)Core/Fn.h \ @@ -50388,8 +54254,6 @@ $(OutDir_Core)FileMapping.o: $(UPPDIR1)Core/FileMapping.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -50415,8 +54279,6 @@ $(OutDir_Core)FileMapping.o: $(UPPDIR1)Core/FileMapping.cpp \ $(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 @@ -50443,6 +54305,7 @@ $(OutDir_Core)FilterStream.o: $(UPPDIR1)Core/FilterStream.cpp \ $(UPPDIR1)Core/CoWork.h \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.cpp \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ $(UPPDIR1)Core/Fn.h \ @@ -50476,8 +54339,6 @@ $(OutDir_Core)FilterStream.o: $(UPPDIR1)Core/FilterStream.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -50503,8 +54364,6 @@ $(OutDir_Core)FilterStream.o: $(UPPDIR1)Core/FilterStream.cpp \ $(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 @@ -50551,6 +54410,7 @@ $(OutDir_Core)Log.o: $(UPPDIR1)Core/Log.cpp \ $(UPPDIR1)Core/Lang.h \ $(UPPDIR1)Core/Lang_s.h \ $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Log.cpp \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ $(UPPDIR1)Core/Mem.h \ @@ -50564,8 +54424,6 @@ $(OutDir_Core)Log.o: $(UPPDIR1)Core/Log.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -50591,8 +54449,6 @@ $(OutDir_Core)Log.o: $(UPPDIR1)Core/Log.cpp \ $(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 @@ -50617,6 +54473,7 @@ $(OutDir_Core)Debug.o: $(UPPDIR1)Core/Debug.cpp \ $(UPPDIR1)Core/Core.h \ $(UPPDIR1)Core/CoSort.h \ $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Debug.cpp \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ $(UPPDIR1)Core/FilterStream.h \ @@ -50652,8 +54509,6 @@ $(OutDir_Core)Debug.o: $(UPPDIR1)Core/Debug.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -50679,8 +54534,6 @@ $(OutDir_Core)Debug.o: $(UPPDIR1)Core/Debug.cpp \ $(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 @@ -50720,6 +54573,7 @@ $(OutDir_Core)Ini.o: $(UPPDIR1)Core/Ini.cpp \ $(UPPDIR1)Core/Index.h \ $(UPPDIR1)Core/Index.hpp \ $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/Ini.cpp \ $(UPPDIR1)Core/InMap.hpp \ $(UPPDIR1)Core/InVector.h \ $(UPPDIR1)Core/InVector.hpp \ @@ -50740,8 +54594,6 @@ $(OutDir_Core)Ini.o: $(UPPDIR1)Core/Ini.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -50767,8 +54619,6 @@ $(OutDir_Core)Ini.o: $(UPPDIR1)Core/Ini.cpp \ $(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 @@ -50828,8 +54678,6 @@ $(OutDir_Core)Util.o: $(UPPDIR1)Core/Util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -50841,6 +54689,7 @@ $(OutDir_Core)Util.o: $(UPPDIR1)Core/Util.cpp \ $(UPPDIR1)Core/Topt.h \ $(UPPDIR1)Core/Tuple.h \ $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.cpp \ $(UPPDIR1)Core/Util.h \ $(UPPDIR1)Core/Uuid.h \ $(UPPDIR1)Core/Value.h \ @@ -50855,8 +54704,6 @@ $(OutDir_Core)Util.o: $(UPPDIR1)Core/Util.cpp \ $(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 @@ -50905,6 +54752,7 @@ $(OutDir_Core)mathutil.o: $(UPPDIR1)Core/mathutil.cpp \ $(UPPDIR1)Core/LocalProcess.h \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/mathutil.cpp \ $(UPPDIR1)Core/Mem.h \ $(UPPDIR1)Core/Mt.h \ $(UPPDIR1)Core/Obsolete.h \ @@ -50916,8 +54764,6 @@ $(OutDir_Core)mathutil.o: $(UPPDIR1)Core/mathutil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -50943,8 +54789,6 @@ $(OutDir_Core)mathutil.o: $(UPPDIR1)Core/mathutil.cpp \ $(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 @@ -51003,9 +54847,8 @@ $(OutDir_Core)Random.o: $(UPPDIR1)Core/Random.cpp \ $(UPPDIR1)Core/Path.h \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Random.cpp \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -51031,8 +54874,6 @@ $(OutDir_Core)Random.o: $(UPPDIR1)Core/Random.cpp \ $(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 @@ -51092,10 +54933,9 @@ $(OutDir_Core)Speller.o: $(UPPDIR1)Core/Speller.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/Speller.cpp \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ @@ -51119,8 +54959,6 @@ $(OutDir_Core)Speller.o: $(UPPDIR1)Core/Speller.cpp \ $(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 @@ -51166,6 +55004,7 @@ $(OutDir_Core)LocalProcess.o: $(UPPDIR1)Core/LocalProcess.cpp \ $(UPPDIR1)Core/JSON.h \ $(UPPDIR1)Core/Lang.h \ $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.cpp \ $(UPPDIR1)Core/LocalProcess.h \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ @@ -51180,8 +55019,6 @@ $(OutDir_Core)LocalProcess.o: $(UPPDIR1)Core/LocalProcess.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -51207,8 +55044,6 @@ $(OutDir_Core)LocalProcess.o: $(UPPDIR1)Core/LocalProcess.cpp \ $(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 @@ -51263,13 +55098,12 @@ $(OutDir_Core)PackedData.o: $(UPPDIR1)Core/PackedData.cpp \ $(UPPDIR1)Core/Ops.h \ $(UPPDIR1)Core/Other.h \ $(UPPDIR1)Core/Other.hpp \ + $(UPPDIR1)Core/PackedData.cpp \ $(UPPDIR1)Core/Parser.h \ $(UPPDIR1)Core/Path.h \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -51295,8 +55129,6 @@ $(OutDir_Core)PackedData.o: $(UPPDIR1)Core/PackedData.cpp \ $(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/PackedData.cpp -o $(OutDir_Core)PackedData.o @@ -51356,8 +55188,6 @@ $(OutDir_Core)Vcont.o: $(UPPDIR1)Core/Vcont.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -51376,6 +55206,7 @@ $(OutDir_Core)Vcont.o: $(UPPDIR1)Core/Vcont.cpp \ $(UPPDIR1)Core/ValueCache.h \ $(UPPDIR1)Core/ValueUtil.h \ $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.cpp \ $(UPPDIR1)Core/Vcont.h \ $(UPPDIR1)Core/Vcont.hpp \ $(UPPDIR1)Core/Win32Util.h \ @@ -51383,8 +55214,6 @@ $(OutDir_Core)Vcont.o: $(UPPDIR1)Core/Vcont.cpp \ $(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 @@ -51421,6 +55250,7 @@ $(OutDir_Core)Index.o: $(UPPDIR1)Core/Index.cpp \ $(UPPDIR1)Core/Heap.h \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.cpp \ $(UPPDIR1)Core/Index.h \ $(UPPDIR1)Core/Index.hpp \ $(UPPDIR1)Core/Inet.h \ @@ -51444,8 +55274,6 @@ $(OutDir_Core)Index.o: $(UPPDIR1)Core/Index.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -51471,8 +55299,6 @@ $(OutDir_Core)Index.o: $(UPPDIR1)Core/Index.cpp \ $(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 @@ -51532,14 +55358,13 @@ $(OutDir_Core)TimeDate.o: $(UPPDIR1)Core/TimeDate.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.cpp \ $(UPPDIR1)Core/TimeDate.h \ $(UPPDIR1)Core/Topic.h \ $(UPPDIR1)Core/Topt.h \ @@ -51559,8 +55384,6 @@ $(OutDir_Core)TimeDate.o: $(UPPDIR1)Core/TimeDate.cpp \ $(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 @@ -51620,8 +55443,6 @@ $(OutDir_Core)Value.o: $(UPPDIR1)Core/Value.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -51635,6 +55456,7 @@ $(OutDir_Core)Value.o: $(UPPDIR1)Core/Value.cpp \ $(UPPDIR1)Core/Utf.hpp \ $(UPPDIR1)Core/Util.h \ $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.cpp \ $(UPPDIR1)Core/Value.h \ $(UPPDIR1)Core/Value.hpp \ $(UPPDIR1)Core/ValueCache.h \ @@ -51647,8 +55469,6 @@ $(OutDir_Core)Value.o: $(UPPDIR1)Core/Value.cpp \ $(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 @@ -51708,8 +55528,6 @@ $(OutDir_Core)ValueUtil.o: $(UPPDIR1)Core/ValueUtil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -51726,6 +55544,7 @@ $(OutDir_Core)ValueUtil.o: $(UPPDIR1)Core/ValueUtil.cpp \ $(UPPDIR1)Core/Value.h \ $(UPPDIR1)Core/Value.hpp \ $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.cpp \ $(UPPDIR1)Core/ValueUtil.h \ $(UPPDIR1)Core/ValueUtil.hpp \ $(UPPDIR1)Core/Vcont.h \ @@ -51735,8 +55554,6 @@ $(OutDir_Core)ValueUtil.o: $(UPPDIR1)Core/ValueUtil.cpp \ $(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 @@ -51766,6 +55583,7 @@ $(OutDir_Core)Format.o: $(UPPDIR1)Core/Format.cpp \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.cpp \ $(UPPDIR1)Core/Format.h \ $(UPPDIR1)Core/Function.h \ $(UPPDIR1)Core/Gtypes.h \ @@ -51796,8 +55614,6 @@ $(OutDir_Core)Format.o: $(UPPDIR1)Core/Format.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -51823,8 +55639,6 @@ $(OutDir_Core)Format.o: $(UPPDIR1)Core/Format.cpp \ $(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 @@ -51849,6 +55663,7 @@ $(OutDir_Core)CvFlt.o: $(UPPDIR1)Core/CvFlt.cpp \ $(UPPDIR1)Core/Core.h \ $(UPPDIR1)Core/CoSort.h \ $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/CvFlt.cpp \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ $(UPPDIR1)Core/FilterStream.h \ @@ -51885,8 +55700,6 @@ $(OutDir_Core)CvFlt.o: $(UPPDIR1)Core/CvFlt.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -51912,8 +55725,6 @@ $(OutDir_Core)CvFlt.o: $(UPPDIR1)Core/CvFlt.cpp \ $(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/CvFlt.cpp -o $(OutDir_Core)CvFlt.o @@ -51933,6 +55744,7 @@ $(OutDir_Core)Convert.o: $(UPPDIR1)Core/Convert.cpp \ $(UPPDIR1)Core/Color.h \ $(UPPDIR1)Core/Complex.h \ $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.cpp \ $(UPPDIR1)Core/Convert.h \ $(UPPDIR1)Core/Convert.hpp \ $(UPPDIR1)Core/Core.h \ @@ -51973,8 +55785,6 @@ $(OutDir_Core)Convert.o: $(UPPDIR1)Core/Convert.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -52000,8 +55810,6 @@ $(OutDir_Core)Convert.o: $(UPPDIR1)Core/Convert.cpp \ $(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 @@ -52018,6 +55826,7 @@ $(OutDir_Core)Color.o: $(UPPDIR1)Core/Color.cpp \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.cpp \ $(UPPDIR1)Core/Color.h \ $(UPPDIR1)Core/Complex.h \ $(UPPDIR1)Core/config.h \ @@ -52061,8 +55870,6 @@ $(OutDir_Core)Color.o: $(UPPDIR1)Core/Color.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -52088,8 +55895,6 @@ $(OutDir_Core)Color.o: $(UPPDIR1)Core/Color.cpp \ $(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 @@ -52121,6 +55926,7 @@ $(OutDir_Core)Gtypes.o: $(UPPDIR1)Core/Gtypes.cpp \ $(UPPDIR1)Core/Fn.h \ $(UPPDIR1)Core/Format.h \ $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.cpp \ $(UPPDIR1)Core/Gtypes.h \ $(UPPDIR1)Core/Hash.h \ $(UPPDIR1)Core/Heap.h \ @@ -52149,8 +55955,6 @@ $(OutDir_Core)Gtypes.o: $(UPPDIR1)Core/Gtypes.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -52176,8 +55980,6 @@ $(OutDir_Core)Gtypes.o: $(UPPDIR1)Core/Gtypes.cpp \ $(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 @@ -52237,13 +56039,12 @@ $(OutDir_Core)t.o: $(UPPDIR1)Core/t.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t.cpp \ $(UPPDIR1)Core/t.h \ $(UPPDIR1)Core/t_.h \ $(UPPDIR1)Core/TimeDate.h \ @@ -52265,8 +56066,6 @@ $(OutDir_Core)t.o: $(UPPDIR1)Core/t.cpp \ $(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 @@ -52310,6 +56109,7 @@ $(OutDir_Core)Lang.o: $(UPPDIR1)Core/Lang.cpp \ $(UPPDIR1)Core/InVector.h \ $(UPPDIR1)Core/InVector.hpp \ $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.cpp \ $(UPPDIR1)Core/Lang.h \ $(UPPDIR1)Core/Lang_s.h \ $(UPPDIR1)Core/LocalProcess.h \ @@ -52326,8 +56126,6 @@ $(OutDir_Core)Lang.o: $(UPPDIR1)Core/Lang.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -52353,8 +56151,6 @@ $(OutDir_Core)Lang.o: $(UPPDIR1)Core/Lang.cpp \ $(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 @@ -52400,6 +56196,7 @@ $(OutDir_Core)LangInfo.o: $(UPPDIR1)Core/LangInfo.cpp \ $(UPPDIR1)Core/JSON.h \ $(UPPDIR1)Core/Lang.h \ $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LangInfo.cpp \ $(UPPDIR1)Core/LocalProcess.h \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ @@ -52414,8 +56211,6 @@ $(OutDir_Core)LangInfo.o: $(UPPDIR1)Core/LangInfo.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -52441,8 +56236,6 @@ $(OutDir_Core)LangInfo.o: $(UPPDIR1)Core/LangInfo.cpp \ $(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 @@ -52497,13 +56290,12 @@ $(OutDir_Core)parser.o: $(UPPDIR1)Core/parser.cpp \ $(UPPDIR1)Core/Ops.h \ $(UPPDIR1)Core/Other.h \ $(UPPDIR1)Core/Other.hpp \ + $(UPPDIR1)Core/parser.cpp \ $(UPPDIR1)Core/Parser.h \ $(UPPDIR1)Core/Path.h \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -52529,8 +56321,6 @@ $(OutDir_Core)parser.o: $(UPPDIR1)Core/parser.cpp \ $(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 @@ -52590,8 +56380,6 @@ $(OutDir_Core)XML.o: $(UPPDIR1)Core/XML.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -52613,12 +56401,11 @@ $(OutDir_Core)XML.o: $(UPPDIR1)Core/XML.cpp \ $(UPPDIR1)Core/Vcont.h \ $(UPPDIR1)Core/Vcont.hpp \ $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.cpp \ $(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 @@ -52678,8 +56465,6 @@ $(OutDir_Core)Xmlize.o: $(UPPDIR1)Core/Xmlize.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -52702,11 +56487,10 @@ $(OutDir_Core)Xmlize.o: $(UPPDIR1)Core/Xmlize.cpp \ $(UPPDIR1)Core/Vcont.hpp \ $(UPPDIR1)Core/Win32Util.h \ $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.cpp \ $(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 @@ -52749,6 +56533,7 @@ $(OutDir_Core)JSON.o: $(UPPDIR1)Core/JSON.cpp \ $(UPPDIR1)Core/InMap.hpp \ $(UPPDIR1)Core/InVector.h \ $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.cpp \ $(UPPDIR1)Core/JSON.h \ $(UPPDIR1)Core/Lang.h \ $(UPPDIR1)Core/Lang_s.h \ @@ -52766,8 +56551,6 @@ $(OutDir_Core)JSON.o: $(UPPDIR1)Core/JSON.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -52793,8 +56576,6 @@ $(OutDir_Core)JSON.o: $(UPPDIR1)Core/JSON.cpp \ $(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 @@ -52854,8 +56635,6 @@ $(OutDir_Core)Uuid.o: $(UPPDIR1)Core/Uuid.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -52868,6 +56647,7 @@ $(OutDir_Core)Uuid.o: $(UPPDIR1)Core/Uuid.cpp \ $(UPPDIR1)Core/Tuple.h \ $(UPPDIR1)Core/Utf.hpp \ $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.cpp \ $(UPPDIR1)Core/Uuid.h \ $(UPPDIR1)Core/Value.h \ $(UPPDIR1)Core/Value.hpp \ @@ -52881,8 +56661,6 @@ $(OutDir_Core)Uuid.o: $(UPPDIR1)Core/Uuid.cpp \ $(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 @@ -52940,10 +56718,9 @@ $(OutDir_Core)Ptr.o: $(UPPDIR1)Core/Ptr.cpp \ $(UPPDIR1)Core/Parser.h \ $(UPPDIR1)Core/Path.h \ $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.cpp \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -52969,8 +56746,6 @@ $(OutDir_Core)Ptr.o: $(UPPDIR1)Core/Ptr.cpp \ $(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 @@ -53031,8 +56806,6 @@ $(OutDir_Core)z.o: $(UPPDIR1)Core/z.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -53057,13 +56830,13 @@ $(OutDir_Core)z.o: $(UPPDIR1)Core/z.cpp \ $(UPPDIR1)Core/XML.h \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.cpp \ $(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 +$(OutDir_Core)lz4.o: $(UPPDIR1)Core/lib/lz4.c \ + $(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 \ @@ -53122,8 +56895,6 @@ $(OutDir_Core)Topic.o: $(UPPDIR1)Core/Topic.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -53131,6 +56902,7 @@ $(OutDir_Core)Topic.o: $(UPPDIR1)Core/Topic.cpp \ $(UPPDIR1)Core/String.h \ $(UPPDIR1)Core/t_.h \ $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.cpp \ $(UPPDIR1)Core/Topic.h \ $(UPPDIR1)Core/Topt.h \ $(UPPDIR1)Core/Tuple.h \ @@ -53149,8 +56921,6 @@ $(OutDir_Core)Topic.o: $(UPPDIR1)Core/Topic.cpp \ $(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 @@ -53174,6 +56944,7 @@ $(OutDir_Core)CoWork.o: $(UPPDIR1)Core/CoWork.cpp \ $(UPPDIR1)Core/Convert.hpp \ $(UPPDIR1)Core/Core.h \ $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.cpp \ $(UPPDIR1)Core/CoWork.h \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ @@ -53210,8 +56981,6 @@ $(OutDir_Core)CoWork.o: $(UPPDIR1)Core/CoWork.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -53237,8 +57006,6 @@ $(OutDir_Core)CoWork.o: $(UPPDIR1)Core/CoWork.cpp \ $(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 @@ -53298,8 +57065,6 @@ $(OutDir_Core)ValueCache.o: $(UPPDIR1)Core/ValueCache.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -53315,6 +57080,7 @@ $(OutDir_Core)ValueCache.o: $(UPPDIR1)Core/ValueCache.cpp \ $(UPPDIR1)Core/Uuid.h \ $(UPPDIR1)Core/Value.h \ $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.cpp \ $(UPPDIR1)Core/ValueCache.h \ $(UPPDIR1)Core/ValueUtil.h \ $(UPPDIR1)Core/ValueUtil.hpp \ @@ -53325,8 +57091,6 @@ $(OutDir_Core)ValueCache.o: $(UPPDIR1)Core/ValueCache.cpp \ $(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 @@ -53375,6 +57139,7 @@ $(OutDir_Core)MD5.o: $(UPPDIR1)Core/MD5.cpp \ $(UPPDIR1)Core/LocalProcess.h \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/MD5.cpp \ $(UPPDIR1)Core/Mem.h \ $(UPPDIR1)Core/Mt.h \ $(UPPDIR1)Core/Obsolete.h \ @@ -53386,8 +57151,6 @@ $(OutDir_Core)MD5.o: $(UPPDIR1)Core/MD5.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -53413,8 +57176,6 @@ $(OutDir_Core)MD5.o: $(UPPDIR1)Core/MD5.cpp \ $(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 @@ -53474,8 +57235,7 @@ $(OutDir_Core)SHA1.o: $(UPPDIR1)Core/SHA1.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/SHA1.cpp \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -53501,8 +57261,6 @@ $(OutDir_Core)SHA1.o: $(UPPDIR1)Core/SHA1.cpp \ $(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 @@ -53562,8 +57320,7 @@ $(OutDir_Core)SHA256.o: $(UPPDIR1)Core/SHA256.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/SHA256.cpp \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -53589,12 +57346,11 @@ $(OutDir_Core)SHA256.o: $(UPPDIR1)Core/SHA256.cpp \ $(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.c \ $(UPPDIR1)Core/lib/xxhash.h $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/lib/xxhash.c -o $(OutDir_Core)xxhash.o @@ -53655,8 +57411,6 @@ $(OutDir_Core)xxHsh.o: $(UPPDIR1)Core/xxHsh.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -53681,9 +57435,8 @@ $(OutDir_Core)xxHsh.o: $(UPPDIR1)Core/xxHsh.cpp \ $(UPPDIR1)Core/XML.h \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/xxHsh.cpp \ $(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 @@ -53723,6 +57476,7 @@ $(OutDir_Core)InetUtil.o: $(UPPDIR1)Core/InetUtil.cpp \ $(UPPDIR1)Core/Index.h \ $(UPPDIR1)Core/Index.hpp \ $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InetUtil.cpp \ $(UPPDIR1)Core/InMap.hpp \ $(UPPDIR1)Core/InVector.h \ $(UPPDIR1)Core/InVector.hpp \ @@ -53743,8 +57497,6 @@ $(OutDir_Core)InetUtil.o: $(UPPDIR1)Core/InetUtil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -53770,8 +57522,6 @@ $(OutDir_Core)InetUtil.o: $(UPPDIR1)Core/InetUtil.cpp \ $(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 @@ -53821,6 +57571,7 @@ $(OutDir_Core)MIME.o: $(UPPDIR1)Core/MIME.cpp \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/MIME.cpp \ $(UPPDIR1)Core/Mt.h \ $(UPPDIR1)Core/Obsolete.h \ $(UPPDIR1)Core/Ops.h \ @@ -53831,8 +57582,6 @@ $(OutDir_Core)MIME.o: $(UPPDIR1)Core/MIME.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -53858,8 +57607,6 @@ $(OutDir_Core)MIME.o: $(UPPDIR1)Core/MIME.cpp \ $(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 @@ -53919,8 +57666,7 @@ $(OutDir_Core)Socket.o: $(UPPDIR1)Core/Socket.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Socket.cpp \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -53946,8 +57692,6 @@ $(OutDir_Core)Socket.o: $(UPPDIR1)Core/Socket.cpp \ $(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 @@ -53982,6 +57726,7 @@ $(OutDir_Core)Http.o: $(UPPDIR1)Core/Http.cpp \ $(UPPDIR1)Core/Gtypes.h \ $(UPPDIR1)Core/Hash.h \ $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Http.cpp \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ $(UPPDIR1)Core/Index.h \ @@ -54007,8 +57752,6 @@ $(OutDir_Core)Http.o: $(UPPDIR1)Core/Http.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -54034,8 +57777,6 @@ $(OutDir_Core)Http.o: $(UPPDIR1)Core/Http.cpp \ $(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 @@ -54095,8 +57836,6 @@ $(OutDir_Core)WebSocket.o: $(UPPDIR1)Core/WebSocket.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -54117,13 +57856,12 @@ $(OutDir_Core)WebSocket.o: $(UPPDIR1)Core/WebSocket.cpp \ $(UPPDIR1)Core/ValueUtil.hpp \ $(UPPDIR1)Core/Vcont.h \ $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/WebSocket.cpp \ $(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 @@ -54150,6 +57888,7 @@ $(OutDir_Core)Dli.o: $(UPPDIR1)Core/Dli.cpp \ $(UPPDIR1)Core/CoWork.h \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/Dli.cpp \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ $(UPPDIR1)Core/Fn.h \ @@ -54183,8 +57922,6 @@ $(OutDir_Core)Dli.o: $(UPPDIR1)Core/Dli.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -54210,8 +57947,6 @@ $(OutDir_Core)Dli.o: $(UPPDIR1)Core/Dli.cpp \ $(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 @@ -54271,8 +58006,6 @@ $(OutDir_Core)Win32Util.o: $(UPPDIR1)Core/Win32Util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -54293,13 +58026,12 @@ $(OutDir_Core)Win32Util.o: $(UPPDIR1)Core/Win32Util.cpp \ $(UPPDIR1)Core/ValueUtil.hpp \ $(UPPDIR1)Core/Vcont.h \ $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.cpp \ $(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 @@ -54509,8 +58241,6 @@ $(OutDir_plugin_lzma)lzma.o: $(UPPDIR1)plugin/lzma/lzma.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -54537,16 +58267,17 @@ $(OutDir_plugin_lzma)lzma.o: $(UPPDIR1)plugin/lzma/lzma.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)plugin/lzma/lib/7zTypes.h \ + $(UPPDIR1)plugin/lzma/lib/LzmaDec.h \ $(UPPDIR1)plugin/lzma/lib/LzmaEnc.h \ + $(UPPDIR1)plugin/lzma/lzma.cpp \ $(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.c \ $(UPPDIR1)plugin/lzma/lib/LzFind.h \ $(UPPDIR1)plugin/lzma/lib/LzHash.h \ $(UPPDIR1)plugin/lzma/lib/Precomp.h @@ -54555,6 +58286,7 @@ $(OutDir_plugin_lzma)LzFind.o: $(UPPDIR1)plugin/lzma/lib/LzFind.c \ $(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.c \ $(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 @@ -54563,6 +58295,7 @@ $(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.c \ $(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 @@ -54638,8 +58371,6 @@ $(OutDir_plugin_lz4)Compress.o: $(UPPDIR1)plugin/lz4/Compress.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -54665,9 +58396,8 @@ $(OutDir_plugin_lz4)Compress.o: $(UPPDIR1)plugin/lz4/Compress.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/lz4/Compress.cpp \ $(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 @@ -54728,8 +58458,6 @@ $(OutDir_plugin_lz4)Decompress.o: $(UPPDIR1)plugin/lz4/Decompress.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -54755,9 +58483,8 @@ $(OutDir_plugin_lz4)Decompress.o: $(UPPDIR1)plugin/lz4/Decompress.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/lz4/Decompress.cpp \ $(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 @@ -54818,8 +58545,6 @@ $(OutDir_plugin_lz4)util.o: $(UPPDIR1)plugin/lz4/util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -54846,8 +58571,7 @@ $(OutDir_plugin_lz4)util.o: $(UPPDIR1)plugin/lz4/util.cpp \ $(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)plugin/lz4/util.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_lz4) $(UPPDIR1)plugin/lz4/util.cpp -o $(OutDir_plugin_lz4)util.o @@ -54919,8 +58643,6 @@ $(OutDir_plugin_zstd)Compress.o: $(UPPDIR1)plugin/zstd/Compress.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -54946,8 +58668,7 @@ $(OutDir_plugin_zstd)Compress.o: $(UPPDIR1)plugin/zstd/Compress.cpp \ $(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/Compress.cpp \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)uppconfig.h @@ -55009,8 +58730,6 @@ $(OutDir_plugin_zstd)Decompress.o: $(UPPDIR1)plugin/zstd/Decompress.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -55036,8 +58755,7 @@ $(OutDir_plugin_zstd)Decompress.o: $(UPPDIR1)plugin/zstd/Decompress.cpp \ $(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/Decompress.cpp \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)uppconfig.h @@ -55099,8 +58817,6 @@ $(OutDir_plugin_zstd)Util.o: $(UPPDIR1)plugin/zstd/Util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -55126,9 +58842,8 @@ $(OutDir_plugin_zstd)Util.o: $(UPPDIR1)plugin/zstd/Util.cpp \ $(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/Util.cpp \ $(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 @@ -55139,12 +58854,13 @@ $(OutDir_plugin_zstd)huf_decompress.o: $(UPPDIR1)plugin/zstd/lib/huf_decompress. $(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/huf_decompress.c \ $(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 \ @@ -55152,9 +58868,9 @@ $(OutDir_plugin_zstd)zstd_ddict.o: $(UPPDIR1)plugin/zstd/lib/zstd_ddict.c \ $(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.c \ $(UPPDIR1)plugin/zstd/lib/zstd_ddict.h \ $(UPPDIR1)plugin/zstd/lib/zstd_decompress_internal.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ @@ -55162,26 +58878,10 @@ $(OutDir_plugin_zstd)zstd_ddict.o: $(UPPDIR1)plugin/zstd/lib/zstd_ddict.c \ $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_decompress.c $(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 \ @@ -55189,10 +58889,10 @@ $(OutDir_plugin_zstd)zstd_decompress_block.o: $(UPPDIR1)plugin/zstd/lib/zstd_dec $(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.c \ $(UPPDIR1)plugin/zstd/lib/zstd_decompress_block.h \ $(UPPDIR1)plugin/zstd/lib/zstd_decompress_internal.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ @@ -55200,7 +58900,10 @@ $(OutDir_plugin_zstd)zstd_decompress_block.o: $(UPPDIR1)plugin/zstd/lib/zstd_dec $(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/entropy_common.c \ $(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/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 @@ -55210,6 +58913,8 @@ $(OutDir_plugin_zstd)fse_compress.o: $(UPPDIR1)plugin/zstd/lib/fse_compress.c \ $(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/fse_compress.c \ $(UPPDIR1)plugin/zstd/lib/hist.h \ $(UPPDIR1)plugin/zstd/lib/mem.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h @@ -55220,6 +58925,8 @@ $(OutDir_plugin_zstd)fse_decompress.o: $(UPPDIR1)plugin/zstd/lib/fse_decompress. $(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/fse_decompress.c \ $(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 @@ -55229,28 +58936,29 @@ $(OutDir_plugin_zstd)huf_compress.o: $(UPPDIR1)plugin/zstd/lib/huf_compress.c \ $(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/huf_compress.c \ $(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_common.c \ $(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 \ @@ -55259,9 +58967,9 @@ $(OutDir_plugin_zstd)zstd_compress.o: $(UPPDIR1)plugin/zstd/lib/zstd_compress.c $(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.c \ $(UPPDIR1)plugin/zstd/lib/zstd_compress_internal.h \ $(UPPDIR1)plugin/zstd/lib/zstd_compress_literals.h \ $(UPPDIR1)plugin/zstd/lib/zstd_compress_sequences.h \ @@ -55273,12 +58981,10 @@ $(OutDir_plugin_zstd)zstd_compress.o: $(UPPDIR1)plugin/zstd/lib/zstd_compress.c $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_opt.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 \ @@ -55286,19 +58992,17 @@ $(OutDir_plugin_zstd)zstd_opt.o: $(UPPDIR1)plugin/zstd/lib/zstd_opt.c \ $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_opt.c \ + $(UPPDIR1)plugin/zstd/lib/zstd_opt.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 \ @@ -55307,7 +59011,6 @@ $(OutDir_plugin_zstd)zstdmt_compress.o: $(UPPDIR1)plugin/zstd/lib/zstdmt_compres $(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 \ @@ -55315,37 +59018,34 @@ $(OutDir_plugin_zstd)zstdmt_compress.o: $(UPPDIR1)plugin/zstd/lib/zstdmt_compres $(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.c \ $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_lazy.c \ + $(UPPDIR1)plugin/zstd/lib/zstd_lazy.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 \ @@ -55354,30 +59054,29 @@ $(OutDir_plugin_zstd)zstd_ldm.o: $(UPPDIR1)plugin/zstd/lib/zstd_ldm.c \ $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_ldm.c \ + $(UPPDIR1)plugin/zstd/lib/zstd_ldm.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.c \ $(UPPDIR1)plugin/zstd/lib/zstd_fast.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstdmt_compress.h + $(UPPDIR1)plugin/zstd/lib/zstd_internal.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.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 @@ -55385,22 +59084,21 @@ $(OutDir_plugin_zstd)error_private.o: $(UPPDIR1)plugin/zstd/lib/error_private.c $(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.c \ $(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.c \ $(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 \ @@ -55408,26 +59106,23 @@ $(OutDir_plugin_zstd)pool.o: $(UPPDIR1)plugin/zstd/lib/pool.c \ $(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.c \ $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_internal.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 \ @@ -55435,52 +59130,48 @@ $(OutDir_plugin_zstd)zstd_compress_superblock.o: $(UPPDIR1)plugin/zstd/lib/zstd_ $(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.c \ $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_internal.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.c \ $(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.c \ $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_internal.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: \ @@ -55596,8 +59287,6 @@ $(OutDir_RichEdit)Ruler.o: $(UPPDIR1)RichEdit/Ruler.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -55623,17 +59312,27 @@ $(OutDir_RichEdit)Ruler.o: $(UPPDIR1)RichEdit/Ruler.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -55662,6 +59361,7 @@ $(OutDir_RichEdit)Ruler.o: $(UPPDIR1)RichEdit/Ruler.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -55678,15 +59378,19 @@ $(OutDir_RichEdit)Ruler.o: $(UPPDIR1)RichEdit/Ruler.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ + $(UPPDIR1)RichEdit/Ruler.cpp \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -55746,8 +59450,6 @@ $(OutDir_RichEdit)UnitEdit.o: $(UPPDIR1)RichEdit/UnitEdit.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -55773,17 +59475,27 @@ $(OutDir_RichEdit)UnitEdit.o: $(UPPDIR1)RichEdit/UnitEdit.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -55812,6 +59524,7 @@ $(OutDir_RichEdit)UnitEdit.o: $(UPPDIR1)RichEdit/UnitEdit.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -55827,15 +59540,19 @@ $(OutDir_RichEdit)UnitEdit.o: $(UPPDIR1)RichEdit/UnitEdit.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ + $(UPPDIR1)RichEdit/UnitEdit.cpp \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -55895,8 +59612,6 @@ $(OutDir_RichEdit)Editor.o: $(UPPDIR1)RichEdit/Editor.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -55923,17 +59638,27 @@ $(OutDir_RichEdit)Editor.o: $(UPPDIR1)RichEdit/Editor.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -55962,6 +59687,7 @@ $(OutDir_RichEdit)Editor.o: $(UPPDIR1)RichEdit/Editor.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -55977,15 +59703,19 @@ $(OutDir_RichEdit)Editor.o: $(UPPDIR1)RichEdit/Editor.cpp \ $(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/Editor.cpp \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -56045,8 +59775,6 @@ $(OutDir_RichEdit)Speller.o: $(UPPDIR1)RichEdit/Speller.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -56072,17 +59800,27 @@ $(OutDir_RichEdit)Speller.o: $(UPPDIR1)RichEdit/Speller.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -56111,6 +59849,7 @@ $(OutDir_RichEdit)Speller.o: $(UPPDIR1)RichEdit/Speller.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -56126,15 +59865,19 @@ $(OutDir_RichEdit)Speller.o: $(UPPDIR1)RichEdit/Speller.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ + $(UPPDIR1)RichEdit/Speller.cpp \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -56194,8 +59937,6 @@ $(OutDir_RichEdit)Kbd.o: $(UPPDIR1)RichEdit/Kbd.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -56221,17 +59962,27 @@ $(OutDir_RichEdit)Kbd.o: $(UPPDIR1)RichEdit/Kbd.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -56260,6 +60011,7 @@ $(OutDir_RichEdit)Kbd.o: $(UPPDIR1)RichEdit/Kbd.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -56275,15 +60027,19 @@ $(OutDir_RichEdit)Kbd.o: $(UPPDIR1)RichEdit/Kbd.cpp \ $(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/Kbd.cpp \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -56343,8 +60099,6 @@ $(OutDir_RichEdit)Mouse.o: $(UPPDIR1)RichEdit/Mouse.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -56370,17 +60124,27 @@ $(OutDir_RichEdit)Mouse.o: $(UPPDIR1)RichEdit/Mouse.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -56409,6 +60173,7 @@ $(OutDir_RichEdit)Mouse.o: $(UPPDIR1)RichEdit/Mouse.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -56424,15 +60189,19 @@ $(OutDir_RichEdit)Mouse.o: $(UPPDIR1)RichEdit/Mouse.cpp \ $(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/Mouse.cpp \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -56492,8 +60261,6 @@ $(OutDir_RichEdit)Cursor.o: $(UPPDIR1)RichEdit/Cursor.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -56519,17 +60286,27 @@ $(OutDir_RichEdit)Cursor.o: $(UPPDIR1)RichEdit/Cursor.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -56558,6 +60335,7 @@ $(OutDir_RichEdit)Cursor.o: $(UPPDIR1)RichEdit/Cursor.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -56573,15 +60351,19 @@ $(OutDir_RichEdit)Cursor.o: $(UPPDIR1)RichEdit/Cursor.cpp \ $(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/Cursor.cpp \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -56641,8 +60423,6 @@ $(OutDir_RichEdit)Undo.o: $(UPPDIR1)RichEdit/Undo.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -56668,17 +60448,27 @@ $(OutDir_RichEdit)Undo.o: $(UPPDIR1)RichEdit/Undo.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -56707,6 +60497,7 @@ $(OutDir_RichEdit)Undo.o: $(UPPDIR1)RichEdit/Undo.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -56722,15 +60513,19 @@ $(OutDir_RichEdit)Undo.o: $(UPPDIR1)RichEdit/Undo.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ + $(UPPDIR1)RichEdit/Undo.cpp \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -56790,8 +60585,6 @@ $(OutDir_RichEdit)Modify.o: $(UPPDIR1)RichEdit/Modify.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -56817,17 +60610,27 @@ $(OutDir_RichEdit)Modify.o: $(UPPDIR1)RichEdit/Modify.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -56856,6 +60659,7 @@ $(OutDir_RichEdit)Modify.o: $(UPPDIR1)RichEdit/Modify.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -56871,15 +60675,19 @@ $(OutDir_RichEdit)Modify.o: $(UPPDIR1)RichEdit/Modify.cpp \ $(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/Modify.cpp \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -56939,8 +60747,6 @@ $(OutDir_RichEdit)Formating.o: $(UPPDIR1)RichEdit/Formating.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -56966,17 +60772,27 @@ $(OutDir_RichEdit)Formating.o: $(UPPDIR1)RichEdit/Formating.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -57005,6 +60821,7 @@ $(OutDir_RichEdit)Formating.o: $(UPPDIR1)RichEdit/Formating.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -57020,15 +60837,19 @@ $(OutDir_RichEdit)Formating.o: $(UPPDIR1)RichEdit/Formating.cpp \ $(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/Formating.cpp \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -57088,8 +60909,6 @@ $(OutDir_RichEdit)FormatDlg.o: $(UPPDIR1)RichEdit/FormatDlg.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -57115,17 +60934,27 @@ $(OutDir_RichEdit)FormatDlg.o: $(UPPDIR1)RichEdit/FormatDlg.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -57154,6 +60983,7 @@ $(OutDir_RichEdit)FormatDlg.o: $(UPPDIR1)RichEdit/FormatDlg.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -57169,15 +60999,19 @@ $(OutDir_RichEdit)FormatDlg.o: $(UPPDIR1)RichEdit/FormatDlg.cpp \ $(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/FormatDlg.cpp \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -57237,8 +61071,6 @@ $(OutDir_RichEdit)ParaFormat.o: $(UPPDIR1)RichEdit/ParaFormat.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -57264,17 +61096,27 @@ $(OutDir_RichEdit)ParaFormat.o: $(UPPDIR1)RichEdit/ParaFormat.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -57303,6 +61145,7 @@ $(OutDir_RichEdit)ParaFormat.o: $(UPPDIR1)RichEdit/ParaFormat.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -57318,15 +61161,19 @@ $(OutDir_RichEdit)ParaFormat.o: $(UPPDIR1)RichEdit/ParaFormat.cpp \ $(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/ParaFormat.cpp \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -57386,8 +61233,6 @@ $(OutDir_RichEdit)TableUndo.o: $(UPPDIR1)RichEdit/TableUndo.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -57413,17 +61258,27 @@ $(OutDir_RichEdit)TableUndo.o: $(UPPDIR1)RichEdit/TableUndo.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -57452,6 +61307,7 @@ $(OutDir_RichEdit)TableUndo.o: $(UPPDIR1)RichEdit/TableUndo.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -57467,15 +61323,19 @@ $(OutDir_RichEdit)TableUndo.o: $(UPPDIR1)RichEdit/TableUndo.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ + $(UPPDIR1)RichEdit/TableUndo.cpp \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -57535,8 +61395,6 @@ $(OutDir_RichEdit)Table.o: $(UPPDIR1)RichEdit/Table.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -57562,17 +61420,27 @@ $(OutDir_RichEdit)Table.o: $(UPPDIR1)RichEdit/Table.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -57601,6 +61469,7 @@ $(OutDir_RichEdit)Table.o: $(UPPDIR1)RichEdit/Table.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -57616,15 +61485,19 @@ $(OutDir_RichEdit)Table.o: $(UPPDIR1)RichEdit/Table.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ + $(UPPDIR1)RichEdit/Table.cpp \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -57684,8 +61557,6 @@ $(OutDir_RichEdit)Find.o: $(UPPDIR1)RichEdit/Find.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -57711,17 +61582,27 @@ $(OutDir_RichEdit)Find.o: $(UPPDIR1)RichEdit/Find.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -57750,6 +61631,7 @@ $(OutDir_RichEdit)Find.o: $(UPPDIR1)RichEdit/Find.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -57765,15 +61647,19 @@ $(OutDir_RichEdit)Find.o: $(UPPDIR1)RichEdit/Find.cpp \ $(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/Find.cpp \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -57833,8 +61719,6 @@ $(OutDir_RichEdit)Tool.o: $(UPPDIR1)RichEdit/Tool.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -57860,17 +61744,27 @@ $(OutDir_RichEdit)Tool.o: $(UPPDIR1)RichEdit/Tool.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -57899,6 +61793,7 @@ $(OutDir_RichEdit)Tool.o: $(UPPDIR1)RichEdit/Tool.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -57914,15 +61809,19 @@ $(OutDir_RichEdit)Tool.o: $(UPPDIR1)RichEdit/Tool.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ + $(UPPDIR1)RichEdit/Tool.cpp \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -57982,8 +61881,6 @@ $(OutDir_RichEdit)Clip.o: $(UPPDIR1)RichEdit/Clip.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -58009,17 +61906,27 @@ $(OutDir_RichEdit)Clip.o: $(UPPDIR1)RichEdit/Clip.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -58048,6 +61955,7 @@ $(OutDir_RichEdit)Clip.o: $(UPPDIR1)RichEdit/Clip.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -58063,15 +61971,19 @@ $(OutDir_RichEdit)Clip.o: $(UPPDIR1)RichEdit/Clip.cpp \ $(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/Clip.cpp \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -58131,8 +62043,6 @@ $(OutDir_RichEdit)StyleKeys.o: $(UPPDIR1)RichEdit/StyleKeys.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -58158,17 +62068,27 @@ $(OutDir_RichEdit)StyleKeys.o: $(UPPDIR1)RichEdit/StyleKeys.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -58197,6 +62117,7 @@ $(OutDir_RichEdit)StyleKeys.o: $(UPPDIR1)RichEdit/StyleKeys.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -58212,15 +62133,19 @@ $(OutDir_RichEdit)StyleKeys.o: $(UPPDIR1)RichEdit/StyleKeys.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ + $(UPPDIR1)RichEdit/StyleKeys.cpp \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -58280,8 +62205,6 @@ $(OutDir_RichEdit)HeaderFooter.o: $(UPPDIR1)RichEdit/HeaderFooter.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -58307,17 +62230,27 @@ $(OutDir_RichEdit)HeaderFooter.o: $(UPPDIR1)RichEdit/HeaderFooter.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -58346,6 +62279,7 @@ $(OutDir_RichEdit)HeaderFooter.o: $(UPPDIR1)RichEdit/HeaderFooter.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -58361,15 +62295,19 @@ $(OutDir_RichEdit)HeaderFooter.o: $(UPPDIR1)RichEdit/HeaderFooter.cpp \ $(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/HeaderFooter.cpp \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichEdit) $(UPPDIR1)RichEdit/HeaderFooter.cpp -o $(OutDir_RichEdit)HeaderFooter.o $(OutDir_RichEdit)RichEdit.a: \ @@ -58473,8 +62411,6 @@ $(OutDir_IconDes)IconDraw.o: $(UPPDIR1)IconDes/IconDraw.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -58500,17 +62436,27 @@ $(OutDir_IconDes)IconDraw.o: $(UPPDIR1)IconDes/IconDraw.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -58540,6 +62486,7 @@ $(OutDir_IconDes)IconDraw.o: $(UPPDIR1)IconDes/IconDraw.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -58549,6 +62496,9 @@ $(OutDir_IconDes)IconDraw.o: $(UPPDIR1)IconDes/IconDraw.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ + $(UPPDIR1)IconDes/IconDraw.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -58557,15 +62507,18 @@ $(OutDir_IconDes)IconDraw.o: $(UPPDIR1)IconDes/IconDraw.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -58625,8 +62578,6 @@ $(OutDir_IconDes)AlphaCtrl.o: $(UPPDIR1)IconDes/AlphaCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -58652,17 +62603,27 @@ $(OutDir_IconDes)AlphaCtrl.o: $(UPPDIR1)IconDes/AlphaCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -58692,6 +62653,7 @@ $(OutDir_IconDes)AlphaCtrl.o: $(UPPDIR1)IconDes/AlphaCtrl.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -58700,7 +62662,10 @@ $(OutDir_IconDes)AlphaCtrl.o: $(UPPDIR1)IconDes/AlphaCtrl.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/AlphaCtrl.cpp \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -58709,15 +62674,18 @@ $(OutDir_IconDes)AlphaCtrl.o: $(UPPDIR1)IconDes/AlphaCtrl.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -58777,8 +62745,6 @@ $(OutDir_IconDes)RGBACtrl.o: $(UPPDIR1)IconDes/RGBACtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -58804,17 +62770,27 @@ $(OutDir_IconDes)RGBACtrl.o: $(UPPDIR1)IconDes/RGBACtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -58844,6 +62820,7 @@ $(OutDir_IconDes)RGBACtrl.o: $(UPPDIR1)IconDes/RGBACtrl.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -58853,6 +62830,9 @@ $(OutDir_IconDes)RGBACtrl.o: $(UPPDIR1)IconDes/RGBACtrl.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ + $(UPPDIR1)IconDes/RGBACtrl.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -58861,15 +62841,18 @@ $(OutDir_IconDes)RGBACtrl.o: $(UPPDIR1)IconDes/RGBACtrl.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -58929,8 +62912,6 @@ $(OutDir_IconDes)ImageOp.o: $(UPPDIR1)IconDes/ImageOp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -58956,17 +62937,27 @@ $(OutDir_IconDes)ImageOp.o: $(UPPDIR1)IconDes/ImageOp.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -58996,6 +62987,7 @@ $(OutDir_IconDes)ImageOp.o: $(UPPDIR1)IconDes/ImageOp.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -59005,6 +62997,9 @@ $(OutDir_IconDes)ImageOp.o: $(UPPDIR1)IconDes/ImageOp.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ + $(UPPDIR1)IconDes/ImageOp.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -59013,15 +63008,18 @@ $(OutDir_IconDes)ImageOp.o: $(UPPDIR1)IconDes/ImageOp.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -59081,8 +63079,6 @@ $(OutDir_IconDes)Paint.o: $(UPPDIR1)IconDes/Paint.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -59108,17 +63104,27 @@ $(OutDir_IconDes)Paint.o: $(UPPDIR1)IconDes/Paint.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -59148,6 +63154,7 @@ $(OutDir_IconDes)Paint.o: $(UPPDIR1)IconDes/Paint.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -59158,6 +63165,9 @@ $(OutDir_IconDes)Paint.o: $(UPPDIR1)IconDes/Paint.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ + $(UPPDIR1)IconDes/Paint.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -59166,15 +63176,18 @@ $(OutDir_IconDes)Paint.o: $(UPPDIR1)IconDes/Paint.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -59234,8 +63247,6 @@ $(OutDir_IconDes)Event.o: $(UPPDIR1)IconDes/Event.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -59261,17 +63272,27 @@ $(OutDir_IconDes)Event.o: $(UPPDIR1)IconDes/Event.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -59301,6 +63322,7 @@ $(OutDir_IconDes)Event.o: $(UPPDIR1)IconDes/Event.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -59309,7 +63331,10 @@ $(OutDir_IconDes)Event.o: $(UPPDIR1)IconDes/Event.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/Event.cpp \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -59318,15 +63343,18 @@ $(OutDir_IconDes)Event.o: $(UPPDIR1)IconDes/Event.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -59386,8 +63414,6 @@ $(OutDir_IconDes)Fast.o: $(UPPDIR1)IconDes/Fast.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -59413,17 +63439,27 @@ $(OutDir_IconDes)Fast.o: $(UPPDIR1)IconDes/Fast.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -59453,6 +63489,7 @@ $(OutDir_IconDes)Fast.o: $(UPPDIR1)IconDes/Fast.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -59461,7 +63498,10 @@ $(OutDir_IconDes)Fast.o: $(UPPDIR1)IconDes/Fast.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/Fast.cpp \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -59470,15 +63510,18 @@ $(OutDir_IconDes)Fast.o: $(UPPDIR1)IconDes/Fast.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -59538,8 +63581,6 @@ $(OutDir_IconDes)IconDes.o: $(UPPDIR1)IconDes/IconDes.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -59565,17 +63606,27 @@ $(OutDir_IconDes)IconDes.o: $(UPPDIR1)IconDes/IconDes.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -59605,6 +63656,7 @@ $(OutDir_IconDes)IconDes.o: $(UPPDIR1)IconDes/IconDes.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -59613,7 +63665,10 @@ $(OutDir_IconDes)IconDes.o: $(UPPDIR1)IconDes/IconDes.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.cpp \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -59622,15 +63677,18 @@ $(OutDir_IconDes)IconDes.o: $(UPPDIR1)IconDes/IconDes.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -59690,8 +63748,6 @@ $(OutDir_IconDes)List.o: $(UPPDIR1)IconDes/List.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -59717,17 +63773,27 @@ $(OutDir_IconDes)List.o: $(UPPDIR1)IconDes/List.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -59757,6 +63823,7 @@ $(OutDir_IconDes)List.o: $(UPPDIR1)IconDes/List.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -59766,6 +63833,9 @@ $(OutDir_IconDes)List.o: $(UPPDIR1)IconDes/List.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ + $(UPPDIR1)IconDes/List.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -59774,15 +63844,18 @@ $(OutDir_IconDes)List.o: $(UPPDIR1)IconDes/List.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -59842,8 +63915,6 @@ $(OutDir_IconDes)Image.o: $(UPPDIR1)IconDes/Image.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -59869,17 +63940,27 @@ $(OutDir_IconDes)Image.o: $(UPPDIR1)IconDes/Image.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -59909,6 +63990,7 @@ $(OutDir_IconDes)Image.o: $(UPPDIR1)IconDes/Image.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -59918,6 +64000,9 @@ $(OutDir_IconDes)Image.o: $(UPPDIR1)IconDes/Image.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ + $(UPPDIR1)IconDes/Image.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -59926,15 +64011,18 @@ $(OutDir_IconDes)Image.o: $(UPPDIR1)IconDes/Image.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -59994,8 +64082,6 @@ $(OutDir_IconDes)Smoothen.o: $(UPPDIR1)IconDes/Smoothen.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -60021,17 +64107,27 @@ $(OutDir_IconDes)Smoothen.o: $(UPPDIR1)IconDes/Smoothen.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -60061,6 +64157,7 @@ $(OutDir_IconDes)Smoothen.o: $(UPPDIR1)IconDes/Smoothen.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -60070,6 +64167,9 @@ $(OutDir_IconDes)Smoothen.o: $(UPPDIR1)IconDes/Smoothen.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ + $(UPPDIR1)IconDes/Smoothen.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -60078,15 +64178,18 @@ $(OutDir_IconDes)Smoothen.o: $(UPPDIR1)IconDes/Smoothen.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -60146,8 +64249,6 @@ $(OutDir_IconDes)Text.o: $(UPPDIR1)IconDes/Text.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -60173,17 +64274,27 @@ $(OutDir_IconDes)Text.o: $(UPPDIR1)IconDes/Text.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -60213,6 +64324,7 @@ $(OutDir_IconDes)Text.o: $(UPPDIR1)IconDes/Text.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -60222,6 +64334,9 @@ $(OutDir_IconDes)Text.o: $(UPPDIR1)IconDes/Text.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ + $(UPPDIR1)IconDes/Text.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -60230,15 +64345,18 @@ $(OutDir_IconDes)Text.o: $(UPPDIR1)IconDes/Text.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -60298,8 +64416,6 @@ $(OutDir_IconDes)Bar.o: $(UPPDIR1)IconDes/Bar.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -60325,18 +64441,27 @@ $(OutDir_IconDes)Bar.o: $(UPPDIR1)IconDes/Bar.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.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/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -60367,6 +64492,7 @@ $(OutDir_IconDes)Bar.o: $(UPPDIR1)IconDes/Bar.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -60375,7 +64501,10 @@ $(OutDir_IconDes)Bar.o: $(UPPDIR1)IconDes/Bar.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/Bar.cpp \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -60384,15 +64513,18 @@ $(OutDir_IconDes)Bar.o: $(UPPDIR1)IconDes/Bar.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -60452,8 +64584,6 @@ $(OutDir_IconDes)EditPos.o: $(UPPDIR1)IconDes/EditPos.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -60479,17 +64609,27 @@ $(OutDir_IconDes)EditPos.o: $(UPPDIR1)IconDes/EditPos.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -60519,6 +64659,7 @@ $(OutDir_IconDes)EditPos.o: $(UPPDIR1)IconDes/EditPos.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -60527,7 +64668,10 @@ $(OutDir_IconDes)EditPos.o: $(UPPDIR1)IconDes/EditPos.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/EditPos.cpp \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -60536,15 +64680,18 @@ $(OutDir_IconDes)EditPos.o: $(UPPDIR1)IconDes/EditPos.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -60604,8 +64751,6 @@ $(OutDir_IconDes)ImlFile.o: $(UPPDIR1)IconDes/ImlFile.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -60631,17 +64776,27 @@ $(OutDir_IconDes)ImlFile.o: $(UPPDIR1)IconDes/ImlFile.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -60671,6 +64826,7 @@ $(OutDir_IconDes)ImlFile.o: $(UPPDIR1)IconDes/ImlFile.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -60680,6 +64836,9 @@ $(OutDir_IconDes)ImlFile.o: $(UPPDIR1)IconDes/ImlFile.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ + $(UPPDIR1)IconDes/ImlFile.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -60688,15 +64847,18 @@ $(OutDir_IconDes)ImlFile.o: $(UPPDIR1)IconDes/ImlFile.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_IconDes) $(UPPDIR1)IconDes/ImlFile.cpp -o $(OutDir_IconDes)ImlFile.o $(OutDir_IconDes)IconDes.a: \ @@ -60791,8 +64953,6 @@ $(OutDir_plugin_gif)gifupp.o: $(UPPDIR1)plugin/gif/gifupp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -60822,6 +64982,7 @@ $(OutDir_plugin_gif)gifupp.o: $(UPPDIR1)plugin/gif/gifupp.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -60830,8 +64991,7 @@ $(OutDir_plugin_gif)gifupp.o: $(UPPDIR1)plugin/gif/gifupp.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/gif/gif.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/gif/gifupp.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_gif) $(UPPDIR1)plugin/gif/gifupp.cpp -o $(OutDir_plugin_gif)gifupp.o @@ -60891,8 +65051,6 @@ $(OutDir_plugin_gif)gif.o: $(UPPDIR1)plugin/gif/gif.icpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -60922,6 +65080,7 @@ $(OutDir_plugin_gif)gif.o: $(UPPDIR1)plugin/gif/gif.icpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -60930,8 +65089,7 @@ $(OutDir_plugin_gif)gif.o: $(UPPDIR1)plugin/gif/gif.icpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/gif/gif.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/gif/gif.icpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_gif) $(UPPDIR1)plugin/gif/gif.icpp -o $(OutDir_plugin_gif)gif.o @@ -60999,8 +65157,6 @@ $(OutDir_plugin_jpg)jpgupp.o: $(UPPDIR1)plugin/jpg/jpgupp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -61030,6 +65186,7 @@ $(OutDir_plugin_jpg)jpgupp.o: $(UPPDIR1)plugin/jpg/jpgupp.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -61038,14 +65195,12 @@ $(OutDir_plugin_jpg)jpgupp.o: $(UPPDIR1)plugin/jpg/jpgupp.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/jpg/jpg.h \ + $(UPPDIR1)plugin/jpg/jpgupp.cpp \ $(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 @@ -61105,8 +65260,6 @@ $(OutDir_plugin_jpg)jpgreg.o: $(UPPDIR1)plugin/jpg/jpgreg.icpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -61136,6 +65289,7 @@ $(OutDir_plugin_jpg)jpgreg.o: $(UPPDIR1)plugin/jpg/jpgreg.icpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -61144,293 +65298,292 @@ $(OutDir_plugin_jpg)jpgreg.o: $(UPPDIR1)plugin/jpg/jpgreg.icpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/jpg/jpg.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/jpg/jpgreg.icpp \ $(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/jaricom.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/jaricom.c -o $(OutDir_plugin_jpg)jaricom.o $(OutDir_plugin_jpg)jcapimin.o: $(UPPDIR1)plugin/jpg/lib/jcapimin.c \ + $(UPPDIR1)plugin/jpg/lib/jcapimin.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/jcapimin.c -o $(OutDir_plugin_jpg)jcapimin.o $(OutDir_plugin_jpg)jcapistd.o: $(UPPDIR1)plugin/jpg/lib/jcapistd.c \ + $(UPPDIR1)plugin/jpg/lib/jcapistd.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/jcapistd.c -o $(OutDir_plugin_jpg)jcapistd.o $(OutDir_plugin_jpg)jcarith.o: $(UPPDIR1)plugin/jpg/lib/jcarith.c \ + $(UPPDIR1)plugin/jpg/lib/jcarith.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/jcarith.c -o $(OutDir_plugin_jpg)jcarith.o $(OutDir_plugin_jpg)jccoefct.o: $(UPPDIR1)plugin/jpg/lib/jccoefct.c \ + $(UPPDIR1)plugin/jpg/lib/jccoefct.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/jccoefct.c -o $(OutDir_plugin_jpg)jccoefct.o $(OutDir_plugin_jpg)jccolor.o: $(UPPDIR1)plugin/jpg/lib/jccolor.c \ + $(UPPDIR1)plugin/jpg/lib/jccolor.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/jccolor.c -o $(OutDir_plugin_jpg)jccolor.o $(OutDir_plugin_jpg)jcdctmgr.o: $(UPPDIR1)plugin/jpg/lib/jcdctmgr.c \ + $(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/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/jcdctmgr.c -o $(OutDir_plugin_jpg)jcdctmgr.o $(OutDir_plugin_jpg)jchuff.o: $(UPPDIR1)plugin/jpg/lib/jchuff.c \ + $(UPPDIR1)plugin/jpg/lib/jchuff.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/jchuff.c -o $(OutDir_plugin_jpg)jchuff.o $(OutDir_plugin_jpg)jcinit.o: $(UPPDIR1)plugin/jpg/lib/jcinit.c \ + $(UPPDIR1)plugin/jpg/lib/jcinit.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/jcinit.c -o $(OutDir_plugin_jpg)jcinit.o $(OutDir_plugin_jpg)jcmainct.o: $(UPPDIR1)plugin/jpg/lib/jcmainct.c \ + $(UPPDIR1)plugin/jpg/lib/jcmainct.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/jcmainct.c -o $(OutDir_plugin_jpg)jcmainct.o $(OutDir_plugin_jpg)jcmarker.o: $(UPPDIR1)plugin/jpg/lib/jcmarker.c \ + $(UPPDIR1)plugin/jpg/lib/jcmarker.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/jcmarker.c -o $(OutDir_plugin_jpg)jcmarker.o $(OutDir_plugin_jpg)jcmaster.o: $(UPPDIR1)plugin/jpg/lib/jcmaster.c \ + $(UPPDIR1)plugin/jpg/lib/jcmaster.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/jcmaster.c -o $(OutDir_plugin_jpg)jcmaster.o $(OutDir_plugin_jpg)jcomapi.o: $(UPPDIR1)plugin/jpg/lib/jcomapi.c \ + $(UPPDIR1)plugin/jpg/lib/jcomapi.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/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/jcparam.c \ + $(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/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/jcprepct.c \ + $(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/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/jcsample.c \ + $(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/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/jctrans.c \ + $(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/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/jdapimin.c \ + $(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/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/jdapistd.c \ + $(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/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/jdarith.c \ + $(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/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/jdatadst.c \ $(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/jdatasrc.c \ $(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/jdcoefct.c \ + $(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/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/jdcolor.c \ + $(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/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/jddctmgr.c \ + $(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/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/jdhuff.c \ + $(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/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/jdinput.c \ + $(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/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/jdmainct.c \ + $(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/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/jdmarker.c \ + $(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/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/jdmaster.c \ + $(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/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/jdmerge.c \ + $(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/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/jdpostct.c \ + $(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/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/jdsample.c \ + $(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/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/jdtrans.c \ + $(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/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.c \ $(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 @@ -61438,98 +65591,97 @@ $(OutDir_plugin_jpg)jerror.o: $(UPPDIR1)plugin/jpg/lib/jerror.c \ $(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/jfdctflt.c \ + $(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/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/jfdctfst.c \ + $(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/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/jfdctint.c \ + $(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/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/jidctflt.c \ + $(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/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/jidctfst.c \ + $(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/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/jidctint.c \ + $(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/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/jinclude.h \ + $(UPPDIR1)plugin/jpg/lib/jmemansi.c \ $(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/jmemmgr.c \ $(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/jinclude.h \ $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ - $(UPPDIR1)plugin/jpg/lib/jpegint.h \ - $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(UPPDIR1)plugin/jpg/lib/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/jquant1.c $(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/jinclude.h \ $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ - $(UPPDIR1)plugin/jpg/lib/jpegint.h \ - $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(UPPDIR1)plugin/jpg/lib/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/jquant2.c $(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/jinclude.h \ $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ - $(UPPDIR1)plugin/jpg/lib/jpegint.h \ - $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(UPPDIR1)plugin/jpg/lib/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/jutils.c $(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 \ @@ -61539,8 +65691,8 @@ $(OutDir_plugin_jpg)rdbmp.o: $(UPPDIR1)plugin/jpg/lib/rdbmp.c \ $(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/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/rdbmp.c $(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 \ @@ -61550,8 +65702,8 @@ $(OutDir_plugin_jpg)rdcolmap.o: $(UPPDIR1)plugin/jpg/lib/rdcolmap.c \ $(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/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/rdcolmap.c $(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 \ @@ -61561,8 +65713,8 @@ $(OutDir_plugin_jpg)rdgif.o: $(UPPDIR1)plugin/jpg/lib/rdgif.c \ $(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/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/rdgif.c $(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 \ @@ -61572,8 +65724,8 @@ $(OutDir_plugin_jpg)rdppm.o: $(UPPDIR1)plugin/jpg/lib/rdppm.c \ $(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/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/rdppm.c $(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 \ @@ -61583,8 +65735,8 @@ $(OutDir_plugin_jpg)rdrle.o: $(UPPDIR1)plugin/jpg/lib/rdrle.c \ $(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/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/rdrle.c $(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 \ @@ -61594,8 +65746,8 @@ $(OutDir_plugin_jpg)rdswitch.o: $(UPPDIR1)plugin/jpg/lib/rdswitch.c \ $(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/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/rdswitch.c $(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 \ @@ -61605,16 +65757,16 @@ $(OutDir_plugin_jpg)rdtarga.o: $(UPPDIR1)plugin/jpg/lib/rdtarga.c \ $(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/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/rdtarga.c $(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/jinclude.h \ $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ - $(UPPDIR1)plugin/jpg/lib/jpegint.h \ $(UPPDIR1)plugin/jpg/lib/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/transupp.c \ $(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 @@ -61625,8 +65777,8 @@ $(OutDir_plugin_jpg)wrbmp.o: $(UPPDIR1)plugin/jpg/lib/wrbmp.c \ $(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/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/wrbmp.c $(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 \ @@ -61636,8 +65788,8 @@ $(OutDir_plugin_jpg)wrgif.o: $(UPPDIR1)plugin/jpg/lib/wrgif.c \ $(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/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/wrgif.c $(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 \ @@ -61647,8 +65799,8 @@ $(OutDir_plugin_jpg)wrppm.o: $(UPPDIR1)plugin/jpg/lib/wrppm.c \ $(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/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/wrppm.c $(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 \ @@ -61658,8 +65810,8 @@ $(OutDir_plugin_jpg)wrrle.o: $(UPPDIR1)plugin/jpg/lib/wrrle.c \ $(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/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/wrrle.c $(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 \ @@ -61669,8 +65821,8 @@ $(OutDir_plugin_jpg)wrtarga.o: $(UPPDIR1)plugin/jpg/lib/wrtarga.c \ $(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/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/wrtarga.c $(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: \ @@ -61855,8 +66007,6 @@ $(OutDir_Painter)Painter.o: $(UPPDIR1)Painter/Painter.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -61886,6 +66036,7 @@ $(OutDir_Painter)Painter.o: $(UPPDIR1)Painter/Painter.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -61896,11 +66047,10 @@ $(OutDir_Painter)Painter.o: $(UPPDIR1)Painter/Painter.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.cpp \ $(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 @@ -61960,8 +66110,6 @@ $(OutDir_Painter)SvgArc.o: $(UPPDIR1)Painter/SvgArc.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -61991,6 +66139,7 @@ $(OutDir_Painter)SvgArc.o: $(UPPDIR1)Painter/SvgArc.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -62004,8 +66153,7 @@ $(OutDir_Painter)SvgArc.o: $(UPPDIR1)Painter/SvgArc.cpp \ $(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)Painter/SvgArc.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/SvgArc.cpp -o $(OutDir_Painter)SvgArc.o @@ -62065,8 +66213,6 @@ $(OutDir_Painter)PainterPath.o: $(UPPDIR1)Painter/PainterPath.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -62096,6 +66242,7 @@ $(OutDir_Painter)PainterPath.o: $(UPPDIR1)Painter/PainterPath.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -62108,9 +66255,8 @@ $(OutDir_Painter)PainterPath.o: $(UPPDIR1)Painter/PainterPath.cpp \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/PainterPath.cpp \ $(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 @@ -62170,8 +66316,6 @@ $(OutDir_Painter)DrawOp.o: $(UPPDIR1)Painter/DrawOp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -62201,6 +66345,7 @@ $(OutDir_Painter)DrawOp.o: $(UPPDIR1)Painter/DrawOp.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -62209,13 +66354,12 @@ $(OutDir_Painter)DrawOp.o: $(UPPDIR1)Painter/DrawOp.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/DrawOp.cpp \ $(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 @@ -62275,8 +66419,6 @@ $(OutDir_Painter)Painting.o: $(UPPDIR1)Painter/Painting.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -62306,6 +66448,7 @@ $(OutDir_Painter)Painting.o: $(UPPDIR1)Painter/Painting.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -62318,9 +66461,8 @@ $(OutDir_Painter)Painting.o: $(UPPDIR1)Painter/Painting.cpp \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.cpp \ $(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 @@ -62380,8 +66522,6 @@ $(OutDir_Painter)PaintPainting.o: $(UPPDIR1)Painter/PaintPainting.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -62411,6 +66551,7 @@ $(OutDir_Painter)PaintPainting.o: $(UPPDIR1)Painter/PaintPainting.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -62424,8 +66565,7 @@ $(OutDir_Painter)PaintPainting.o: $(UPPDIR1)Painter/PaintPainting.cpp \ $(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)Painter/PaintPainting.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/PaintPainting.cpp -o $(OutDir_Painter)PaintPainting.o @@ -62485,8 +66625,6 @@ $(OutDir_Painter)PainterInit.o: $(UPPDIR1)Painter/PainterInit.icpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -62516,6 +66654,7 @@ $(OutDir_Painter)PainterInit.o: $(UPPDIR1)Painter/PainterInit.icpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -62528,9 +66667,8 @@ $(OutDir_Painter)PainterInit.o: $(UPPDIR1)Painter/PainterInit.icpp \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/PainterInit.icpp \ $(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 @@ -62590,8 +66728,6 @@ $(OutDir_Painter)Xform2D.o: $(UPPDIR1)Painter/Xform2D.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -62621,6 +66757,7 @@ $(OutDir_Painter)Xform2D.o: $(UPPDIR1)Painter/Xform2D.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -62634,8 +66771,7 @@ $(OutDir_Painter)Xform2D.o: $(UPPDIR1)Painter/Xform2D.cpp \ $(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)Painter/Xform2D.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/Xform2D.cpp -o $(OutDir_Painter)Xform2D.o @@ -62695,8 +66831,6 @@ $(OutDir_Painter)Approximate.o: $(UPPDIR1)Painter/Approximate.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -62726,6 +66860,7 @@ $(OutDir_Painter)Approximate.o: $(UPPDIR1)Painter/Approximate.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -62733,14 +66868,13 @@ $(OutDir_Painter)Approximate.o: $(UPPDIR1)Painter/Approximate.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ + $(UPPDIR1)Painter/Approximate.cpp \ $(UPPDIR1)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 @@ -62800,8 +66934,6 @@ $(OutDir_Painter)Stroker.o: $(UPPDIR1)Painter/Stroker.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -62831,6 +66963,7 @@ $(OutDir_Painter)Stroker.o: $(UPPDIR1)Painter/Stroker.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -62844,8 +66977,7 @@ $(OutDir_Painter)Stroker.o: $(UPPDIR1)Painter/Stroker.cpp \ $(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)Painter/Stroker.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/Stroker.cpp -o $(OutDir_Painter)Stroker.o @@ -62905,8 +67037,6 @@ $(OutDir_Painter)Dasher.o: $(UPPDIR1)Painter/Dasher.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -62936,6 +67066,7 @@ $(OutDir_Painter)Dasher.o: $(UPPDIR1)Painter/Dasher.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -62944,13 +67075,12 @@ $(OutDir_Painter)Dasher.o: $(UPPDIR1)Painter/Dasher.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Dasher.cpp \ $(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 @@ -63010,8 +67140,6 @@ $(OutDir_Painter)Transformer.o: $(UPPDIR1)Painter/Transformer.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -63041,6 +67169,7 @@ $(OutDir_Painter)Transformer.o: $(UPPDIR1)Painter/Transformer.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -63054,8 +67183,7 @@ $(OutDir_Painter)Transformer.o: $(UPPDIR1)Painter/Transformer.cpp \ $(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)Painter/Transformer.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/Transformer.cpp -o $(OutDir_Painter)Transformer.o @@ -63115,8 +67243,6 @@ $(OutDir_Painter)Rasterizer.o: $(UPPDIR1)Painter/Rasterizer.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -63146,6 +67272,7 @@ $(OutDir_Painter)Rasterizer.o: $(UPPDIR1)Painter/Rasterizer.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -63159,8 +67286,7 @@ $(OutDir_Painter)Rasterizer.o: $(UPPDIR1)Painter/Rasterizer.cpp \ $(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)Painter/Rasterizer.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/Rasterizer.cpp -o $(OutDir_Painter)Rasterizer.o @@ -63220,8 +67346,6 @@ $(OutDir_Painter)RasterizerClip.o: $(UPPDIR1)Painter/RasterizerClip.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -63251,6 +67375,7 @@ $(OutDir_Painter)RasterizerClip.o: $(UPPDIR1)Painter/RasterizerClip.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -63264,8 +67389,7 @@ $(OutDir_Painter)RasterizerClip.o: $(UPPDIR1)Painter/RasterizerClip.cpp \ $(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)Painter/RasterizerClip.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/RasterizerClip.cpp -o $(OutDir_Painter)RasterizerClip.o @@ -63325,8 +67449,6 @@ $(OutDir_Painter)RenderChar.o: $(UPPDIR1)Painter/RenderChar.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -63356,6 +67478,7 @@ $(OutDir_Painter)RenderChar.o: $(UPPDIR1)Painter/RenderChar.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -63369,8 +67492,7 @@ $(OutDir_Painter)RenderChar.o: $(UPPDIR1)Painter/RenderChar.cpp \ $(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)Painter/RenderChar.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/RenderChar.cpp -o $(OutDir_Painter)RenderChar.o @@ -63430,8 +67552,6 @@ $(OutDir_Painter)Fillers.o: $(UPPDIR1)Painter/Fillers.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -63461,6 +67581,7 @@ $(OutDir_Painter)Fillers.o: $(UPPDIR1)Painter/Fillers.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -63470,14 +67591,13 @@ $(OutDir_Painter)Fillers.o: $(UPPDIR1)Painter/Fillers.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)Painter/AlphaBlend.h \ $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Fillers.cpp \ $(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 @@ -63537,8 +67657,6 @@ $(OutDir_Painter)Context.o: $(UPPDIR1)Painter/Context.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -63568,6 +67686,7 @@ $(OutDir_Painter)Context.o: $(UPPDIR1)Painter/Context.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -63576,13 +67695,12 @@ $(OutDir_Painter)Context.o: $(UPPDIR1)Painter/Context.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Context.cpp \ $(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 @@ -63642,8 +67760,6 @@ $(OutDir_Painter)Path.o: $(UPPDIR1)Painter/Path.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -63673,6 +67789,7 @@ $(OutDir_Painter)Path.o: $(UPPDIR1)Painter/Path.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -63686,8 +67803,7 @@ $(OutDir_Painter)Path.o: $(UPPDIR1)Painter/Path.cpp \ $(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)Painter/Path.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/Path.cpp -o $(OutDir_Painter)Path.o @@ -63747,8 +67863,6 @@ $(OutDir_Painter)Render.o: $(UPPDIR1)Painter/Render.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -63778,6 +67892,7 @@ $(OutDir_Painter)Render.o: $(UPPDIR1)Painter/Render.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -63792,8 +67907,7 @@ $(OutDir_Painter)Render.o: $(UPPDIR1)Painter/Render.cpp \ $(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)Painter/Render.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/Render.cpp -o $(OutDir_Painter)Render.o @@ -63853,8 +67967,6 @@ $(OutDir_Painter)Image.o: $(UPPDIR1)Painter/Image.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -63884,6 +67996,7 @@ $(OutDir_Painter)Image.o: $(UPPDIR1)Painter/Image.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -63892,13 +68005,12 @@ $(OutDir_Painter)Image.o: $(UPPDIR1)Painter/Image.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Image.cpp \ $(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 @@ -63958,8 +68070,6 @@ $(OutDir_Painter)Mask.o: $(UPPDIR1)Painter/Mask.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -63989,6 +68099,7 @@ $(OutDir_Painter)Mask.o: $(UPPDIR1)Painter/Mask.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -63999,11 +68110,10 @@ $(OutDir_Painter)Mask.o: $(UPPDIR1)Painter/Mask.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Mask.cpp \ $(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 @@ -64063,8 +68173,6 @@ $(OutDir_Painter)Gradient.o: $(UPPDIR1)Painter/Gradient.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -64094,6 +68202,7 @@ $(OutDir_Painter)Gradient.o: $(UPPDIR1)Painter/Gradient.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -64102,13 +68211,12 @@ $(OutDir_Painter)Gradient.o: $(UPPDIR1)Painter/Gradient.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Gradient.cpp \ $(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 @@ -64168,8 +68276,6 @@ $(OutDir_Painter)RadialGradient.o: $(UPPDIR1)Painter/RadialGradient.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -64199,6 +68305,7 @@ $(OutDir_Painter)RadialGradient.o: $(UPPDIR1)Painter/RadialGradient.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -64212,8 +68319,7 @@ $(OutDir_Painter)RadialGradient.o: $(UPPDIR1)Painter/RadialGradient.cpp \ $(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)Painter/RadialGradient.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/RadialGradient.cpp -o $(OutDir_Painter)RadialGradient.o @@ -64273,8 +68379,6 @@ $(OutDir_Painter)OnPath.o: $(UPPDIR1)Painter/OnPath.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -64304,6 +68408,7 @@ $(OutDir_Painter)OnPath.o: $(UPPDIR1)Painter/OnPath.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -64314,11 +68419,10 @@ $(OutDir_Painter)OnPath.o: $(UPPDIR1)Painter/OnPath.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/OnPath.cpp \ $(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 @@ -64378,8 +68482,6 @@ $(OutDir_Painter)SvgUtil.o: $(UPPDIR1)Painter/SvgUtil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -64409,6 +68511,7 @@ $(OutDir_Painter)SvgUtil.o: $(UPPDIR1)Painter/SvgUtil.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -64423,8 +68526,7 @@ $(OutDir_Painter)SvgUtil.o: $(UPPDIR1)Painter/SvgUtil.cpp \ $(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)Painter/SvgUtil.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/SvgUtil.cpp -o $(OutDir_Painter)SvgUtil.o @@ -64484,8 +68586,6 @@ $(OutDir_Painter)SvgBounds.o: $(UPPDIR1)Painter/SvgBounds.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -64515,6 +68615,7 @@ $(OutDir_Painter)SvgBounds.o: $(UPPDIR1)Painter/SvgBounds.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -64528,9 +68629,8 @@ $(OutDir_Painter)SvgBounds.o: $(UPPDIR1)Painter/SvgBounds.cpp \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)Painter/SvgBounds.cpp \ $(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 @@ -64590,8 +68690,6 @@ $(OutDir_Painter)SvgStyle.o: $(UPPDIR1)Painter/SvgStyle.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -64621,6 +68719,7 @@ $(OutDir_Painter)SvgStyle.o: $(UPPDIR1)Painter/SvgStyle.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -64635,8 +68734,7 @@ $(OutDir_Painter)SvgStyle.o: $(UPPDIR1)Painter/SvgStyle.cpp \ $(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)Painter/SvgStyle.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/SvgStyle.cpp -o $(OutDir_Painter)SvgStyle.o @@ -64696,8 +68794,6 @@ $(OutDir_Painter)SvgParser.o: $(UPPDIR1)Painter/SvgParser.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -64727,6 +68823,7 @@ $(OutDir_Painter)SvgParser.o: $(UPPDIR1)Painter/SvgParser.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -64741,8 +68838,7 @@ $(OutDir_Painter)SvgParser.o: $(UPPDIR1)Painter/SvgParser.cpp \ $(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)Painter/SvgParser.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/SvgParser.cpp -o $(OutDir_Painter)SvgParser.o @@ -64862,8 +68958,6 @@ $(OutDir_Draw)Font.o: $(UPPDIR1)Draw/Font.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -64893,6 +68987,8 @@ $(OutDir_Draw)Font.o: $(UPPDIR1)Draw/Font.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/Font.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -64900,8 +68996,6 @@ $(OutDir_Draw)Font.o: $(UPPDIR1)Draw/Font.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -64961,8 +69055,6 @@ $(OutDir_Draw)FontCR.o: $(UPPDIR1)Draw/FontCR.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -64992,6 +69084,8 @@ $(OutDir_Draw)FontCR.o: $(UPPDIR1)Draw/FontCR.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/FontCR.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Fonts.i \ $(UPPDIR1)Draw/Image.h \ @@ -65000,8 +69094,6 @@ $(OutDir_Draw)FontCR.o: $(UPPDIR1)Draw/FontCR.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -65061,8 +69153,6 @@ $(OutDir_Draw)FontWin32.o: $(UPPDIR1)Draw/FontWin32.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -65092,15 +69182,15 @@ $(OutDir_Draw)FontWin32.o: $(UPPDIR1)Draw/FontWin32.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/FontWin32.cpp \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -65160,8 +69250,6 @@ $(OutDir_Draw)FontFc.o: $(UPPDIR1)Draw/FontFc.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -65191,6 +69279,8 @@ $(OutDir_Draw)FontFc.o: $(UPPDIR1)Draw/FontFc.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/FontFc.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -65198,8 +69288,6 @@ $(OutDir_Draw)FontFc.o: $(UPPDIR1)Draw/FontFc.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -65259,8 +69347,6 @@ $(OutDir_Draw)FontCocoNOMM.o: $(UPPDIR1)Draw/FontCocoNOMM.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -65290,6 +69376,8 @@ $(OutDir_Draw)FontCocoNOMM.o: $(UPPDIR1)Draw/FontCocoNOMM.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/FontCocoNOMM.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -65297,8 +69385,6 @@ $(OutDir_Draw)FontCocoNOMM.o: $(UPPDIR1)Draw/FontCocoNOMM.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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/FontCocoNOMM.cpp -o $(OutDir_Draw)FontCocoNOMM.o @@ -65358,8 +69444,6 @@ $(OutDir_Draw)Draw.o: $(UPPDIR1)Draw/Draw.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -65388,7 +69472,9 @@ $(OutDir_Draw)Draw.o: $(UPPDIR1)Draw/Draw.cpp \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.cpp \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -65396,8 +69482,6 @@ $(OutDir_Draw)Draw.o: $(UPPDIR1)Draw/Draw.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -65457,8 +69541,6 @@ $(OutDir_Draw)DrawText.o: $(UPPDIR1)Draw/DrawText.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -65488,6 +69570,8 @@ $(OutDir_Draw)DrawText.o: $(UPPDIR1)Draw/DrawText.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/DrawText.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -65495,8 +69579,6 @@ $(OutDir_Draw)DrawText.o: $(UPPDIR1)Draw/DrawText.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -65556,8 +69638,6 @@ $(OutDir_Draw)DrawData.o: $(UPPDIR1)Draw/DrawData.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -65587,6 +69667,8 @@ $(OutDir_Draw)DrawData.o: $(UPPDIR1)Draw/DrawData.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawData.cpp \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -65594,8 +69676,6 @@ $(OutDir_Draw)DrawData.o: $(UPPDIR1)Draw/DrawData.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -65655,8 +69735,6 @@ $(OutDir_Draw)Drawing.o: $(UPPDIR1)Draw/Drawing.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -65686,6 +69764,8 @@ $(OutDir_Draw)Drawing.o: $(UPPDIR1)Draw/Drawing.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/Drawing.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -65693,8 +69773,6 @@ $(OutDir_Draw)Drawing.o: $(UPPDIR1)Draw/Drawing.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -65754,8 +69832,6 @@ $(OutDir_Draw)ImageAnyDraw.o: $(UPPDIR1)Draw/ImageAnyDraw.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -65785,15 +69861,15 @@ $(OutDir_Draw)ImageAnyDraw.o: $(UPPDIR1)Draw/ImageAnyDraw.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageAnyDraw.cpp \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -65853,8 +69929,6 @@ $(OutDir_Draw)DrawUtil.o: $(UPPDIR1)Draw/DrawUtil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -65884,6 +69958,8 @@ $(OutDir_Draw)DrawUtil.o: $(UPPDIR1)Draw/DrawUtil.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/DrawUtil.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -65891,8 +69967,6 @@ $(OutDir_Draw)DrawUtil.o: $(UPPDIR1)Draw/DrawUtil.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -65952,8 +70026,6 @@ $(OutDir_Draw)DrawTextUtil.o: $(UPPDIR1)Draw/DrawTextUtil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -65983,6 +70055,8 @@ $(OutDir_Draw)DrawTextUtil.o: $(UPPDIR1)Draw/DrawTextUtil.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/DrawTextUtil.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -65990,8 +70064,6 @@ $(OutDir_Draw)DrawTextUtil.o: $(UPPDIR1)Draw/DrawTextUtil.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -66051,8 +70123,6 @@ $(OutDir_Draw)Display.o: $(UPPDIR1)Draw/Display.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -66080,8 +70150,10 @@ $(OutDir_Draw)Display.o: $(UPPDIR1)Draw/Display.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.cpp \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -66090,8 +70162,6 @@ $(OutDir_Draw)Display.o: $(UPPDIR1)Draw/Display.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -66151,8 +70221,6 @@ $(OutDir_Draw)Image.o: $(UPPDIR1)Draw/Image.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -66182,15 +70250,15 @@ $(OutDir_Draw)Image.o: $(UPPDIR1)Draw/Image.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.cpp \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -66250,8 +70318,6 @@ $(OutDir_Draw)ImageBlit.o: $(UPPDIR1)Draw/ImageBlit.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -66281,15 +70347,15 @@ $(OutDir_Draw)ImageBlit.o: $(UPPDIR1)Draw/ImageBlit.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageBlit.cpp \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -66349,8 +70415,6 @@ $(OutDir_Draw)RasterFormat.o: $(UPPDIR1)Draw/RasterFormat.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -66380,15 +70444,15 @@ $(OutDir_Draw)RasterFormat.o: $(UPPDIR1)Draw/RasterFormat.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/RasterFormat.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -66448,8 +70512,6 @@ $(OutDir_Draw)RasterWrite.o: $(UPPDIR1)Draw/RasterWrite.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -66479,15 +70541,15 @@ $(OutDir_Draw)RasterWrite.o: $(UPPDIR1)Draw/RasterWrite.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/RasterWrite.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -66547,8 +70609,6 @@ $(OutDir_Draw)Palette.o: $(UPPDIR1)Draw/Palette.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -66578,15 +70638,15 @@ $(OutDir_Draw)Palette.o: $(UPPDIR1)Draw/Palette.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Palette.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -66646,8 +70706,6 @@ $(OutDir_Draw)Raster.o: $(UPPDIR1)Draw/Raster.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -66677,15 +70735,15 @@ $(OutDir_Draw)Raster.o: $(UPPDIR1)Draw/Raster.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -66745,8 +70803,6 @@ $(OutDir_Draw)RasterEncoder.o: $(UPPDIR1)Draw/RasterEncoder.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -66776,15 +70832,15 @@ $(OutDir_Draw)RasterEncoder.o: $(UPPDIR1)Draw/RasterEncoder.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/RasterEncoder.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -66844,8 +70900,6 @@ $(OutDir_Draw)ImageOp.o: $(UPPDIR1)Draw/ImageOp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -66875,15 +70929,15 @@ $(OutDir_Draw)ImageOp.o: $(UPPDIR1)Draw/ImageOp.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.cpp \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -66943,8 +70997,6 @@ $(OutDir_Draw)ImageChOp.o: $(UPPDIR1)Draw/ImageChOp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -66974,15 +71026,15 @@ $(OutDir_Draw)ImageChOp.o: $(UPPDIR1)Draw/ImageChOp.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageChOp.cpp \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -67042,8 +71094,6 @@ $(OutDir_Draw)Mify.o: $(UPPDIR1)Draw/Mify.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -67073,15 +71123,15 @@ $(OutDir_Draw)Mify.o: $(UPPDIR1)Draw/Mify.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Mify.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -67141,8 +71191,6 @@ $(OutDir_Draw)ImageScale.o: $(UPPDIR1)Draw/ImageScale.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -67172,15 +71220,15 @@ $(OutDir_Draw)ImageScale.o: $(UPPDIR1)Draw/ImageScale.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/ImageScale.cpp \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -67240,8 +71288,6 @@ $(OutDir_Draw)RescaleFilter.o: $(UPPDIR1)Draw/RescaleFilter.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -67271,15 +71317,15 @@ $(OutDir_Draw)RescaleFilter.o: $(UPPDIR1)Draw/RescaleFilter.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/RescaleFilter.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -67339,8 +71385,6 @@ $(OutDir_Draw)MakeCache.o: $(UPPDIR1)Draw/MakeCache.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -67370,15 +71414,15 @@ $(OutDir_Draw)MakeCache.o: $(UPPDIR1)Draw/MakeCache.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/MakeCache.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -67438,8 +71482,6 @@ $(OutDir_Draw)DrawRasterData.o: $(UPPDIR1)Draw/DrawRasterData.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -67469,6 +71511,8 @@ $(OutDir_Draw)DrawRasterData.o: $(UPPDIR1)Draw/DrawRasterData.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/DrawRasterData.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -67476,8 +71520,6 @@ $(OutDir_Draw)DrawRasterData.o: $(UPPDIR1)Draw/DrawRasterData.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -67537,8 +71579,6 @@ $(OutDir_Draw)Uhd.o: $(UPPDIR1)Draw/Uhd.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -67568,6 +71608,7 @@ $(OutDir_Draw)Uhd.o: $(UPPDIR1)Draw/Uhd.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -67575,8 +71616,7 @@ $(OutDir_Draw)Uhd.o: $(UPPDIR1)Draw/Uhd.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)Draw/Uhd.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/Uhd.cpp -o $(OutDir_Draw)Uhd.o @@ -67636,8 +71676,6 @@ $(OutDir_Draw)Iml.o: $(UPPDIR1)Draw/Iml.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -67667,15 +71705,15 @@ $(OutDir_Draw)Iml.o: $(UPPDIR1)Draw/Iml.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Iml.cpp \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -67735,8 +71773,6 @@ $(OutDir_Draw)DDARasterizer.o: $(UPPDIR1)Draw/DDARasterizer.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -67763,9 +71799,11 @@ $(OutDir_Draw)DDARasterizer.o: $(UPPDIR1)Draw/DDARasterizer.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -67773,8 +71811,6 @@ $(OutDir_Draw)DDARasterizer.o: $(UPPDIR1)Draw/DDARasterizer.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -67834,8 +71870,6 @@ $(OutDir_Draw)SDrawClip.o: $(UPPDIR1)Draw/SDrawClip.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -67865,15 +71899,15 @@ $(OutDir_Draw)SDrawClip.o: $(UPPDIR1)Draw/SDrawClip.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SDrawClip.cpp \ $(UPPDIR1)Draw/SIMD.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 @@ -67933,8 +71967,6 @@ $(OutDir_Draw)SDrawPut.o: $(UPPDIR1)Draw/SDrawPut.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -67964,15 +71996,15 @@ $(OutDir_Draw)SDrawPut.o: $(UPPDIR1)Draw/SDrawPut.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SDrawPut.cpp \ $(UPPDIR1)Draw/SIMD.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 @@ -68032,8 +72064,6 @@ $(OutDir_Draw)SDrawText.o: $(UPPDIR1)Draw/SDrawText.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -68063,15 +72093,15 @@ $(OutDir_Draw)SDrawText.o: $(UPPDIR1)Draw/SDrawText.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SDrawText.cpp \ $(UPPDIR1)Draw/SIMD.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 @@ -68131,8 +72161,6 @@ $(OutDir_Draw)SDraw.o: $(UPPDIR1)Draw/SDraw.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -68162,15 +72190,15 @@ $(OutDir_Draw)SDraw.o: $(UPPDIR1)Draw/SDraw.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -68230,8 +72258,6 @@ $(OutDir_Draw)SImageDraw.o: $(UPPDIR1)Draw/SImageDraw.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -68261,15 +72287,15 @@ $(OutDir_Draw)SImageDraw.o: $(UPPDIR1)Draw/SImageDraw.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SImageDraw.cpp \ $(UPPDIR1)Draw/SIMD.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 @@ -68329,8 +72355,6 @@ $(OutDir_Draw)Cham.o: $(UPPDIR1)Draw/Cham.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -68356,10 +72380,12 @@ $(OutDir_Draw)Cham.o: $(UPPDIR1)Draw/Cham.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.cpp \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -68367,9 +72393,6 @@ $(OutDir_Draw)Cham.o: $(UPPDIR1)Draw/Cham.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -68429,8 +72452,6 @@ $(OutDir_Draw)SColors.o: $(UPPDIR1)Draw/SColors.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -68460,15 +72481,15 @@ $(OutDir_Draw)SColors.o: $(UPPDIR1)Draw/SColors.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SColors.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -68553,27 +72574,7 @@ $(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 + $(UPPDIR1)plugin/png/pnglib.c $(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 \ @@ -68632,8 +72633,6 @@ $(OutDir_plugin_png)pngupp.o: $(UPPDIR1)plugin/png/pngupp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -68663,6 +72662,7 @@ $(OutDir_plugin_png)pngupp.o: $(UPPDIR1)plugin/png/pngupp.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -68670,11 +72670,8 @@ $(OutDir_plugin_png)pngupp.o: $(UPPDIR1)plugin/png/pngupp.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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)plugin/png/pngupp.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_png) $(UPPDIR1)plugin/png/pngupp.cpp -o $(OutDir_plugin_png)pngupp.o @@ -68734,8 +72731,6 @@ $(OutDir_plugin_png)pngreg.o: $(UPPDIR1)plugin/png/pngreg.icpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -68765,6 +72760,7 @@ $(OutDir_plugin_png)pngreg.o: $(UPPDIR1)plugin/png/pngreg.icpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -68773,8 +72769,7 @@ $(OutDir_plugin_png)pngreg.o: $(UPPDIR1)plugin/png/pngreg.icpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/png/pngreg.icpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_png) $(UPPDIR1)plugin/png/pngreg.icpp -o $(OutDir_plugin_png)pngreg.o @@ -68844,8 +72839,6 @@ $(OutDir_PdfDraw)TTFStream.o: $(UPPDIR1)PdfDraw/TTFStream.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -68875,6 +72868,7 @@ $(OutDir_PdfDraw)TTFStream.o: $(UPPDIR1)PdfDraw/TTFStream.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -68889,8 +72883,7 @@ $(OutDir_PdfDraw)TTFStream.o: $(UPPDIR1)PdfDraw/TTFStream.cpp \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)PdfDraw/PdfDraw.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)PdfDraw/TTFStream.cpp \ $(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 @@ -68951,8 +72944,6 @@ $(OutDir_PdfDraw)TTFStruct.o: $(UPPDIR1)PdfDraw/TTFStruct.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -68982,6 +72973,7 @@ $(OutDir_PdfDraw)TTFStruct.o: $(UPPDIR1)PdfDraw/TTFStruct.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -68996,8 +72988,7 @@ $(OutDir_PdfDraw)TTFStruct.o: $(UPPDIR1)PdfDraw/TTFStruct.cpp \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)PdfDraw/PdfDraw.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)PdfDraw/TTFStruct.cpp \ $(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 @@ -69058,8 +73049,6 @@ $(OutDir_PdfDraw)TTFSubset.o: $(UPPDIR1)PdfDraw/TTFSubset.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -69089,6 +73078,7 @@ $(OutDir_PdfDraw)TTFSubset.o: $(UPPDIR1)PdfDraw/TTFSubset.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -69103,8 +73093,7 @@ $(OutDir_PdfDraw)TTFSubset.o: $(UPPDIR1)PdfDraw/TTFSubset.cpp \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)PdfDraw/PdfDraw.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)PdfDraw/TTFSubset.cpp \ $(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 @@ -69165,8 +73154,6 @@ $(OutDir_PdfDraw)TTFReader.o: $(UPPDIR1)PdfDraw/TTFReader.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -69196,6 +73183,7 @@ $(OutDir_PdfDraw)TTFReader.o: $(UPPDIR1)PdfDraw/TTFReader.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -69210,8 +73198,7 @@ $(OutDir_PdfDraw)TTFReader.o: $(UPPDIR1)PdfDraw/TTFReader.cpp \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)PdfDraw/PdfDraw.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)PdfDraw/TTFReader.cpp \ $(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 @@ -69272,8 +73259,6 @@ $(OutDir_PdfDraw)PdfDraw.o: $(UPPDIR1)PdfDraw/PdfDraw.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -69303,6 +73288,7 @@ $(OutDir_PdfDraw)PdfDraw.o: $(UPPDIR1)PdfDraw/PdfDraw.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -69317,9 +73303,8 @@ $(OutDir_PdfDraw)PdfDraw.o: $(UPPDIR1)PdfDraw/PdfDraw.cpp \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)PdfDraw/ICCColorSpace.i \ + $(UPPDIR1)PdfDraw/PdfDraw.cpp \ $(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 @@ -69380,8 +73365,6 @@ $(OutDir_PdfDraw)PdfReport.o: $(UPPDIR1)PdfDraw/PdfReport.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -69411,6 +73394,7 @@ $(OutDir_PdfDraw)PdfReport.o: $(UPPDIR1)PdfDraw/PdfReport.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -69425,8 +73409,7 @@ $(OutDir_PdfDraw)PdfReport.o: $(UPPDIR1)PdfDraw/PdfReport.cpp \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)PdfDraw/PdfDraw.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)PdfDraw/PdfReport.cpp \ $(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 @@ -69487,8 +73470,6 @@ $(OutDir_PdfDraw)PdfInit.o: $(UPPDIR1)PdfDraw/PdfInit.icpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -69518,6 +73499,7 @@ $(OutDir_PdfDraw)PdfInit.o: $(UPPDIR1)PdfDraw/PdfInit.icpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -69532,8 +73514,7 @@ $(OutDir_PdfDraw)PdfInit.o: $(UPPDIR1)PdfDraw/PdfInit.icpp \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)PdfDraw/PdfDraw.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)PdfDraw/PdfInit.icpp \ $(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 @@ -69612,8 +73593,6 @@ $(OutDir_plugin_pcre)RegExp.o: $(UPPDIR1)plugin/pcre/RegExp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -69641,14 +73620,13 @@ $(OutDir_plugin_pcre)RegExp.o: $(UPPDIR1)plugin/pcre/RegExp.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.cpp \ $(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.c \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/lib/pcre_byte_order.c \ $(UPPDIR1)plugin/pcre/lib/pcre_chartables.c \ @@ -69741,8 +73719,6 @@ $(OutDir_CtrlCore)SystemDraw.o: $(UPPDIR1)CtrlCore/SystemDraw.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -69768,13 +73744,22 @@ $(OutDir_CtrlCore)SystemDraw.o: $(UPPDIR1)CtrlCore/SystemDraw.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ + $(UPPDIR1)CtrlCore/SystemDraw.cpp \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -69790,14 +73775,15 @@ $(OutDir_CtrlCore)SystemDraw.o: $(UPPDIR1)CtrlCore/SystemDraw.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -69856,8 +73842,6 @@ $(OutDir_CtrlCore)Frame.o: $(UPPDIR1)CtrlCore/Frame.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -69883,13 +73867,22 @@ $(OutDir_CtrlCore)Frame.o: $(UPPDIR1)CtrlCore/Frame.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Frame.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -69905,14 +73898,15 @@ $(OutDir_CtrlCore)Frame.o: $(UPPDIR1)CtrlCore/Frame.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -69971,8 +73965,6 @@ $(OutDir_CtrlCore)CtrlMt.o: $(UPPDIR1)CtrlCore/CtrlMt.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -69998,13 +73990,22 @@ $(OutDir_CtrlCore)CtrlMt.o: $(UPPDIR1)CtrlCore/CtrlMt.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlMt.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -70020,14 +74021,15 @@ $(OutDir_CtrlCore)CtrlMt.o: $(UPPDIR1)CtrlCore/CtrlMt.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -70086,8 +74088,6 @@ $(OutDir_CtrlCore)Ctrl.o: $(UPPDIR1)CtrlCore/Ctrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -70113,13 +74113,22 @@ $(OutDir_CtrlCore)Ctrl.o: $(UPPDIR1)CtrlCore/Ctrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ + $(UPPDIR1)CtrlCore/Ctrl.cpp \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -70136,14 +74145,15 @@ $(OutDir_CtrlCore)Ctrl.o: $(UPPDIR1)CtrlCore/Ctrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/Ctrl.cpp -o $(OutDir_CtrlCore)Ctrl.o $(OutDir_CtrlCore)CtrlAttr.o: $(UPPDIR1)CtrlCore/CtrlAttr.cpp \ @@ -70202,8 +74212,6 @@ $(OutDir_CtrlCore)CtrlAttr.o: $(UPPDIR1)CtrlCore/CtrlAttr.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -70229,13 +74237,22 @@ $(OutDir_CtrlCore)CtrlAttr.o: $(UPPDIR1)CtrlCore/CtrlAttr.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ + $(UPPDIR1)CtrlCore/CtrlAttr.cpp \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -70251,14 +74268,15 @@ $(OutDir_CtrlCore)CtrlAttr.o: $(UPPDIR1)CtrlCore/CtrlAttr.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/CtrlAttr.cpp -o $(OutDir_CtrlCore)CtrlAttr.o $(OutDir_CtrlCore)CtrlChild.o: $(UPPDIR1)CtrlCore/CtrlChild.cpp \ @@ -70317,8 +74335,6 @@ $(OutDir_CtrlCore)CtrlChild.o: $(UPPDIR1)CtrlCore/CtrlChild.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -70344,13 +74360,22 @@ $(OutDir_CtrlCore)CtrlChild.o: $(UPPDIR1)CtrlCore/CtrlChild.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ + $(UPPDIR1)CtrlCore/CtrlChild.cpp \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -70366,14 +74391,15 @@ $(OutDir_CtrlCore)CtrlChild.o: $(UPPDIR1)CtrlCore/CtrlChild.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/CtrlChild.cpp -o $(OutDir_CtrlCore)CtrlChild.o $(OutDir_CtrlCore)CtrlFrame.o: $(UPPDIR1)CtrlCore/CtrlFrame.cpp \ @@ -70432,8 +74458,6 @@ $(OutDir_CtrlCore)CtrlFrame.o: $(UPPDIR1)CtrlCore/CtrlFrame.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -70459,13 +74483,22 @@ $(OutDir_CtrlCore)CtrlFrame.o: $(UPPDIR1)CtrlCore/CtrlFrame.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlFrame.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -70481,14 +74514,15 @@ $(OutDir_CtrlCore)CtrlFrame.o: $(UPPDIR1)CtrlCore/CtrlFrame.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/CtrlFrame.cpp -o $(OutDir_CtrlCore)CtrlFrame.o $(OutDir_CtrlCore)CtrlPos.o: $(UPPDIR1)CtrlCore/CtrlPos.cpp \ @@ -70547,8 +74581,6 @@ $(OutDir_CtrlCore)CtrlPos.o: $(UPPDIR1)CtrlCore/CtrlPos.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -70574,13 +74606,22 @@ $(OutDir_CtrlCore)CtrlPos.o: $(UPPDIR1)CtrlCore/CtrlPos.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlPos.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -70596,14 +74637,15 @@ $(OutDir_CtrlCore)CtrlPos.o: $(UPPDIR1)CtrlCore/CtrlPos.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -70662,8 +74704,6 @@ $(OutDir_CtrlCore)CtrlDraw.o: $(UPPDIR1)CtrlCore/CtrlDraw.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -70689,13 +74729,22 @@ $(OutDir_CtrlCore)CtrlDraw.o: $(UPPDIR1)CtrlCore/CtrlDraw.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlDraw.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -70711,14 +74760,15 @@ $(OutDir_CtrlCore)CtrlDraw.o: $(UPPDIR1)CtrlCore/CtrlDraw.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -70777,8 +74827,6 @@ $(OutDir_CtrlCore)CtrlMouse.o: $(UPPDIR1)CtrlCore/CtrlMouse.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -70804,13 +74852,22 @@ $(OutDir_CtrlCore)CtrlMouse.o: $(UPPDIR1)CtrlCore/CtrlMouse.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlMouse.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -70826,14 +74883,15 @@ $(OutDir_CtrlCore)CtrlMouse.o: $(UPPDIR1)CtrlCore/CtrlMouse.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -70892,8 +74950,6 @@ $(OutDir_CtrlCore)CtrlKbd.o: $(UPPDIR1)CtrlCore/CtrlKbd.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -70919,13 +74975,22 @@ $(OutDir_CtrlCore)CtrlKbd.o: $(UPPDIR1)CtrlCore/CtrlKbd.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlKbd.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -70941,14 +75006,15 @@ $(OutDir_CtrlCore)CtrlKbd.o: $(UPPDIR1)CtrlCore/CtrlKbd.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -71007,8 +75073,6 @@ $(OutDir_CtrlCore)CtrlTimer.o: $(UPPDIR1)CtrlCore/CtrlTimer.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -71034,13 +75098,22 @@ $(OutDir_CtrlCore)CtrlTimer.o: $(UPPDIR1)CtrlCore/CtrlTimer.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlTimer.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -71056,14 +75129,15 @@ $(OutDir_CtrlCore)CtrlTimer.o: $(UPPDIR1)CtrlCore/CtrlTimer.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -71122,8 +75196,6 @@ $(OutDir_CtrlCore)CtrlClip.o: $(UPPDIR1)CtrlCore/CtrlClip.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -71149,13 +75221,22 @@ $(OutDir_CtrlCore)CtrlClip.o: $(UPPDIR1)CtrlCore/CtrlClip.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ + $(UPPDIR1)CtrlCore/CtrlClip.cpp \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -71171,14 +75252,15 @@ $(OutDir_CtrlCore)CtrlClip.o: $(UPPDIR1)CtrlCore/CtrlClip.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -71237,8 +75319,6 @@ $(OutDir_CtrlCore)LocalLoop.o: $(UPPDIR1)CtrlCore/LocalLoop.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -71264,13 +75344,22 @@ $(OutDir_CtrlCore)LocalLoop.o: $(UPPDIR1)CtrlCore/LocalLoop.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/LocalLoop.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -71286,14 +75375,15 @@ $(OutDir_CtrlCore)LocalLoop.o: $(UPPDIR1)CtrlCore/LocalLoop.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/LocalLoop.cpp -o $(OutDir_CtrlCore)LocalLoop.o $(OutDir_CtrlCore)Preedit.o: $(UPPDIR1)CtrlCore/Preedit.cpp \ @@ -71352,8 +75442,6 @@ $(OutDir_CtrlCore)Preedit.o: $(UPPDIR1)CtrlCore/Preedit.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -71379,13 +75467,22 @@ $(OutDir_CtrlCore)Preedit.o: $(UPPDIR1)CtrlCore/Preedit.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/Preedit.cpp \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -71401,14 +75498,15 @@ $(OutDir_CtrlCore)Preedit.o: $(UPPDIR1)CtrlCore/Preedit.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/Preedit.cpp -o $(OutDir_CtrlCore)Preedit.o $(OutDir_CtrlCore)CtrlCoreInit.o: $(UPPDIR1)CtrlCore/CtrlCoreInit.cpp \ @@ -71467,8 +75565,6 @@ $(OutDir_CtrlCore)CtrlCoreInit.o: $(UPPDIR1)CtrlCore/CtrlCoreInit.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -71495,13 +75591,22 @@ $(OutDir_CtrlCore)CtrlCoreInit.o: $(UPPDIR1)CtrlCore/CtrlCoreInit.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlCoreInit.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -71517,14 +75622,15 @@ $(OutDir_CtrlCore)CtrlCoreInit.o: $(UPPDIR1)CtrlCore/CtrlCoreInit.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -71583,8 +75689,6 @@ $(OutDir_CtrlCore)TopWindow.o: $(UPPDIR1)CtrlCore/TopWindow.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -71610,13 +75714,22 @@ $(OutDir_CtrlCore)TopWindow.o: $(UPPDIR1)CtrlCore/TopWindow.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ + $(UPPDIR1)CtrlCore/TopWindow.cpp \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -71632,14 +75745,15 @@ $(OutDir_CtrlCore)TopWindow.o: $(UPPDIR1)CtrlCore/TopWindow.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -71698,8 +75812,6 @@ $(OutDir_CtrlCore)DrawWin32.o: $(UPPDIR1)CtrlCore/DrawWin32.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -71725,13 +75837,22 @@ $(OutDir_CtrlCore)DrawWin32.o: $(UPPDIR1)CtrlCore/DrawWin32.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/DrawWin32.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -71747,14 +75868,15 @@ $(OutDir_CtrlCore)DrawWin32.o: $(UPPDIR1)CtrlCore/DrawWin32.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -71813,8 +75935,6 @@ $(OutDir_CtrlCore)DrawOpWin32.o: $(UPPDIR1)CtrlCore/DrawOpWin32.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -71840,13 +75960,22 @@ $(OutDir_CtrlCore)DrawOpWin32.o: $(UPPDIR1)CtrlCore/DrawOpWin32.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/DrawOpWin32.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -71862,14 +75991,15 @@ $(OutDir_CtrlCore)DrawOpWin32.o: $(UPPDIR1)CtrlCore/DrawOpWin32.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -71928,8 +76058,6 @@ $(OutDir_CtrlCore)DrawTextWin32.o: $(UPPDIR1)CtrlCore/DrawTextWin32.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -71955,13 +76083,22 @@ $(OutDir_CtrlCore)DrawTextWin32.o: $(UPPDIR1)CtrlCore/DrawTextWin32.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/DrawTextWin32.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -71977,14 +76114,15 @@ $(OutDir_CtrlCore)DrawTextWin32.o: $(UPPDIR1)CtrlCore/DrawTextWin32.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -72043,8 +76181,6 @@ $(OutDir_CtrlCore)ImageWin32.o: $(UPPDIR1)CtrlCore/ImageWin32.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -72070,13 +76206,22 @@ $(OutDir_CtrlCore)ImageWin32.o: $(UPPDIR1)CtrlCore/ImageWin32.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/ImageWin32.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -72092,14 +76237,15 @@ $(OutDir_CtrlCore)ImageWin32.o: $(UPPDIR1)CtrlCore/ImageWin32.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -72158,8 +76304,6 @@ $(OutDir_CtrlCore)MetaFile.o: $(UPPDIR1)CtrlCore/MetaFile.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -72185,13 +76329,22 @@ $(OutDir_CtrlCore)MetaFile.o: $(UPPDIR1)CtrlCore/MetaFile.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/MetaFile.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -72207,14 +76360,15 @@ $(OutDir_CtrlCore)MetaFile.o: $(UPPDIR1)CtrlCore/MetaFile.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -72273,8 +76427,6 @@ $(OutDir_CtrlCore)UtilWin32.o: $(UPPDIR1)CtrlCore/UtilWin32.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -72300,13 +76452,22 @@ $(OutDir_CtrlCore)UtilWin32.o: $(UPPDIR1)CtrlCore/UtilWin32.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/UtilWin32.cpp \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -72322,14 +76483,15 @@ $(OutDir_CtrlCore)UtilWin32.o: $(UPPDIR1)CtrlCore/UtilWin32.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -72388,8 +76550,6 @@ $(OutDir_CtrlCore)Win32Ctrl.o: $(UPPDIR1)CtrlCore/Win32Ctrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -72415,13 +76575,22 @@ $(OutDir_CtrlCore)Win32Ctrl.o: $(UPPDIR1)CtrlCore/Win32Ctrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Ctrl.cpp \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -72437,14 +76606,15 @@ $(OutDir_CtrlCore)Win32Ctrl.o: $(UPPDIR1)CtrlCore/Win32Ctrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -72470,7 +76640,6 @@ $(OutDir_CtrlCore)Win32Wnd.o: $(UPPDIR1)CtrlCore/Win32Wnd.cpp \ $(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 \ @@ -72504,8 +76673,6 @@ $(OutDir_CtrlCore)Win32Wnd.o: $(UPPDIR1)CtrlCore/Win32Wnd.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -72531,14 +76698,22 @@ $(OutDir_CtrlCore)Win32Wnd.o: $(UPPDIR1)CtrlCore/Win32Wnd.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ - $(UPPDIR1)CtrlCore/Win32Msg.i \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/Win32Wnd.cpp \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -72554,14 +76729,15 @@ $(OutDir_CtrlCore)Win32Wnd.o: $(UPPDIR1)CtrlCore/Win32Wnd.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -72620,8 +76796,6 @@ $(OutDir_CtrlCore)Win32Clip.o: $(UPPDIR1)CtrlCore/Win32Clip.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -72647,13 +76821,22 @@ $(OutDir_CtrlCore)Win32Clip.o: $(UPPDIR1)CtrlCore/Win32Clip.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Clip.cpp \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -72670,14 +76853,15 @@ $(OutDir_CtrlCore)Win32Clip.o: $(UPPDIR1)CtrlCore/Win32Clip.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -72736,8 +76920,6 @@ $(OutDir_CtrlCore)Win32DnD.o: $(UPPDIR1)CtrlCore/Win32DnD.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -72763,13 +76945,22 @@ $(OutDir_CtrlCore)Win32DnD.o: $(UPPDIR1)CtrlCore/Win32DnD.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32DnD.cpp \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -72785,14 +76976,15 @@ $(OutDir_CtrlCore)Win32DnD.o: $(UPPDIR1)CtrlCore/Win32DnD.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -72851,8 +77043,6 @@ $(OutDir_CtrlCore)Win32Proc.o: $(UPPDIR1)CtrlCore/Win32Proc.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -72878,13 +77068,22 @@ $(OutDir_CtrlCore)Win32Proc.o: $(UPPDIR1)CtrlCore/Win32Proc.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/Win32Proc.cpp \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -72900,14 +77099,15 @@ $(OutDir_CtrlCore)Win32Proc.o: $(UPPDIR1)CtrlCore/Win32Proc.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -72966,8 +77166,6 @@ $(OutDir_CtrlCore)TopWin32.o: $(UPPDIR1)CtrlCore/TopWin32.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -72993,13 +77191,22 @@ $(OutDir_CtrlCore)TopWin32.o: $(UPPDIR1)CtrlCore/TopWin32.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ + $(UPPDIR1)CtrlCore/TopWin32.cpp \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73015,14 +77222,15 @@ $(OutDir_CtrlCore)TopWin32.o: $(UPPDIR1)CtrlCore/TopWin32.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -73081,8 +77289,6 @@ $(OutDir_CtrlCore)DHCtrl.o: $(UPPDIR1)CtrlCore/DHCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -73108,13 +77314,22 @@ $(OutDir_CtrlCore)DHCtrl.o: $(UPPDIR1)CtrlCore/DHCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/DHCtrl.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73130,14 +77345,15 @@ $(OutDir_CtrlCore)DHCtrl.o: $(UPPDIR1)CtrlCore/DHCtrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -73196,8 +77412,6 @@ $(OutDir_CtrlCore)DrawX11.o: $(UPPDIR1)CtrlCore/DrawX11.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -73223,13 +77437,22 @@ $(OutDir_CtrlCore)DrawX11.o: $(UPPDIR1)CtrlCore/DrawX11.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/DrawX11.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73245,14 +77468,15 @@ $(OutDir_CtrlCore)DrawX11.o: $(UPPDIR1)CtrlCore/DrawX11.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -73311,8 +77535,6 @@ $(OutDir_CtrlCore)DrawOpX11.o: $(UPPDIR1)CtrlCore/DrawOpX11.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -73338,13 +77560,22 @@ $(OutDir_CtrlCore)DrawOpX11.o: $(UPPDIR1)CtrlCore/DrawOpX11.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/DrawOpX11.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73360,14 +77591,15 @@ $(OutDir_CtrlCore)DrawOpX11.o: $(UPPDIR1)CtrlCore/DrawOpX11.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -73426,8 +77658,6 @@ $(OutDir_CtrlCore)DrawTextX11.o: $(UPPDIR1)CtrlCore/DrawTextX11.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -73453,13 +77683,22 @@ $(OutDir_CtrlCore)DrawTextX11.o: $(UPPDIR1)CtrlCore/DrawTextX11.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/DrawTextX11.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73475,14 +77714,15 @@ $(OutDir_CtrlCore)DrawTextX11.o: $(UPPDIR1)CtrlCore/DrawTextX11.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -73541,8 +77781,6 @@ $(OutDir_CtrlCore)ImageX11.o: $(UPPDIR1)CtrlCore/ImageX11.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -73568,13 +77806,22 @@ $(OutDir_CtrlCore)ImageX11.o: $(UPPDIR1)CtrlCore/ImageX11.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/ImageX11.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73590,14 +77837,15 @@ $(OutDir_CtrlCore)ImageX11.o: $(UPPDIR1)CtrlCore/ImageX11.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -73656,8 +77904,6 @@ $(OutDir_CtrlCore)UtilX11.o: $(UPPDIR1)CtrlCore/UtilX11.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -73683,13 +77929,22 @@ $(OutDir_CtrlCore)UtilX11.o: $(UPPDIR1)CtrlCore/UtilX11.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/UtilX11.cpp \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73705,14 +77960,15 @@ $(OutDir_CtrlCore)UtilX11.o: $(UPPDIR1)CtrlCore/UtilX11.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -73771,8 +78027,6 @@ $(OutDir_CtrlCore)X11Ctrl.o: $(UPPDIR1)CtrlCore/X11Ctrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -73798,13 +78052,22 @@ $(OutDir_CtrlCore)X11Ctrl.o: $(UPPDIR1)CtrlCore/X11Ctrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Ctrl.cpp \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73820,14 +78083,15 @@ $(OutDir_CtrlCore)X11Ctrl.o: $(UPPDIR1)CtrlCore/X11Ctrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -73886,8 +78150,6 @@ $(OutDir_CtrlCore)X11Wnd.o: $(UPPDIR1)CtrlCore/X11Wnd.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -73913,14 +78175,22 @@ $(OutDir_CtrlCore)X11Wnd.o: $(UPPDIR1)CtrlCore/X11Wnd.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ - $(UPPDIR1)CtrlCore/X11Event.i \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ + $(UPPDIR1)CtrlCore/X11Wnd.cpp \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73936,14 +78206,15 @@ $(OutDir_CtrlCore)X11Wnd.o: $(UPPDIR1)CtrlCore/X11Wnd.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -74002,8 +78273,6 @@ $(OutDir_CtrlCore)X11Proc.o: $(UPPDIR1)CtrlCore/X11Proc.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -74029,13 +78298,22 @@ $(OutDir_CtrlCore)X11Proc.o: $(UPPDIR1)CtrlCore/X11Proc.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ + $(UPPDIR1)CtrlCore/X11Proc.cpp \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -74051,14 +78329,15 @@ $(OutDir_CtrlCore)X11Proc.o: $(UPPDIR1)CtrlCore/X11Proc.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -74117,8 +78396,6 @@ $(OutDir_CtrlCore)X11Clip.o: $(UPPDIR1)CtrlCore/X11Clip.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -74144,13 +78421,22 @@ $(OutDir_CtrlCore)X11Clip.o: $(UPPDIR1)CtrlCore/X11Clip.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Clip.cpp \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -74166,14 +78452,15 @@ $(OutDir_CtrlCore)X11Clip.o: $(UPPDIR1)CtrlCore/X11Clip.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -74232,8 +78519,6 @@ $(OutDir_CtrlCore)X11DnD.o: $(UPPDIR1)CtrlCore/X11DnD.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -74259,13 +78544,22 @@ $(OutDir_CtrlCore)X11DnD.o: $(UPPDIR1)CtrlCore/X11DnD.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11DnD.cpp \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -74281,14 +78575,15 @@ $(OutDir_CtrlCore)X11DnD.o: $(UPPDIR1)CtrlCore/X11DnD.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -74347,8 +78642,6 @@ $(OutDir_CtrlCore)X11Top.o: $(UPPDIR1)CtrlCore/X11Top.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -74374,13 +78667,22 @@ $(OutDir_CtrlCore)X11Top.o: $(UPPDIR1)CtrlCore/X11Top.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ + $(UPPDIR1)CtrlCore/X11Top.cpp \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -74396,14 +78698,15 @@ $(OutDir_CtrlCore)X11Top.o: $(UPPDIR1)CtrlCore/X11Top.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -74462,8 +78765,6 @@ $(OutDir_CtrlCore)X11ImgClip.o: $(UPPDIR1)CtrlCore/X11ImgClip.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -74489,13 +78790,22 @@ $(OutDir_CtrlCore)X11ImgClip.o: $(UPPDIR1)CtrlCore/X11ImgClip.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ + $(UPPDIR1)CtrlCore/X11ImgClip.cpp \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -74510,16 +78820,16 @@ $(OutDir_CtrlCore)X11ImgClip.o: $(UPPDIR1)CtrlCore/X11ImgClip.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -74578,8 +78888,6 @@ $(OutDir_CtrlCore)X11App.o: $(UPPDIR1)CtrlCore/X11App.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -74605,13 +78913,22 @@ $(OutDir_CtrlCore)X11App.o: $(UPPDIR1)CtrlCore/X11App.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11App.cpp \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -74627,14 +78944,15 @@ $(OutDir_CtrlCore)X11App.o: $(UPPDIR1)CtrlCore/X11App.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -74693,8 +79011,6 @@ $(OutDir_CtrlCore)X11DHCtrl.o: $(UPPDIR1)CtrlCore/X11DHCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -74720,13 +79036,22 @@ $(OutDir_CtrlCore)X11DHCtrl.o: $(UPPDIR1)CtrlCore/X11DHCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11DHCtrl.cpp \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -74742,14 +79067,15 @@ $(OutDir_CtrlCore)X11DHCtrl.o: $(UPPDIR1)CtrlCore/X11DHCtrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -74808,8 +79134,6 @@ $(OutDir_CtrlCore)GtkDrawOp.o: $(UPPDIR1)CtrlCore/GtkDrawOp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -74835,13 +79159,22 @@ $(OutDir_CtrlCore)GtkDrawOp.o: $(UPPDIR1)CtrlCore/GtkDrawOp.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/GtkDrawOp.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -74857,14 +79190,15 @@ $(OutDir_CtrlCore)GtkDrawOp.o: $(UPPDIR1)CtrlCore/GtkDrawOp.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -74923,8 +79257,6 @@ $(OutDir_CtrlCore)GtkDrawText.o: $(UPPDIR1)CtrlCore/GtkDrawText.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -74950,13 +79282,22 @@ $(OutDir_CtrlCore)GtkDrawText.o: $(UPPDIR1)CtrlCore/GtkDrawText.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/GtkDrawText.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -74972,14 +79313,15 @@ $(OutDir_CtrlCore)GtkDrawText.o: $(UPPDIR1)CtrlCore/GtkDrawText.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -75038,8 +79380,6 @@ $(OutDir_CtrlCore)GtkDrawImage.o: $(UPPDIR1)CtrlCore/GtkDrawImage.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -75065,13 +79405,22 @@ $(OutDir_CtrlCore)GtkDrawImage.o: $(UPPDIR1)CtrlCore/GtkDrawImage.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/GtkDrawImage.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -75087,14 +79436,15 @@ $(OutDir_CtrlCore)GtkDrawImage.o: $(UPPDIR1)CtrlCore/GtkDrawImage.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -75153,8 +79503,6 @@ $(OutDir_CtrlCore)GdkImage.o: $(UPPDIR1)CtrlCore/GdkImage.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -75180,13 +79528,22 @@ $(OutDir_CtrlCore)GdkImage.o: $(UPPDIR1)CtrlCore/GdkImage.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GdkImage.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -75202,14 +79559,15 @@ $(OutDir_CtrlCore)GdkImage.o: $(UPPDIR1)CtrlCore/GdkImage.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -75268,8 +79626,6 @@ $(OutDir_CtrlCore)GtkUtil.o: $(UPPDIR1)CtrlCore/GtkUtil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -75295,13 +79651,22 @@ $(OutDir_CtrlCore)GtkUtil.o: $(UPPDIR1)CtrlCore/GtkUtil.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/GtkUtil.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -75317,14 +79682,15 @@ $(OutDir_CtrlCore)GtkUtil.o: $(UPPDIR1)CtrlCore/GtkUtil.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -75383,8 +79749,6 @@ $(OutDir_CtrlCore)GtkX11Util.o: $(UPPDIR1)CtrlCore/GtkX11Util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -75410,13 +79774,22 @@ $(OutDir_CtrlCore)GtkX11Util.o: $(UPPDIR1)CtrlCore/GtkX11Util.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/GtkX11Util.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -75432,14 +79805,15 @@ $(OutDir_CtrlCore)GtkX11Util.o: $(UPPDIR1)CtrlCore/GtkX11Util.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -75498,8 +79872,6 @@ $(OutDir_CtrlCore)GtkCtrl.o: $(UPPDIR1)CtrlCore/GtkCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -75525,13 +79897,22 @@ $(OutDir_CtrlCore)GtkCtrl.o: $(UPPDIR1)CtrlCore/GtkCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/GtkCtrl.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -75547,14 +79928,15 @@ $(OutDir_CtrlCore)GtkCtrl.o: $(UPPDIR1)CtrlCore/GtkCtrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -75613,8 +79995,6 @@ $(OutDir_CtrlCore)GtkCapture.o: $(UPPDIR1)CtrlCore/GtkCapture.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -75640,13 +80020,22 @@ $(OutDir_CtrlCore)GtkCapture.o: $(UPPDIR1)CtrlCore/GtkCapture.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/GtkCapture.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -75662,14 +80051,15 @@ $(OutDir_CtrlCore)GtkCapture.o: $(UPPDIR1)CtrlCore/GtkCapture.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -75728,8 +80118,6 @@ $(OutDir_CtrlCore)GtkWnd.o: $(UPPDIR1)CtrlCore/GtkWnd.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -75755,13 +80143,22 @@ $(OutDir_CtrlCore)GtkWnd.o: $(UPPDIR1)CtrlCore/GtkWnd.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/GtkWnd.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -75777,14 +80174,15 @@ $(OutDir_CtrlCore)GtkWnd.o: $(UPPDIR1)CtrlCore/GtkWnd.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -75843,8 +80241,6 @@ $(OutDir_CtrlCore)GtkCreate.o: $(UPPDIR1)CtrlCore/GtkCreate.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -75870,13 +80266,22 @@ $(OutDir_CtrlCore)GtkCreate.o: $(UPPDIR1)CtrlCore/GtkCreate.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/GtkCreate.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -75892,14 +80297,15 @@ $(OutDir_CtrlCore)GtkCreate.o: $(UPPDIR1)CtrlCore/GtkCreate.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -75958,8 +80364,6 @@ $(OutDir_CtrlCore)GtkEvent.o: $(UPPDIR1)CtrlCore/GtkEvent.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -75985,13 +80389,22 @@ $(OutDir_CtrlCore)GtkEvent.o: $(UPPDIR1)CtrlCore/GtkEvent.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/GtkEvent.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -76007,14 +80420,15 @@ $(OutDir_CtrlCore)GtkEvent.o: $(UPPDIR1)CtrlCore/GtkEvent.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -76073,8 +80487,6 @@ $(OutDir_CtrlCore)GtkTop.o: $(UPPDIR1)CtrlCore/GtkTop.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -76100,13 +80512,22 @@ $(OutDir_CtrlCore)GtkTop.o: $(UPPDIR1)CtrlCore/GtkTop.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/GtkTop.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -76122,14 +80543,15 @@ $(OutDir_CtrlCore)GtkTop.o: $(UPPDIR1)CtrlCore/GtkTop.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -76188,8 +80610,6 @@ $(OutDir_CtrlCore)GtkClip.o: $(UPPDIR1)CtrlCore/GtkClip.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -76215,13 +80635,22 @@ $(OutDir_CtrlCore)GtkClip.o: $(UPPDIR1)CtrlCore/GtkClip.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/GtkClip.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -76238,14 +80667,15 @@ $(OutDir_CtrlCore)GtkClip.o: $(UPPDIR1)CtrlCore/GtkClip.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -76304,8 +80734,6 @@ $(OutDir_CtrlCore)GtkDnD.o: $(UPPDIR1)CtrlCore/GtkDnD.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -76331,13 +80759,22 @@ $(OutDir_CtrlCore)GtkDnD.o: $(UPPDIR1)CtrlCore/GtkDnD.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/GtkDnD.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -76353,14 +80790,15 @@ $(OutDir_CtrlCore)GtkDnD.o: $(UPPDIR1)CtrlCore/GtkDnD.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -76419,8 +80857,6 @@ $(OutDir_CtrlCore)GtkApp.o: $(UPPDIR1)CtrlCore/GtkApp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -76446,13 +80882,22 @@ $(OutDir_CtrlCore)GtkApp.o: $(UPPDIR1)CtrlCore/GtkApp.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/GtkApp.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -76468,14 +80913,15 @@ $(OutDir_CtrlCore)GtkApp.o: $(UPPDIR1)CtrlCore/GtkApp.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -76534,8 +80980,6 @@ $(OutDir_CtrlCore)CocoCtrl.o: $(UPPDIR1)CtrlCore/CocoCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -76561,13 +81005,22 @@ $(OutDir_CtrlCore)CocoCtrl.o: $(UPPDIR1)CtrlCore/CocoCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ + $(UPPDIR1)CtrlCore/CocoCtrl.cpp \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -76583,14 +81036,15 @@ $(OutDir_CtrlCore)CocoCtrl.o: $(UPPDIR1)CtrlCore/CocoCtrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -76649,8 +81103,6 @@ $(OutDir_CtrlCore)CocoWnd.o: $(UPPDIR1)CtrlCore/CocoWnd.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -76676,13 +81128,22 @@ $(OutDir_CtrlCore)CocoWnd.o: $(UPPDIR1)CtrlCore/CocoWnd.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ + $(UPPDIR1)CtrlCore/CocoWnd.cpp \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -76698,14 +81159,15 @@ $(OutDir_CtrlCore)CocoWnd.o: $(UPPDIR1)CtrlCore/CocoWnd.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -76764,8 +81226,6 @@ $(OutDir_CtrlCore)CocoTop.o: $(UPPDIR1)CtrlCore/CocoTop.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -76791,13 +81251,22 @@ $(OutDir_CtrlCore)CocoTop.o: $(UPPDIR1)CtrlCore/CocoTop.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ + $(UPPDIR1)CtrlCore/CocoTop.cpp \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -76813,14 +81282,15 @@ $(OutDir_CtrlCore)CocoTop.o: $(UPPDIR1)CtrlCore/CocoTop.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -76870,7 +81340,6 @@ $(OutDir_CtrlCore)CocoChSysInit.o: $(UPPDIR1)CtrlCore/CocoChSysInit.cpp \ $(UPPDIR1)Core/Map.hpp \ $(UPPDIR1)Core/Mem.h \ $(UPPDIR1)Core/Mt.h \ - $(UPPDIR1)Core/mt_.h \ $(UPPDIR1)Core/Obsolete.h \ $(UPPDIR1)Core/Ops.h \ $(UPPDIR1)Core/Other.h \ @@ -76880,8 +81349,6 @@ $(OutDir_CtrlCore)CocoChSysInit.o: $(UPPDIR1)CtrlCore/CocoChSysInit.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -76907,45 +81374,22 @@ $(OutDir_CtrlCore)CocoChSysInit.o: $(UPPDIR1)CtrlCore/CocoChSysInit.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoChSysInit.cpp \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ - $(UPPDIR1)CtrlCore/lay.h \ - $(UPPDIR1)CtrlCore/lay0.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.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/EditCtrl.hpp \ - $(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)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -76961,14 +81405,15 @@ $(OutDir_CtrlCore)CocoChSysInit.o: $(UPPDIR1)CtrlCore/CocoChSysInit.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -77027,8 +81472,6 @@ $(OutDir_CtrlCore)ParseRTF.o: $(UPPDIR1)CtrlCore/ParseRTF.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -77054,13 +81497,22 @@ $(OutDir_CtrlCore)ParseRTF.o: $(UPPDIR1)CtrlCore/ParseRTF.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/ParseRTF.cpp \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -77076,14 +81528,15 @@ $(OutDir_CtrlCore)ParseRTF.o: $(UPPDIR1)CtrlCore/ParseRTF.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -77142,8 +81595,6 @@ $(OutDir_CtrlCore)EncodeRTF.o: $(UPPDIR1)CtrlCore/EncodeRTF.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -77169,13 +81620,22 @@ $(OutDir_CtrlCore)EncodeRTF.o: $(UPPDIR1)CtrlCore/EncodeRTF.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/EncodeRTF.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -77191,14 +81651,15 @@ $(OutDir_CtrlCore)EncodeRTF.o: $(UPPDIR1)CtrlCore/EncodeRTF.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/EncodeRTF.cpp -o $(OutDir_CtrlCore)EncodeRTF.o $(OutDir_CtrlCore)CtrlCore.a: \ @@ -77393,8 +81854,6 @@ $(OutDir_plugin_bmp)Bmp.o: $(UPPDIR1)plugin/bmp/Bmp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -77424,6 +81883,7 @@ $(OutDir_plugin_bmp)Bmp.o: $(UPPDIR1)plugin/bmp/Bmp.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -77431,10 +81891,9 @@ $(OutDir_plugin_bmp)Bmp.o: $(UPPDIR1)plugin/bmp/Bmp.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ + $(UPPDIR1)plugin/bmp/Bmp.cpp \ $(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 @@ -77494,8 +81953,6 @@ $(OutDir_plugin_bmp)BmpWrite.o: $(UPPDIR1)plugin/bmp/BmpWrite.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -77525,6 +81982,7 @@ $(OutDir_plugin_bmp)BmpWrite.o: $(UPPDIR1)plugin/bmp/BmpWrite.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -77534,8 +81992,7 @@ $(OutDir_plugin_bmp)BmpWrite.o: $(UPPDIR1)plugin/bmp/BmpWrite.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/bmp/bmp.h \ $(UPPDIR1)plugin/bmp/bmphdr.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/bmp/BmpWrite.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_bmp) $(UPPDIR1)plugin/bmp/BmpWrite.cpp -o $(OutDir_plugin_bmp)BmpWrite.o @@ -77595,8 +82052,6 @@ $(OutDir_plugin_bmp)Icon.o: $(UPPDIR1)plugin/bmp/Icon.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -77626,6 +82081,7 @@ $(OutDir_plugin_bmp)Icon.o: $(UPPDIR1)plugin/bmp/Icon.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -77635,8 +82091,7 @@ $(OutDir_plugin_bmp)Icon.o: $(UPPDIR1)plugin/bmp/Icon.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/bmp/bmp.h \ $(UPPDIR1)plugin/bmp/bmphdr.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/bmp/Icon.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_bmp) $(UPPDIR1)plugin/bmp/Icon.cpp -o $(OutDir_plugin_bmp)Icon.o @@ -77696,8 +82151,6 @@ $(OutDir_plugin_bmp)BmpReg.o: $(UPPDIR1)plugin/bmp/BmpReg.icpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -77727,6 +82180,7 @@ $(OutDir_plugin_bmp)BmpReg.o: $(UPPDIR1)plugin/bmp/BmpReg.icpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -77735,8 +82189,7 @@ $(OutDir_plugin_bmp)BmpReg.o: $(UPPDIR1)plugin/bmp/BmpReg.icpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/bmp/bmp.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/bmp/BmpReg.icpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_bmp) $(UPPDIR1)plugin/bmp/BmpReg.icpp -o $(OutDir_plugin_bmp)BmpReg.o @@ -77808,8 +82261,6 @@ $(OutDir_RichText)Object.o: $(UPPDIR1)RichText/Object.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -77839,6 +82290,7 @@ $(OutDir_RichText)Object.o: $(UPPDIR1)RichText/Object.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -77847,10 +82299,10 @@ $(OutDir_RichText)Object.o: $(UPPDIR1)RichText/Object.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Object.cpp \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -77913,8 +82365,6 @@ $(OutDir_RichText)RichImage.o: $(UPPDIR1)RichText/RichImage.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -77944,6 +82394,7 @@ $(OutDir_RichText)RichImage.o: $(UPPDIR1)RichText/RichImage.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -77958,10 +82409,10 @@ $(OutDir_RichText)RichImage.o: $(UPPDIR1)RichText/RichImage.cpp \ $(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/RichImage.cpp \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -78024,8 +82475,6 @@ $(OutDir_RichText)ParaData.o: $(UPPDIR1)RichText/ParaData.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -78055,6 +82504,7 @@ $(OutDir_RichText)ParaData.o: $(UPPDIR1)RichText/ParaData.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -78063,10 +82513,10 @@ $(OutDir_RichText)ParaData.o: $(UPPDIR1)RichText/ParaData.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/ParaData.cpp \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -78129,8 +82579,6 @@ $(OutDir_RichText)ParaType.o: $(UPPDIR1)RichText/ParaType.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -78160,6 +82608,7 @@ $(OutDir_RichText)ParaType.o: $(UPPDIR1)RichText/ParaType.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -78168,10 +82617,10 @@ $(OutDir_RichText)ParaType.o: $(UPPDIR1)RichText/ParaType.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/ParaType.cpp \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -78234,8 +82683,6 @@ $(OutDir_RichText)ParaPaint.o: $(UPPDIR1)RichText/ParaPaint.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -78265,6 +82712,7 @@ $(OutDir_RichText)ParaPaint.o: $(UPPDIR1)RichText/ParaPaint.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -78274,10 +82722,10 @@ $(OutDir_RichText)ParaPaint.o: $(UPPDIR1)RichText/ParaPaint.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/ParaPaint.cpp \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -78340,8 +82788,6 @@ $(OutDir_RichText)HeaderFooter.o: $(UPPDIR1)RichText/HeaderFooter.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -78371,6 +82817,7 @@ $(OutDir_RichText)HeaderFooter.o: $(UPPDIR1)RichText/HeaderFooter.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -78379,10 +82826,10 @@ $(OutDir_RichText)HeaderFooter.o: $(UPPDIR1)RichText/HeaderFooter.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/HeaderFooter.cpp \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -78445,8 +82892,6 @@ $(OutDir_RichText)TxtData.o: $(UPPDIR1)RichText/TxtData.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -78476,6 +82921,7 @@ $(OutDir_RichText)TxtData.o: $(UPPDIR1)RichText/TxtData.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -78484,13 +82930,13 @@ $(OutDir_RichText)TxtData.o: $(UPPDIR1)RichText/TxtData.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)RichText/TxtData.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/TxtData.cpp -o $(OutDir_RichText)TxtData.o @@ -78550,8 +82996,6 @@ $(OutDir_RichText)TxtPaint.o: $(UPPDIR1)RichText/TxtPaint.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -78581,6 +83025,7 @@ $(OutDir_RichText)TxtPaint.o: $(UPPDIR1)RichText/TxtPaint.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -78589,13 +83034,13 @@ $(OutDir_RichText)TxtPaint.o: $(UPPDIR1)RichText/TxtPaint.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)RichText/TxtPaint.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/TxtPaint.cpp -o $(OutDir_RichText)TxtPaint.o @@ -78655,8 +83100,6 @@ $(OutDir_RichText)TxtOp.o: $(UPPDIR1)RichText/TxtOp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -78686,6 +83129,7 @@ $(OutDir_RichText)TxtOp.o: $(UPPDIR1)RichText/TxtOp.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -78694,13 +83138,13 @@ $(OutDir_RichText)TxtOp.o: $(UPPDIR1)RichText/TxtOp.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)RichText/TxtOp.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/TxtOp.cpp -o $(OutDir_RichText)TxtOp.o @@ -78760,8 +83204,6 @@ $(OutDir_RichText)Format.o: $(UPPDIR1)RichText/Format.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -78791,6 +83233,7 @@ $(OutDir_RichText)Format.o: $(UPPDIR1)RichText/Format.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -78799,10 +83242,10 @@ $(OutDir_RichText)Format.o: $(UPPDIR1)RichText/Format.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Format.cpp \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -78865,8 +83308,6 @@ $(OutDir_RichText)TableCell.o: $(UPPDIR1)RichText/TableCell.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -78896,6 +83337,7 @@ $(OutDir_RichText)TableCell.o: $(UPPDIR1)RichText/TableCell.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -78904,11 +83346,11 @@ $(OutDir_RichText)TableCell.o: $(UPPDIR1)RichText/TableCell.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/TableCell.cpp \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)uppconfig.h @@ -78970,8 +83412,6 @@ $(OutDir_RichText)TableLayout.o: $(UPPDIR1)RichText/TableLayout.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -79001,6 +83441,7 @@ $(OutDir_RichText)TableLayout.o: $(UPPDIR1)RichText/TableLayout.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -79009,11 +83450,11 @@ $(OutDir_RichText)TableLayout.o: $(UPPDIR1)RichText/TableLayout.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/TableLayout.cpp \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)uppconfig.h @@ -79075,8 +83516,6 @@ $(OutDir_RichText)TablePaint.o: $(UPPDIR1)RichText/TablePaint.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -79106,6 +83545,7 @@ $(OutDir_RichText)TablePaint.o: $(UPPDIR1)RichText/TablePaint.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -79114,11 +83554,11 @@ $(OutDir_RichText)TablePaint.o: $(UPPDIR1)RichText/TablePaint.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/TablePaint.cpp \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)uppconfig.h @@ -79180,8 +83620,6 @@ $(OutDir_RichText)TableData.o: $(UPPDIR1)RichText/TableData.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -79211,6 +83649,7 @@ $(OutDir_RichText)TableData.o: $(UPPDIR1)RichText/TableData.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -79219,11 +83658,11 @@ $(OutDir_RichText)TableData.o: $(UPPDIR1)RichText/TableData.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/TableData.cpp \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)uppconfig.h @@ -79285,8 +83724,6 @@ $(OutDir_RichText)TextPaint.o: $(UPPDIR1)RichText/TextPaint.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -79316,6 +83753,7 @@ $(OutDir_RichText)TextPaint.o: $(UPPDIR1)RichText/TextPaint.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -79324,12 +83762,12 @@ $(OutDir_RichText)TextPaint.o: $(UPPDIR1)RichText/TextPaint.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/TextPaint.cpp \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/TextPaint.cpp -o $(OutDir_RichText)TextPaint.o @@ -79390,8 +83828,6 @@ $(OutDir_RichText)TextStyle.o: $(UPPDIR1)RichText/TextStyle.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -79421,6 +83857,7 @@ $(OutDir_RichText)TextStyle.o: $(UPPDIR1)RichText/TextStyle.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -79429,12 +83866,12 @@ $(OutDir_RichText)TextStyle.o: $(UPPDIR1)RichText/TextStyle.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/TextStyle.cpp \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/TextStyle.cpp -o $(OutDir_RichText)TextStyle.o @@ -79495,8 +83932,6 @@ $(OutDir_RichText)TextData.o: $(UPPDIR1)RichText/TextData.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -79526,6 +83961,7 @@ $(OutDir_RichText)TextData.o: $(UPPDIR1)RichText/TextData.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -79534,12 +83970,12 @@ $(OutDir_RichText)TextData.o: $(UPPDIR1)RichText/TextData.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/TextData.cpp \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/TextData.cpp -o $(OutDir_RichText)TextData.o @@ -79600,8 +84036,6 @@ $(OutDir_RichText)TextTable.o: $(UPPDIR1)RichText/TextTable.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -79631,6 +84065,7 @@ $(OutDir_RichText)TextTable.o: $(UPPDIR1)RichText/TextTable.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -79639,12 +84074,12 @@ $(OutDir_RichText)TextTable.o: $(UPPDIR1)RichText/TextTable.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/TextTable.cpp \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/TextTable.cpp -o $(OutDir_RichText)TextTable.o @@ -79705,8 +84140,6 @@ $(OutDir_RichText)EncodeQtf.o: $(UPPDIR1)RichText/EncodeQtf.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -79736,6 +84169,7 @@ $(OutDir_RichText)EncodeQtf.o: $(UPPDIR1)RichText/EncodeQtf.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -79744,10 +84178,10 @@ $(OutDir_RichText)EncodeQtf.o: $(UPPDIR1)RichText/EncodeQtf.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/EncodeQtf.cpp \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -79810,8 +84244,6 @@ $(OutDir_RichText)ParseQtf.o: $(UPPDIR1)RichText/ParseQtf.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -79841,6 +84273,7 @@ $(OutDir_RichText)ParseQtf.o: $(UPPDIR1)RichText/ParseQtf.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -79849,10 +84282,10 @@ $(OutDir_RichText)ParseQtf.o: $(UPPDIR1)RichText/ParseQtf.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/ParseQtf.cpp \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -79915,8 +84348,6 @@ $(OutDir_RichText)EncodeHTML.o: $(UPPDIR1)RichText/EncodeHTML.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -79946,6 +84377,7 @@ $(OutDir_RichText)EncodeHTML.o: $(UPPDIR1)RichText/EncodeHTML.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -79954,10 +84386,10 @@ $(OutDir_RichText)EncodeHTML.o: $(UPPDIR1)RichText/EncodeHTML.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/EncodeHTML.cpp \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -80020,8 +84452,6 @@ $(OutDir_RichText)ParseHTML.o: $(UPPDIR1)RichText/ParseHTML.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -80051,6 +84481,7 @@ $(OutDir_RichText)ParseHTML.o: $(UPPDIR1)RichText/ParseHTML.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -80059,10 +84490,10 @@ $(OutDir_RichText)ParseHTML.o: $(UPPDIR1)RichText/ParseHTML.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/ParseHTML.cpp \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -80125,8 +84556,6 @@ $(OutDir_RichText)Util.o: $(UPPDIR1)RichText/Util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -80156,6 +84585,7 @@ $(OutDir_RichText)Util.o: $(UPPDIR1)RichText/Util.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -80164,13 +84594,13 @@ $(OutDir_RichText)Util.o: $(UPPDIR1)RichText/Util.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)RichText/Util.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/Util.cpp -o $(OutDir_RichText)Util.o diff --git a/Makefile.in b/Makefile.in index 1750cbc67..5d5fde844 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,9 @@ UPPDIR1 = ./uppsrc/ +UPPDIR2 = /home/cxl/.config/u++/umk/UppHub/gdal/ +UPPDIR3 = /home/cxl/.config/u++/umk/UppHub/eigen/ UPPOUT = .cache/upp.out/ -CINC = -I$(UPPDIR1) `pkg-config --cflags freetype2` `pkg-config --cflags fontconfig` `pkg-config --cflags x11` `pkg-config --cflags xcb` `pkg-config --cflags expat` `pkg-config --cflags libpng` `pkg-config --cflags xinerama` `pkg-config --cflags xrender` `pkg-config --cflags xft` `pkg-config --cflags xdmcp` `pkg-config --cflags xext` `pkg-config --cflags gtk+-3.0` `pkg-config --cflags libnotify` -I./ -I$(UPPOUT) +CINC = -I$(UPPDIR1) -I$(UPPDIR2) -I$(UPPDIR3) `pkg-config --cflags freetype2` `pkg-config --cflags fontconfig` `pkg-config --cflags x11` `pkg-config --cflags xcb` `pkg-config --cflags expat` `pkg-config --cflags libpng` `pkg-config --cflags xinerama` `pkg-config --cflags xrender` `pkg-config --cflags xft` `pkg-config --cflags xdmcp` `pkg-config --cflags xext` `pkg-config --cflags gtk+-3.0` `pkg-config --cflags libnotify` -I./ -I$(UPPOUT) Macro = -DflagGUI -DflagGCC -DflagSHARED -DflagPOSIX -DflagLINUX CXX = c++ LINKER = $(CXX) @@ -410,6 +412,8 @@ $(OutDir_ide): $(OutDir_ide)BaseDlg.o: $(UPPDIR1)ide/BaseDlg.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -474,8 +478,6 @@ $(OutDir_ide)BaseDlg.o: $(UPPDIR1)ide/BaseDlg.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -501,17 +503,27 @@ $(OutDir_ide)BaseDlg.o: $(UPPDIR1)ide/BaseDlg.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -541,6 +553,7 @@ $(OutDir_ide)BaseDlg.o: $(UPPDIR1)ide/BaseDlg.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -551,36 +564,48 @@ $(OutDir_ide)BaseDlg.o: $(UPPDIR1)ide/BaseDlg.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/BaseDlg.cpp \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -591,37 +616,43 @@ $(OutDir_ide)BaseDlg.o: $(UPPDIR1)ide/BaseDlg.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -686,8 +717,6 @@ $(OutDir_ide)SelectPkg.o: $(UPPDIR1)ide/SelectPkg.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -713,17 +742,27 @@ $(OutDir_ide)SelectPkg.o: $(UPPDIR1)ide/SelectPkg.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -753,6 +792,7 @@ $(OutDir_ide)SelectPkg.o: $(UPPDIR1)ide/SelectPkg.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -763,36 +803,48 @@ $(OutDir_ide)SelectPkg.o: $(UPPDIR1)ide/SelectPkg.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/SelectPkg.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -803,37 +855,43 @@ $(OutDir_ide)SelectPkg.o: $(UPPDIR1)ide/SelectPkg.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -898,8 +956,6 @@ $(OutDir_ide)UppWspc.o: $(UPPDIR1)ide/UppWspc.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -925,17 +981,27 @@ $(OutDir_ide)UppWspc.o: $(UPPDIR1)ide/UppWspc.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -965,6 +1031,7 @@ $(OutDir_ide)UppWspc.o: $(UPPDIR1)ide/UppWspc.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -975,36 +1042,48 @@ $(OutDir_ide)UppWspc.o: $(UPPDIR1)ide/UppWspc.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/UppWspc.cpp \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -1015,37 +1094,43 @@ $(OutDir_ide)UppWspc.o: $(UPPDIR1)ide/UppWspc.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -1110,8 +1195,6 @@ $(OutDir_ide)NewPackageFile.o: $(UPPDIR1)ide/NewPackageFile.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -1137,17 +1220,27 @@ $(OutDir_ide)NewPackageFile.o: $(UPPDIR1)ide/NewPackageFile.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -1177,6 +1270,7 @@ $(OutDir_ide)NewPackageFile.o: $(UPPDIR1)ide/NewPackageFile.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -1187,36 +1281,48 @@ $(OutDir_ide)NewPackageFile.o: $(UPPDIR1)ide/NewPackageFile.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/NewPackageFile.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -1227,37 +1333,43 @@ $(OutDir_ide)NewPackageFile.o: $(UPPDIR1)ide/NewPackageFile.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -1322,8 +1434,6 @@ $(OutDir_ide)Organizer.o: $(UPPDIR1)ide/Organizer.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -1349,17 +1459,27 @@ $(OutDir_ide)Organizer.o: $(UPPDIR1)ide/Organizer.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -1389,6 +1509,7 @@ $(OutDir_ide)Organizer.o: $(UPPDIR1)ide/Organizer.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -1399,36 +1520,48 @@ $(OutDir_ide)Organizer.o: $(UPPDIR1)ide/Organizer.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/Organizer.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -1439,37 +1572,43 @@ $(OutDir_ide)Organizer.o: $(UPPDIR1)ide/Organizer.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -1534,8 +1673,6 @@ $(OutDir_ide)Template.o: $(UPPDIR1)ide/Template.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -1561,17 +1698,27 @@ $(OutDir_ide)Template.o: $(UPPDIR1)ide/Template.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -1601,6 +1748,7 @@ $(OutDir_ide)Template.o: $(UPPDIR1)ide/Template.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -1611,36 +1759,48 @@ $(OutDir_ide)Template.o: $(UPPDIR1)ide/Template.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/Template.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -1651,37 +1811,43 @@ $(OutDir_ide)Template.o: $(UPPDIR1)ide/Template.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -1746,8 +1912,6 @@ $(OutDir_ide)Console.o: $(UPPDIR1)ide/Console.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -1773,17 +1937,27 @@ $(OutDir_ide)Console.o: $(UPPDIR1)ide/Console.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -1813,6 +1987,7 @@ $(OutDir_ide)Console.o: $(UPPDIR1)ide/Console.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -1823,36 +1998,48 @@ $(OutDir_ide)Console.o: $(UPPDIR1)ide/Console.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ + $(UPPDIR1)ide/Console.cpp \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -1863,37 +2050,43 @@ $(OutDir_ide)Console.o: $(UPPDIR1)ide/Console.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -1958,8 +2151,6 @@ $(OutDir_ide)FindFile.o: $(UPPDIR1)ide/FindFile.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -1985,17 +2176,27 @@ $(OutDir_ide)FindFile.o: $(UPPDIR1)ide/FindFile.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -2025,6 +2226,7 @@ $(OutDir_ide)FindFile.o: $(UPPDIR1)ide/FindFile.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -2035,36 +2237,48 @@ $(OutDir_ide)FindFile.o: $(UPPDIR1)ide/FindFile.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/FindFile.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -2075,37 +2289,43 @@ $(OutDir_ide)FindFile.o: $(UPPDIR1)ide/FindFile.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -2170,8 +2390,6 @@ $(OutDir_ide)FindInFiles.o: $(UPPDIR1)ide/FindInFiles.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -2197,17 +2415,27 @@ $(OutDir_ide)FindInFiles.o: $(UPPDIR1)ide/FindInFiles.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -2237,6 +2465,7 @@ $(OutDir_ide)FindInFiles.o: $(UPPDIR1)ide/FindInFiles.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -2247,36 +2476,48 @@ $(OutDir_ide)FindInFiles.o: $(UPPDIR1)ide/FindInFiles.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/FindInFiles.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -2287,37 +2528,43 @@ $(OutDir_ide)FindInFiles.o: $(UPPDIR1)ide/FindInFiles.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -2382,8 +2629,6 @@ $(OutDir_ide)Config.o: $(UPPDIR1)ide/Config.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -2409,17 +2654,27 @@ $(OutDir_ide)Config.o: $(UPPDIR1)ide/Config.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -2449,6 +2704,7 @@ $(OutDir_ide)Config.o: $(UPPDIR1)ide/Config.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -2459,36 +2715,48 @@ $(OutDir_ide)Config.o: $(UPPDIR1)ide/Config.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ + $(UPPDIR1)ide/Config.cpp \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -2499,37 +2767,43 @@ $(OutDir_ide)Config.o: $(UPPDIR1)ide/Config.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -2594,8 +2868,6 @@ $(OutDir_ide)ide.o: $(UPPDIR1)ide/ide.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -2621,17 +2893,27 @@ $(OutDir_ide)ide.o: $(UPPDIR1)ide/ide.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -2661,6 +2943,7 @@ $(OutDir_ide)ide.o: $(UPPDIR1)ide/ide.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -2671,36 +2954,48 @@ $(OutDir_ide)ide.o: $(UPPDIR1)ide/ide.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/ide.cpp \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -2711,37 +3006,43 @@ $(OutDir_ide)ide.o: $(UPPDIR1)ide/ide.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -2806,8 +3107,6 @@ $(OutDir_ide)idefile.o: $(UPPDIR1)ide/idefile.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -2833,17 +3132,27 @@ $(OutDir_ide)idefile.o: $(UPPDIR1)ide/idefile.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -2873,6 +3182,7 @@ $(OutDir_ide)idefile.o: $(UPPDIR1)ide/idefile.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -2883,36 +3193,48 @@ $(OutDir_ide)idefile.o: $(UPPDIR1)ide/idefile.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ + $(UPPDIR1)ide/idefile.cpp \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -2923,37 +3245,43 @@ $(OutDir_ide)idefile.o: $(UPPDIR1)ide/idefile.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -3018,8 +3346,6 @@ $(OutDir_ide)EditorTabBar.o: $(UPPDIR1)ide/EditorTabBar.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -3045,17 +3371,27 @@ $(OutDir_ide)EditorTabBar.o: $(UPPDIR1)ide/EditorTabBar.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -3085,6 +3421,7 @@ $(OutDir_ide)EditorTabBar.o: $(UPPDIR1)ide/EditorTabBar.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -3095,36 +3432,48 @@ $(OutDir_ide)EditorTabBar.o: $(UPPDIR1)ide/EditorTabBar.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/EditorTabBar.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -3135,37 +3484,43 @@ $(OutDir_ide)EditorTabBar.o: $(UPPDIR1)ide/EditorTabBar.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -3230,8 +3585,6 @@ $(OutDir_ide)Bottom.o: $(UPPDIR1)ide/Bottom.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -3257,17 +3610,27 @@ $(OutDir_ide)Bottom.o: $(UPPDIR1)ide/Bottom.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -3297,6 +3660,7 @@ $(OutDir_ide)Bottom.o: $(UPPDIR1)ide/Bottom.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -3307,36 +3671,48 @@ $(OutDir_ide)Bottom.o: $(UPPDIR1)ide/Bottom.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Bottom.cpp \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -3347,37 +3723,43 @@ $(OutDir_ide)Bottom.o: $(UPPDIR1)ide/Bottom.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -3442,8 +3824,6 @@ $(OutDir_ide)t.o: $(UPPDIR1)ide/t.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -3469,17 +3849,27 @@ $(OutDir_ide)t.o: $(UPPDIR1)ide/t.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -3509,6 +3899,7 @@ $(OutDir_ide)t.o: $(UPPDIR1)ide/t.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -3519,36 +3910,48 @@ $(OutDir_ide)t.o: $(UPPDIR1)ide/t.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/t.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -3559,37 +3962,43 @@ $(OutDir_ide)t.o: $(UPPDIR1)ide/t.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/t.cpp -o $(OutDir_ide)t.o $(OutDir_ide)AssistDisplay.o: $(UPPDIR1)ide/AssistDisplay.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -3654,8 +4063,6 @@ $(OutDir_ide)AssistDisplay.o: $(UPPDIR1)ide/AssistDisplay.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -3681,17 +4088,27 @@ $(OutDir_ide)AssistDisplay.o: $(UPPDIR1)ide/AssistDisplay.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -3721,6 +4138,7 @@ $(OutDir_ide)AssistDisplay.o: $(UPPDIR1)ide/AssistDisplay.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -3731,36 +4149,48 @@ $(OutDir_ide)AssistDisplay.o: $(UPPDIR1)ide/AssistDisplay.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/AssistDisplay.cpp \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -3771,37 +4201,43 @@ $(OutDir_ide)AssistDisplay.o: $(UPPDIR1)ide/AssistDisplay.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/AssistDisplay.cpp -o $(OutDir_ide)AssistDisplay.o $(OutDir_ide)IncludeTrick.o: $(UPPDIR1)ide/IncludeTrick.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -3866,8 +4302,6 @@ $(OutDir_ide)IncludeTrick.o: $(UPPDIR1)ide/IncludeTrick.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -3893,17 +4327,27 @@ $(OutDir_ide)IncludeTrick.o: $(UPPDIR1)ide/IncludeTrick.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -3933,6 +4377,7 @@ $(OutDir_ide)IncludeTrick.o: $(UPPDIR1)ide/IncludeTrick.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -3943,36 +4388,48 @@ $(OutDir_ide)IncludeTrick.o: $(UPPDIR1)ide/IncludeTrick.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ + $(UPPDIR1)ide/IncludeTrick.cpp \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -3983,37 +4440,43 @@ $(OutDir_ide)IncludeTrick.o: $(UPPDIR1)ide/IncludeTrick.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/IncludeTrick.cpp -o $(OutDir_ide)IncludeTrick.o $(OutDir_ide)Assist.o: $(UPPDIR1)ide/Assist.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -4078,8 +4541,6 @@ $(OutDir_ide)Assist.o: $(UPPDIR1)ide/Assist.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -4105,17 +4566,27 @@ $(OutDir_ide)Assist.o: $(UPPDIR1)ide/Assist.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -4145,6 +4616,7 @@ $(OutDir_ide)Assist.o: $(UPPDIR1)ide/Assist.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -4155,36 +4627,48 @@ $(OutDir_ide)Assist.o: $(UPPDIR1)ide/Assist.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/About.h \ $(UPPDIR1)ide/Android/Android.h \ $(UPPDIR1)ide/Android/Devices.h \ $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Assist.cpp \ $(UPPDIR1)ide/Assist.h \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -4195,37 +4679,43 @@ $(OutDir_ide)Assist.o: $(UPPDIR1)ide/Assist.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -4290,8 +4780,6 @@ $(OutDir_ide)DCopy.o: $(UPPDIR1)ide/DCopy.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -4317,17 +4805,27 @@ $(OutDir_ide)DCopy.o: $(UPPDIR1)ide/DCopy.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -4357,6 +4855,7 @@ $(OutDir_ide)DCopy.o: $(UPPDIR1)ide/DCopy.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -4367,36 +4866,48 @@ $(OutDir_ide)DCopy.o: $(UPPDIR1)ide/DCopy.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ - $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/DCopy.cpp \ $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -4407,37 +4918,43 @@ $(OutDir_ide)DCopy.o: $(UPPDIR1)ide/DCopy.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -4502,8 +5019,6 @@ $(OutDir_ide)ContextGoto.o: $(UPPDIR1)ide/ContextGoto.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -4529,17 +5044,27 @@ $(OutDir_ide)ContextGoto.o: $(UPPDIR1)ide/ContextGoto.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -4569,6 +5094,7 @@ $(OutDir_ide)ContextGoto.o: $(UPPDIR1)ide/ContextGoto.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -4579,36 +5105,48 @@ $(OutDir_ide)ContextGoto.o: $(UPPDIR1)ide/ContextGoto.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ + $(UPPDIR1)ide/ContextGoto.cpp \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -4619,37 +5157,43 @@ $(OutDir_ide)ContextGoto.o: $(UPPDIR1)ide/ContextGoto.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -4714,8 +5258,6 @@ $(OutDir_ide)GoToLine.o: $(UPPDIR1)ide/GoToLine.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -4741,17 +5283,27 @@ $(OutDir_ide)GoToLine.o: $(UPPDIR1)ide/GoToLine.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -4781,6 +5333,7 @@ $(OutDir_ide)GoToLine.o: $(UPPDIR1)ide/GoToLine.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -4791,36 +5344,48 @@ $(OutDir_ide)GoToLine.o: $(UPPDIR1)ide/GoToLine.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/GoToLine.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -4831,37 +5396,43 @@ $(OutDir_ide)GoToLine.o: $(UPPDIR1)ide/GoToLine.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -4926,8 +5497,6 @@ $(OutDir_ide)Swaps.o: $(UPPDIR1)ide/Swaps.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -4953,17 +5522,27 @@ $(OutDir_ide)Swaps.o: $(UPPDIR1)ide/Swaps.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -4993,6 +5572,7 @@ $(OutDir_ide)Swaps.o: $(UPPDIR1)ide/Swaps.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -5003,36 +5583,48 @@ $(OutDir_ide)Swaps.o: $(UPPDIR1)ide/Swaps.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/Swaps.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -5043,37 +5635,43 @@ $(OutDir_ide)Swaps.o: $(UPPDIR1)ide/Swaps.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Swaps.cpp -o $(OutDir_ide)Swaps.o $(OutDir_ide)Usage.o: $(UPPDIR1)ide/Usage.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -5138,8 +5736,6 @@ $(OutDir_ide)Usage.o: $(UPPDIR1)ide/Usage.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -5165,17 +5761,27 @@ $(OutDir_ide)Usage.o: $(UPPDIR1)ide/Usage.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -5205,6 +5811,7 @@ $(OutDir_ide)Usage.o: $(UPPDIR1)ide/Usage.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -5215,36 +5822,48 @@ $(OutDir_ide)Usage.o: $(UPPDIR1)ide/Usage.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ + $(UPPDIR1)ide/Usage.cpp \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -5255,37 +5874,43 @@ $(OutDir_ide)Usage.o: $(UPPDIR1)ide/Usage.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Usage.cpp -o $(OutDir_ide)Usage.o $(OutDir_ide)ParamInfo.o: $(UPPDIR1)ide/ParamInfo.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -5350,8 +5975,6 @@ $(OutDir_ide)ParamInfo.o: $(UPPDIR1)ide/ParamInfo.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -5377,17 +6000,27 @@ $(OutDir_ide)ParamInfo.o: $(UPPDIR1)ide/ParamInfo.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -5417,6 +6050,7 @@ $(OutDir_ide)ParamInfo.o: $(UPPDIR1)ide/ParamInfo.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -5427,36 +6061,48 @@ $(OutDir_ide)ParamInfo.o: $(UPPDIR1)ide/ParamInfo.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/ParamInfo.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -5467,37 +6113,43 @@ $(OutDir_ide)ParamInfo.o: $(UPPDIR1)ide/ParamInfo.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -5562,8 +6214,6 @@ $(OutDir_ide)Navigator.o: $(UPPDIR1)ide/Navigator.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -5589,17 +6239,27 @@ $(OutDir_ide)Navigator.o: $(UPPDIR1)ide/Navigator.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -5629,6 +6289,7 @@ $(OutDir_ide)Navigator.o: $(UPPDIR1)ide/Navigator.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -5639,36 +6300,48 @@ $(OutDir_ide)Navigator.o: $(UPPDIR1)ide/Navigator.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/Navigator.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -5679,37 +6352,43 @@ $(OutDir_ide)Navigator.o: $(UPPDIR1)ide/Navigator.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -5774,8 +6453,6 @@ $(OutDir_ide)Annotations.o: $(UPPDIR1)ide/Annotations.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -5801,17 +6478,27 @@ $(OutDir_ide)Annotations.o: $(UPPDIR1)ide/Annotations.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -5841,6 +6528,7 @@ $(OutDir_ide)Annotations.o: $(UPPDIR1)ide/Annotations.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -5851,36 +6539,48 @@ $(OutDir_ide)Annotations.o: $(UPPDIR1)ide/Annotations.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/About.h \ $(UPPDIR1)ide/Android/Android.h \ $(UPPDIR1)ide/Android/Devices.h \ $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Annotations.cpp \ $(UPPDIR1)ide/Assist.h \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -5891,37 +6591,43 @@ $(OutDir_ide)Annotations.o: $(UPPDIR1)ide/Annotations.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -5986,8 +6692,6 @@ $(OutDir_ide)Virtuals.o: $(UPPDIR1)ide/Virtuals.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -6013,17 +6717,27 @@ $(OutDir_ide)Virtuals.o: $(UPPDIR1)ide/Virtuals.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -6053,6 +6767,7 @@ $(OutDir_ide)Virtuals.o: $(UPPDIR1)ide/Virtuals.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -6063,37 +6778,49 @@ $(OutDir_ide)Virtuals.o: $(UPPDIR1)ide/Virtuals.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ + $(UPPDIR1)ide/Virtuals.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -6103,37 +6830,43 @@ $(OutDir_ide)Virtuals.o: $(UPPDIR1)ide/Virtuals.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Virtuals.cpp -o $(OutDir_ide)Virtuals.o $(OutDir_ide)Events.o: $(UPPDIR1)ide/Events.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -6198,8 +6931,6 @@ $(OutDir_ide)Events.o: $(UPPDIR1)ide/Events.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -6225,17 +6956,27 @@ $(OutDir_ide)Events.o: $(UPPDIR1)ide/Events.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -6265,6 +7006,7 @@ $(OutDir_ide)Events.o: $(UPPDIR1)ide/Events.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -6275,36 +7017,48 @@ $(OutDir_ide)Events.o: $(UPPDIR1)ide/Events.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/Events.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -6315,37 +7069,43 @@ $(OutDir_ide)Events.o: $(UPPDIR1)ide/Events.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Events.cpp -o $(OutDir_ide)Events.o $(OutDir_ide)NavDlg.o: $(UPPDIR1)ide/NavDlg.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -6410,8 +7170,6 @@ $(OutDir_ide)NavDlg.o: $(UPPDIR1)ide/NavDlg.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -6437,17 +7195,27 @@ $(OutDir_ide)NavDlg.o: $(UPPDIR1)ide/NavDlg.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -6477,6 +7245,7 @@ $(OutDir_ide)NavDlg.o: $(UPPDIR1)ide/NavDlg.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -6487,36 +7256,48 @@ $(OutDir_ide)NavDlg.o: $(UPPDIR1)ide/NavDlg.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/NavDlg.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -6527,37 +7308,43 @@ $(OutDir_ide)NavDlg.o: $(UPPDIR1)ide/NavDlg.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/NavDlg.cpp -o $(OutDir_ide)NavDlg.o $(OutDir_ide)Log.o: $(UPPDIR1)ide/Log.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -6622,8 +7409,6 @@ $(OutDir_ide)Log.o: $(UPPDIR1)ide/Log.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -6649,17 +7434,27 @@ $(OutDir_ide)Log.o: $(UPPDIR1)ide/Log.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -6689,6 +7484,7 @@ $(OutDir_ide)Log.o: $(UPPDIR1)ide/Log.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -6699,36 +7495,48 @@ $(OutDir_ide)Log.o: $(UPPDIR1)ide/Log.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/Log.cpp \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -6739,37 +7547,43 @@ $(OutDir_ide)Log.o: $(UPPDIR1)ide/Log.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Log.cpp -o $(OutDir_ide)Log.o $(OutDir_ide)MainConfig.o: $(UPPDIR1)ide/MainConfig.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -6834,8 +7648,6 @@ $(OutDir_ide)MainConfig.o: $(UPPDIR1)ide/MainConfig.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -6861,17 +7673,27 @@ $(OutDir_ide)MainConfig.o: $(UPPDIR1)ide/MainConfig.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -6901,6 +7723,7 @@ $(OutDir_ide)MainConfig.o: $(UPPDIR1)ide/MainConfig.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -6911,36 +7734,48 @@ $(OutDir_ide)MainConfig.o: $(UPPDIR1)ide/MainConfig.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/MainConfig.cpp \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -6951,37 +7786,43 @@ $(OutDir_ide)MainConfig.o: $(UPPDIR1)ide/MainConfig.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -7046,8 +7887,6 @@ $(OutDir_ide)Setup.o: $(UPPDIR1)ide/Setup.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7073,17 +7912,27 @@ $(OutDir_ide)Setup.o: $(UPPDIR1)ide/Setup.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -7113,6 +7962,7 @@ $(OutDir_ide)Setup.o: $(UPPDIR1)ide/Setup.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -7123,36 +7973,48 @@ $(OutDir_ide)Setup.o: $(UPPDIR1)ide/Setup.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/Setup.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -7163,37 +8025,43 @@ $(OutDir_ide)Setup.o: $(UPPDIR1)ide/Setup.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -7258,8 +8126,6 @@ $(OutDir_ide)Custom.o: $(UPPDIR1)ide/Custom.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7285,17 +8151,27 @@ $(OutDir_ide)Custom.o: $(UPPDIR1)ide/Custom.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -7325,6 +8201,7 @@ $(OutDir_ide)Custom.o: $(UPPDIR1)ide/Custom.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -7335,36 +8212,48 @@ $(OutDir_ide)Custom.o: $(UPPDIR1)ide/Custom.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ - $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Custom.cpp \ $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -7375,37 +8264,43 @@ $(OutDir_ide)Custom.o: $(UPPDIR1)ide/Custom.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -7470,8 +8365,6 @@ $(OutDir_ide)Print.o: $(UPPDIR1)ide/Print.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7497,17 +8390,27 @@ $(OutDir_ide)Print.o: $(UPPDIR1)ide/Print.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -7537,6 +8440,7 @@ $(OutDir_ide)Print.o: $(UPPDIR1)ide/Print.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -7547,36 +8451,48 @@ $(OutDir_ide)Print.o: $(UPPDIR1)ide/Print.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/Print.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -7587,37 +8503,43 @@ $(OutDir_ide)Print.o: $(UPPDIR1)ide/Print.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Print.cpp -o $(OutDir_ide)Print.o $(OutDir_ide)InsertImage.o: $(UPPDIR1)ide/InsertImage.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -7682,8 +8604,6 @@ $(OutDir_ide)InsertImage.o: $(UPPDIR1)ide/InsertImage.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7709,17 +8629,27 @@ $(OutDir_ide)InsertImage.o: $(UPPDIR1)ide/InsertImage.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -7749,6 +8679,7 @@ $(OutDir_ide)InsertImage.o: $(UPPDIR1)ide/InsertImage.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -7759,36 +8690,48 @@ $(OutDir_ide)InsertImage.o: $(UPPDIR1)ide/InsertImage.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ + $(UPPDIR1)ide/InsertImage.cpp \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -7799,37 +8742,43 @@ $(OutDir_ide)InsertImage.o: $(UPPDIR1)ide/InsertImage.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/InsertImage.cpp -o $(OutDir_ide)InsertImage.o $(OutDir_ide)Insert.o: $(UPPDIR1)ide/Insert.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -7894,8 +8843,6 @@ $(OutDir_ide)Insert.o: $(UPPDIR1)ide/Insert.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7921,17 +8868,27 @@ $(OutDir_ide)Insert.o: $(UPPDIR1)ide/Insert.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -7961,6 +8918,7 @@ $(OutDir_ide)Insert.o: $(UPPDIR1)ide/Insert.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -7971,36 +8929,48 @@ $(OutDir_ide)Insert.o: $(UPPDIR1)ide/Insert.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ + $(UPPDIR1)ide/Insert.cpp \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -8011,37 +8981,43 @@ $(OutDir_ide)Insert.o: $(UPPDIR1)ide/Insert.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -8106,8 +9082,6 @@ $(OutDir_ide)idetool.o: $(UPPDIR1)ide/idetool.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8133,17 +9107,27 @@ $(OutDir_ide)idetool.o: $(UPPDIR1)ide/idetool.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -8173,6 +9157,7 @@ $(OutDir_ide)idetool.o: $(UPPDIR1)ide/idetool.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -8183,36 +9168,48 @@ $(OutDir_ide)idetool.o: $(UPPDIR1)ide/idetool.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ + $(UPPDIR1)ide/idetool.cpp \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -8223,37 +9220,43 @@ $(OutDir_ide)idetool.o: $(UPPDIR1)ide/idetool.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -8318,8 +9321,6 @@ $(OutDir_ide)Install.o: $(UPPDIR1)ide/Install.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8345,17 +9346,27 @@ $(OutDir_ide)Install.o: $(UPPDIR1)ide/Install.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -8385,6 +9396,7 @@ $(OutDir_ide)Install.o: $(UPPDIR1)ide/Install.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -8395,36 +9407,48 @@ $(OutDir_ide)Install.o: $(UPPDIR1)ide/Install.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ + $(UPPDIR1)ide/Install.cpp \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -8435,37 +9459,43 @@ $(OutDir_ide)Install.o: $(UPPDIR1)ide/Install.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -8530,8 +9560,6 @@ $(OutDir_ide)Android.o: $(UPPDIR1)ide/Android.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8557,17 +9585,27 @@ $(OutDir_ide)Android.o: $(UPPDIR1)ide/Android.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -8597,6 +9635,7 @@ $(OutDir_ide)Android.o: $(UPPDIR1)ide/Android.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -8607,36 +9646,48 @@ $(OutDir_ide)Android.o: $(UPPDIR1)ide/Android.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/Android.cpp \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -8647,37 +9698,43 @@ $(OutDir_ide)Android.o: $(UPPDIR1)ide/Android.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -8742,8 +9799,6 @@ $(OutDir_ide)idebar.o: $(UPPDIR1)ide/idebar.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8769,18 +9824,27 @@ $(OutDir_ide)idebar.o: $(UPPDIR1)ide/idebar.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.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/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -8811,6 +9875,7 @@ $(OutDir_ide)idebar.o: $(UPPDIR1)ide/idebar.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -8821,36 +9886,48 @@ $(OutDir_ide)idebar.o: $(UPPDIR1)ide/idebar.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ + $(UPPDIR1)ide/idebar.cpp \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -8861,37 +9938,43 @@ $(OutDir_ide)idebar.o: $(UPPDIR1)ide/idebar.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/idebar.cpp -o $(OutDir_ide)idebar.o $(OutDir_ide)background.o: $(UPPDIR1)ide/background.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -8956,8 +10039,6 @@ $(OutDir_ide)background.o: $(UPPDIR1)ide/background.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8983,17 +10064,27 @@ $(OutDir_ide)background.o: $(UPPDIR1)ide/background.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -9023,6 +10114,7 @@ $(OutDir_ide)background.o: $(UPPDIR1)ide/background.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -9033,36 +10125,48 @@ $(OutDir_ide)background.o: $(UPPDIR1)ide/background.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/background.cpp \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -9073,37 +10177,43 @@ $(OutDir_ide)background.o: $(UPPDIR1)ide/background.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/background.cpp -o $(OutDir_ide)background.o $(OutDir_ide)idewin.o: $(UPPDIR1)ide/idewin.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -9168,8 +10278,6 @@ $(OutDir_ide)idewin.o: $(UPPDIR1)ide/idewin.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -9195,17 +10303,27 @@ $(OutDir_ide)idewin.o: $(UPPDIR1)ide/idewin.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -9235,6 +10353,7 @@ $(OutDir_ide)idewin.o: $(UPPDIR1)ide/idewin.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -9246,36 +10365,48 @@ $(OutDir_ide)idewin.o: $(UPPDIR1)ide/idewin.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ + $(UPPDIR1)ide/idewin.cpp \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -9286,37 +10417,43 @@ $(OutDir_ide)idewin.o: $(UPPDIR1)ide/idewin.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -9381,8 +10518,6 @@ $(OutDir_ide)main.o: $(UPPDIR1)ide/main.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -9408,17 +10543,27 @@ $(OutDir_ide)main.o: $(UPPDIR1)ide/main.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -9448,6 +10593,7 @@ $(OutDir_ide)main.o: $(UPPDIR1)ide/main.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -9458,37 +10604,49 @@ $(OutDir_ide)main.o: $(UPPDIR1)ide/main.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/CommandLineHandler.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/main.cpp \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -9499,33 +10657,37 @@ $(OutDir_ide)main.o: $(UPPDIR1)ide/main.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -9585,8 +10747,6 @@ $(OutDir_ide)CommandLineHandler.o: $(UPPDIR1)ide/CommandLineHandler.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -9612,17 +10772,27 @@ $(OutDir_ide)CommandLineHandler.o: $(UPPDIR1)ide/CommandLineHandler.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -9651,6 +10821,7 @@ $(OutDir_ide)CommandLineHandler.o: $(UPPDIR1)ide/CommandLineHandler.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -9660,6 +10831,7 @@ $(OutDir_ide)CommandLineHandler.o: $(UPPDIR1)ide/CommandLineHandler.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/About.h \ + $(UPPDIR1)ide/CommandLineHandler.cpp \ $(UPPDIR1)ide/CommandLineHandler.h \ $(UPPDIR1)ide/Common/CommandLineOptions.h \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ @@ -9670,18 +10842,21 @@ $(OutDir_ide)CommandLineHandler.o: $(UPPDIR1)ide/CommandLineHandler.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -9746,8 +10921,6 @@ $(OutDir_ide)About.o: $(UPPDIR1)ide/About.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -9774,17 +10947,27 @@ $(OutDir_ide)About.o: $(UPPDIR1)ide/About.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -9814,6 +10997,7 @@ $(OutDir_ide)About.o: $(UPPDIR1)ide/About.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -9824,36 +11008,48 @@ $(OutDir_ide)About.o: $(UPPDIR1)ide/About.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ + $(UPPDIR1)ide/About.cpp \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -9864,37 +11060,43 @@ $(OutDir_ide)About.o: $(UPPDIR1)ide/About.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -9959,8 +11161,6 @@ $(OutDir_ide)Macro.o: $(UPPDIR1)ide/Macro.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -9986,17 +11186,27 @@ $(OutDir_ide)Macro.o: $(UPPDIR1)ide/Macro.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -10026,6 +11236,7 @@ $(OutDir_ide)Macro.o: $(UPPDIR1)ide/Macro.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -10036,36 +11247,48 @@ $(OutDir_ide)Macro.o: $(UPPDIR1)ide/Macro.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/Macro.cpp \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -10076,37 +11299,43 @@ $(OutDir_ide)Macro.o: $(UPPDIR1)ide/Macro.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -10171,8 +11400,6 @@ $(OutDir_ide)Help.o: $(UPPDIR1)ide/Help.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -10198,17 +11425,27 @@ $(OutDir_ide)Help.o: $(UPPDIR1)ide/Help.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -10238,6 +11475,7 @@ $(OutDir_ide)Help.o: $(UPPDIR1)ide/Help.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -10248,36 +11486,48 @@ $(OutDir_ide)Help.o: $(UPPDIR1)ide/Help.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/Help.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -10288,37 +11538,43 @@ $(OutDir_ide)Help.o: $(UPPDIR1)ide/Help.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -10383,8 +11639,6 @@ $(OutDir_ide)SlideShow.o: $(UPPDIR1)ide/SlideShow.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -10410,17 +11664,27 @@ $(OutDir_ide)SlideShow.o: $(UPPDIR1)ide/SlideShow.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -10450,6 +11714,7 @@ $(OutDir_ide)SlideShow.o: $(UPPDIR1)ide/SlideShow.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -10460,36 +11725,48 @@ $(OutDir_ide)SlideShow.o: $(UPPDIR1)ide/SlideShow.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/SlideShow.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -10500,37 +11777,43 @@ $(OutDir_ide)SlideShow.o: $(UPPDIR1)ide/SlideShow.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -10595,8 +11878,6 @@ $(OutDir_ide)OnlineSearch.o: $(UPPDIR1)ide/OnlineSearch.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -10622,17 +11903,27 @@ $(OutDir_ide)OnlineSearch.o: $(UPPDIR1)ide/OnlineSearch.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -10662,6 +11953,7 @@ $(OutDir_ide)OnlineSearch.o: $(UPPDIR1)ide/OnlineSearch.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -10672,36 +11964,48 @@ $(OutDir_ide)OnlineSearch.o: $(UPPDIR1)ide/OnlineSearch.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/OnlineSearch.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -10712,37 +12016,43 @@ $(OutDir_ide)OnlineSearch.o: $(UPPDIR1)ide/OnlineSearch.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -10807,8 +12117,6 @@ $(OutDir_ide)Errors.o: $(UPPDIR1)ide/Errors.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -10834,17 +12142,27 @@ $(OutDir_ide)Errors.o: $(UPPDIR1)ide/Errors.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -10874,6 +12192,7 @@ $(OutDir_ide)Errors.o: $(UPPDIR1)ide/Errors.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -10884,36 +12203,48 @@ $(OutDir_ide)Errors.o: $(UPPDIR1)ide/Errors.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/Errors.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -10924,37 +12255,43 @@ $(OutDir_ide)Errors.o: $(UPPDIR1)ide/Errors.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -11019,8 +12356,6 @@ $(OutDir_ide)Calc.o: $(UPPDIR1)ide/Calc.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -11046,17 +12381,27 @@ $(OutDir_ide)Calc.o: $(UPPDIR1)ide/Calc.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -11086,6 +12431,7 @@ $(OutDir_ide)Calc.o: $(UPPDIR1)ide/Calc.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -11096,36 +12442,48 @@ $(OutDir_ide)Calc.o: $(UPPDIR1)ide/Calc.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Calc.cpp \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -11136,37 +12494,43 @@ $(OutDir_ide)Calc.o: $(UPPDIR1)ide/Calc.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -11231,8 +12595,6 @@ $(OutDir_ide)FormatCode.o: $(UPPDIR1)ide/FormatCode.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -11258,17 +12620,27 @@ $(OutDir_ide)FormatCode.o: $(UPPDIR1)ide/FormatCode.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -11298,6 +12670,7 @@ $(OutDir_ide)FormatCode.o: $(UPPDIR1)ide/FormatCode.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -11308,36 +12681,48 @@ $(OutDir_ide)FormatCode.o: $(UPPDIR1)ide/FormatCode.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/FormatCode.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -11348,37 +12733,43 @@ $(OutDir_ide)FormatCode.o: $(UPPDIR1)ide/FormatCode.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -11443,8 +12834,6 @@ $(OutDir_ide)Abbr.o: $(UPPDIR1)ide/Abbr.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -11470,17 +12859,27 @@ $(OutDir_ide)Abbr.o: $(UPPDIR1)ide/Abbr.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -11510,6 +12909,7 @@ $(OutDir_ide)Abbr.o: $(UPPDIR1)ide/Abbr.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -11520,36 +12920,48 @@ $(OutDir_ide)Abbr.o: $(UPPDIR1)ide/Abbr.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ + $(UPPDIR1)ide/Abbr.cpp \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -11560,37 +12972,43 @@ $(OutDir_ide)Abbr.o: $(UPPDIR1)ide/Abbr.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -11655,8 +13073,6 @@ $(OutDir_ide)Qtf.o: $(UPPDIR1)ide/Qtf.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -11682,17 +13098,27 @@ $(OutDir_ide)Qtf.o: $(UPPDIR1)ide/Qtf.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -11722,6 +13148,7 @@ $(OutDir_ide)Qtf.o: $(UPPDIR1)ide/Qtf.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -11732,36 +13159,48 @@ $(OutDir_ide)Qtf.o: $(UPPDIR1)ide/Qtf.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/Qtf.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -11772,37 +13211,43 @@ $(OutDir_ide)Qtf.o: $(UPPDIR1)ide/Qtf.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -11867,8 +13312,6 @@ $(OutDir_ide)Xml.o: $(UPPDIR1)ide/Xml.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -11894,17 +13337,27 @@ $(OutDir_ide)Xml.o: $(UPPDIR1)ide/Xml.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -11934,6 +13387,7 @@ $(OutDir_ide)Xml.o: $(UPPDIR1)ide/Xml.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -11944,37 +13398,49 @@ $(OutDir_ide)Xml.o: $(UPPDIR1)ide/Xml.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ + $(UPPDIR1)ide/Xml.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -11984,37 +13450,43 @@ $(OutDir_ide)Xml.o: $(UPPDIR1)ide/Xml.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -12079,8 +13551,6 @@ $(OutDir_ide)Json.o: $(UPPDIR1)ide/Json.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -12106,17 +13576,27 @@ $(OutDir_ide)Json.o: $(UPPDIR1)ide/Json.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -12146,6 +13626,7 @@ $(OutDir_ide)Json.o: $(UPPDIR1)ide/Json.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -12156,36 +13637,48 @@ $(OutDir_ide)Json.o: $(UPPDIR1)ide/Json.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/Json.cpp \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -12196,37 +13689,43 @@ $(OutDir_ide)Json.o: $(UPPDIR1)ide/Json.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -12291,8 +13790,6 @@ $(OutDir_ide)MacroManager.o: $(UPPDIR1)ide/MacroManager.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -12318,17 +13815,27 @@ $(OutDir_ide)MacroManager.o: $(UPPDIR1)ide/MacroManager.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -12358,6 +13865,7 @@ $(OutDir_ide)MacroManager.o: $(UPPDIR1)ide/MacroManager.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -12368,37 +13876,51 @@ $(OutDir_ide)MacroManager.o: $(UPPDIR1)ide/MacroManager.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/MacroManager.cpp \ $(UPPDIR1)ide/MacroManager/MacroManager.h \ + $(UPPDIR1)ide/MacroManager/MacroManager.iml \ + $(UPPDIR1)ide/MacroManager/MacroManager.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -12409,37 +13931,43 @@ $(OutDir_ide)MacroManager.o: $(UPPDIR1)ide/MacroManager.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/MacroManager.cpp -o $(OutDir_ide)MacroManager.o $(OutDir_ide)SetupGIT.o: $(UPPDIR1)ide/SetupGIT.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -12504,8 +14032,6 @@ $(OutDir_ide)SetupGIT.o: $(UPPDIR1)ide/SetupGIT.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -12531,17 +14057,27 @@ $(OutDir_ide)SetupGIT.o: $(UPPDIR1)ide/SetupGIT.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -12571,6 +14107,7 @@ $(OutDir_ide)SetupGIT.o: $(UPPDIR1)ide/SetupGIT.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -12581,36 +14118,48 @@ $(OutDir_ide)SetupGIT.o: $(UPPDIR1)ide/SetupGIT.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/SetupGIT.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -12621,37 +14170,43 @@ $(OutDir_ide)SetupGIT.o: $(UPPDIR1)ide/SetupGIT.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/SetupGIT.cpp -o $(OutDir_ide)SetupGIT.o $(OutDir_ide)Upgrade.o: $(UPPDIR1)ide/Upgrade.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -12716,8 +14271,6 @@ $(OutDir_ide)Upgrade.o: $(UPPDIR1)ide/Upgrade.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -12743,17 +14296,27 @@ $(OutDir_ide)Upgrade.o: $(UPPDIR1)ide/Upgrade.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -12783,6 +14346,7 @@ $(OutDir_ide)Upgrade.o: $(UPPDIR1)ide/Upgrade.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -12793,36 +14357,48 @@ $(OutDir_ide)Upgrade.o: $(UPPDIR1)ide/Upgrade.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/Upgrade.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -12833,37 +14409,43 @@ $(OutDir_ide)Upgrade.o: $(UPPDIR1)ide/Upgrade.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Upgrade.cpp -o $(OutDir_ide)Upgrade.o $(OutDir_ide)UppHub.o: $(UPPDIR1)ide/UppHub.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -12928,8 +14510,6 @@ $(OutDir_ide)UppHub.o: $(UPPDIR1)ide/UppHub.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -12955,17 +14535,27 @@ $(OutDir_ide)UppHub.o: $(UPPDIR1)ide/UppHub.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -12995,6 +14585,7 @@ $(OutDir_ide)UppHub.o: $(UPPDIR1)ide/UppHub.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -13005,36 +14596,48 @@ $(OutDir_ide)UppHub.o: $(UPPDIR1)ide/UppHub.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ + $(UPPDIR1)ide/UppHub.cpp \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -13045,37 +14648,43 @@ $(OutDir_ide)UppHub.o: $(UPPDIR1)ide/UppHub.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/UppHub.cpp -o $(OutDir_ide)UppHub.o $(OutDir_ide)MethodsCtrls.o: $(UPPDIR1)ide/MethodsCtrls.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -13140,8 +14749,6 @@ $(OutDir_ide)MethodsCtrls.o: $(UPPDIR1)ide/MethodsCtrls.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -13167,17 +14774,27 @@ $(OutDir_ide)MethodsCtrls.o: $(UPPDIR1)ide/MethodsCtrls.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -13207,6 +14824,7 @@ $(OutDir_ide)MethodsCtrls.o: $(UPPDIR1)ide/MethodsCtrls.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -13217,36 +14835,48 @@ $(OutDir_ide)MethodsCtrls.o: $(UPPDIR1)ide/MethodsCtrls.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/MethodsCtrls.cpp \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -13257,37 +14887,43 @@ $(OutDir_ide)MethodsCtrls.o: $(UPPDIR1)ide/MethodsCtrls.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -13352,8 +14988,6 @@ $(OutDir_ide)Methods.o: $(UPPDIR1)ide/Methods.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -13379,17 +15013,27 @@ $(OutDir_ide)Methods.o: $(UPPDIR1)ide/Methods.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -13419,6 +15063,7 @@ $(OutDir_ide)Methods.o: $(UPPDIR1)ide/Methods.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -13429,38 +15074,50 @@ $(OutDir_ide)Methods.o: $(UPPDIR1)ide/Methods.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(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/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/Methods.cpp \ $(UPPDIR1)ide/Methods.h \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -13471,37 +15128,43 @@ $(OutDir_ide)Methods.o: $(UPPDIR1)ide/Methods.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -13566,8 +15229,6 @@ $(OutDir_ide)AutoSetup.o: $(UPPDIR1)ide/AutoSetup.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -13593,17 +15254,27 @@ $(OutDir_ide)AutoSetup.o: $(UPPDIR1)ide/AutoSetup.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -13633,6 +15304,7 @@ $(OutDir_ide)AutoSetup.o: $(UPPDIR1)ide/AutoSetup.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -13643,36 +15315,48 @@ $(OutDir_ide)AutoSetup.o: $(UPPDIR1)ide/AutoSetup.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/AutoSetup.cpp \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -13683,37 +15367,43 @@ $(OutDir_ide)AutoSetup.o: $(UPPDIR1)ide/AutoSetup.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -13778,8 +15468,6 @@ $(OutDir_ide)InstantSetup.o: $(UPPDIR1)ide/InstantSetup.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -13805,17 +15493,27 @@ $(OutDir_ide)InstantSetup.o: $(UPPDIR1)ide/InstantSetup.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -13845,6 +15543,7 @@ $(OutDir_ide)InstantSetup.o: $(UPPDIR1)ide/InstantSetup.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -13855,36 +15554,48 @@ $(OutDir_ide)InstantSetup.o: $(UPPDIR1)ide/InstantSetup.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ + $(UPPDIR1)ide/InstantSetup.cpp \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -13895,37 +15606,43 @@ $(OutDir_ide)InstantSetup.o: $(UPPDIR1)ide/InstantSetup.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -13990,8 +15707,6 @@ $(OutDir_ide)OutputMode.o: $(UPPDIR1)ide/OutputMode.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -14017,17 +15732,27 @@ $(OutDir_ide)OutputMode.o: $(UPPDIR1)ide/OutputMode.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -14057,6 +15782,7 @@ $(OutDir_ide)OutputMode.o: $(UPPDIR1)ide/OutputMode.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -14067,36 +15793,48 @@ $(OutDir_ide)OutputMode.o: $(UPPDIR1)ide/OutputMode.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/OutputMode.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -14107,37 +15845,43 @@ $(OutDir_ide)OutputMode.o: $(UPPDIR1)ide/OutputMode.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -14202,8 +15946,6 @@ $(OutDir_ide)Build.o: $(UPPDIR1)ide/Build.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -14229,17 +15971,27 @@ $(OutDir_ide)Build.o: $(UPPDIR1)ide/Build.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -14269,6 +16021,7 @@ $(OutDir_ide)Build.o: $(UPPDIR1)ide/Build.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -14279,36 +16032,48 @@ $(OutDir_ide)Build.o: $(UPPDIR1)ide/Build.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ + $(UPPDIR1)ide/Build.cpp \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -14319,37 +16084,43 @@ $(OutDir_ide)Build.o: $(UPPDIR1)ide/Build.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -14414,8 +16185,6 @@ $(OutDir_ide)Debug.o: $(UPPDIR1)ide/Debug.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -14441,17 +16210,27 @@ $(OutDir_ide)Debug.o: $(UPPDIR1)ide/Debug.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -14481,6 +16260,7 @@ $(OutDir_ide)Debug.o: $(UPPDIR1)ide/Debug.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -14491,36 +16271,48 @@ $(OutDir_ide)Debug.o: $(UPPDIR1)ide/Debug.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ - $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debug.cpp \ $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -14531,37 +16323,43 @@ $(OutDir_ide)Debug.o: $(UPPDIR1)ide/Debug.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -14626,8 +16424,6 @@ $(OutDir_ide)Valgrind.o: $(UPPDIR1)ide/Valgrind.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -14653,17 +16449,27 @@ $(OutDir_ide)Valgrind.o: $(UPPDIR1)ide/Valgrind.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -14693,6 +16499,7 @@ $(OutDir_ide)Valgrind.o: $(UPPDIR1)ide/Valgrind.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -14703,36 +16510,48 @@ $(OutDir_ide)Valgrind.o: $(UPPDIR1)ide/Valgrind.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ + $(UPPDIR1)ide/Valgrind.cpp \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -14743,37 +16562,43 @@ $(OutDir_ide)Valgrind.o: $(UPPDIR1)ide/Valgrind.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -14838,8 +16663,6 @@ $(OutDir_ide)Export.o: $(UPPDIR1)ide/Export.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -14865,17 +16688,27 @@ $(OutDir_ide)Export.o: $(UPPDIR1)ide/Export.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -14905,6 +16738,7 @@ $(OutDir_ide)Export.o: $(UPPDIR1)ide/Export.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -14915,36 +16749,48 @@ $(OutDir_ide)Export.o: $(UPPDIR1)ide/Export.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/Export.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -14955,37 +16801,43 @@ $(OutDir_ide)Export.o: $(UPPDIR1)ide/Export.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Export.cpp -o $(OutDir_ide)Export.o $(OutDir_ide)RepoConsole.o: $(UPPDIR1)ide/RepoConsole.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -15050,8 +16902,6 @@ $(OutDir_ide)RepoConsole.o: $(UPPDIR1)ide/RepoConsole.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -15077,17 +16927,27 @@ $(OutDir_ide)RepoConsole.o: $(UPPDIR1)ide/RepoConsole.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -15117,6 +16977,7 @@ $(OutDir_ide)RepoConsole.o: $(UPPDIR1)ide/RepoConsole.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -15127,36 +16988,48 @@ $(OutDir_ide)RepoConsole.o: $(UPPDIR1)ide/RepoConsole.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/RepoConsole.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -15167,37 +17040,43 @@ $(OutDir_ide)RepoConsole.o: $(UPPDIR1)ide/RepoConsole.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/RepoConsole.cpp -o $(OutDir_ide)RepoConsole.o $(OutDir_ide)RepoSync.o: $(UPPDIR1)ide/RepoSync.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -15262,8 +17141,6 @@ $(OutDir_ide)RepoSync.o: $(UPPDIR1)ide/RepoSync.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -15289,17 +17166,27 @@ $(OutDir_ide)RepoSync.o: $(UPPDIR1)ide/RepoSync.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -15329,6 +17216,7 @@ $(OutDir_ide)RepoSync.o: $(UPPDIR1)ide/RepoSync.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -15339,36 +17227,48 @@ $(OutDir_ide)RepoSync.o: $(UPPDIR1)ide/RepoSync.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ + $(UPPDIR1)ide/RepoSync.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -15379,37 +17279,43 @@ $(OutDir_ide)RepoSync.o: $(UPPDIR1)ide/RepoSync.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/RepoSync.cpp -o $(OutDir_ide)RepoSync.o $(OutDir_ide)Credentials.o: $(UPPDIR1)ide/Credentials.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -15474,8 +17380,6 @@ $(OutDir_ide)Credentials.o: $(UPPDIR1)ide/Credentials.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -15501,17 +17405,27 @@ $(OutDir_ide)Credentials.o: $(UPPDIR1)ide/Credentials.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -15541,6 +17455,7 @@ $(OutDir_ide)Credentials.o: $(UPPDIR1)ide/Credentials.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -15551,36 +17466,48 @@ $(OutDir_ide)Credentials.o: $(UPPDIR1)ide/Credentials.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ - $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Credentials.cpp \ $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -15591,37 +17518,43 @@ $(OutDir_ide)Credentials.o: $(UPPDIR1)ide/Credentials.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Credentials.cpp -o $(OutDir_ide)Credentials.o $(OutDir_ide)Diff.o: $(UPPDIR1)ide/Diff.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -15686,8 +17619,6 @@ $(OutDir_ide)Diff.o: $(UPPDIR1)ide/Diff.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -15713,17 +17644,27 @@ $(OutDir_ide)Diff.o: $(UPPDIR1)ide/Diff.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -15753,6 +17694,7 @@ $(OutDir_ide)Diff.o: $(UPPDIR1)ide/Diff.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -15763,36 +17705,48 @@ $(OutDir_ide)Diff.o: $(UPPDIR1)ide/Diff.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/Diff.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -15803,37 +17757,43 @@ $(OutDir_ide)Diff.o: $(UPPDIR1)ide/Diff.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Diff.cpp -o $(OutDir_ide)Diff.o $(OutDir_ide)DirRepoDiff.o: $(UPPDIR1)ide/DirRepoDiff.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -15898,8 +17858,6 @@ $(OutDir_ide)DirRepoDiff.o: $(UPPDIR1)ide/DirRepoDiff.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -15925,17 +17883,27 @@ $(OutDir_ide)DirRepoDiff.o: $(UPPDIR1)ide/DirRepoDiff.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -15965,6 +17933,7 @@ $(OutDir_ide)DirRepoDiff.o: $(UPPDIR1)ide/DirRepoDiff.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -15975,36 +17944,48 @@ $(OutDir_ide)DirRepoDiff.o: $(UPPDIR1)ide/DirRepoDiff.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/DirRepoDiff.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -16015,33 +17996,37 @@ $(OutDir_ide)DirRepoDiff.o: $(UPPDIR1)ide/DirRepoDiff.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/DirRepoDiff.cpp -o $(OutDir_ide)DirRepoDiff.o $(OutDir_ide_Common): @@ -16049,6 +18034,8 @@ $(OutDir_ide_Common): $(OutDir_ide_Common)ComDlg.o: $(UPPDIR1)ide/Common/ComDlg.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -16113,8 +18100,6 @@ $(OutDir_ide_Common)ComDlg.o: $(UPPDIR1)ide/Common/ComDlg.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16140,17 +18125,27 @@ $(OutDir_ide_Common)ComDlg.o: $(UPPDIR1)ide/Common/ComDlg.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -16179,6 +18174,7 @@ $(OutDir_ide_Common)ComDlg.o: $(UPPDIR1)ide/Common/ComDlg.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -16189,7 +18185,9 @@ $(OutDir_ide_Common)ComDlg.o: $(UPPDIR1)ide/Common/ComDlg.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)ide/Common/ComDlg.cpp \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -16200,27 +18198,29 @@ $(OutDir_ide_Common)ComDlg.o: $(UPPDIR1)ide/Common/ComDlg.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -16285,8 +18285,6 @@ $(OutDir_ide_Common)Module.o: $(UPPDIR1)ide/Common/Module.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16312,17 +18310,27 @@ $(OutDir_ide_Common)Module.o: $(UPPDIR1)ide/Common/Module.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -16351,6 +18359,7 @@ $(OutDir_ide_Common)Module.o: $(UPPDIR1)ide/Common/Module.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -16361,6 +18370,8 @@ $(OutDir_ide_Common)Module.o: $(UPPDIR1)ide/Common/Module.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ + $(UPPDIR1)ide/Common/Module.cpp \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -16371,27 +18382,29 @@ $(OutDir_ide_Common)Module.o: $(UPPDIR1)ide/Common/Module.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -16456,8 +18469,6 @@ $(OutDir_ide_Common)Util.o: $(UPPDIR1)ide/Common/Util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16483,17 +18494,27 @@ $(OutDir_ide_Common)Util.o: $(UPPDIR1)ide/Common/Util.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -16522,6 +18543,7 @@ $(OutDir_ide_Common)Util.o: $(UPPDIR1)ide/Common/Util.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -16532,6 +18554,8 @@ $(OutDir_ide_Common)Util.o: $(UPPDIR1)ide/Common/Util.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ + $(UPPDIR1)ide/Common/Util.cpp \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -16542,23 +18566,23 @@ $(OutDir_ide_Common)Util.o: $(UPPDIR1)ide/Common/Util.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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: \ @@ -16630,8 +18654,6 @@ $(OutDir_ide_Core)Ide.o: $(UPPDIR1)ide/Core/Ide.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16660,13 +18682,11 @@ $(OutDir_ide_Core)Ide.o: $(UPPDIR1)ide/Core/Ide.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Ide.cpp \ $(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 @@ -16729,8 +18749,6 @@ $(OutDir_ide_Core)Cache.o: $(UPPDIR1)ide/Core/Cache.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16757,15 +18775,13 @@ $(OutDir_ide_Core)Cache.o: $(UPPDIR1)ide/Core/Cache.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Core/Cache.cpp \ $(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 @@ -16828,8 +18844,6 @@ $(OutDir_ide_Core)Core.o: $(UPPDIR1)ide/Core/Core.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16856,15 +18870,13 @@ $(OutDir_ide_Core)Core.o: $(UPPDIR1)ide/Core/Core.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Core/Core.cpp \ $(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 @@ -16927,8 +18939,6 @@ $(OutDir_ide_Core)Builder.o: $(UPPDIR1)ide/Core/Builder.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16955,15 +18965,13 @@ $(OutDir_ide_Core)Builder.o: $(UPPDIR1)ide/Core/Builder.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Core/Builder.cpp \ $(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 @@ -17026,8 +19034,6 @@ $(OutDir_ide_Core)PPinfo.o: $(UPPDIR1)ide/Core/PPinfo.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -17057,12 +19063,10 @@ $(OutDir_ide_Core)PPinfo.o: $(UPPDIR1)ide/Core/PPinfo.cpp \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Core/PPinfo.cpp \ $(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 @@ -17125,8 +19129,6 @@ $(OutDir_ide_Core)Assembly.o: $(UPPDIR1)ide/Core/Assembly.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -17153,15 +19155,13 @@ $(OutDir_ide_Core)Assembly.o: $(UPPDIR1)ide/Core/Assembly.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Core/Assembly.cpp \ $(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 @@ -17224,8 +19224,6 @@ $(OutDir_ide_Core)Package.o: $(UPPDIR1)ide/Core/Package.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -17255,12 +19253,10 @@ $(OutDir_ide_Core)Package.o: $(UPPDIR1)ide/Core/Package.cpp \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Core/Package.cpp \ $(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 @@ -17323,8 +19319,6 @@ $(OutDir_ide_Core)Workspace.o: $(UPPDIR1)ide/Core/Workspace.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -17354,12 +19348,10 @@ $(OutDir_ide_Core)Workspace.o: $(UPPDIR1)ide/Core/Workspace.cpp \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Core/Workspace.cpp \ $(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 @@ -17422,8 +19414,6 @@ $(OutDir_ide_Core)usc.o: $(UPPDIR1)ide/Core/usc.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -17453,12 +19443,10 @@ $(OutDir_ide_Core)usc.o: $(UPPDIR1)ide/Core/usc.cpp \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Core/usc.cpp \ $(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 @@ -17521,8 +19509,6 @@ $(OutDir_ide_Core)BinObj.o: $(UPPDIR1)ide/Core/BinObj.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -17549,15 +19535,13 @@ $(OutDir_ide_Core)BinObj.o: $(UPPDIR1)ide/Core/BinObj.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Core/BinObj.cpp \ $(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 @@ -17620,8 +19604,6 @@ $(OutDir_ide_Core)Util.o: $(UPPDIR1)ide/Core/Util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -17651,12 +19633,10 @@ $(OutDir_ide_Core)Util.o: $(UPPDIR1)ide/Core/Util.cpp \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Core/Util.cpp \ $(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 @@ -17719,8 +19699,6 @@ $(OutDir_ide_Core)Host.o: $(UPPDIR1)ide/Core/Host.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -17748,14 +19726,12 @@ $(OutDir_ide_Core)Host.o: $(UPPDIR1)ide/Core/Host.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.cpp \ $(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 @@ -17817,8 +19793,6 @@ $(OutDir_ide_Core)Logger.o: $(UPPDIR1)ide/Core/Logger.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -17844,9 +19818,8 @@ $(OutDir_ide_Core)Logger.o: $(UPPDIR1)ide/Core/Logger.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)ide/Core/Logger.cpp \ $(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 @@ -17884,6 +19857,8 @@ $(OutDir_ide_LayDes): $(OutDir_ide_LayDes)sdiff.o: $(UPPDIR1)ide/LayDes/sdiff.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -17948,8 +19923,6 @@ $(OutDir_ide_LayDes)sdiff.o: $(UPPDIR1)ide/LayDes/sdiff.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -17975,17 +19948,27 @@ $(OutDir_ide_LayDes)sdiff.o: $(UPPDIR1)ide/LayDes/sdiff.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -18015,6 +19998,7 @@ $(OutDir_ide_LayDes)sdiff.o: $(UPPDIR1)ide/LayDes/sdiff.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -18025,14 +20009,22 @@ $(OutDir_ide_LayDes)sdiff.o: $(UPPDIR1)ide/LayDes/sdiff.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/LayDes/sdiff.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -18042,29 +20034,33 @@ $(OutDir_ide_LayDes)sdiff.o: $(UPPDIR1)ide/LayDes/sdiff.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -18129,8 +20125,6 @@ $(OutDir_ide_LayDes)laylib.o: $(UPPDIR1)ide/LayDes/laylib.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -18156,17 +20150,27 @@ $(OutDir_ide_LayDes)laylib.o: $(UPPDIR1)ide/LayDes/laylib.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -18196,6 +20200,7 @@ $(OutDir_ide_LayDes)laylib.o: $(UPPDIR1)ide/LayDes/laylib.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -18206,14 +20211,22 @@ $(OutDir_ide_LayDes)laylib.o: $(UPPDIR1)ide/LayDes/laylib.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/LayDes/laylib.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -18223,29 +20236,33 @@ $(OutDir_ide_LayDes)laylib.o: $(UPPDIR1)ide/LayDes/laylib.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -18310,8 +20327,6 @@ $(OutDir_ide_LayDes)layusc.o: $(UPPDIR1)ide/LayDes/layusc.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -18337,17 +20352,27 @@ $(OutDir_ide_LayDes)layusc.o: $(UPPDIR1)ide/LayDes/layusc.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -18377,6 +20402,7 @@ $(OutDir_ide_LayDes)layusc.o: $(UPPDIR1)ide/LayDes/layusc.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -18387,14 +20413,22 @@ $(OutDir_ide_LayDes)layusc.o: $(UPPDIR1)ide/LayDes/layusc.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/LayDes/layusc.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -18404,29 +20438,33 @@ $(OutDir_ide_LayDes)layusc.o: $(UPPDIR1)ide/LayDes/layusc.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -18491,8 +20529,6 @@ $(OutDir_ide_LayDes)property.o: $(UPPDIR1)ide/LayDes/property.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -18518,17 +20554,27 @@ $(OutDir_ide_LayDes)property.o: $(UPPDIR1)ide/LayDes/property.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -18558,6 +20604,7 @@ $(OutDir_ide_LayDes)property.o: $(UPPDIR1)ide/LayDes/property.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -18568,14 +20615,22 @@ $(OutDir_ide_LayDes)property.o: $(UPPDIR1)ide/LayDes/property.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/LayDes/property.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -18585,29 +20640,33 @@ $(OutDir_ide_LayDes)property.o: $(UPPDIR1)ide/LayDes/property.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -18672,8 +20731,6 @@ $(OutDir_ide_LayDes)textprop.o: $(UPPDIR1)ide/LayDes/textprop.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -18699,17 +20756,27 @@ $(OutDir_ide_LayDes)textprop.o: $(UPPDIR1)ide/LayDes/textprop.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -18739,6 +20806,7 @@ $(OutDir_ide_LayDes)textprop.o: $(UPPDIR1)ide/LayDes/textprop.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -18749,14 +20817,22 @@ $(OutDir_ide_LayDes)textprop.o: $(UPPDIR1)ide/LayDes/textprop.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/LayDes/textprop.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -18766,29 +20842,33 @@ $(OutDir_ide_LayDes)textprop.o: $(UPPDIR1)ide/LayDes/textprop.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -18853,8 +20933,6 @@ $(OutDir_ide_LayDes)fontprop.o: $(UPPDIR1)ide/LayDes/fontprop.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -18880,17 +20958,27 @@ $(OutDir_ide_LayDes)fontprop.o: $(UPPDIR1)ide/LayDes/fontprop.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -18920,6 +21008,7 @@ $(OutDir_ide_LayDes)fontprop.o: $(UPPDIR1)ide/LayDes/fontprop.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -18930,14 +21019,22 @@ $(OutDir_ide_LayDes)fontprop.o: $(UPPDIR1)ide/LayDes/fontprop.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/LayDes/fontprop.cpp \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -18947,29 +21044,33 @@ $(OutDir_ide_LayDes)fontprop.o: $(UPPDIR1)ide/LayDes/fontprop.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -19034,8 +21135,6 @@ $(OutDir_ide_LayDes)propane.o: $(UPPDIR1)ide/LayDes/propane.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -19061,17 +21160,27 @@ $(OutDir_ide_LayDes)propane.o: $(UPPDIR1)ide/LayDes/propane.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -19101,6 +21210,7 @@ $(OutDir_ide_LayDes)propane.o: $(UPPDIR1)ide/LayDes/propane.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -19111,14 +21221,22 @@ $(OutDir_ide_LayDes)propane.o: $(UPPDIR1)ide/LayDes/propane.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/LayDes/propane.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -19128,29 +21246,33 @@ $(OutDir_ide_LayDes)propane.o: $(UPPDIR1)ide/LayDes/propane.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -19215,8 +21337,6 @@ $(OutDir_ide_LayDes)item.o: $(UPPDIR1)ide/LayDes/item.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -19242,17 +21362,27 @@ $(OutDir_ide_LayDes)item.o: $(UPPDIR1)ide/LayDes/item.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -19282,6 +21412,7 @@ $(OutDir_ide_LayDes)item.o: $(UPPDIR1)ide/LayDes/item.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -19292,14 +21423,22 @@ $(OutDir_ide_LayDes)item.o: $(UPPDIR1)ide/LayDes/item.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/LayDes/item.cpp \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -19309,29 +21448,33 @@ $(OutDir_ide_LayDes)item.o: $(UPPDIR1)ide/LayDes/item.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -19396,8 +21539,6 @@ $(OutDir_ide_LayDes)layout.o: $(UPPDIR1)ide/LayDes/layout.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -19423,17 +21564,27 @@ $(OutDir_ide_LayDes)layout.o: $(UPPDIR1)ide/LayDes/layout.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -19463,6 +21614,7 @@ $(OutDir_ide_LayDes)layout.o: $(UPPDIR1)ide/LayDes/layout.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -19473,14 +21625,22 @@ $(OutDir_ide_LayDes)layout.o: $(UPPDIR1)ide/LayDes/layout.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/LayDes/layout.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -19490,29 +21650,33 @@ $(OutDir_ide_LayDes)layout.o: $(UPPDIR1)ide/LayDes/layout.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -19577,8 +21741,6 @@ $(OutDir_ide_LayDes)visgen.o: $(UPPDIR1)ide/LayDes/visgen.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -19604,17 +21766,27 @@ $(OutDir_ide_LayDes)visgen.o: $(UPPDIR1)ide/LayDes/visgen.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -19644,6 +21816,7 @@ $(OutDir_ide_LayDes)visgen.o: $(UPPDIR1)ide/LayDes/visgen.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -19654,14 +21827,22 @@ $(OutDir_ide_LayDes)visgen.o: $(UPPDIR1)ide/LayDes/visgen.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/LayDes/visgen.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -19671,29 +21852,33 @@ $(OutDir_ide_LayDes)visgen.o: $(UPPDIR1)ide/LayDes/visgen.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -19758,8 +21943,6 @@ $(OutDir_ide_LayDes)laydes.o: $(UPPDIR1)ide/LayDes/laydes.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -19785,17 +21968,27 @@ $(OutDir_ide_LayDes)laydes.o: $(UPPDIR1)ide/LayDes/laydes.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -19825,6 +22018,7 @@ $(OutDir_ide_LayDes)laydes.o: $(UPPDIR1)ide/LayDes/laydes.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -19836,14 +22030,22 @@ $(OutDir_ide_LayDes)laydes.o: $(UPPDIR1)ide/LayDes/laydes.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/LayDes/laydes.cpp \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -19853,29 +22055,33 @@ $(OutDir_ide_LayDes)laydes.o: $(UPPDIR1)ide/LayDes/laydes.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -19940,8 +22146,6 @@ $(OutDir_ide_LayDes)layfile.o: $(UPPDIR1)ide/LayDes/layfile.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -19967,17 +22171,27 @@ $(OutDir_ide_LayDes)layfile.o: $(UPPDIR1)ide/LayDes/layfile.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -20007,6 +22221,7 @@ $(OutDir_ide_LayDes)layfile.o: $(UPPDIR1)ide/LayDes/layfile.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -20017,14 +22232,22 @@ $(OutDir_ide_LayDes)layfile.o: $(UPPDIR1)ide/LayDes/layfile.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/LayDes/layfile.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -20034,29 +22257,33 @@ $(OutDir_ide_LayDes)layfile.o: $(UPPDIR1)ide/LayDes/layfile.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -20121,8 +22348,6 @@ $(OutDir_ide_LayDes)laywin.o: $(UPPDIR1)ide/LayDes/laywin.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -20148,18 +22373,27 @@ $(OutDir_ide_LayDes)laywin.o: $(UPPDIR1)ide/LayDes/laywin.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.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/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -20190,6 +22424,7 @@ $(OutDir_ide_LayDes)laywin.o: $(UPPDIR1)ide/LayDes/laywin.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -20200,36 +22435,48 @@ $(OutDir_ide_LayDes)laywin.o: $(UPPDIR1)ide/LayDes/laywin.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ + $(UPPDIR1)ide/LayDes/laywin.cpp \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -20240,33 +22487,37 @@ $(OutDir_ide_LayDes)laywin.o: $(UPPDIR1)ide/LayDes/laywin.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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: \ @@ -20303,6 +22554,8 @@ $(OutDir_ide_IconDes): $(OutDir_ide_IconDes)IconDes.o: $(UPPDIR1)ide/IconDes/IconDes.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -20367,8 +22620,6 @@ $(OutDir_ide_IconDes)IconDes.o: $(UPPDIR1)ide/IconDes/IconDes.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -20394,17 +22645,27 @@ $(OutDir_ide_IconDes)IconDes.o: $(UPPDIR1)ide/IconDes/IconDes.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -20434,6 +22695,7 @@ $(OutDir_ide_IconDes)IconDes.o: $(UPPDIR1)ide/IconDes/IconDes.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -20444,36 +22706,48 @@ $(OutDir_ide_IconDes)IconDes.o: $(UPPDIR1)ide/IconDes/IconDes.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/IconDes/IconDes.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -20484,37 +22758,43 @@ $(OutDir_ide_IconDes)IconDes.o: $(UPPDIR1)ide/IconDes/IconDes.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -20579,8 +22859,6 @@ $(OutDir_ide_IconDes)IdeDes.o: $(UPPDIR1)ide/IconDes/IdeDes.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -20606,17 +22884,27 @@ $(OutDir_ide_IconDes)IdeDes.o: $(UPPDIR1)ide/IconDes/IdeDes.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -20646,6 +22934,7 @@ $(OutDir_ide_IconDes)IdeDes.o: $(UPPDIR1)ide/IconDes/IdeDes.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -20656,11 +22945,15 @@ $(OutDir_ide_IconDes)IdeDes.o: $(UPPDIR1)ide/IconDes/IdeDes.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IdeDes.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -20669,24 +22962,26 @@ $(OutDir_ide_IconDes)IdeDes.o: $(UPPDIR1)ide/IconDes/IdeDes.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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: \ @@ -20756,8 +23051,6 @@ $(OutDir_ide_Builders)CppBuilder.o: $(UPPDIR1)ide/Builders/CppBuilder.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -20788,15 +23081,13 @@ $(OutDir_ide_Builders)CppBuilder.o: $(UPPDIR1)ide/Builders/CppBuilder.cpp \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Builders/CppBuilder.cpp \ $(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 @@ -20859,8 +23150,6 @@ $(OutDir_ide_Builders)MakeFile.o: $(UPPDIR1)ide/Builders/MakeFile.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -20891,15 +23180,13 @@ $(OutDir_ide_Builders)MakeFile.o: $(UPPDIR1)ide/Builders/MakeFile.cpp \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Builders/MakeFile.cpp \ $(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 @@ -20962,8 +23249,6 @@ $(OutDir_ide_Builders)CCJ.o: $(UPPDIR1)ide/Builders/CCJ.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -20994,15 +23279,13 @@ $(OutDir_ide_Builders)CCJ.o: $(UPPDIR1)ide/Builders/CCJ.cpp \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Builders/CCJ.cpp \ $(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 @@ -21065,8 +23348,6 @@ $(OutDir_ide_Builders)GccBuilder.o: $(UPPDIR1)ide/Builders/GccBuilder.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -21098,15 +23379,13 @@ $(OutDir_ide_Builders)GccBuilder.o: $(UPPDIR1)ide/Builders/GccBuilder.cpp \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/Builders/BuilderUtils.h \ + $(UPPDIR1)ide/Builders/GccBuilder.cpp \ $(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 @@ -21169,8 +23448,6 @@ $(OutDir_ide_Builders)MscBuilder.o: $(UPPDIR1)ide/Builders/MscBuilder.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -21202,15 +23479,13 @@ $(OutDir_ide_Builders)MscBuilder.o: $(UPPDIR1)ide/Builders/MscBuilder.cpp \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/Builders/coff.h \ + $(UPPDIR1)ide/Builders/MscBuilder.cpp \ $(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 @@ -21273,8 +23548,6 @@ $(OutDir_ide_Builders)JavaBuilder.o: $(UPPDIR1)ide/Builders/JavaBuilder.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -21305,15 +23578,13 @@ $(OutDir_ide_Builders)JavaBuilder.o: $(UPPDIR1)ide/Builders/JavaBuilder.cpp \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Builders/JavaBuilder.cpp \ $(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 @@ -21376,8 +23647,6 @@ $(OutDir_ide_Builders)ScriptBuilder.o: $(UPPDIR1)ide/Builders/ScriptBuilder.cpp $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -21408,15 +23677,13 @@ $(OutDir_ide_Builders)ScriptBuilder.o: $(UPPDIR1)ide/Builders/ScriptBuilder.cpp $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Builders/ScriptBuilder.cpp \ $(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 @@ -21479,8 +23746,6 @@ $(OutDir_ide_Builders)Cocoa.o: $(UPPDIR1)ide/Builders/Cocoa.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -21506,32 +23771,18 @@ $(OutDir_ide_Builders)Cocoa.o: $(UPPDIR1)ide/Builders/Cocoa.cpp \ $(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/SIMD.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/Cocoa.cpp \ $(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 @@ -21593,8 +23844,6 @@ $(OutDir_ide_Builders)AndroidProject.o: $(UPPDIR1)ide/Builders/AndroidProject.cp $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -21621,8 +23870,7 @@ $(OutDir_ide_Builders)AndroidProject.o: $(UPPDIR1)ide/Builders/AndroidProject.cp $(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)ide/Builders/AndroidProject.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/AndroidProject.cpp -o $(OutDir_ide_Builders)AndroidProject.o @@ -21682,8 +23930,6 @@ $(OutDir_ide_Builders)AndroidApplicationMakeFile.o: $(UPPDIR1)ide/Builders/Andro $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -21710,8 +23956,7 @@ $(OutDir_ide_Builders)AndroidApplicationMakeFile.o: $(UPPDIR1)ide/Builders/Andro $(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)ide/Builders/AndroidApplicationMakeFile.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/AndroidApplicationMakeFile.cpp -o $(OutDir_ide_Builders)AndroidApplicationMakeFile.o @@ -21771,8 +24016,6 @@ $(OutDir_ide_Builders)AndroidMakeFile.o: $(UPPDIR1)ide/Builders/AndroidMakeFile. $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -21799,8 +24042,7 @@ $(OutDir_ide_Builders)AndroidMakeFile.o: $(UPPDIR1)ide/Builders/AndroidMakeFile. $(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)ide/Builders/AndroidMakeFile.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/AndroidMakeFile.cpp -o $(OutDir_ide_Builders)AndroidMakeFile.o @@ -21860,8 +24102,6 @@ $(OutDir_ide_Builders)AndroidModuleMakeFile.o: $(UPPDIR1)ide/Builders/AndroidMod $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -21888,8 +24128,7 @@ $(OutDir_ide_Builders)AndroidModuleMakeFile.o: $(UPPDIR1)ide/Builders/AndroidMod $(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)ide/Builders/AndroidModuleMakeFile.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/AndroidModuleMakeFile.cpp -o $(OutDir_ide_Builders)AndroidModuleMakeFile.o @@ -21950,8 +24189,6 @@ $(OutDir_ide_Builders)AndroidBuilder.o: $(UPPDIR1)ide/Builders/AndroidBuilder.cp $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -21982,6 +24219,7 @@ $(OutDir_ide_Builders)AndroidBuilder.o: $(UPPDIR1)ide/Builders/AndroidBuilder.cp $(UPPDIR1)ide/Android/Devices.h \ $(UPPDIR1)ide/Android/Executables.h \ $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/AndroidBuilder.cpp \ $(UPPDIR1)ide/Builders/AndroidBuilder.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ @@ -21992,11 +24230,8 @@ $(OutDir_ide_Builders)AndroidBuilder.o: $(UPPDIR1)ide/Builders/AndroidBuilder.cp $(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 @@ -22059,8 +24294,6 @@ $(OutDir_ide_Builders)AndroidBuilderCommands.o: $(UPPDIR1)ide/Builders/AndroidBu $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -22092,16 +24325,14 @@ $(OutDir_ide_Builders)AndroidBuilderCommands.o: $(UPPDIR1)ide/Builders/AndroidBu $(UPPDIR1)ide/Android/Executables.h \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/AndroidBuilder.h \ + $(UPPDIR1)ide/Builders/AndroidBuilderCommands.cpp \ $(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 @@ -22164,8 +24395,6 @@ $(OutDir_ide_Builders)AndroidBuilderUtils.o: $(UPPDIR1)ide/Builders/AndroidBuild $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -22197,16 +24426,14 @@ $(OutDir_ide_Builders)AndroidBuilderUtils.o: $(UPPDIR1)ide/Builders/AndroidBuild $(UPPDIR1)ide/Android/Executables.h \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/AndroidBuilder.h \ + $(UPPDIR1)ide/Builders/AndroidBuilderUtils.cpp \ $(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 @@ -22269,8 +24496,6 @@ $(OutDir_ide_Builders)AndroidModuleMakeFileBuilder.o: $(UPPDIR1)ide/Builders/And $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -22302,16 +24527,14 @@ $(OutDir_ide_Builders)AndroidModuleMakeFileBuilder.o: $(UPPDIR1)ide/Builders/And $(UPPDIR1)ide/Android/Executables.h \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/AndroidBuilder.h \ + $(UPPDIR1)ide/Builders/AndroidModuleMakeFileBuilder.cpp \ $(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 @@ -22374,8 +24597,6 @@ $(OutDir_ide_Builders)Blitz.o: $(UPPDIR1)ide/Builders/Blitz.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -22403,6 +24624,7 @@ $(OutDir_ide_Builders)Blitz.o: $(UPPDIR1)ide/Builders/Blitz.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Blitz.cpp \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ @@ -22410,11 +24632,8 @@ $(OutDir_ide_Builders)Blitz.o: $(UPPDIR1)ide/Builders/Blitz.cpp \ $(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 @@ -22477,8 +24696,6 @@ $(OutDir_ide_Builders)Build.o: $(UPPDIR1)ide/Builders/Build.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -22510,6 +24727,7 @@ $(OutDir_ide_Builders)Build.o: $(UPPDIR1)ide/Builders/Build.cpp \ $(UPPDIR1)ide/Android/Executables.h \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/AndroidBuilder.h \ + $(UPPDIR1)ide/Builders/Build.cpp \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ @@ -22518,11 +24736,8 @@ $(OutDir_ide_Builders)Build.o: $(UPPDIR1)ide/Builders/Build.cpp \ $(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 @@ -22585,8 +24800,6 @@ $(OutDir_ide_Builders)Install.o: $(UPPDIR1)ide/Builders/Install.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -22617,15 +24830,13 @@ $(OutDir_ide_Builders)Install.o: $(UPPDIR1)ide/Builders/Install.cpp \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Builders/Install.cpp \ $(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 @@ -22687,8 +24898,6 @@ $(OutDir_ide_Builders)BuilderUtils.o: $(UPPDIR1)ide/Builders/BuilderUtils.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -22714,9 +24923,8 @@ $(OutDir_ide_Builders)BuilderUtils.o: $(UPPDIR1)ide/Builders/BuilderUtils.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)ide/Builders/BuilderUtils.cpp \ $(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 @@ -22768,6 +24976,8 @@ $(OutDir_ide_Debuggers): $(OutDir_ide_Debuggers)Terminal.o: $(UPPDIR1)ide/Debuggers/Terminal.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -22832,8 +25042,6 @@ $(OutDir_ide_Debuggers)Terminal.o: $(UPPDIR1)ide/Debuggers/Terminal.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -22859,17 +25067,27 @@ $(OutDir_ide_Debuggers)Terminal.o: $(UPPDIR1)ide/Debuggers/Terminal.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -22899,6 +25117,7 @@ $(OutDir_ide_Debuggers)Terminal.o: $(UPPDIR1)ide/Debuggers/Terminal.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -22909,15 +25128,18 @@ $(OutDir_ide_Debuggers)Terminal.o: $(UPPDIR1)ide/Debuggers/Terminal.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Debuggers/Terminal.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -22925,28 +25147,29 @@ $(OutDir_ide_Debuggers)Terminal.o: $(UPPDIR1)ide/Debuggers/Terminal.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -23011,8 +25234,6 @@ $(OutDir_ide_Debuggers)Disas.o: $(UPPDIR1)ide/Debuggers/Disas.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -23038,17 +25259,27 @@ $(OutDir_ide_Debuggers)Disas.o: $(UPPDIR1)ide/Debuggers/Disas.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -23078,6 +25309,7 @@ $(OutDir_ide_Debuggers)Disas.o: $(UPPDIR1)ide/Debuggers/Disas.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -23088,15 +25320,18 @@ $(OutDir_ide_Debuggers)Disas.o: $(UPPDIR1)ide/Debuggers/Disas.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ + $(UPPDIR1)ide/Debuggers/Disas.cpp \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -23104,28 +25339,29 @@ $(OutDir_ide_Debuggers)Disas.o: $(UPPDIR1)ide/Debuggers/Disas.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -23190,8 +25426,6 @@ $(OutDir_ide_Debuggers)GdbCmd.o: $(UPPDIR1)ide/Debuggers/GdbCmd.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -23217,17 +25451,27 @@ $(OutDir_ide_Debuggers)GdbCmd.o: $(UPPDIR1)ide/Debuggers/GdbCmd.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -23257,6 +25501,7 @@ $(OutDir_ide_Debuggers)GdbCmd.o: $(UPPDIR1)ide/Debuggers/GdbCmd.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -23268,15 +25513,18 @@ $(OutDir_ide_Debuggers)GdbCmd.o: $(UPPDIR1)ide/Debuggers/GdbCmd.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ + $(UPPDIR1)ide/Debuggers/GdbCmd.cpp \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -23284,28 +25532,29 @@ $(OutDir_ide_Debuggers)GdbCmd.o: $(UPPDIR1)ide/Debuggers/GdbCmd.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -23370,8 +25619,6 @@ $(OutDir_ide_Debuggers)GdbData.o: $(UPPDIR1)ide/Debuggers/GdbData.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -23397,17 +25644,27 @@ $(OutDir_ide_Debuggers)GdbData.o: $(UPPDIR1)ide/Debuggers/GdbData.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -23437,6 +25694,7 @@ $(OutDir_ide_Debuggers)GdbData.o: $(UPPDIR1)ide/Debuggers/GdbData.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -23447,15 +25705,18 @@ $(OutDir_ide_Debuggers)GdbData.o: $(UPPDIR1)ide/Debuggers/GdbData.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ + $(UPPDIR1)ide/Debuggers/GdbData.cpp \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -23463,28 +25724,29 @@ $(OutDir_ide_Debuggers)GdbData.o: $(UPPDIR1)ide/Debuggers/GdbData.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -23549,8 +25811,6 @@ $(OutDir_ide_Debuggers)Gdb.o: $(UPPDIR1)ide/Debuggers/Gdb.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -23576,17 +25836,27 @@ $(OutDir_ide_Debuggers)Gdb.o: $(UPPDIR1)ide/Debuggers/Gdb.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -23616,6 +25886,7 @@ $(OutDir_ide_Debuggers)Gdb.o: $(UPPDIR1)ide/Debuggers/Gdb.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -23626,15 +25897,18 @@ $(OutDir_ide_Debuggers)Gdb.o: $(UPPDIR1)ide/Debuggers/Gdb.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ + $(UPPDIR1)ide/Debuggers/Gdb.cpp \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -23642,28 +25916,29 @@ $(OutDir_ide_Debuggers)Gdb.o: $(UPPDIR1)ide/Debuggers/Gdb.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -23728,8 +26003,6 @@ $(OutDir_ide_Debuggers)GdbMem.o: $(UPPDIR1)ide/Debuggers/GdbMem.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -23755,17 +26028,27 @@ $(OutDir_ide_Debuggers)GdbMem.o: $(UPPDIR1)ide/Debuggers/GdbMem.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -23795,6 +26078,7 @@ $(OutDir_ide_Debuggers)GdbMem.o: $(UPPDIR1)ide/Debuggers/GdbMem.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -23805,15 +26089,18 @@ $(OutDir_ide_Debuggers)GdbMem.o: $(UPPDIR1)ide/Debuggers/GdbMem.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ + $(UPPDIR1)ide/Debuggers/GdbMem.cpp \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -23821,24 +26108,23 @@ $(OutDir_ide_Debuggers)GdbMem.o: $(UPPDIR1)ide/Debuggers/GdbMem.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -23897,8 +26183,6 @@ $(OutDir_ide_Debuggers)GdbUtils.o: $(UPPDIR1)ide/Debuggers/GdbUtils.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -23926,14 +26210,15 @@ $(OutDir_ide_Debuggers)GdbUtils.o: $(UPPDIR1)ide/Debuggers/GdbUtils.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)ide/Common/CommandLineOptions.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Debuggers/GdbUtils.cpp \ $(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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -23998,8 +26283,6 @@ $(OutDir_ide_Debuggers)Cpu.o: $(UPPDIR1)ide/Debuggers/Cpu.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -24025,17 +26308,27 @@ $(OutDir_ide_Debuggers)Cpu.o: $(UPPDIR1)ide/Debuggers/Cpu.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -24065,6 +26358,7 @@ $(OutDir_ide_Debuggers)Cpu.o: $(UPPDIR1)ide/Debuggers/Cpu.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -24075,17 +26369,18 @@ $(OutDir_ide_Debuggers)Cpu.o: $(UPPDIR1)ide/Debuggers/Cpu.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Cpu.cpp \ $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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 \ @@ -24093,28 +26388,29 @@ $(OutDir_ide_Debuggers)Cpu.o: $(UPPDIR1)ide/Debuggers/Cpu.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -24179,8 +26475,6 @@ $(OutDir_ide_Debuggers)Debug.o: $(UPPDIR1)ide/Debuggers/Debug.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -24206,17 +26500,27 @@ $(OutDir_ide_Debuggers)Debug.o: $(UPPDIR1)ide/Debuggers/Debug.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -24246,6 +26550,7 @@ $(OutDir_ide_Debuggers)Debug.o: $(UPPDIR1)ide/Debuggers/Debug.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -24256,15 +26561,18 @@ $(OutDir_ide_Debuggers)Debug.o: $(UPPDIR1)ide/Debuggers/Debug.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ - $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Debug.cpp \ $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -24272,28 +26580,29 @@ $(OutDir_ide_Debuggers)Debug.o: $(UPPDIR1)ide/Debuggers/Debug.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -24358,8 +26667,6 @@ $(OutDir_ide_Debuggers)Mem.o: $(UPPDIR1)ide/Debuggers/Mem.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -24385,17 +26692,27 @@ $(OutDir_ide_Debuggers)Mem.o: $(UPPDIR1)ide/Debuggers/Mem.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -24425,6 +26742,7 @@ $(OutDir_ide_Debuggers)Mem.o: $(UPPDIR1)ide/Debuggers/Mem.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -24435,15 +26753,18 @@ $(OutDir_ide_Debuggers)Mem.o: $(UPPDIR1)ide/Debuggers/Mem.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Debuggers/Mem.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -24451,28 +26772,29 @@ $(OutDir_ide_Debuggers)Mem.o: $(UPPDIR1)ide/Debuggers/Mem.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -24537,8 +26859,6 @@ $(OutDir_ide_Debuggers)Sym.o: $(UPPDIR1)ide/Debuggers/Sym.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -24564,17 +26884,27 @@ $(OutDir_ide_Debuggers)Sym.o: $(UPPDIR1)ide/Debuggers/Sym.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -24604,6 +26934,7 @@ $(OutDir_ide_Debuggers)Sym.o: $(UPPDIR1)ide/Debuggers/Sym.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -24614,15 +26945,18 @@ $(OutDir_ide_Debuggers)Sym.o: $(UPPDIR1)ide/Debuggers/Sym.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Debuggers/Sym.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -24630,28 +26964,29 @@ $(OutDir_ide_Debuggers)Sym.o: $(UPPDIR1)ide/Debuggers/Sym.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -24716,8 +27051,6 @@ $(OutDir_ide_Debuggers)Exp.o: $(UPPDIR1)ide/Debuggers/Exp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -24743,17 +27076,27 @@ $(OutDir_ide_Debuggers)Exp.o: $(UPPDIR1)ide/Debuggers/Exp.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -24783,6 +27126,7 @@ $(OutDir_ide_Debuggers)Exp.o: $(UPPDIR1)ide/Debuggers/Exp.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -24793,15 +27137,18 @@ $(OutDir_ide_Debuggers)Exp.o: $(UPPDIR1)ide/Debuggers/Exp.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ + $(UPPDIR1)ide/Debuggers/Exp.cpp \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -24809,28 +27156,29 @@ $(OutDir_ide_Debuggers)Exp.o: $(UPPDIR1)ide/Debuggers/Exp.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -24895,8 +27243,6 @@ $(OutDir_ide_Debuggers)PrettyUpp.o: $(UPPDIR1)ide/Debuggers/PrettyUpp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -24922,17 +27268,27 @@ $(OutDir_ide_Debuggers)PrettyUpp.o: $(UPPDIR1)ide/Debuggers/PrettyUpp.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -24962,6 +27318,7 @@ $(OutDir_ide_Debuggers)PrettyUpp.o: $(UPPDIR1)ide/Debuggers/PrettyUpp.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -24972,15 +27329,18 @@ $(OutDir_ide_Debuggers)PrettyUpp.o: $(UPPDIR1)ide/Debuggers/PrettyUpp.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Debuggers/PrettyUpp.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -24988,28 +27348,29 @@ $(OutDir_ide_Debuggers)PrettyUpp.o: $(UPPDIR1)ide/Debuggers/PrettyUpp.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -25074,8 +27435,6 @@ $(OutDir_ide_Debuggers)PrettyStd.o: $(UPPDIR1)ide/Debuggers/PrettyStd.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -25101,17 +27460,27 @@ $(OutDir_ide_Debuggers)PrettyStd.o: $(UPPDIR1)ide/Debuggers/PrettyStd.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -25141,6 +27510,7 @@ $(OutDir_ide_Debuggers)PrettyStd.o: $(UPPDIR1)ide/Debuggers/PrettyStd.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -25151,15 +27521,18 @@ $(OutDir_ide_Debuggers)PrettyStd.o: $(UPPDIR1)ide/Debuggers/PrettyStd.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Debuggers/PrettyStd.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -25167,28 +27540,29 @@ $(OutDir_ide_Debuggers)PrettyStd.o: $(UPPDIR1)ide/Debuggers/PrettyStd.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -25253,8 +27627,6 @@ $(OutDir_ide_Debuggers)Pretty.o: $(UPPDIR1)ide/Debuggers/Pretty.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -25280,17 +27652,27 @@ $(OutDir_ide_Debuggers)Pretty.o: $(UPPDIR1)ide/Debuggers/Pretty.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -25320,6 +27702,7 @@ $(OutDir_ide_Debuggers)Pretty.o: $(UPPDIR1)ide/Debuggers/Pretty.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -25330,15 +27713,18 @@ $(OutDir_ide_Debuggers)Pretty.o: $(UPPDIR1)ide/Debuggers/Pretty.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Debuggers/Pretty.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -25346,28 +27732,29 @@ $(OutDir_ide_Debuggers)Pretty.o: $(UPPDIR1)ide/Debuggers/Pretty.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -25432,8 +27819,6 @@ $(OutDir_ide_Debuggers)Visualise.o: $(UPPDIR1)ide/Debuggers/Visualise.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -25459,17 +27844,27 @@ $(OutDir_ide_Debuggers)Visualise.o: $(UPPDIR1)ide/Debuggers/Visualise.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -25499,6 +27894,7 @@ $(OutDir_ide_Debuggers)Visualise.o: $(UPPDIR1)ide/Debuggers/Visualise.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -25509,15 +27905,18 @@ $(OutDir_ide_Debuggers)Visualise.o: $(UPPDIR1)ide/Debuggers/Visualise.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Debuggers/Visualise.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -25525,28 +27924,29 @@ $(OutDir_ide_Debuggers)Visualise.o: $(UPPDIR1)ide/Debuggers/Visualise.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -25611,8 +28011,6 @@ $(OutDir_ide_Debuggers)Data.o: $(UPPDIR1)ide/Debuggers/Data.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -25638,17 +28036,27 @@ $(OutDir_ide_Debuggers)Data.o: $(UPPDIR1)ide/Debuggers/Data.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -25678,6 +28086,7 @@ $(OutDir_ide_Debuggers)Data.o: $(UPPDIR1)ide/Debuggers/Data.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -25688,15 +28097,18 @@ $(OutDir_ide_Debuggers)Data.o: $(UPPDIR1)ide/Debuggers/Data.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ - $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Data.cpp \ $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -25704,28 +28116,29 @@ $(OutDir_ide_Debuggers)Data.o: $(UPPDIR1)ide/Debuggers/Data.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -25790,8 +28203,6 @@ $(OutDir_ide_Debuggers)Tree.o: $(UPPDIR1)ide/Debuggers/Tree.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -25817,17 +28228,27 @@ $(OutDir_ide_Debuggers)Tree.o: $(UPPDIR1)ide/Debuggers/Tree.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -25857,6 +28278,7 @@ $(OutDir_ide_Debuggers)Tree.o: $(UPPDIR1)ide/Debuggers/Tree.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -25867,15 +28289,18 @@ $(OutDir_ide_Debuggers)Tree.o: $(UPPDIR1)ide/Debuggers/Tree.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Debuggers/Tree.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -25883,28 +28308,29 @@ $(OutDir_ide_Debuggers)Tree.o: $(UPPDIR1)ide/Debuggers/Tree.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -25969,8 +28395,6 @@ $(OutDir_ide_Debuggers)Stack.o: $(UPPDIR1)ide/Debuggers/Stack.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -25996,17 +28420,27 @@ $(OutDir_ide_Debuggers)Stack.o: $(UPPDIR1)ide/Debuggers/Stack.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -26036,6 +28470,7 @@ $(OutDir_ide_Debuggers)Stack.o: $(UPPDIR1)ide/Debuggers/Stack.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -26046,15 +28481,18 @@ $(OutDir_ide_Debuggers)Stack.o: $(UPPDIR1)ide/Debuggers/Stack.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Debuggers/Stack.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -26062,28 +28500,29 @@ $(OutDir_ide_Debuggers)Stack.o: $(UPPDIR1)ide/Debuggers/Stack.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -26148,8 +28587,6 @@ $(OutDir_ide_Debuggers)Code.o: $(UPPDIR1)ide/Debuggers/Code.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -26175,17 +28612,27 @@ $(OutDir_ide_Debuggers)Code.o: $(UPPDIR1)ide/Debuggers/Code.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -26215,6 +28662,7 @@ $(OutDir_ide_Debuggers)Code.o: $(UPPDIR1)ide/Debuggers/Code.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -26225,15 +28673,18 @@ $(OutDir_ide_Debuggers)Code.o: $(UPPDIR1)ide/Debuggers/Code.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ - $(UPPDIR1)ide/Debuggers/cvconst.h \ + $(UPPDIR1)ide/Debuggers/Code.cpp \ $(UPPDIR1)ide/Debuggers/Debuggers.h \ + $(UPPDIR1)ide/Debuggers/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -26241,28 +28692,29 @@ $(OutDir_ide_Debuggers)Code.o: $(UPPDIR1)ide/Debuggers/Code.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -26327,8 +28779,6 @@ $(OutDir_ide_Debuggers)Pdb.o: $(UPPDIR1)ide/Debuggers/Pdb.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -26337,7 +28787,6 @@ $(OutDir_ide_Debuggers)Pdb.o: $(UPPDIR1)ide/Debuggers/Pdb.cpp \ $(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 \ @@ -26355,18 +28804,27 @@ $(OutDir_ide_Debuggers)Pdb.o: $(UPPDIR1)ide/Debuggers/Pdb.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.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/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -26397,6 +28855,7 @@ $(OutDir_ide_Debuggers)Pdb.o: $(UPPDIR1)ide/Debuggers/Pdb.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -26407,15 +28866,19 @@ $(OutDir_ide_Debuggers)Pdb.o: $(UPPDIR1)ide/Debuggers/Pdb.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ + $(UPPDIR1)ide/Debuggers/Pdb.cpp \ + $(UPPDIR1)ide/Debuggers/Pdb.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -26423,24 +28886,23 @@ $(OutDir_ide_Debuggers)Pdb.o: $(UPPDIR1)ide/Debuggers/Pdb.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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: \ @@ -26493,6 +28955,8 @@ $(OutDir_ide_Browser): $(OutDir_ide_Browser)Util.o: $(UPPDIR1)ide/Browser/Util.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -26557,8 +29021,6 @@ $(OutDir_ide_Browser)Util.o: $(UPPDIR1)ide/Browser/Util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -26584,17 +29046,27 @@ $(OutDir_ide_Browser)Util.o: $(UPPDIR1)ide/Browser/Util.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -26623,6 +29095,7 @@ $(OutDir_ide_Browser)Util.o: $(UPPDIR1)ide/Browser/Util.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -26634,9 +29107,13 @@ $(OutDir_ide_Browser)Util.o: $(UPPDIR1)ide/Browser/Util.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ + $(UPPDIR1)ide/Browser/Util.cpp \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -26648,29 +29125,33 @@ $(OutDir_ide_Browser)Util.o: $(UPPDIR1)ide/Browser/Util.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Browser) $(UPPDIR1)ide/Browser/Util.cpp -o $(OutDir_ide_Browser)Util.o $(OutDir_ide_Browser)TopicBase.o: $(UPPDIR1)ide/Browser/TopicBase.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -26735,8 +29216,6 @@ $(OutDir_ide_Browser)TopicBase.o: $(UPPDIR1)ide/Browser/TopicBase.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -26762,17 +29241,27 @@ $(OutDir_ide_Browser)TopicBase.o: $(UPPDIR1)ide/Browser/TopicBase.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -26801,6 +29290,7 @@ $(OutDir_ide_Browser)TopicBase.o: $(UPPDIR1)ide/Browser/TopicBase.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -26811,9 +29301,13 @@ $(OutDir_ide_Browser)TopicBase.o: $(UPPDIR1)ide/Browser/TopicBase.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ + $(UPPDIR1)ide/Browser/TopicBase.cpp \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -26825,29 +29319,33 @@ $(OutDir_ide_Browser)TopicBase.o: $(UPPDIR1)ide/Browser/TopicBase.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Browser) $(UPPDIR1)ide/Browser/TopicBase.cpp -o $(OutDir_ide_Browser)TopicBase.o $(OutDir_ide_Browser)File.o: $(UPPDIR1)ide/Browser/File.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -26912,8 +29410,6 @@ $(OutDir_ide_Browser)File.o: $(UPPDIR1)ide/Browser/File.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -26939,17 +29435,27 @@ $(OutDir_ide_Browser)File.o: $(UPPDIR1)ide/Browser/File.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -26978,6 +29484,7 @@ $(OutDir_ide_Browser)File.o: $(UPPDIR1)ide/Browser/File.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -26988,9 +29495,13 @@ $(OutDir_ide_Browser)File.o: $(UPPDIR1)ide/Browser/File.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/File.cpp \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -27002,29 +29513,33 @@ $(OutDir_ide_Browser)File.o: $(UPPDIR1)ide/Browser/File.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -27089,8 +29604,6 @@ $(OutDir_ide_Browser)Topic.o: $(UPPDIR1)ide/Browser/Topic.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -27116,17 +29629,27 @@ $(OutDir_ide_Browser)Topic.o: $(UPPDIR1)ide/Browser/Topic.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -27155,6 +29678,7 @@ $(OutDir_ide_Browser)Topic.o: $(UPPDIR1)ide/Browser/Topic.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -27165,9 +29689,13 @@ $(OutDir_ide_Browser)Topic.o: $(UPPDIR1)ide/Browser/Topic.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.cpp \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -27179,29 +29707,33 @@ $(OutDir_ide_Browser)Topic.o: $(UPPDIR1)ide/Browser/Topic.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -27266,8 +29798,6 @@ $(OutDir_ide_Browser)Template.o: $(UPPDIR1)ide/Browser/Template.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -27293,17 +29823,27 @@ $(OutDir_ide_Browser)Template.o: $(UPPDIR1)ide/Browser/Template.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -27332,6 +29872,7 @@ $(OutDir_ide_Browser)Template.o: $(UPPDIR1)ide/Browser/Template.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -27342,9 +29883,13 @@ $(OutDir_ide_Browser)Template.o: $(UPPDIR1)ide/Browser/Template.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Template.cpp \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -27356,29 +29901,33 @@ $(OutDir_ide_Browser)Template.o: $(UPPDIR1)ide/Browser/Template.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -27443,8 +29992,6 @@ $(OutDir_ide_Browser)Link.o: $(UPPDIR1)ide/Browser/Link.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -27470,17 +30017,27 @@ $(OutDir_ide_Browser)Link.o: $(UPPDIR1)ide/Browser/Link.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -27509,6 +30066,7 @@ $(OutDir_ide_Browser)Link.o: $(UPPDIR1)ide/Browser/Link.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -27519,9 +30077,13 @@ $(OutDir_ide_Browser)Link.o: $(UPPDIR1)ide/Browser/Link.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Link.cpp \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -27533,29 +30095,33 @@ $(OutDir_ide_Browser)Link.o: $(UPPDIR1)ide/Browser/Link.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -27620,8 +30186,6 @@ $(OutDir_ide_Browser)TopicWin.o: $(UPPDIR1)ide/Browser/TopicWin.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -27647,17 +30211,27 @@ $(OutDir_ide_Browser)TopicWin.o: $(UPPDIR1)ide/Browser/TopicWin.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -27686,6 +30260,7 @@ $(OutDir_ide_Browser)TopicWin.o: $(UPPDIR1)ide/Browser/TopicWin.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -27697,9 +30272,13 @@ $(OutDir_ide_Browser)TopicWin.o: $(UPPDIR1)ide/Browser/TopicWin.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ + $(UPPDIR1)ide/Browser/TopicWin.cpp \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -27711,29 +30290,33 @@ $(OutDir_ide_Browser)TopicWin.o: $(UPPDIR1)ide/Browser/TopicWin.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -27798,8 +30381,6 @@ $(OutDir_ide_Browser)Move.o: $(UPPDIR1)ide/Browser/Move.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -27825,17 +30406,27 @@ $(OutDir_ide_Browser)Move.o: $(UPPDIR1)ide/Browser/Move.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -27865,6 +30456,7 @@ $(OutDir_ide_Browser)Move.o: $(UPPDIR1)ide/Browser/Move.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -27875,36 +30467,48 @@ $(OutDir_ide_Browser)Move.o: $(UPPDIR1)ide/Browser/Move.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Move.cpp \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -27915,37 +30519,43 @@ $(OutDir_ide_Browser)Move.o: $(UPPDIR1)ide/Browser/Move.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -28010,8 +30620,6 @@ $(OutDir_ide_Browser)CodeRef.o: $(UPPDIR1)ide/Browser/CodeRef.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -28037,17 +30645,27 @@ $(OutDir_ide_Browser)CodeRef.o: $(UPPDIR1)ide/Browser/CodeRef.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -28076,6 +30694,7 @@ $(OutDir_ide_Browser)CodeRef.o: $(UPPDIR1)ide/Browser/CodeRef.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -28086,9 +30705,13 @@ $(OutDir_ide_Browser)CodeRef.o: $(UPPDIR1)ide/Browser/CodeRef.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/Browser/Browser.h \ + $(UPPDIR1)ide/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/CodeRef.cpp \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -28100,29 +30723,33 @@ $(OutDir_ide_Browser)CodeRef.o: $(UPPDIR1)ide/Browser/CodeRef.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -28187,8 +30814,6 @@ $(OutDir_ide_Browser)TopicI.o: $(UPPDIR1)ide/Browser/TopicI.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -28214,17 +30839,27 @@ $(OutDir_ide_Browser)TopicI.o: $(UPPDIR1)ide/Browser/TopicI.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -28254,6 +30889,7 @@ $(OutDir_ide_Browser)TopicI.o: $(UPPDIR1)ide/Browser/TopicI.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -28264,36 +30900,48 @@ $(OutDir_ide_Browser)TopicI.o: $(UPPDIR1)ide/Browser/TopicI.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ + $(UPPDIR1)ide/Browser/TopicI.cpp \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -28304,33 +30952,37 @@ $(OutDir_ide_Browser)TopicI.o: $(UPPDIR1)ide/Browser/TopicI.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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: \ @@ -28361,11 +31013,14 @@ $(OutDir_CodeEditor): $(OutDir_CodeEditor)Register.o: $(UPPDIR1)CodeEditor/Register.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ $(UPPDIR1)CodeEditor/LogSyntax.h \ $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Register.cpp \ $(UPPDIR1)CodeEditor/Syntax.h \ $(UPPDIR1)CodeEditor/TagSyntax.h \ $(UPPDIR1)Core/Algo.h \ @@ -28424,8 +31079,6 @@ $(OutDir_CodeEditor)Register.o: $(UPPDIR1)CodeEditor/Register.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -28451,17 +31104,27 @@ $(OutDir_CodeEditor)Register.o: $(UPPDIR1)CodeEditor/Register.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -28490,6 +31153,7 @@ $(OutDir_CodeEditor)Register.o: $(UPPDIR1)CodeEditor/Register.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -28508,20 +31172,24 @@ $(OutDir_CodeEditor)Register.o: $(UPPDIR1)CodeEditor/Register.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/HighlightOut.cpp \ $(UPPDIR1)CodeEditor/hl_color.i \ $(UPPDIR1)CodeEditor/LogSyntax.h \ $(UPPDIR1)CodeEditor/PythonSyntax.h \ @@ -28583,8 +31251,6 @@ $(OutDir_CodeEditor)HighlightOut.o: $(UPPDIR1)CodeEditor/HighlightOut.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -28610,17 +31276,27 @@ $(OutDir_CodeEditor)HighlightOut.o: $(UPPDIR1)CodeEditor/HighlightOut.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -28649,6 +31325,7 @@ $(OutDir_CodeEditor)HighlightOut.o: $(UPPDIR1)CodeEditor/HighlightOut.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -28667,23 +31344,27 @@ $(OutDir_CodeEditor)HighlightOut.o: $(UPPDIR1)CodeEditor/HighlightOut.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ $(UPPDIR1)CodeEditor/LogSyntax.h \ $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Syntax.cpp \ $(UPPDIR1)CodeEditor/Syntax.h \ $(UPPDIR1)CodeEditor/TagSyntax.h \ $(UPPDIR1)Core/Algo.h \ @@ -28742,8 +31423,6 @@ $(OutDir_CodeEditor)Syntax.o: $(UPPDIR1)CodeEditor/Syntax.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -28769,17 +31448,27 @@ $(OutDir_CodeEditor)Syntax.o: $(UPPDIR1)CodeEditor/Syntax.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -28808,6 +31497,7 @@ $(OutDir_CodeEditor)Syntax.o: $(UPPDIR1)CodeEditor/Syntax.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -28826,23 +31516,27 @@ $(OutDir_CodeEditor)Syntax.o: $(UPPDIR1)CodeEditor/Syntax.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ $(UPPDIR1)CodeEditor/LogSyntax.h \ $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/Style.cpp \ $(UPPDIR1)CodeEditor/Syntax.h \ $(UPPDIR1)CodeEditor/TagSyntax.h \ $(UPPDIR1)Core/Algo.h \ @@ -28901,8 +31595,6 @@ $(OutDir_CodeEditor)Style.o: $(UPPDIR1)CodeEditor/Style.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -28928,17 +31620,27 @@ $(OutDir_CodeEditor)Style.o: $(UPPDIR1)CodeEditor/Style.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -28967,6 +31669,7 @@ $(OutDir_CodeEditor)Style.o: $(UPPDIR1)CodeEditor/Style.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -28985,23 +31688,27 @@ $(OutDir_CodeEditor)Style.o: $(UPPDIR1)CodeEditor/Style.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ $(UPPDIR1)CodeEditor/LogSyntax.h \ $(UPPDIR1)CodeEditor/PythonSyntax.h \ + $(UPPDIR1)CodeEditor/RegisterSyntax.cpp \ $(UPPDIR1)CodeEditor/Syntax.h \ $(UPPDIR1)CodeEditor/TagSyntax.h \ $(UPPDIR1)Core/Algo.h \ @@ -29060,8 +31767,6 @@ $(OutDir_CodeEditor)RegisterSyntax.o: $(UPPDIR1)CodeEditor/RegisterSyntax.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -29087,17 +31792,27 @@ $(OutDir_CodeEditor)RegisterSyntax.o: $(UPPDIR1)CodeEditor/RegisterSyntax.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -29126,6 +31841,7 @@ $(OutDir_CodeEditor)RegisterSyntax.o: $(UPPDIR1)CodeEditor/RegisterSyntax.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -29144,18 +31860,22 @@ $(OutDir_CodeEditor)RegisterSyntax.o: $(UPPDIR1)CodeEditor/RegisterSyntax.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ + $(UPPDIR1)CodeEditor/CSyntax.cpp \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -29219,8 +31939,6 @@ $(OutDir_CodeEditor)CSyntax.o: $(UPPDIR1)CodeEditor/CSyntax.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -29246,17 +31964,27 @@ $(OutDir_CodeEditor)CSyntax.o: $(UPPDIR1)CodeEditor/CSyntax.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -29285,6 +32013,7 @@ $(OutDir_CodeEditor)CSyntax.o: $(UPPDIR1)CodeEditor/CSyntax.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -29303,18 +32032,22 @@ $(OutDir_CodeEditor)CSyntax.o: $(UPPDIR1)CodeEditor/CSyntax.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CInit.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -29378,8 +32111,6 @@ $(OutDir_CodeEditor)CInit.o: $(UPPDIR1)CodeEditor/CInit.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -29405,17 +32136,27 @@ $(OutDir_CodeEditor)CInit.o: $(UPPDIR1)CodeEditor/CInit.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -29444,6 +32185,7 @@ $(OutDir_CodeEditor)CInit.o: $(UPPDIR1)CodeEditor/CInit.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -29462,18 +32204,22 @@ $(OutDir_CodeEditor)CInit.o: $(UPPDIR1)CodeEditor/CInit.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CHighlight.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -29537,8 +32283,6 @@ $(OutDir_CodeEditor)CHighlight.o: $(UPPDIR1)CodeEditor/CHighlight.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -29564,17 +32308,27 @@ $(OutDir_CodeEditor)CHighlight.o: $(UPPDIR1)CodeEditor/CHighlight.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -29603,6 +32357,7 @@ $(OutDir_CodeEditor)CHighlight.o: $(UPPDIR1)CodeEditor/CHighlight.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -29621,18 +32376,22 @@ $(OutDir_CodeEditor)CHighlight.o: $(UPPDIR1)CodeEditor/CHighlight.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CLogic.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -29696,8 +32455,6 @@ $(OutDir_CodeEditor)CLogic.o: $(UPPDIR1)CodeEditor/CLogic.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -29723,17 +32480,27 @@ $(OutDir_CodeEditor)CLogic.o: $(UPPDIR1)CodeEditor/CLogic.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -29762,6 +32529,7 @@ $(OutDir_CodeEditor)CLogic.o: $(UPPDIR1)CodeEditor/CLogic.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -29780,19 +32548,23 @@ $(OutDir_CodeEditor)CLogic.o: $(UPPDIR1)CodeEditor/CLogic.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ + $(UPPDIR1)CodeEditor/DiffSyntax.cpp \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ $(UPPDIR1)CodeEditor/LogSyntax.h \ @@ -29855,8 +32627,6 @@ $(OutDir_CodeEditor)DiffSyntax.o: $(UPPDIR1)CodeEditor/DiffSyntax.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -29882,17 +32652,27 @@ $(OutDir_CodeEditor)DiffSyntax.o: $(UPPDIR1)CodeEditor/DiffSyntax.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -29921,6 +32701,7 @@ $(OutDir_CodeEditor)DiffSyntax.o: $(UPPDIR1)CodeEditor/DiffSyntax.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -29939,24 +32720,28 @@ $(OutDir_CodeEditor)DiffSyntax.o: $(UPPDIR1)CodeEditor/DiffSyntax.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(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.cpp \ $(UPPDIR1)CodeEditor/TagSyntax.h \ $(UPPDIR1)Core/Algo.h \ $(UPPDIR1)Core/App.h \ @@ -30014,8 +32799,6 @@ $(OutDir_CodeEditor)TagSyntax.o: $(UPPDIR1)CodeEditor/TagSyntax.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -30041,17 +32824,27 @@ $(OutDir_CodeEditor)TagSyntax.o: $(UPPDIR1)CodeEditor/TagSyntax.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -30080,6 +32873,7 @@ $(OutDir_CodeEditor)TagSyntax.o: $(UPPDIR1)CodeEditor/TagSyntax.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -30098,22 +32892,26 @@ $(OutDir_CodeEditor)TagSyntax.o: $(UPPDIR1)CodeEditor/TagSyntax.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ $(UPPDIR1)CodeEditor/LogSyntax.h \ + $(UPPDIR1)CodeEditor/PythonSyntax.cpp \ $(UPPDIR1)CodeEditor/PythonSyntax.h \ $(UPPDIR1)CodeEditor/Syntax.h \ $(UPPDIR1)CodeEditor/TagSyntax.h \ @@ -30173,8 +32971,6 @@ $(OutDir_CodeEditor)PythonSyntax.o: $(UPPDIR1)CodeEditor/PythonSyntax.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -30200,17 +32996,27 @@ $(OutDir_CodeEditor)PythonSyntax.o: $(UPPDIR1)CodeEditor/PythonSyntax.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -30239,6 +33045,7 @@ $(OutDir_CodeEditor)PythonSyntax.o: $(UPPDIR1)CodeEditor/PythonSyntax.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -30257,21 +33064,25 @@ $(OutDir_CodeEditor)PythonSyntax.o: $(UPPDIR1)CodeEditor/PythonSyntax.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/LogSyntax.cpp \ $(UPPDIR1)CodeEditor/LogSyntax.h \ $(UPPDIR1)CodeEditor/PythonSyntax.h \ $(UPPDIR1)CodeEditor/Syntax.h \ @@ -30332,8 +33143,6 @@ $(OutDir_CodeEditor)LogSyntax.o: $(UPPDIR1)CodeEditor/LogSyntax.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -30359,17 +33168,27 @@ $(OutDir_CodeEditor)LogSyntax.o: $(UPPDIR1)CodeEditor/LogSyntax.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -30398,6 +33217,7 @@ $(OutDir_CodeEditor)LogSyntax.o: $(UPPDIR1)CodeEditor/LogSyntax.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -30416,20 +33236,24 @@ $(OutDir_CodeEditor)LogSyntax.o: $(UPPDIR1)CodeEditor/LogSyntax.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/EditorBar.cpp \ $(UPPDIR1)CodeEditor/hl_color.i \ $(UPPDIR1)CodeEditor/LogSyntax.h \ $(UPPDIR1)CodeEditor/PythonSyntax.h \ @@ -30491,8 +33315,6 @@ $(OutDir_CodeEditor)EditorBar.o: $(UPPDIR1)CodeEditor/EditorBar.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -30518,17 +33340,27 @@ $(OutDir_CodeEditor)EditorBar.o: $(UPPDIR1)CodeEditor/EditorBar.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -30557,6 +33389,7 @@ $(OutDir_CodeEditor)EditorBar.o: $(UPPDIR1)CodeEditor/EditorBar.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -30575,20 +33408,24 @@ $(OutDir_CodeEditor)EditorBar.o: $(UPPDIR1)CodeEditor/EditorBar.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ + $(UPPDIR1)CodeEditor/FindReplace.cpp \ $(UPPDIR1)CodeEditor/hl_color.i \ $(UPPDIR1)CodeEditor/LogSyntax.h \ $(UPPDIR1)CodeEditor/PythonSyntax.h \ @@ -30650,8 +33487,6 @@ $(OutDir_CodeEditor)FindReplace.o: $(UPPDIR1)CodeEditor/FindReplace.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -30677,17 +33512,27 @@ $(OutDir_CodeEditor)FindReplace.o: $(UPPDIR1)CodeEditor/FindReplace.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -30716,6 +33561,7 @@ $(OutDir_CodeEditor)FindReplace.o: $(UPPDIR1)CodeEditor/FindReplace.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -30734,21 +33580,25 @@ $(OutDir_CodeEditor)FindReplace.o: $(UPPDIR1)CodeEditor/FindReplace.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ + $(UPPDIR1)CodeEditor/Lang.cpp \ $(UPPDIR1)CodeEditor/LogSyntax.h \ $(UPPDIR1)CodeEditor/PythonSyntax.h \ $(UPPDIR1)CodeEditor/Syntax.h \ @@ -30809,8 +33659,6 @@ $(OutDir_CodeEditor)Lang.o: $(UPPDIR1)CodeEditor/Lang.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -30836,17 +33684,27 @@ $(OutDir_CodeEditor)Lang.o: $(UPPDIR1)CodeEditor/Lang.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -30875,6 +33733,7 @@ $(OutDir_CodeEditor)Lang.o: $(UPPDIR1)CodeEditor/Lang.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -30893,18 +33752,22 @@ $(OutDir_CodeEditor)Lang.o: $(UPPDIR1)CodeEditor/Lang.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -30968,8 +33831,6 @@ $(OutDir_CodeEditor)CodeEditor.o: $(UPPDIR1)CodeEditor/CodeEditor.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -30996,17 +33857,27 @@ $(OutDir_CodeEditor)CodeEditor.o: $(UPPDIR1)CodeEditor/CodeEditor.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -31035,6 +33906,7 @@ $(OutDir_CodeEditor)CodeEditor.o: $(UPPDIR1)CodeEditor/CodeEditor.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -31054,14 +33926,15 @@ $(OutDir_CodeEditor)CodeEditor.o: $(UPPDIR1)CodeEditor/CodeEditor.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CodeEditor) $(UPPDIR1)CodeEditor/CodeEditor.cpp -o $(OutDir_CodeEditor)CodeEditor.o $(OutDir_CodeEditor)CodeEditor.a: \ @@ -31161,8 +34034,6 @@ $(OutDir_CtrlLib)CtrlLibInit.o: $(UPPDIR1)CtrlLib/CtrlLibInit.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -31189,17 +34060,28 @@ $(OutDir_CtrlLib)CtrlLibInit.o: $(UPPDIR1)CtrlLib/CtrlLibInit.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/CtrlLibInit.cpp \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -31228,6 +34110,7 @@ $(OutDir_CtrlLib)CtrlLibInit.o: $(UPPDIR1)CtrlLib/CtrlLibInit.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -31243,14 +34126,15 @@ $(OutDir_CtrlLib)CtrlLibInit.o: $(UPPDIR1)CtrlLib/CtrlLibInit.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/CtrlLibInit.cpp -o $(OutDir_CtrlLib)CtrlLibInit.o $(OutDir_CtrlLib)LabelBase.o: $(UPPDIR1)CtrlLib/LabelBase.cpp \ @@ -31310,8 +34194,6 @@ $(OutDir_CtrlLib)LabelBase.o: $(UPPDIR1)CtrlLib/LabelBase.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -31337,17 +34219,27 @@ $(OutDir_CtrlLib)LabelBase.o: $(UPPDIR1)CtrlLib/LabelBase.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -31357,6 +34249,7 @@ $(OutDir_CtrlLib)LabelBase.o: $(UPPDIR1)CtrlLib/LabelBase.cpp \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ $(UPPDIR1)CtrlLib/FileSel.h \ $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/LabelBase.cpp \ $(UPPDIR1)CtrlLib/LabelBase.h \ $(UPPDIR1)CtrlLib/Lang.h \ $(UPPDIR1)CtrlLib/MultiButton.h \ @@ -31376,6 +34269,7 @@ $(OutDir_CtrlLib)LabelBase.o: $(UPPDIR1)CtrlLib/LabelBase.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -31391,14 +34285,15 @@ $(OutDir_CtrlLib)LabelBase.o: $(UPPDIR1)CtrlLib/LabelBase.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -31458,8 +34353,6 @@ $(OutDir_CtrlLib)DisplayPopup.o: $(UPPDIR1)CtrlLib/DisplayPopup.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -31485,19 +34378,30 @@ $(OutDir_CtrlLib)DisplayPopup.o: $(UPPDIR1)CtrlLib/DisplayPopup.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ + $(UPPDIR1)CtrlLib/DisplayPopup.cpp \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ $(UPPDIR1)CtrlLib/DlgColor.h \ $(UPPDIR1)CtrlLib/DropChoice.h \ @@ -31524,6 +34428,7 @@ $(OutDir_CtrlLib)DisplayPopup.o: $(UPPDIR1)CtrlLib/DisplayPopup.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -31539,14 +34444,15 @@ $(OutDir_CtrlLib)DisplayPopup.o: $(UPPDIR1)CtrlLib/DisplayPopup.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -31606,8 +34512,6 @@ $(OutDir_CtrlLib)Button.o: $(UPPDIR1)CtrlLib/Button.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -31633,17 +34537,28 @@ $(OutDir_CtrlLib)Button.o: $(UPPDIR1)CtrlLib/Button.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Button.cpp \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -31672,6 +34587,7 @@ $(OutDir_CtrlLib)Button.o: $(UPPDIR1)CtrlLib/Button.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -31687,14 +34603,15 @@ $(OutDir_CtrlLib)Button.o: $(UPPDIR1)CtrlLib/Button.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -31754,8 +34671,6 @@ $(OutDir_CtrlLib)Switch.o: $(UPPDIR1)CtrlLib/Switch.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -31781,17 +34696,27 @@ $(OutDir_CtrlLib)Switch.o: $(UPPDIR1)CtrlLib/Switch.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -31813,6 +34738,7 @@ $(OutDir_CtrlLib)Switch.o: $(UPPDIR1)CtrlLib/Switch.cpp \ $(UPPDIR1)CtrlLib/StaticCtrl.h \ $(UPPDIR1)CtrlLib/StatusBar.h \ $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/Switch.cpp \ $(UPPDIR1)CtrlLib/TabCtrl.h \ $(UPPDIR1)CtrlLib/TextEdit.h \ $(UPPDIR1)CtrlLib/TreeCtrl.h \ @@ -31820,6 +34746,7 @@ $(OutDir_CtrlLib)Switch.o: $(UPPDIR1)CtrlLib/Switch.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -31835,14 +34762,15 @@ $(OutDir_CtrlLib)Switch.o: $(UPPDIR1)CtrlLib/Switch.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/Switch.cpp -o $(OutDir_CtrlLib)Switch.o $(OutDir_CtrlLib)VirtualButtons.o: $(UPPDIR1)CtrlLib/VirtualButtons.cpp \ @@ -31902,8 +34830,6 @@ $(OutDir_CtrlLib)VirtualButtons.o: $(UPPDIR1)CtrlLib/VirtualButtons.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -31929,17 +34855,27 @@ $(OutDir_CtrlLib)VirtualButtons.o: $(UPPDIR1)CtrlLib/VirtualButtons.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -31964,10 +34900,12 @@ $(OutDir_CtrlLib)VirtualButtons.o: $(UPPDIR1)CtrlLib/VirtualButtons.cpp \ $(UPPDIR1)CtrlLib/TabCtrl.h \ $(UPPDIR1)CtrlLib/TextEdit.h \ $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)CtrlLib/VirtualButtons.cpp \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -31983,14 +34921,15 @@ $(OutDir_CtrlLib)VirtualButtons.o: $(UPPDIR1)CtrlLib/VirtualButtons.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/VirtualButtons.cpp -o $(OutDir_CtrlLib)VirtualButtons.o $(OutDir_CtrlLib)EditField.o: $(UPPDIR1)CtrlLib/EditField.cpp \ @@ -32050,8 +34989,6 @@ $(OutDir_CtrlLib)EditField.o: $(UPPDIR1)CtrlLib/EditField.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -32077,17 +35014,27 @@ $(OutDir_CtrlLib)EditField.o: $(UPPDIR1)CtrlLib/EditField.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -32095,6 +35042,7 @@ $(OutDir_CtrlLib)EditField.o: $(UPPDIR1)CtrlLib/EditField.cpp \ $(UPPDIR1)CtrlLib/DropChoice.h \ $(UPPDIR1)CtrlLib/EditCtrl.h \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ + $(UPPDIR1)CtrlLib/EditField.cpp \ $(UPPDIR1)CtrlLib/FileSel.h \ $(UPPDIR1)CtrlLib/HeaderCtrl.h \ $(UPPDIR1)CtrlLib/LabelBase.h \ @@ -32116,6 +35064,7 @@ $(OutDir_CtrlLib)EditField.o: $(UPPDIR1)CtrlLib/EditField.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -32131,14 +35080,15 @@ $(OutDir_CtrlLib)EditField.o: $(UPPDIR1)CtrlLib/EditField.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -32198,8 +35148,6 @@ $(OutDir_CtrlLib)Text.o: $(UPPDIR1)CtrlLib/Text.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -32225,17 +35173,27 @@ $(OutDir_CtrlLib)Text.o: $(UPPDIR1)CtrlLib/Text.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -32258,12 +35216,14 @@ $(OutDir_CtrlLib)Text.o: $(UPPDIR1)CtrlLib/Text.cpp \ $(UPPDIR1)CtrlLib/StatusBar.h \ $(UPPDIR1)CtrlLib/SuggestCtrl.h \ $(UPPDIR1)CtrlLib/TabCtrl.h \ + $(UPPDIR1)CtrlLib/Text.cpp \ $(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/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -32279,14 +35239,15 @@ $(OutDir_CtrlLib)Text.o: $(UPPDIR1)CtrlLib/Text.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -32346,8 +35307,6 @@ $(OutDir_CtrlLib)LineEdit.o: $(UPPDIR1)CtrlLib/LineEdit.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -32373,17 +35332,27 @@ $(OutDir_CtrlLib)LineEdit.o: $(UPPDIR1)CtrlLib/LineEdit.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -32395,6 +35364,7 @@ $(OutDir_CtrlLib)LineEdit.o: $(UPPDIR1)CtrlLib/LineEdit.cpp \ $(UPPDIR1)CtrlLib/HeaderCtrl.h \ $(UPPDIR1)CtrlLib/LabelBase.h \ $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/LineEdit.cpp \ $(UPPDIR1)CtrlLib/MultiButton.h \ $(UPPDIR1)CtrlLib/Progress.h \ $(UPPDIR1)CtrlLib/PushCtrl.h \ @@ -32412,6 +35382,7 @@ $(OutDir_CtrlLib)LineEdit.o: $(UPPDIR1)CtrlLib/LineEdit.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -32427,14 +35398,15 @@ $(OutDir_CtrlLib)LineEdit.o: $(UPPDIR1)CtrlLib/LineEdit.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -32494,8 +35466,6 @@ $(OutDir_CtrlLib)DocEdit.o: $(UPPDIR1)CtrlLib/DocEdit.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -32521,21 +35491,32 @@ $(OutDir_CtrlLib)DocEdit.o: $(UPPDIR1)CtrlLib/DocEdit.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DocEdit.cpp \ $(UPPDIR1)CtrlLib/DropChoice.h \ $(UPPDIR1)CtrlLib/EditCtrl.h \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ @@ -32560,6 +35541,7 @@ $(OutDir_CtrlLib)DocEdit.o: $(UPPDIR1)CtrlLib/DocEdit.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -32575,14 +35557,15 @@ $(OutDir_CtrlLib)DocEdit.o: $(UPPDIR1)CtrlLib/DocEdit.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -32642,8 +35625,6 @@ $(OutDir_CtrlLib)ScrollBar.o: $(UPPDIR1)CtrlLib/ScrollBar.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -32669,17 +35650,27 @@ $(OutDir_CtrlLib)ScrollBar.o: $(UPPDIR1)CtrlLib/ScrollBar.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -32695,6 +35686,7 @@ $(OutDir_CtrlLib)ScrollBar.o: $(UPPDIR1)CtrlLib/ScrollBar.cpp \ $(UPPDIR1)CtrlLib/Progress.h \ $(UPPDIR1)CtrlLib/PushCtrl.h \ $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/ScrollBar.cpp \ $(UPPDIR1)CtrlLib/ScrollBar.h \ $(UPPDIR1)CtrlLib/SliderCtrl.h \ $(UPPDIR1)CtrlLib/Splitter.h \ @@ -32708,6 +35700,7 @@ $(OutDir_CtrlLib)ScrollBar.o: $(UPPDIR1)CtrlLib/ScrollBar.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -32723,14 +35716,15 @@ $(OutDir_CtrlLib)ScrollBar.o: $(UPPDIR1)CtrlLib/ScrollBar.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -32790,8 +35784,6 @@ $(OutDir_CtrlLib)HeaderCtrl.o: $(UPPDIR1)CtrlLib/HeaderCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -32817,17 +35809,27 @@ $(OutDir_CtrlLib)HeaderCtrl.o: $(UPPDIR1)CtrlLib/HeaderCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -32836,6 +35838,7 @@ $(OutDir_CtrlLib)HeaderCtrl.o: $(UPPDIR1)CtrlLib/HeaderCtrl.cpp \ $(UPPDIR1)CtrlLib/EditCtrl.h \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/HeaderCtrl.cpp \ $(UPPDIR1)CtrlLib/HeaderCtrl.h \ $(UPPDIR1)CtrlLib/LabelBase.h \ $(UPPDIR1)CtrlLib/Lang.h \ @@ -32856,6 +35859,7 @@ $(OutDir_CtrlLib)HeaderCtrl.o: $(UPPDIR1)CtrlLib/HeaderCtrl.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -32871,14 +35875,15 @@ $(OutDir_CtrlLib)HeaderCtrl.o: $(UPPDIR1)CtrlLib/HeaderCtrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -32938,8 +35943,6 @@ $(OutDir_CtrlLib)ArrayCtrl.o: $(UPPDIR1)CtrlLib/ArrayCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -32965,17 +35968,28 @@ $(OutDir_CtrlLib)ArrayCtrl.o: $(UPPDIR1)CtrlLib/ArrayCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ + $(UPPDIR1)CtrlLib/ArrayCtrl.cpp \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -33004,6 +36018,7 @@ $(OutDir_CtrlLib)ArrayCtrl.o: $(UPPDIR1)CtrlLib/ArrayCtrl.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -33019,14 +36034,15 @@ $(OutDir_CtrlLib)ArrayCtrl.o: $(UPPDIR1)CtrlLib/ArrayCtrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -33086,8 +36102,6 @@ $(OutDir_CtrlLib)MultiButton.o: $(UPPDIR1)CtrlLib/MultiButton.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -33113,17 +36127,27 @@ $(OutDir_CtrlLib)MultiButton.o: $(UPPDIR1)CtrlLib/MultiButton.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -33135,6 +36159,7 @@ $(OutDir_CtrlLib)MultiButton.o: $(UPPDIR1)CtrlLib/MultiButton.cpp \ $(UPPDIR1)CtrlLib/HeaderCtrl.h \ $(UPPDIR1)CtrlLib/LabelBase.h \ $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MultiButton.cpp \ $(UPPDIR1)CtrlLib/MultiButton.h \ $(UPPDIR1)CtrlLib/Progress.h \ $(UPPDIR1)CtrlLib/PushCtrl.h \ @@ -33152,6 +36177,7 @@ $(OutDir_CtrlLib)MultiButton.o: $(UPPDIR1)CtrlLib/MultiButton.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -33167,14 +36193,15 @@ $(OutDir_CtrlLib)MultiButton.o: $(UPPDIR1)CtrlLib/MultiButton.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -33234,8 +36261,6 @@ $(OutDir_CtrlLib)PopupTable.o: $(UPPDIR1)CtrlLib/PopupTable.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -33261,17 +36286,27 @@ $(OutDir_CtrlLib)PopupTable.o: $(UPPDIR1)CtrlLib/PopupTable.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -33284,6 +36319,7 @@ $(OutDir_CtrlLib)PopupTable.o: $(UPPDIR1)CtrlLib/PopupTable.cpp \ $(UPPDIR1)CtrlLib/LabelBase.h \ $(UPPDIR1)CtrlLib/Lang.h \ $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/PopupTable.cpp \ $(UPPDIR1)CtrlLib/Progress.h \ $(UPPDIR1)CtrlLib/PushCtrl.h \ $(UPPDIR1)CtrlLib/RichText.h \ @@ -33300,6 +36336,7 @@ $(OutDir_CtrlLib)PopupTable.o: $(UPPDIR1)CtrlLib/PopupTable.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -33315,14 +36352,15 @@ $(OutDir_CtrlLib)PopupTable.o: $(UPPDIR1)CtrlLib/PopupTable.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/PopupTable.cpp -o $(OutDir_CtrlLib)PopupTable.o $(OutDir_CtrlLib)PopUpList.o: $(UPPDIR1)CtrlLib/PopUpList.cpp \ @@ -33382,8 +36420,6 @@ $(OutDir_CtrlLib)PopUpList.o: $(UPPDIR1)CtrlLib/PopUpList.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -33409,17 +36445,27 @@ $(OutDir_CtrlLib)PopUpList.o: $(UPPDIR1)CtrlLib/PopUpList.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -33432,6 +36478,7 @@ $(OutDir_CtrlLib)PopUpList.o: $(UPPDIR1)CtrlLib/PopUpList.cpp \ $(UPPDIR1)CtrlLib/LabelBase.h \ $(UPPDIR1)CtrlLib/Lang.h \ $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/PopUpList.cpp \ $(UPPDIR1)CtrlLib/Progress.h \ $(UPPDIR1)CtrlLib/PushCtrl.h \ $(UPPDIR1)CtrlLib/RichText.h \ @@ -33448,6 +36495,7 @@ $(OutDir_CtrlLib)PopUpList.o: $(UPPDIR1)CtrlLib/PopUpList.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -33463,14 +36511,15 @@ $(OutDir_CtrlLib)PopUpList.o: $(UPPDIR1)CtrlLib/PopUpList.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/PopUpList.cpp -o $(OutDir_CtrlLib)PopUpList.o $(OutDir_CtrlLib)DropList.o: $(UPPDIR1)CtrlLib/DropList.cpp \ @@ -33530,8 +36579,6 @@ $(OutDir_CtrlLib)DropList.o: $(UPPDIR1)CtrlLib/DropList.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -33557,22 +36604,33 @@ $(OutDir_CtrlLib)DropList.o: $(UPPDIR1)CtrlLib/DropList.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ $(UPPDIR1)CtrlLib/DlgColor.h \ $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/DropList.cpp \ $(UPPDIR1)CtrlLib/EditCtrl.h \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ $(UPPDIR1)CtrlLib/FileSel.h \ @@ -33596,6 +36654,7 @@ $(OutDir_CtrlLib)DropList.o: $(UPPDIR1)CtrlLib/DropList.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -33611,14 +36670,15 @@ $(OutDir_CtrlLib)DropList.o: $(UPPDIR1)CtrlLib/DropList.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -33678,8 +36738,6 @@ $(OutDir_CtrlLib)DropChoice.o: $(UPPDIR1)CtrlLib/DropChoice.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -33705,21 +36763,32 @@ $(OutDir_CtrlLib)DropChoice.o: $(UPPDIR1)CtrlLib/DropChoice.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.cpp \ $(UPPDIR1)CtrlLib/DropChoice.h \ $(UPPDIR1)CtrlLib/EditCtrl.h \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ @@ -33744,6 +36813,7 @@ $(OutDir_CtrlLib)DropChoice.o: $(UPPDIR1)CtrlLib/DropChoice.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -33759,14 +36829,15 @@ $(OutDir_CtrlLib)DropChoice.o: $(UPPDIR1)CtrlLib/DropChoice.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -33826,8 +36897,6 @@ $(OutDir_CtrlLib)Static.o: $(UPPDIR1)CtrlLib/Static.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -33853,17 +36922,27 @@ $(OutDir_CtrlLib)Static.o: $(UPPDIR1)CtrlLib/Static.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -33882,6 +36961,7 @@ $(OutDir_CtrlLib)Static.o: $(UPPDIR1)CtrlLib/Static.cpp \ $(UPPDIR1)CtrlLib/ScrollBar.h \ $(UPPDIR1)CtrlLib/SliderCtrl.h \ $(UPPDIR1)CtrlLib/Splitter.h \ + $(UPPDIR1)CtrlLib/Static.cpp \ $(UPPDIR1)CtrlLib/StaticCtrl.h \ $(UPPDIR1)CtrlLib/StatusBar.h \ $(UPPDIR1)CtrlLib/SuggestCtrl.h \ @@ -33892,6 +36972,7 @@ $(OutDir_CtrlLib)Static.o: $(UPPDIR1)CtrlLib/Static.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -33907,14 +36988,15 @@ $(OutDir_CtrlLib)Static.o: $(UPPDIR1)CtrlLib/Static.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -33974,8 +37056,6 @@ $(OutDir_CtrlLib)Splitter.o: $(UPPDIR1)CtrlLib/Splitter.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -34001,17 +37081,27 @@ $(OutDir_CtrlLib)Splitter.o: $(UPPDIR1)CtrlLib/Splitter.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -34029,6 +37119,7 @@ $(OutDir_CtrlLib)Splitter.o: $(UPPDIR1)CtrlLib/Splitter.cpp \ $(UPPDIR1)CtrlLib/RichText.h \ $(UPPDIR1)CtrlLib/ScrollBar.h \ $(UPPDIR1)CtrlLib/SliderCtrl.h \ + $(UPPDIR1)CtrlLib/Splitter.cpp \ $(UPPDIR1)CtrlLib/Splitter.h \ $(UPPDIR1)CtrlLib/StaticCtrl.h \ $(UPPDIR1)CtrlLib/StatusBar.h \ @@ -34040,6 +37131,7 @@ $(OutDir_CtrlLib)Splitter.o: $(UPPDIR1)CtrlLib/Splitter.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -34055,14 +37147,15 @@ $(OutDir_CtrlLib)Splitter.o: $(UPPDIR1)CtrlLib/Splitter.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -34122,8 +37215,6 @@ $(OutDir_CtrlLib)FrameSplitter.o: $(UPPDIR1)CtrlLib/FrameSplitter.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -34149,17 +37240,27 @@ $(OutDir_CtrlLib)FrameSplitter.o: $(UPPDIR1)CtrlLib/FrameSplitter.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -34168,6 +37269,7 @@ $(OutDir_CtrlLib)FrameSplitter.o: $(UPPDIR1)CtrlLib/FrameSplitter.cpp \ $(UPPDIR1)CtrlLib/EditCtrl.h \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/FrameSplitter.cpp \ $(UPPDIR1)CtrlLib/HeaderCtrl.h \ $(UPPDIR1)CtrlLib/LabelBase.h \ $(UPPDIR1)CtrlLib/Lang.h \ @@ -34188,6 +37290,7 @@ $(OutDir_CtrlLib)FrameSplitter.o: $(UPPDIR1)CtrlLib/FrameSplitter.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -34203,14 +37306,15 @@ $(OutDir_CtrlLib)FrameSplitter.o: $(UPPDIR1)CtrlLib/FrameSplitter.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -34270,8 +37374,6 @@ $(OutDir_CtrlLib)SliderCtrl.o: $(UPPDIR1)CtrlLib/SliderCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -34297,17 +37399,27 @@ $(OutDir_CtrlLib)SliderCtrl.o: $(UPPDIR1)CtrlLib/SliderCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -34324,6 +37436,7 @@ $(OutDir_CtrlLib)SliderCtrl.o: $(UPPDIR1)CtrlLib/SliderCtrl.cpp \ $(UPPDIR1)CtrlLib/PushCtrl.h \ $(UPPDIR1)CtrlLib/RichText.h \ $(UPPDIR1)CtrlLib/ScrollBar.h \ + $(UPPDIR1)CtrlLib/SliderCtrl.cpp \ $(UPPDIR1)CtrlLib/SliderCtrl.h \ $(UPPDIR1)CtrlLib/Splitter.h \ $(UPPDIR1)CtrlLib/StaticCtrl.h \ @@ -34336,6 +37449,7 @@ $(OutDir_CtrlLib)SliderCtrl.o: $(UPPDIR1)CtrlLib/SliderCtrl.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -34351,14 +37465,15 @@ $(OutDir_CtrlLib)SliderCtrl.o: $(UPPDIR1)CtrlLib/SliderCtrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -34418,8 +37533,6 @@ $(OutDir_CtrlLib)ColumnList.o: $(UPPDIR1)CtrlLib/ColumnList.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -34445,17 +37558,28 @@ $(OutDir_CtrlLib)ColumnList.o: $(UPPDIR1)CtrlLib/ColumnList.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColumnList.cpp \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -34484,6 +37608,7 @@ $(OutDir_CtrlLib)ColumnList.o: $(UPPDIR1)CtrlLib/ColumnList.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -34499,14 +37624,15 @@ $(OutDir_CtrlLib)ColumnList.o: $(UPPDIR1)CtrlLib/ColumnList.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -34566,8 +37692,6 @@ $(OutDir_CtrlLib)Progress.o: $(UPPDIR1)CtrlLib/Progress.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -34593,17 +37717,27 @@ $(OutDir_CtrlLib)Progress.o: $(UPPDIR1)CtrlLib/Progress.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -34616,6 +37750,7 @@ $(OutDir_CtrlLib)Progress.o: $(UPPDIR1)CtrlLib/Progress.cpp \ $(UPPDIR1)CtrlLib/LabelBase.h \ $(UPPDIR1)CtrlLib/Lang.h \ $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/Progress.cpp \ $(UPPDIR1)CtrlLib/Progress.h \ $(UPPDIR1)CtrlLib/PushCtrl.h \ $(UPPDIR1)CtrlLib/RichText.h \ @@ -34632,6 +37767,7 @@ $(OutDir_CtrlLib)Progress.o: $(UPPDIR1)CtrlLib/Progress.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -34647,14 +37783,15 @@ $(OutDir_CtrlLib)Progress.o: $(UPPDIR1)CtrlLib/Progress.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -34714,8 +37851,6 @@ $(OutDir_CtrlLib)AKeys.o: $(UPPDIR1)CtrlLib/AKeys.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -34741,17 +37876,28 @@ $(OutDir_CtrlLib)AKeys.o: $(UPPDIR1)CtrlLib/AKeys.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ + $(UPPDIR1)CtrlLib/AKeys.cpp \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -34780,6 +37926,7 @@ $(OutDir_CtrlLib)AKeys.o: $(UPPDIR1)CtrlLib/AKeys.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -34795,14 +37942,15 @@ $(OutDir_CtrlLib)AKeys.o: $(UPPDIR1)CtrlLib/AKeys.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -34862,8 +38010,6 @@ $(OutDir_CtrlLib)RichTextView.o: $(UPPDIR1)CtrlLib/RichTextView.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -34889,17 +38035,27 @@ $(OutDir_CtrlLib)RichTextView.o: $(UPPDIR1)CtrlLib/RichTextView.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -34915,6 +38071,7 @@ $(OutDir_CtrlLib)RichTextView.o: $(UPPDIR1)CtrlLib/RichTextView.cpp \ $(UPPDIR1)CtrlLib/Progress.h \ $(UPPDIR1)CtrlLib/PushCtrl.h \ $(UPPDIR1)CtrlLib/RichText.h \ + $(UPPDIR1)CtrlLib/RichTextView.cpp \ $(UPPDIR1)CtrlLib/ScrollBar.h \ $(UPPDIR1)CtrlLib/SliderCtrl.h \ $(UPPDIR1)CtrlLib/Splitter.h \ @@ -34928,6 +38085,7 @@ $(OutDir_CtrlLib)RichTextView.o: $(UPPDIR1)CtrlLib/RichTextView.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -34943,14 +38101,15 @@ $(OutDir_CtrlLib)RichTextView.o: $(UPPDIR1)CtrlLib/RichTextView.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -35010,8 +38169,6 @@ $(OutDir_CtrlLib)Prompt.o: $(UPPDIR1)CtrlLib/Prompt.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -35037,17 +38194,27 @@ $(OutDir_CtrlLib)Prompt.o: $(UPPDIR1)CtrlLib/Prompt.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -35061,6 +38228,7 @@ $(OutDir_CtrlLib)Prompt.o: $(UPPDIR1)CtrlLib/Prompt.cpp \ $(UPPDIR1)CtrlLib/Lang.h \ $(UPPDIR1)CtrlLib/MultiButton.h \ $(UPPDIR1)CtrlLib/Progress.h \ + $(UPPDIR1)CtrlLib/Prompt.cpp \ $(UPPDIR1)CtrlLib/PushCtrl.h \ $(UPPDIR1)CtrlLib/RichText.h \ $(UPPDIR1)CtrlLib/ScrollBar.h \ @@ -35076,6 +38244,7 @@ $(OutDir_CtrlLib)Prompt.o: $(UPPDIR1)CtrlLib/Prompt.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -35091,14 +38260,15 @@ $(OutDir_CtrlLib)Prompt.o: $(UPPDIR1)CtrlLib/Prompt.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -35158,8 +38328,6 @@ $(OutDir_CtrlLib)Help.o: $(UPPDIR1)CtrlLib/Help.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -35185,17 +38353,27 @@ $(OutDir_CtrlLib)Help.o: $(UPPDIR1)CtrlLib/Help.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -35205,6 +38383,7 @@ $(OutDir_CtrlLib)Help.o: $(UPPDIR1)CtrlLib/Help.cpp \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ $(UPPDIR1)CtrlLib/FileSel.h \ $(UPPDIR1)CtrlLib/HeaderCtrl.h \ + $(UPPDIR1)CtrlLib/Help.cpp \ $(UPPDIR1)CtrlLib/LabelBase.h \ $(UPPDIR1)CtrlLib/Lang.h \ $(UPPDIR1)CtrlLib/MultiButton.h \ @@ -35224,6 +38403,7 @@ $(OutDir_CtrlLib)Help.o: $(UPPDIR1)CtrlLib/Help.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -35239,14 +38419,15 @@ $(OutDir_CtrlLib)Help.o: $(UPPDIR1)CtrlLib/Help.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -35306,8 +38487,6 @@ $(OutDir_CtrlLib)DateTimeCtrl.o: $(UPPDIR1)CtrlLib/DateTimeCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -35333,18 +38512,29 @@ $(OutDir_CtrlLib)DateTimeCtrl.o: $(UPPDIR1)CtrlLib/DateTimeCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ + $(UPPDIR1)CtrlLib/DateTimeCtrl.cpp \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ $(UPPDIR1)CtrlLib/DlgColor.h \ @@ -35372,6 +38562,7 @@ $(OutDir_CtrlLib)DateTimeCtrl.o: $(UPPDIR1)CtrlLib/DateTimeCtrl.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -35387,14 +38578,15 @@ $(OutDir_CtrlLib)DateTimeCtrl.o: $(UPPDIR1)CtrlLib/DateTimeCtrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -35454,8 +38646,6 @@ $(OutDir_CtrlLib)SuggestCtrl.o: $(UPPDIR1)CtrlLib/SuggestCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -35481,17 +38671,27 @@ $(OutDir_CtrlLib)SuggestCtrl.o: $(UPPDIR1)CtrlLib/SuggestCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -35512,6 +38712,7 @@ $(OutDir_CtrlLib)SuggestCtrl.o: $(UPPDIR1)CtrlLib/SuggestCtrl.cpp \ $(UPPDIR1)CtrlLib/Splitter.h \ $(UPPDIR1)CtrlLib/StaticCtrl.h \ $(UPPDIR1)CtrlLib/StatusBar.h \ + $(UPPDIR1)CtrlLib/SuggestCtrl.cpp \ $(UPPDIR1)CtrlLib/SuggestCtrl.h \ $(UPPDIR1)CtrlLib/TabCtrl.h \ $(UPPDIR1)CtrlLib/TextEdit.h \ @@ -35520,6 +38721,7 @@ $(OutDir_CtrlLib)SuggestCtrl.o: $(UPPDIR1)CtrlLib/SuggestCtrl.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -35535,14 +38737,15 @@ $(OutDir_CtrlLib)SuggestCtrl.o: $(UPPDIR1)CtrlLib/SuggestCtrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -35602,8 +38805,6 @@ $(OutDir_CtrlLib)Bar.o: $(UPPDIR1)CtrlLib/Bar.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -35629,17 +38830,28 @@ $(OutDir_CtrlLib)Bar.o: $(UPPDIR1)CtrlLib/Bar.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ + $(UPPDIR1)CtrlLib/Bar.cpp \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -35668,6 +38880,7 @@ $(OutDir_CtrlLib)Bar.o: $(UPPDIR1)CtrlLib/Bar.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -35683,14 +38896,15 @@ $(OutDir_CtrlLib)Bar.o: $(UPPDIR1)CtrlLib/Bar.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -35750,8 +38964,6 @@ $(OutDir_CtrlLib)MenuItem.o: $(UPPDIR1)CtrlLib/MenuItem.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -35777,17 +38989,27 @@ $(OutDir_CtrlLib)MenuItem.o: $(UPPDIR1)CtrlLib/MenuItem.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -35800,6 +39022,7 @@ $(OutDir_CtrlLib)MenuItem.o: $(UPPDIR1)CtrlLib/MenuItem.cpp \ $(UPPDIR1)CtrlLib/LabelBase.h \ $(UPPDIR1)CtrlLib/Lang.h \ $(UPPDIR1)CtrlLib/MenuImp.h \ + $(UPPDIR1)CtrlLib/MenuItem.cpp \ $(UPPDIR1)CtrlLib/MultiButton.h \ $(UPPDIR1)CtrlLib/Progress.h \ $(UPPDIR1)CtrlLib/PushCtrl.h \ @@ -35817,6 +39040,7 @@ $(OutDir_CtrlLib)MenuItem.o: $(UPPDIR1)CtrlLib/MenuItem.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -35832,14 +39056,15 @@ $(OutDir_CtrlLib)MenuItem.o: $(UPPDIR1)CtrlLib/MenuItem.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -35899,8 +39124,6 @@ $(OutDir_CtrlLib)MenuBar.o: $(UPPDIR1)CtrlLib/MenuBar.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -35926,17 +39149,27 @@ $(OutDir_CtrlLib)MenuBar.o: $(UPPDIR1)CtrlLib/MenuBar.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -35948,6 +39181,7 @@ $(OutDir_CtrlLib)MenuBar.o: $(UPPDIR1)CtrlLib/MenuBar.cpp \ $(UPPDIR1)CtrlLib/HeaderCtrl.h \ $(UPPDIR1)CtrlLib/LabelBase.h \ $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/MenuBar.cpp \ $(UPPDIR1)CtrlLib/MenuImp.h \ $(UPPDIR1)CtrlLib/MultiButton.h \ $(UPPDIR1)CtrlLib/Progress.h \ @@ -35966,6 +39200,7 @@ $(OutDir_CtrlLib)MenuBar.o: $(UPPDIR1)CtrlLib/MenuBar.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -35981,14 +39216,15 @@ $(OutDir_CtrlLib)MenuBar.o: $(UPPDIR1)CtrlLib/MenuBar.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -36048,8 +39284,6 @@ $(OutDir_CtrlLib)ToolButton.o: $(UPPDIR1)CtrlLib/ToolButton.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -36075,17 +39309,27 @@ $(OutDir_CtrlLib)ToolButton.o: $(UPPDIR1)CtrlLib/ToolButton.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -36109,11 +39353,13 @@ $(OutDir_CtrlLib)ToolButton.o: $(UPPDIR1)CtrlLib/ToolButton.cpp \ $(UPPDIR1)CtrlLib/SuggestCtrl.h \ $(UPPDIR1)CtrlLib/TabCtrl.h \ $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/ToolButton.cpp \ $(UPPDIR1)CtrlLib/TreeCtrl.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -36129,14 +39375,15 @@ $(OutDir_CtrlLib)ToolButton.o: $(UPPDIR1)CtrlLib/ToolButton.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -36196,8 +39443,6 @@ $(OutDir_CtrlLib)ToolBar.o: $(UPPDIR1)CtrlLib/ToolBar.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -36223,17 +39468,27 @@ $(OutDir_CtrlLib)ToolBar.o: $(UPPDIR1)CtrlLib/ToolBar.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -36257,11 +39512,13 @@ $(OutDir_CtrlLib)ToolBar.o: $(UPPDIR1)CtrlLib/ToolBar.cpp \ $(UPPDIR1)CtrlLib/SuggestCtrl.h \ $(UPPDIR1)CtrlLib/TabCtrl.h \ $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/ToolBar.cpp \ $(UPPDIR1)CtrlLib/TreeCtrl.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -36277,14 +39534,15 @@ $(OutDir_CtrlLib)ToolBar.o: $(UPPDIR1)CtrlLib/ToolBar.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -36344,8 +39602,6 @@ $(OutDir_CtrlLib)ToolTip.o: $(UPPDIR1)CtrlLib/ToolTip.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -36371,17 +39627,27 @@ $(OutDir_CtrlLib)ToolTip.o: $(UPPDIR1)CtrlLib/ToolTip.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -36405,11 +39671,13 @@ $(OutDir_CtrlLib)ToolTip.o: $(UPPDIR1)CtrlLib/ToolTip.cpp \ $(UPPDIR1)CtrlLib/SuggestCtrl.h \ $(UPPDIR1)CtrlLib/TabCtrl.h \ $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/ToolTip.cpp \ $(UPPDIR1)CtrlLib/TreeCtrl.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -36425,14 +39693,15 @@ $(OutDir_CtrlLib)ToolTip.o: $(UPPDIR1)CtrlLib/ToolTip.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -36492,8 +39761,6 @@ $(OutDir_CtrlLib)StatusBar.o: $(UPPDIR1)CtrlLib/StatusBar.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -36519,17 +39786,27 @@ $(OutDir_CtrlLib)StatusBar.o: $(UPPDIR1)CtrlLib/StatusBar.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -36549,6 +39826,7 @@ $(OutDir_CtrlLib)StatusBar.o: $(UPPDIR1)CtrlLib/StatusBar.cpp \ $(UPPDIR1)CtrlLib/SliderCtrl.h \ $(UPPDIR1)CtrlLib/Splitter.h \ $(UPPDIR1)CtrlLib/StaticCtrl.h \ + $(UPPDIR1)CtrlLib/StatusBar.cpp \ $(UPPDIR1)CtrlLib/StatusBar.h \ $(UPPDIR1)CtrlLib/SuggestCtrl.h \ $(UPPDIR1)CtrlLib/TabCtrl.h \ @@ -36558,6 +39836,7 @@ $(OutDir_CtrlLib)StatusBar.o: $(UPPDIR1)CtrlLib/StatusBar.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -36573,14 +39852,15 @@ $(OutDir_CtrlLib)StatusBar.o: $(UPPDIR1)CtrlLib/StatusBar.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -36640,8 +39920,6 @@ $(OutDir_CtrlLib)TabCtrl.o: $(UPPDIR1)CtrlLib/TabCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -36667,17 +39945,27 @@ $(OutDir_CtrlLib)TabCtrl.o: $(UPPDIR1)CtrlLib/TabCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -36699,6 +39987,7 @@ $(OutDir_CtrlLib)TabCtrl.o: $(UPPDIR1)CtrlLib/TabCtrl.cpp \ $(UPPDIR1)CtrlLib/StaticCtrl.h \ $(UPPDIR1)CtrlLib/StatusBar.h \ $(UPPDIR1)CtrlLib/SuggestCtrl.h \ + $(UPPDIR1)CtrlLib/TabCtrl.cpp \ $(UPPDIR1)CtrlLib/TabCtrl.h \ $(UPPDIR1)CtrlLib/TextEdit.h \ $(UPPDIR1)CtrlLib/TreeCtrl.h \ @@ -36706,6 +39995,7 @@ $(OutDir_CtrlLib)TabCtrl.o: $(UPPDIR1)CtrlLib/TabCtrl.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -36721,14 +40011,15 @@ $(OutDir_CtrlLib)TabCtrl.o: $(UPPDIR1)CtrlLib/TabCtrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -36788,8 +40079,6 @@ $(OutDir_CtrlLib)TreeCtrl.o: $(UPPDIR1)CtrlLib/TreeCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -36815,17 +40104,27 @@ $(OutDir_CtrlLib)TreeCtrl.o: $(UPPDIR1)CtrlLib/TreeCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -36849,11 +40148,13 @@ $(OutDir_CtrlLib)TreeCtrl.o: $(UPPDIR1)CtrlLib/TreeCtrl.cpp \ $(UPPDIR1)CtrlLib/SuggestCtrl.h \ $(UPPDIR1)CtrlLib/TabCtrl.h \ $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TreeCtrl.cpp \ $(UPPDIR1)CtrlLib/TreeCtrl.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -36869,14 +40170,15 @@ $(OutDir_CtrlLib)TreeCtrl.o: $(UPPDIR1)CtrlLib/TreeCtrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -36936,8 +40238,6 @@ $(OutDir_CtrlLib)DropTree.o: $(UPPDIR1)CtrlLib/DropTree.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -36963,22 +40263,33 @@ $(OutDir_CtrlLib)DropTree.o: $(UPPDIR1)CtrlLib/DropTree.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ $(UPPDIR1)CtrlLib/DlgColor.h \ $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/DropTree.cpp \ $(UPPDIR1)CtrlLib/EditCtrl.h \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ $(UPPDIR1)CtrlLib/FileSel.h \ @@ -37002,6 +40313,7 @@ $(OutDir_CtrlLib)DropTree.o: $(UPPDIR1)CtrlLib/DropTree.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -37017,14 +40329,15 @@ $(OutDir_CtrlLib)DropTree.o: $(UPPDIR1)CtrlLib/DropTree.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -37084,8 +40397,6 @@ $(OutDir_CtrlLib)DlgColor.o: $(UPPDIR1)CtrlLib/DlgColor.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -37111,20 +40422,31 @@ $(OutDir_CtrlLib)DlgColor.o: $(UPPDIR1)CtrlLib/DlgColor.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ + $(UPPDIR1)CtrlLib/DlgColor.cpp \ $(UPPDIR1)CtrlLib/DlgColor.h \ $(UPPDIR1)CtrlLib/DropChoice.h \ $(UPPDIR1)CtrlLib/EditCtrl.h \ @@ -37150,6 +40472,7 @@ $(OutDir_CtrlLib)DlgColor.o: $(UPPDIR1)CtrlLib/DlgColor.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -37165,14 +40488,15 @@ $(OutDir_CtrlLib)DlgColor.o: $(UPPDIR1)CtrlLib/DlgColor.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -37232,8 +40556,6 @@ $(OutDir_CtrlLib)ColorPopup.o: $(UPPDIR1)CtrlLib/ColorPopup.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -37259,17 +40581,28 @@ $(OutDir_CtrlLib)ColorPopup.o: $(UPPDIR1)CtrlLib/ColorPopup.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColorPopup.cpp \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -37298,6 +40631,7 @@ $(OutDir_CtrlLib)ColorPopup.o: $(UPPDIR1)CtrlLib/ColorPopup.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -37313,14 +40647,15 @@ $(OutDir_CtrlLib)ColorPopup.o: $(UPPDIR1)CtrlLib/ColorPopup.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -37380,8 +40715,6 @@ $(OutDir_CtrlLib)ColorPusher.o: $(UPPDIR1)CtrlLib/ColorPusher.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -37407,17 +40740,28 @@ $(OutDir_CtrlLib)ColorPusher.o: $(UPPDIR1)CtrlLib/ColorPusher.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ColorPusher.cpp \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -37446,6 +40790,7 @@ $(OutDir_CtrlLib)ColorPusher.o: $(UPPDIR1)CtrlLib/ColorPusher.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -37461,14 +40806,15 @@ $(OutDir_CtrlLib)ColorPusher.o: $(UPPDIR1)CtrlLib/ColorPusher.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -37528,8 +40874,6 @@ $(OutDir_CtrlLib)FileList.o: $(UPPDIR1)CtrlLib/FileList.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -37555,17 +40899,27 @@ $(OutDir_CtrlLib)FileList.o: $(UPPDIR1)CtrlLib/FileList.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -37573,6 +40927,7 @@ $(OutDir_CtrlLib)FileList.o: $(UPPDIR1)CtrlLib/FileList.cpp \ $(UPPDIR1)CtrlLib/DropChoice.h \ $(UPPDIR1)CtrlLib/EditCtrl.h \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ + $(UPPDIR1)CtrlLib/FileList.cpp \ $(UPPDIR1)CtrlLib/FileSel.h \ $(UPPDIR1)CtrlLib/HeaderCtrl.h \ $(UPPDIR1)CtrlLib/LabelBase.h \ @@ -37594,6 +40949,7 @@ $(OutDir_CtrlLib)FileList.o: $(UPPDIR1)CtrlLib/FileList.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -37609,14 +40965,15 @@ $(OutDir_CtrlLib)FileList.o: $(UPPDIR1)CtrlLib/FileList.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -37676,8 +41033,6 @@ $(OutDir_CtrlLib)FileSel.o: $(UPPDIR1)CtrlLib/FileSel.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -37703,17 +41058,27 @@ $(OutDir_CtrlLib)FileSel.o: $(UPPDIR1)CtrlLib/FileSel.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -37721,6 +41086,7 @@ $(OutDir_CtrlLib)FileSel.o: $(UPPDIR1)CtrlLib/FileSel.cpp \ $(UPPDIR1)CtrlLib/DropChoice.h \ $(UPPDIR1)CtrlLib/EditCtrl.h \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ + $(UPPDIR1)CtrlLib/FileSel.cpp \ $(UPPDIR1)CtrlLib/FileSel.h \ $(UPPDIR1)CtrlLib/HeaderCtrl.h \ $(UPPDIR1)CtrlLib/LabelBase.h \ @@ -37742,6 +41108,7 @@ $(OutDir_CtrlLib)FileSel.o: $(UPPDIR1)CtrlLib/FileSel.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -37757,14 +41124,15 @@ $(OutDir_CtrlLib)FileSel.o: $(UPPDIR1)CtrlLib/FileSel.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -37824,8 +41192,6 @@ $(OutDir_CtrlLib)FileSelUtil.o: $(UPPDIR1)CtrlLib/FileSelUtil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -37851,17 +41217,27 @@ $(OutDir_CtrlLib)FileSelUtil.o: $(UPPDIR1)CtrlLib/FileSelUtil.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -37870,6 +41246,7 @@ $(OutDir_CtrlLib)FileSelUtil.o: $(UPPDIR1)CtrlLib/FileSelUtil.cpp \ $(UPPDIR1)CtrlLib/EditCtrl.h \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/FileSelUtil.cpp \ $(UPPDIR1)CtrlLib/HeaderCtrl.h \ $(UPPDIR1)CtrlLib/LabelBase.h \ $(UPPDIR1)CtrlLib/Lang.h \ @@ -37890,6 +41267,7 @@ $(OutDir_CtrlLib)FileSelUtil.o: $(UPPDIR1)CtrlLib/FileSelUtil.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -37905,14 +41283,15 @@ $(OutDir_CtrlLib)FileSelUtil.o: $(UPPDIR1)CtrlLib/FileSelUtil.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -37972,8 +41351,6 @@ $(OutDir_CtrlLib)PrinterJob.o: $(UPPDIR1)CtrlLib/PrinterJob.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -37999,17 +41376,27 @@ $(OutDir_CtrlLib)PrinterJob.o: $(UPPDIR1)CtrlLib/PrinterJob.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -38022,6 +41409,7 @@ $(OutDir_CtrlLib)PrinterJob.o: $(UPPDIR1)CtrlLib/PrinterJob.cpp \ $(UPPDIR1)CtrlLib/LabelBase.h \ $(UPPDIR1)CtrlLib/Lang.h \ $(UPPDIR1)CtrlLib/MultiButton.h \ + $(UPPDIR1)CtrlLib/PrinterJob.cpp \ $(UPPDIR1)CtrlLib/Progress.h \ $(UPPDIR1)CtrlLib/PushCtrl.h \ $(UPPDIR1)CtrlLib/RichText.h \ @@ -38038,6 +41426,7 @@ $(OutDir_CtrlLib)PrinterJob.o: $(UPPDIR1)CtrlLib/PrinterJob.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -38052,17 +41441,16 @@ $(OutDir_CtrlLib)PrinterJob.o: $(UPPDIR1)CtrlLib/PrinterJob.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -38122,8 +41510,6 @@ $(OutDir_CtrlLib)Windows.o: $(UPPDIR1)CtrlLib/Windows.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -38149,17 +41535,27 @@ $(OutDir_CtrlLib)Windows.o: $(UPPDIR1)CtrlLib/Windows.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -38184,10 +41580,12 @@ $(OutDir_CtrlLib)Windows.o: $(UPPDIR1)CtrlLib/Windows.cpp \ $(UPPDIR1)CtrlLib/TabCtrl.h \ $(UPPDIR1)CtrlLib/TextEdit.h \ $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)CtrlLib/Windows.cpp \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -38203,14 +41601,15 @@ $(OutDir_CtrlLib)Windows.o: $(UPPDIR1)CtrlLib/Windows.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -38270,8 +41669,6 @@ $(OutDir_CtrlLib)Win32.o: $(UPPDIR1)CtrlLib/Win32.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -38297,17 +41694,27 @@ $(OutDir_CtrlLib)Win32.o: $(UPPDIR1)CtrlLib/Win32.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -38332,10 +41739,12 @@ $(OutDir_CtrlLib)Win32.o: $(UPPDIR1)CtrlLib/Win32.cpp \ $(UPPDIR1)CtrlLib/TabCtrl.h \ $(UPPDIR1)CtrlLib/TextEdit.h \ $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)CtrlLib/Win32.cpp \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -38351,14 +41760,15 @@ $(OutDir_CtrlLib)Win32.o: $(UPPDIR1)CtrlLib/Win32.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -38418,8 +41828,6 @@ $(OutDir_CtrlLib)Gtk.o: $(UPPDIR1)CtrlLib/Gtk.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -38445,17 +41853,27 @@ $(OutDir_CtrlLib)Gtk.o: $(UPPDIR1)CtrlLib/Gtk.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -38464,6 +41882,7 @@ $(OutDir_CtrlLib)Gtk.o: $(UPPDIR1)CtrlLib/Gtk.cpp \ $(UPPDIR1)CtrlLib/EditCtrl.h \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ $(UPPDIR1)CtrlLib/FileSel.h \ + $(UPPDIR1)CtrlLib/Gtk.cpp \ $(UPPDIR1)CtrlLib/HeaderCtrl.h \ $(UPPDIR1)CtrlLib/LabelBase.h \ $(UPPDIR1)CtrlLib/Lang.h \ @@ -38484,6 +41903,7 @@ $(OutDir_CtrlLib)Gtk.o: $(UPPDIR1)CtrlLib/Gtk.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -38499,14 +41919,15 @@ $(OutDir_CtrlLib)Gtk.o: $(UPPDIR1)CtrlLib/Gtk.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -38566,8 +41987,6 @@ $(OutDir_CtrlLib)TrayIconWin32.o: $(UPPDIR1)CtrlLib/TrayIconWin32.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -38593,17 +42012,27 @@ $(OutDir_CtrlLib)TrayIconWin32.o: $(UPPDIR1)CtrlLib/TrayIconWin32.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -38627,11 +42056,13 @@ $(OutDir_CtrlLib)TrayIconWin32.o: $(UPPDIR1)CtrlLib/TrayIconWin32.cpp \ $(UPPDIR1)CtrlLib/SuggestCtrl.h \ $(UPPDIR1)CtrlLib/TabCtrl.h \ $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TrayIconWin32.cpp \ $(UPPDIR1)CtrlLib/TreeCtrl.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -38647,14 +42078,15 @@ $(OutDir_CtrlLib)TrayIconWin32.o: $(UPPDIR1)CtrlLib/TrayIconWin32.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -38714,8 +42146,6 @@ $(OutDir_CtrlLib)TrayIconX11.o: $(UPPDIR1)CtrlLib/TrayIconX11.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -38741,17 +42171,27 @@ $(OutDir_CtrlLib)TrayIconX11.o: $(UPPDIR1)CtrlLib/TrayIconX11.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -38775,11 +42215,13 @@ $(OutDir_CtrlLib)TrayIconX11.o: $(UPPDIR1)CtrlLib/TrayIconX11.cpp \ $(UPPDIR1)CtrlLib/SuggestCtrl.h \ $(UPPDIR1)CtrlLib/TabCtrl.h \ $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TrayIconX11.cpp \ $(UPPDIR1)CtrlLib/TreeCtrl.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -38795,14 +42237,15 @@ $(OutDir_CtrlLib)TrayIconX11.o: $(UPPDIR1)CtrlLib/TrayIconX11.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -38862,8 +42305,6 @@ $(OutDir_CtrlLib)TrayIconGtk.o: $(UPPDIR1)CtrlLib/TrayIconGtk.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -38889,17 +42330,27 @@ $(OutDir_CtrlLib)TrayIconGtk.o: $(UPPDIR1)CtrlLib/TrayIconGtk.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -38923,11 +42374,13 @@ $(OutDir_CtrlLib)TrayIconGtk.o: $(UPPDIR1)CtrlLib/TrayIconGtk.cpp \ $(UPPDIR1)CtrlLib/SuggestCtrl.h \ $(UPPDIR1)CtrlLib/TabCtrl.h \ $(UPPDIR1)CtrlLib/TextEdit.h \ + $(UPPDIR1)CtrlLib/TrayIconGtk.cpp \ $(UPPDIR1)CtrlLib/TreeCtrl.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -38943,14 +42396,15 @@ $(OutDir_CtrlLib)TrayIconGtk.o: $(UPPDIR1)CtrlLib/TrayIconGtk.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -39010,8 +42464,6 @@ $(OutDir_CtrlLib)Update.o: $(UPPDIR1)CtrlLib/Update.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -39037,17 +42489,27 @@ $(OutDir_CtrlLib)Update.o: $(UPPDIR1)CtrlLib/Update.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -39072,10 +42534,12 @@ $(OutDir_CtrlLib)Update.o: $(UPPDIR1)CtrlLib/Update.cpp \ $(UPPDIR1)CtrlLib/TabCtrl.h \ $(UPPDIR1)CtrlLib/TextEdit.h \ $(UPPDIR1)CtrlLib/TreeCtrl.h \ + $(UPPDIR1)CtrlLib/Update.cpp \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -39091,14 +42555,15 @@ $(OutDir_CtrlLib)Update.o: $(UPPDIR1)CtrlLib/Update.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -39158,8 +42623,6 @@ $(OutDir_CtrlLib)CtrlUtil.o: $(UPPDIR1)CtrlLib/CtrlUtil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -39185,17 +42648,28 @@ $(OutDir_CtrlLib)CtrlUtil.o: $(UPPDIR1)CtrlLib/CtrlUtil.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ + $(UPPDIR1)CtrlLib/CtrlUtil.cpp \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -39224,6 +42698,7 @@ $(OutDir_CtrlLib)CtrlUtil.o: $(UPPDIR1)CtrlLib/CtrlUtil.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -39240,14 +42715,15 @@ $(OutDir_CtrlLib)CtrlUtil.o: $(UPPDIR1)CtrlLib/CtrlUtil.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/CtrlUtil.cpp -o $(OutDir_CtrlLib)CtrlUtil.o $(OutDir_CtrlLib)LNGCtrl.o: $(UPPDIR1)CtrlLib/LNGCtrl.cpp \ @@ -39307,8 +42783,6 @@ $(OutDir_CtrlLib)LNGCtrl.o: $(UPPDIR1)CtrlLib/LNGCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -39334,17 +42808,27 @@ $(OutDir_CtrlLib)LNGCtrl.o: $(UPPDIR1)CtrlLib/LNGCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -39356,6 +42840,7 @@ $(OutDir_CtrlLib)LNGCtrl.o: $(UPPDIR1)CtrlLib/LNGCtrl.cpp \ $(UPPDIR1)CtrlLib/HeaderCtrl.h \ $(UPPDIR1)CtrlLib/LabelBase.h \ $(UPPDIR1)CtrlLib/Lang.h \ + $(UPPDIR1)CtrlLib/LNGCtrl.cpp \ $(UPPDIR1)CtrlLib/MultiButton.h \ $(UPPDIR1)CtrlLib/Progress.h \ $(UPPDIR1)CtrlLib/PushCtrl.h \ @@ -39373,6 +42858,7 @@ $(OutDir_CtrlLib)LNGCtrl.o: $(UPPDIR1)CtrlLib/LNGCtrl.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -39388,14 +42874,15 @@ $(OutDir_CtrlLib)LNGCtrl.o: $(UPPDIR1)CtrlLib/LNGCtrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -39455,8 +42942,6 @@ $(OutDir_CtrlLib)Ch.o: $(UPPDIR1)CtrlLib/Ch.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -39482,17 +42967,28 @@ $(OutDir_CtrlLib)Ch.o: $(UPPDIR1)CtrlLib/Ch.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ + $(UPPDIR1)CtrlLib/Ch.cpp \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -39521,6 +43017,7 @@ $(OutDir_CtrlLib)Ch.o: $(UPPDIR1)CtrlLib/Ch.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -39537,14 +43034,15 @@ $(OutDir_CtrlLib)Ch.o: $(UPPDIR1)CtrlLib/Ch.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -39570,7 +43068,6 @@ $(OutDir_CtrlLib)ChWin32.o: $(UPPDIR1)CtrlLib/ChWin32.cpp \ $(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 \ @@ -39605,8 +43102,6 @@ $(OutDir_CtrlLib)ChWin32.o: $(UPPDIR1)CtrlLib/ChWin32.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -39632,17 +43127,28 @@ $(OutDir_CtrlLib)ChWin32.o: $(UPPDIR1)CtrlLib/ChWin32.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ChWin32.cpp \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -39667,11 +43173,11 @@ $(OutDir_CtrlLib)ChWin32.o: $(UPPDIR1)CtrlLib/ChWin32.cpp \ $(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/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -39687,14 +43193,15 @@ $(OutDir_CtrlLib)ChWin32.o: $(UPPDIR1)CtrlLib/ChWin32.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -39754,8 +43261,6 @@ $(OutDir_CtrlLib)ChGtk3.o: $(UPPDIR1)CtrlLib/ChGtk3.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -39781,17 +43286,28 @@ $(OutDir_CtrlLib)ChGtk3.o: $(UPPDIR1)CtrlLib/ChGtk3.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ChGtk3.cpp \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -39820,6 +43336,7 @@ $(OutDir_CtrlLib)ChGtk3.o: $(UPPDIR1)CtrlLib/ChGtk3.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -39835,14 +43352,15 @@ $(OutDir_CtrlLib)ChGtk3.o: $(UPPDIR1)CtrlLib/ChGtk3.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -39902,8 +43420,6 @@ $(OutDir_CtrlLib)ChCoco.o: $(UPPDIR1)CtrlLib/ChCoco.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -39929,18 +43445,29 @@ $(OutDir_CtrlLib)ChCoco.o: $(UPPDIR1)CtrlLib/ChCoco.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ + $(UPPDIR1)CtrlLib/ChCoco.cpp \ $(UPPDIR1)CtrlLib/ChCocoMM.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -39969,6 +43496,7 @@ $(OutDir_CtrlLib)ChCoco.o: $(UPPDIR1)CtrlLib/ChCoco.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -39984,14 +43512,15 @@ $(OutDir_CtrlLib)ChCoco.o: $(UPPDIR1)CtrlLib/ChCoco.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlLib) $(UPPDIR1)CtrlLib/ChCoco.cpp -o $(OutDir_CtrlLib)ChCoco.o $(OutDir_CtrlLib)CtrlLib.a: \ @@ -40176,8 +43705,6 @@ $(OutDir_plugin_bz2)bz2upp.o: $(UPPDIR1)plugin/bz2/bz2upp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -40204,22 +43731,12 @@ $(OutDir_plugin_bz2)bz2upp.o: $(UPPDIR1)plugin/bz2/bz2upp.cpp \ $(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)plugin/bz2/bz2upp.cpp \ $(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 + $(UPPDIR1)plugin/bz2/bzlib.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: \ @@ -40289,8 +43806,6 @@ $(OutDir_HexView)HexView.o: $(UPPDIR1)HexView/HexView.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -40316,17 +43831,27 @@ $(OutDir_HexView)HexView.o: $(UPPDIR1)HexView/HexView.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -40355,6 +43880,7 @@ $(OutDir_HexView)HexView.o: $(UPPDIR1)HexView/HexView.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -40363,7 +43889,9 @@ $(OutDir_HexView)HexView.o: $(UPPDIR1)HexView/HexView.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)HexView/HexView.cpp \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -40371,14 +43899,15 @@ $(OutDir_HexView)HexView.o: $(UPPDIR1)HexView/HexView.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_HexView) $(UPPDIR1)HexView/HexView.cpp -o $(OutDir_HexView)HexView.o $(OutDir_HexView)HexView.a: \ @@ -40446,8 +43975,6 @@ $(OutDir_TextDiffCtrl)TextDiff.o: $(UPPDIR1)TextDiffCtrl/TextDiff.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -40473,17 +44000,27 @@ $(OutDir_TextDiffCtrl)TextDiff.o: $(UPPDIR1)TextDiffCtrl/TextDiff.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -40512,6 +44049,7 @@ $(OutDir_TextDiffCtrl)TextDiff.o: $(UPPDIR1)TextDiffCtrl/TextDiff.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -40527,15 +44065,18 @@ $(OutDir_TextDiffCtrl)TextDiff.o: $(UPPDIR1)TextDiffCtrl/TextDiff.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ + $(UPPDIR1)TextDiffCtrl/TextDiff.cpp \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -40595,8 +44136,6 @@ $(OutDir_TextDiffCtrl)TextCtrl.o: $(UPPDIR1)TextDiffCtrl/TextCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -40622,17 +44161,27 @@ $(OutDir_TextDiffCtrl)TextCtrl.o: $(UPPDIR1)TextDiffCtrl/TextCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -40661,6 +44210,7 @@ $(OutDir_TextDiffCtrl)TextCtrl.o: $(UPPDIR1)TextDiffCtrl/TextCtrl.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -40676,15 +44226,18 @@ $(OutDir_TextDiffCtrl)TextCtrl.o: $(UPPDIR1)TextDiffCtrl/TextCtrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ + $(UPPDIR1)TextDiffCtrl/TextCtrl.cpp \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -40744,8 +44297,6 @@ $(OutDir_TextDiffCtrl)DiffCtrl.o: $(UPPDIR1)TextDiffCtrl/DiffCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -40771,17 +44322,27 @@ $(OutDir_TextDiffCtrl)DiffCtrl.o: $(UPPDIR1)TextDiffCtrl/DiffCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -40810,6 +44371,7 @@ $(OutDir_TextDiffCtrl)DiffCtrl.o: $(UPPDIR1)TextDiffCtrl/DiffCtrl.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -40826,15 +44388,18 @@ $(OutDir_TextDiffCtrl)DiffCtrl.o: $(UPPDIR1)TextDiffCtrl/DiffCtrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ + $(UPPDIR1)TextDiffCtrl/DiffCtrl.cpp \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -40894,8 +44459,6 @@ $(OutDir_TextDiffCtrl)DirDiff.o: $(UPPDIR1)TextDiffCtrl/DirDiff.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -40921,17 +44484,27 @@ $(OutDir_TextDiffCtrl)DirDiff.o: $(UPPDIR1)TextDiffCtrl/DirDiff.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -40960,6 +44533,7 @@ $(OutDir_TextDiffCtrl)DirDiff.o: $(UPPDIR1)TextDiffCtrl/DirDiff.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -40975,15 +44549,18 @@ $(OutDir_TextDiffCtrl)DirDiff.o: $(UPPDIR1)TextDiffCtrl/DirDiff.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ + $(UPPDIR1)TextDiffCtrl/DirDiff.cpp \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -41043,8 +44620,6 @@ $(OutDir_TextDiffCtrl)patch.o: $(UPPDIR1)TextDiffCtrl/patch.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -41070,17 +44645,27 @@ $(OutDir_TextDiffCtrl)patch.o: $(UPPDIR1)TextDiffCtrl/patch.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -41109,6 +44694,7 @@ $(OutDir_TextDiffCtrl)patch.o: $(UPPDIR1)TextDiffCtrl/patch.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -41124,15 +44710,18 @@ $(OutDir_TextDiffCtrl)patch.o: $(UPPDIR1)TextDiffCtrl/patch.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ + $(UPPDIR1)TextDiffCtrl/patch.cpp \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -41192,8 +44781,6 @@ $(OutDir_TextDiffCtrl)PatchDiff.o: $(UPPDIR1)TextDiffCtrl/PatchDiff.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -41219,17 +44806,27 @@ $(OutDir_TextDiffCtrl)PatchDiff.o: $(UPPDIR1)TextDiffCtrl/PatchDiff.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -41258,6 +44855,7 @@ $(OutDir_TextDiffCtrl)PatchDiff.o: $(UPPDIR1)TextDiffCtrl/PatchDiff.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -41273,15 +44871,18 @@ $(OutDir_TextDiffCtrl)PatchDiff.o: $(UPPDIR1)TextDiffCtrl/PatchDiff.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ + $(UPPDIR1)TextDiffCtrl/PatchDiff.cpp \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_TextDiffCtrl) $(UPPDIR1)TextDiffCtrl/PatchDiff.cpp -o $(OutDir_TextDiffCtrl)PatchDiff.o $(OutDir_TextDiffCtrl)TextDiffCtrl.a: \ @@ -41359,8 +44960,6 @@ $(OutDir_TabBar)TabBar.o: $(UPPDIR1)TabBar/TabBar.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -41387,17 +44986,27 @@ $(OutDir_TabBar)TabBar.o: $(UPPDIR1)TabBar/TabBar.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -41426,6 +45035,7 @@ $(OutDir_TabBar)TabBar.o: $(UPPDIR1)TabBar/TabBar.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -41442,17 +45052,20 @@ $(OutDir_TabBar)TabBar.o: $(UPPDIR1)TabBar/TabBar.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ + $(UPPDIR1)TabBar/TabBar.cpp \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -41512,8 +45125,6 @@ $(OutDir_TabBar)FileTabs.o: $(UPPDIR1)TabBar/FileTabs.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -41539,17 +45150,27 @@ $(OutDir_TabBar)FileTabs.o: $(UPPDIR1)TabBar/FileTabs.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -41578,6 +45199,7 @@ $(OutDir_TabBar)FileTabs.o: $(UPPDIR1)TabBar/FileTabs.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -41593,17 +45215,20 @@ $(OutDir_TabBar)FileTabs.o: $(UPPDIR1)TabBar/FileTabs.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)TabBar/FileTabs.cpp \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -41663,8 +45288,6 @@ $(OutDir_TabBar)TabBarCtrl.o: $(UPPDIR1)TabBar/TabBarCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -41690,17 +45313,27 @@ $(OutDir_TabBar)TabBarCtrl.o: $(UPPDIR1)TabBar/TabBarCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -41729,6 +45362,7 @@ $(OutDir_TabBar)TabBarCtrl.o: $(UPPDIR1)TabBar/TabBarCtrl.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -41744,17 +45378,20 @@ $(OutDir_TabBar)TabBarCtrl.o: $(UPPDIR1)TabBar/TabBarCtrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ + $(UPPDIR1)TabBar/TabBarCtrl.cpp \ $(UPPDIR1)TabBar/TabBarCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_TabBar) $(UPPDIR1)TabBar/TabBarCtrl.cpp -o $(OutDir_TabBar)TabBarCtrl.o $(OutDir_TabBar)TabBar.a: \ @@ -41771,6 +45408,8 @@ $(OutDir_ide_Designers): $(OutDir_ide_Designers)Png.o: $(UPPDIR1)ide/Designers/Png.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -41835,8 +45474,6 @@ $(OutDir_ide_Designers)Png.o: $(UPPDIR1)ide/Designers/Png.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -41862,17 +45499,27 @@ $(OutDir_ide_Designers)Png.o: $(UPPDIR1)ide/Designers/Png.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -41902,6 +45549,7 @@ $(OutDir_ide_Designers)Png.o: $(UPPDIR1)ide/Designers/Png.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -41912,36 +45560,48 @@ $(OutDir_ide_Designers)Png.o: $(UPPDIR1)ide/Designers/Png.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/Designers/Png.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -41952,37 +45612,43 @@ $(OutDir_ide_Designers)Png.o: $(UPPDIR1)ide/Designers/Png.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -42047,8 +45713,6 @@ $(OutDir_ide_Designers)Img.o: $(UPPDIR1)ide/Designers/Img.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -42074,17 +45738,27 @@ $(OutDir_ide_Designers)Img.o: $(UPPDIR1)ide/Designers/Img.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -42114,6 +45788,7 @@ $(OutDir_ide_Designers)Img.o: $(UPPDIR1)ide/Designers/Img.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -42124,36 +45799,48 @@ $(OutDir_ide_Designers)Img.o: $(UPPDIR1)ide/Designers/Img.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/Designers/Img.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -42164,37 +45851,43 @@ $(OutDir_ide_Designers)Img.o: $(UPPDIR1)ide/Designers/Img.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -42259,8 +45952,6 @@ $(OutDir_ide_Designers)Qtf.o: $(UPPDIR1)ide/Designers/Qtf.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -42286,17 +45977,27 @@ $(OutDir_ide_Designers)Qtf.o: $(UPPDIR1)ide/Designers/Qtf.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -42326,6 +46027,7 @@ $(OutDir_ide_Designers)Qtf.o: $(UPPDIR1)ide/Designers/Qtf.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -42336,36 +46038,48 @@ $(OutDir_ide_Designers)Qtf.o: $(UPPDIR1)ide/Designers/Qtf.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/Designers/Qtf.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -42376,37 +46090,43 @@ $(OutDir_ide_Designers)Qtf.o: $(UPPDIR1)ide/Designers/Qtf.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -42471,8 +46191,6 @@ $(OutDir_ide_Designers)HexView.o: $(UPPDIR1)ide/Designers/HexView.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -42498,17 +46216,27 @@ $(OutDir_ide_Designers)HexView.o: $(UPPDIR1)ide/Designers/HexView.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -42538,6 +46266,7 @@ $(OutDir_ide_Designers)HexView.o: $(UPPDIR1)ide/Designers/HexView.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -42548,36 +46277,48 @@ $(OutDir_ide_Designers)HexView.o: $(UPPDIR1)ide/Designers/HexView.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/Designers/HexView.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -42588,37 +46329,43 @@ $(OutDir_ide_Designers)HexView.o: $(UPPDIR1)ide/Designers/HexView.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -42683,8 +46430,6 @@ $(OutDir_ide_Designers)TreeDes.o: $(UPPDIR1)ide/Designers/TreeDes.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -42710,17 +46455,27 @@ $(OutDir_ide_Designers)TreeDes.o: $(UPPDIR1)ide/Designers/TreeDes.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -42750,6 +46505,7 @@ $(OutDir_ide_Designers)TreeDes.o: $(UPPDIR1)ide/Designers/TreeDes.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -42760,36 +46516,48 @@ $(OutDir_ide_Designers)TreeDes.o: $(UPPDIR1)ide/Designers/TreeDes.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/Designers/TreeDes.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -42800,37 +46568,43 @@ $(OutDir_ide_Designers)TreeDes.o: $(UPPDIR1)ide/Designers/TreeDes.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -42895,8 +46669,6 @@ $(OutDir_ide_Designers)Xml.o: $(UPPDIR1)ide/Designers/Xml.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -42922,17 +46694,27 @@ $(OutDir_ide_Designers)Xml.o: $(UPPDIR1)ide/Designers/Xml.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -42962,6 +46744,7 @@ $(OutDir_ide_Designers)Xml.o: $(UPPDIR1)ide/Designers/Xml.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -42972,36 +46755,48 @@ $(OutDir_ide_Designers)Xml.o: $(UPPDIR1)ide/Designers/Xml.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/Designers/Xml.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -43012,37 +46807,43 @@ $(OutDir_ide_Designers)Xml.o: $(UPPDIR1)ide/Designers/Xml.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -43107,8 +46908,6 @@ $(OutDir_ide_Designers)Json.o: $(UPPDIR1)ide/Designers/Json.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -43134,17 +46933,27 @@ $(OutDir_ide_Designers)Json.o: $(UPPDIR1)ide/Designers/Json.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -43174,6 +46983,7 @@ $(OutDir_ide_Designers)Json.o: $(UPPDIR1)ide/Designers/Json.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -43184,36 +46994,48 @@ $(OutDir_ide_Designers)Json.o: $(UPPDIR1)ide/Designers/Json.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/Designers/Json.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -43224,37 +47046,43 @@ $(OutDir_ide_Designers)Json.o: $(UPPDIR1)ide/Designers/Json.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Designers) $(UPPDIR1)ide/Designers/Json.cpp -o $(OutDir_ide_Designers)Json.o $(OutDir_ide_Designers)md.o: $(UPPDIR1)ide/Designers/md.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -43319,8 +47147,6 @@ $(OutDir_ide_Designers)md.o: $(UPPDIR1)ide/Designers/md.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -43346,17 +47172,27 @@ $(OutDir_ide_Designers)md.o: $(UPPDIR1)ide/Designers/md.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -43386,6 +47222,7 @@ $(OutDir_ide_Designers)md.o: $(UPPDIR1)ide/Designers/md.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -43396,36 +47233,48 @@ $(OutDir_ide_Designers)md.o: $(UPPDIR1)ide/Designers/md.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(UPPDIR1)ide/Debuggers/GdbUtils.h \ - $(UPPDIR1)ide/Debuggers/Pdb.h \ $(UPPDIR1)ide/Designers/Designers.h \ + $(UPPDIR1)ide/Designers/md.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ $(UPPDIR1)ide/ide.h \ + $(UPPDIR1)ide/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -43436,33 +47285,37 @@ $(OutDir_ide_Designers)md.o: $(UPPDIR1)ide/Designers/md.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Designers) $(UPPDIR1)ide/Designers/md.cpp -o $(OutDir_ide_Designers)md.o $(OutDir_ide_Designers)Designers.a: \ @@ -43544,8 +47397,6 @@ $(OutDir_ide_Android)Android.o: $(UPPDIR1)ide/Android/Android.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -43572,6 +47423,7 @@ $(OutDir_ide_Android)Android.o: $(UPPDIR1)ide/Android/Android.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Android/Android.cpp \ $(UPPDIR1)ide/Android/Android.h \ $(UPPDIR1)ide/Android/Devices.h \ $(UPPDIR1)ide/Android/Executables.h \ @@ -43579,11 +47431,8 @@ $(OutDir_ide_Android)Android.o: $(UPPDIR1)ide/Android/Android.cpp \ $(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 @@ -43646,8 +47495,6 @@ $(OutDir_ide_Android)AndroidSDK.o: $(UPPDIR1)ide/Android/AndroidSDK.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -43675,20 +47522,18 @@ $(OutDir_ide_Android)AndroidSDK.o: $(UPPDIR1)ide/Android/AndroidSDK.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/AndroidSDK.cpp \ $(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 @@ -43751,8 +47596,6 @@ $(OutDir_ide_Android)AndroidNDK.o: $(UPPDIR1)ide/Android/AndroidNDK.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -43780,17 +47623,15 @@ $(OutDir_ide_Android)AndroidNDK.o: $(UPPDIR1)ide/Android/AndroidNDK.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/AndroidNDK.cpp \ $(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 @@ -43853,8 +47694,6 @@ $(OutDir_ide_Android)Apk.o: $(UPPDIR1)ide/Android/Apk.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -43882,17 +47721,15 @@ $(OutDir_ide_Android)Apk.o: $(UPPDIR1)ide/Android/Apk.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Apk.cpp \ $(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 @@ -43955,8 +47792,6 @@ $(OutDir_ide_Android)AndroidManifest.o: $(UPPDIR1)ide/Android/AndroidManifest.cp $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -43984,17 +47819,15 @@ $(OutDir_ide_Android)AndroidManifest.o: $(UPPDIR1)ide/Android/AndroidManifest.cp $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/AndroidManifest.cpp \ $(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 @@ -44057,8 +47890,6 @@ $(OutDir_ide_Android)Adb.o: $(UPPDIR1)ide/Android/Adb.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -44085,6 +47916,7 @@ $(OutDir_ide_Android)Adb.o: $(UPPDIR1)ide/Android/Adb.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Android/Adb.cpp \ $(UPPDIR1)ide/Android/Android.h \ $(UPPDIR1)ide/Android/Devices.h \ $(UPPDIR1)ide/Android/Executables.h \ @@ -44092,11 +47924,8 @@ $(OutDir_ide_Android)Adb.o: $(UPPDIR1)ide/Android/Adb.cpp \ $(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 @@ -44159,8 +47988,6 @@ $(OutDir_ide_Android)LogCat.o: $(UPPDIR1)ide/Android/LogCat.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -44188,15 +48015,13 @@ $(OutDir_ide_Android)LogCat.o: $(UPPDIR1)ide/Android/LogCat.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Android/LogCat.cpp \ $(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 @@ -44259,8 +48084,6 @@ $(OutDir_ide_Android)NDKBuild.o: $(UPPDIR1)ide/Android/NDKBuild.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -44288,15 +48111,13 @@ $(OutDir_ide_Android)NDKBuild.o: $(UPPDIR1)ide/Android/NDKBuild.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Android/NDKBuild.cpp \ $(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 @@ -44381,8 +48202,6 @@ $(OutDir_ide_Java)JavaVersion.o: $(UPPDIR1)ide/Java/JavaVersion.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -44413,12 +48232,10 @@ $(OutDir_ide_Java)JavaVersion.o: $(UPPDIR1)ide/Java/JavaVersion.cpp \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/Java/JavaVersion.cpp \ $(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 @@ -44481,8 +48298,6 @@ $(OutDir_ide_Java)Java.o: $(UPPDIR1)ide/Java/Java.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -44512,13 +48327,11 @@ $(OutDir_ide_Java)Java.o: $(UPPDIR1)ide/Java/Java.cpp \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Java/Java.cpp \ $(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 @@ -44581,8 +48394,6 @@ $(OutDir_ide_Java)Jdk.o: $(UPPDIR1)ide/Java/Jdk.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -44613,12 +48424,10 @@ $(OutDir_ide_Java)Jdk.o: $(UPPDIR1)ide/Java/Jdk.cpp \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/Java/Jdk.cpp \ $(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 @@ -44638,6 +48447,8 @@ $(OutDir_ide_MacroManager): $(OutDir_ide_MacroManager)MacroElement.o: $(UPPDIR1)ide/MacroManager/MacroElement.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -44702,8 +48513,6 @@ $(OutDir_ide_MacroManager)MacroElement.o: $(UPPDIR1)ide/MacroManager/MacroElemen $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -44729,17 +48538,27 @@ $(OutDir_ide_MacroManager)MacroElement.o: $(UPPDIR1)ide/MacroManager/MacroElemen $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -44768,6 +48587,7 @@ $(OutDir_ide_MacroManager)MacroElement.o: $(UPPDIR1)ide/MacroManager/MacroElemen $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -44780,7 +48600,10 @@ $(OutDir_ide_MacroManager)MacroElement.o: $(UPPDIR1)ide/MacroManager/MacroElemen $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/MacroManager/MacroElement.cpp \ $(UPPDIR1)ide/MacroManager/MacroManager.h \ + $(UPPDIR1)ide/MacroManager/MacroManager.iml \ + $(UPPDIR1)ide/MacroManager/MacroManager.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -44788,27 +48611,29 @@ $(OutDir_ide_MacroManager)MacroElement.o: $(UPPDIR1)ide/MacroManager/MacroElemen $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -44873,8 +48698,6 @@ $(OutDir_ide_MacroManager)MacroManager.o: $(UPPDIR1)ide/MacroManager/MacroManage $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -44900,17 +48723,27 @@ $(OutDir_ide_MacroManager)MacroManager.o: $(UPPDIR1)ide/MacroManager/MacroManage $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -44939,6 +48772,7 @@ $(OutDir_ide_MacroManager)MacroManager.o: $(UPPDIR1)ide/MacroManager/MacroManage $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -44950,10 +48784,14 @@ $(OutDir_ide_MacroManager)MacroManager.o: $(UPPDIR1)ide/MacroManager/MacroManage $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/MacroManager/MacroManager.cpp \ $(UPPDIR1)ide/MacroManager/MacroManager.h \ + $(UPPDIR1)ide/MacroManager/MacroManager.iml \ + $(UPPDIR1)ide/MacroManager/MacroManager.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -44961,27 +48799,29 @@ $(OutDir_ide_MacroManager)MacroManager.o: $(UPPDIR1)ide/MacroManager/MacroManage $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -45046,8 +48886,6 @@ $(OutDir_ide_MacroManager)UscFileParser.o: $(UPPDIR1)ide/MacroManager/UscFilePar $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -45073,17 +48911,27 @@ $(OutDir_ide_MacroManager)UscFileParser.o: $(UPPDIR1)ide/MacroManager/UscFilePar $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -45112,6 +48960,7 @@ $(OutDir_ide_MacroManager)UscFileParser.o: $(UPPDIR1)ide/MacroManager/UscFilePar $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -45125,6 +48974,9 @@ $(OutDir_ide_MacroManager)UscFileParser.o: $(UPPDIR1)ide/MacroManager/UscFilePar $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ $(UPPDIR1)ide/MacroManager/MacroManager.h \ + $(UPPDIR1)ide/MacroManager/MacroManager.iml \ + $(UPPDIR1)ide/MacroManager/MacroManager.lay \ + $(UPPDIR1)ide/MacroManager/UscFileParser.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -45132,23 +48984,23 @@ $(OutDir_ide_MacroManager)UscFileParser.o: $(UPPDIR1)ide/MacroManager/UscFilePar $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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: \ @@ -45220,8 +49072,6 @@ $(OutDir_Report)Report.o: $(UPPDIR1)Report/Report.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -45247,17 +49097,27 @@ $(OutDir_Report)Report.o: $(UPPDIR1)Report/Report.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -45286,6 +49146,7 @@ $(OutDir_Report)Report.o: $(UPPDIR1)Report/Report.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -45301,15 +49162,18 @@ $(OutDir_Report)Report.o: $(UPPDIR1)Report/Report.cpp \ $(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.cpp \ $(UPPDIR1)Report/Report.h \ + $(UPPDIR1)Report/Report.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -45369,8 +49233,6 @@ $(OutDir_Report)ReportDlg.o: $(UPPDIR1)Report/ReportDlg.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -45397,17 +49259,27 @@ $(OutDir_Report)ReportDlg.o: $(UPPDIR1)Report/ReportDlg.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -45436,6 +49308,7 @@ $(OutDir_Report)ReportDlg.o: $(UPPDIR1)Report/ReportDlg.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -45451,15 +49324,18 @@ $(OutDir_Report)ReportDlg.o: $(UPPDIR1)Report/ReportDlg.cpp \ $(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)Report/Report.lay \ + $(UPPDIR1)Report/ReportDlg.cpp \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Report) $(UPPDIR1)Report/ReportDlg.cpp -o $(OutDir_Report)ReportDlg.o $(OutDir_Report)Report.a: \ @@ -45528,12 +49404,11 @@ $(OutDir_Core_SSL)Util.o: $(UPPDIR1)Core/SSL/Util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/SSL/SSL.h \ + $(UPPDIR1)Core/SSL/Util.cpp \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ $(UPPDIR1)Core/t_.h \ @@ -45556,8 +49431,6 @@ $(OutDir_Core_SSL)Util.o: $(UPPDIR1)Core/SSL/Util.cpp \ $(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_SSL) $(UPPDIR1)Core/SSL/Util.cpp -o $(OutDir_Core_SSL)Util.o @@ -45617,11 +49490,10 @@ $(OutDir_Core_SSL)InitExit.o: $(UPPDIR1)Core/SSL/InitExit.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/SSL/InitExit.cpp \ $(UPPDIR1)Core/SSL/SSL.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ @@ -45645,8 +49517,6 @@ $(OutDir_Core_SSL)InitExit.o: $(UPPDIR1)Core/SSL/InitExit.cpp \ $(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_SSL) $(UPPDIR1)Core/SSL/InitExit.cpp -o $(OutDir_Core_SSL)InitExit.o @@ -45706,11 +49576,10 @@ $(OutDir_Core_SSL)Socket.o: $(UPPDIR1)Core/SSL/Socket.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/SSL/Socket.cpp \ $(UPPDIR1)Core/SSL/SSL.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ @@ -45734,8 +49603,6 @@ $(OutDir_Core_SSL)Socket.o: $(UPPDIR1)Core/SSL/Socket.cpp \ $(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_SSL) $(UPPDIR1)Core/SSL/Socket.cpp -o $(OutDir_Core_SSL)Socket.o @@ -45795,11 +49662,10 @@ $(OutDir_Core_SSL)P7S.o: $(UPPDIR1)Core/SSL/P7S.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/SSL/P7S.cpp \ $(UPPDIR1)Core/SSL/SSL.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ @@ -45823,8 +49689,6 @@ $(OutDir_Core_SSL)P7S.o: $(UPPDIR1)Core/SSL/P7S.cpp \ $(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_SSL) $(UPPDIR1)Core/SSL/P7S.cpp -o $(OutDir_Core_SSL)P7S.o @@ -45884,12 +49748,11 @@ $(OutDir_Core_SSL)SSL.o: $(UPPDIR1)Core/SSL/SSL.icpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/SSL/SSL.h \ + $(UPPDIR1)Core/SSL/SSL.icpp \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ $(UPPDIR1)Core/t_.h \ @@ -45912,8 +49775,6 @@ $(OutDir_Core_SSL)SSL.o: $(UPPDIR1)Core/SSL/SSL.icpp \ $(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_SSL) $(UPPDIR1)Core/SSL/SSL.icpp -o $(OutDir_Core_SSL)SSL.o @@ -45987,8 +49848,6 @@ $(OutDir_plugin_md)Markdown.o: $(UPPDIR1)plugin/md/Markdown.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -46014,14 +49873,14 @@ $(OutDir_plugin_md)Markdown.o: $(UPPDIR1)plugin/md/Markdown.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/md/Markdown.cpp \ $(UPPDIR1)plugin/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_md) $(UPPDIR1)plugin/md/Markdown.cpp -o $(OutDir_plugin_md)Markdown.o $(OutDir_plugin_md)md4c.o: $(UPPDIR1)plugin/md/MD4C/md4c.c \ + $(UPPDIR1)plugin/md/MD4C/md4c.c \ $(UPPDIR1)plugin/md/MD4C/md4c.h $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_md) $(UPPDIR1)plugin/md/MD4C/md4c.c -o $(OutDir_plugin_md)md4c.o @@ -46037,6 +49896,8 @@ $(OutDir_ide_clang): $(OutDir_ide_clang)libclang.o: $(UPPDIR1)ide/clang/libclang.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -46066,7 +49927,6 @@ $(OutDir_ide_clang)libclang.o: $(UPPDIR1)ide/clang/libclang.cpp \ $(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 \ @@ -46102,8 +49962,6 @@ $(OutDir_ide_clang)libclang.o: $(UPPDIR1)ide/clang/libclang.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -46129,17 +49987,27 @@ $(OutDir_ide_clang)libclang.o: $(UPPDIR1)ide/clang/libclang.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -46168,6 +50036,7 @@ $(OutDir_ide_clang)libclang.o: $(UPPDIR1)ide/clang/libclang.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -46178,8 +50047,9 @@ $(OutDir_ide_clang)libclang.o: $(UPPDIR1)ide/clang/libclang.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ + $(UPPDIR1)ide/clang/libclang.cpp \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -46190,27 +50060,29 @@ $(OutDir_ide_clang)libclang.o: $(UPPDIR1)ide/clang/libclang.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_clang) $(UPPDIR1)ide/clang/libclang.cpp -o $(OutDir_ide_clang)libclang.o $(OutDir_ide_clang)util.o: $(UPPDIR1)ide/clang/util.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -46275,8 +50147,6 @@ $(OutDir_ide_clang)util.o: $(UPPDIR1)ide/clang/util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -46302,17 +50172,27 @@ $(OutDir_ide_clang)util.o: $(UPPDIR1)ide/clang/util.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -46341,6 +50221,7 @@ $(OutDir_ide_clang)util.o: $(UPPDIR1)ide/clang/util.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -46351,8 +50232,9 @@ $(OutDir_ide_clang)util.o: $(UPPDIR1)ide/clang/util.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ + $(UPPDIR1)ide/clang/util.cpp \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -46363,27 +50245,29 @@ $(OutDir_ide_clang)util.o: $(UPPDIR1)ide/clang/util.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_clang) $(UPPDIR1)ide/clang/util.cpp -o $(OutDir_ide_clang)util.o $(OutDir_ide_clang)macros.o: $(UPPDIR1)ide/clang/macros.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -46448,8 +50332,6 @@ $(OutDir_ide_clang)macros.o: $(UPPDIR1)ide/clang/macros.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -46475,17 +50357,27 @@ $(OutDir_ide_clang)macros.o: $(UPPDIR1)ide/clang/macros.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -46514,6 +50406,7 @@ $(OutDir_ide_clang)macros.o: $(UPPDIR1)ide/clang/macros.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -46524,8 +50417,9 @@ $(OutDir_ide_clang)macros.o: $(UPPDIR1)ide/clang/macros.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ + $(UPPDIR1)ide/clang/macros.cpp \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -46536,27 +50430,29 @@ $(OutDir_ide_clang)macros.o: $(UPPDIR1)ide/clang/macros.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_clang) $(UPPDIR1)ide/clang/macros.cpp -o $(OutDir_ide_clang)macros.o $(OutDir_ide_clang)Signature.o: $(UPPDIR1)ide/clang/Signature.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -46621,8 +50517,6 @@ $(OutDir_ide_clang)Signature.o: $(UPPDIR1)ide/clang/Signature.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -46648,17 +50542,27 @@ $(OutDir_ide_clang)Signature.o: $(UPPDIR1)ide/clang/Signature.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -46687,6 +50591,7 @@ $(OutDir_ide_clang)Signature.o: $(UPPDIR1)ide/clang/Signature.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -46697,8 +50602,9 @@ $(OutDir_ide_clang)Signature.o: $(UPPDIR1)ide/clang/Signature.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ + $(UPPDIR1)ide/clang/Signature.cpp \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -46709,27 +50615,29 @@ $(OutDir_ide_clang)Signature.o: $(UPPDIR1)ide/clang/Signature.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_clang) $(UPPDIR1)ide/clang/Signature.cpp -o $(OutDir_ide_clang)Signature.o $(OutDir_ide_clang)clang.o: $(UPPDIR1)ide/clang/clang.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -46794,8 +50702,6 @@ $(OutDir_ide_clang)clang.o: $(UPPDIR1)ide/clang/clang.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -46821,17 +50727,27 @@ $(OutDir_ide_clang)clang.o: $(UPPDIR1)ide/clang/clang.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -46860,6 +50776,7 @@ $(OutDir_ide_clang)clang.o: $(UPPDIR1)ide/clang/clang.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -46869,9 +50786,10 @@ $(OutDir_ide_clang)clang.o: $(UPPDIR1)ide/clang/clang.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)ide/clang/clang.cpp \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -46882,27 +50800,29 @@ $(OutDir_ide_clang)clang.o: $(UPPDIR1)ide/clang/clang.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_clang) $(UPPDIR1)ide/clang/clang.cpp -o $(OutDir_ide_clang)clang.o $(OutDir_ide_clang)Visitor.o: $(UPPDIR1)ide/clang/Visitor.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -46967,8 +50887,6 @@ $(OutDir_ide_clang)Visitor.o: $(UPPDIR1)ide/clang/Visitor.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -46994,17 +50912,27 @@ $(OutDir_ide_clang)Visitor.o: $(UPPDIR1)ide/clang/Visitor.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -47033,6 +50961,7 @@ $(OutDir_ide_clang)Visitor.o: $(UPPDIR1)ide/clang/Visitor.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -47043,8 +50972,9 @@ $(OutDir_ide_clang)Visitor.o: $(UPPDIR1)ide/clang/Visitor.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ + $(UPPDIR1)ide/clang/Visitor.cpp \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -47055,27 +50985,29 @@ $(OutDir_ide_clang)Visitor.o: $(UPPDIR1)ide/clang/Visitor.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_clang) $(UPPDIR1)ide/clang/Visitor.cpp -o $(OutDir_ide_clang)Visitor.o $(OutDir_ide_clang)CurrentFile.o: $(UPPDIR1)ide/clang/CurrentFile.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -47140,8 +51072,6 @@ $(OutDir_ide_clang)CurrentFile.o: $(UPPDIR1)ide/clang/CurrentFile.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -47167,17 +51097,27 @@ $(OutDir_ide_clang)CurrentFile.o: $(UPPDIR1)ide/clang/CurrentFile.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -47206,6 +51146,7 @@ $(OutDir_ide_clang)CurrentFile.o: $(UPPDIR1)ide/clang/CurrentFile.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -47216,8 +51157,9 @@ $(OutDir_ide_clang)CurrentFile.o: $(UPPDIR1)ide/clang/CurrentFile.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ + $(UPPDIR1)ide/clang/CurrentFile.cpp \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ @@ -47228,27 +51170,29 @@ $(OutDir_ide_clang)CurrentFile.o: $(UPPDIR1)ide/clang/CurrentFile.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_clang) $(UPPDIR1)ide/clang/CurrentFile.cpp -o $(OutDir_ide_clang)CurrentFile.o $(OutDir_ide_clang)Indexer.o: $(UPPDIR1)ide/clang/Indexer.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -47313,8 +51257,6 @@ $(OutDir_ide_clang)Indexer.o: $(UPPDIR1)ide/clang/Indexer.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -47340,17 +51282,27 @@ $(OutDir_ide_clang)Indexer.o: $(UPPDIR1)ide/clang/Indexer.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -47380,6 +51332,7 @@ $(OutDir_ide_clang)Indexer.o: $(UPPDIR1)ide/clang/Indexer.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -47390,36 +51343,48 @@ $(OutDir_ide_clang)Indexer.o: $(UPPDIR1)ide/clang/Indexer.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.lay \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(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/Browser/Browser.iml \ + $(UPPDIR1)ide/Browser/Topic.iml \ + $(UPPDIR1)ide/Browser/Topic.lay \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/clang/clang.h \ - $(UPPDIR1)ide/clang/libclang.h \ + $(UPPDIR1)ide/clang/Indexer.cpp \ $(UPPDIR1)ide/Common/Common.h \ + $(UPPDIR1)ide/Common/common.iml \ $(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/Debuggers.iml \ $(UPPDIR1)ide/Debuggers/Gdb.h \ + $(UPPDIR1)ide/Debuggers/Gdb.lay \ $(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/ide.iml \ + $(UPPDIR1)ide/ide.lay \ $(UPPDIR1)ide/Java/Java.h \ $(UPPDIR1)ide/LayDes/LayDes.h \ + $(UPPDIR1)ide/LayDes/LayDes.iml \ + $(UPPDIR1)ide/LayDes/LayDes.lay \ $(UPPDIR1)ide/MethodsCtrls.h \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ @@ -47430,33 +51395,37 @@ $(OutDir_ide_clang)Indexer.o: $(UPPDIR1)ide/clang/Indexer.cpp \ $(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/md/Markdown.h \ $(UPPDIR1)plugin/md/MD4C/md4c.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)Report/Report.lay \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)TabBar/FileTabs.h \ $(UPPDIR1)TabBar/TabBar.h \ + $(UPPDIR1)TabBar/TabBar.iml \ $(UPPDIR1)TabBar/TabBarCtrl.h \ + $(UPPDIR1)TextDiffCtrl/Diff.iml \ $(UPPDIR1)TextDiffCtrl/TextDiffCtrl.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_clang) $(UPPDIR1)ide/clang/Indexer.cpp -o $(OutDir_ide_clang)Indexer.o $(OutDir_ide_clang)clang.a: \ @@ -47537,8 +51506,6 @@ $(OutDir_Esc)EscValue.o: $(UPPDIR1)Esc/EscValue.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -47565,8 +51532,7 @@ $(OutDir_Esc)EscValue.o: $(UPPDIR1)Esc/EscValue.cpp \ $(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)Esc/EscValue.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Esc) $(UPPDIR1)Esc/EscValue.cpp -o $(OutDir_Esc)EscValue.o @@ -47626,8 +51592,6 @@ $(OutDir_Esc)EscArray.o: $(UPPDIR1)Esc/EscArray.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -47654,8 +51618,7 @@ $(OutDir_Esc)EscArray.o: $(UPPDIR1)Esc/EscArray.cpp \ $(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)Esc/EscArray.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Esc) $(UPPDIR1)Esc/EscArray.cpp -o $(OutDir_Esc)EscArray.o @@ -47715,8 +51678,6 @@ $(OutDir_Esc)EscMap.o: $(UPPDIR1)Esc/EscMap.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -47743,8 +51704,7 @@ $(OutDir_Esc)EscMap.o: $(UPPDIR1)Esc/EscMap.cpp \ $(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)Esc/EscMap.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Esc) $(UPPDIR1)Esc/EscMap.cpp -o $(OutDir_Esc)EscMap.o @@ -47804,8 +51764,6 @@ $(OutDir_Esc)Esc.o: $(UPPDIR1)Esc/Esc.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -47831,9 +51789,8 @@ $(OutDir_Esc)Esc.o: $(UPPDIR1)Esc/Esc.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.cpp \ $(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 @@ -47893,8 +51850,6 @@ $(OutDir_Esc)EscRun.o: $(UPPDIR1)Esc/EscRun.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -47921,8 +51876,7 @@ $(OutDir_Esc)EscRun.o: $(UPPDIR1)Esc/EscRun.cpp \ $(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)Esc/EscRun.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Esc) $(UPPDIR1)Esc/EscRun.cpp -o $(OutDir_Esc)EscRun.o @@ -47982,8 +51936,6 @@ $(OutDir_Esc)EscStdLib.o: $(UPPDIR1)Esc/EscStdLib.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -48010,8 +51962,7 @@ $(OutDir_Esc)EscStdLib.o: $(UPPDIR1)Esc/EscStdLib.cpp \ $(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)Esc/EscStdLib.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Esc) $(UPPDIR1)Esc/EscStdLib.cpp -o $(OutDir_Esc)EscStdLib.o @@ -48071,8 +52022,6 @@ $(OutDir_Esc)Value.o: $(UPPDIR1)Esc/Value.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -48099,8 +52048,7 @@ $(OutDir_Esc)Value.o: $(UPPDIR1)Esc/Value.cpp \ $(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)Esc/Value.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Esc) $(UPPDIR1)Esc/Value.cpp -o $(OutDir_Esc)Value.o @@ -48145,6 +52093,7 @@ $(OutDir_Core)Cpu.o: $(UPPDIR1)Core/Cpu.cpp \ $(UPPDIR1)Core/Core.h \ $(UPPDIR1)Core/CoSort.h \ $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Cpu.cpp \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ $(UPPDIR1)Core/FilterStream.h \ @@ -48180,8 +52129,6 @@ $(OutDir_Core)Cpu.o: $(UPPDIR1)Core/Cpu.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -48207,8 +52154,6 @@ $(OutDir_Core)Cpu.o: $(UPPDIR1)Core/Cpu.cpp \ $(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 @@ -48257,6 +52202,7 @@ $(OutDir_Core)Mem.o: $(UPPDIR1)Core/Mem.cpp \ $(UPPDIR1)Core/LocalProcess.h \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.cpp \ $(UPPDIR1)Core/Mem.h \ $(UPPDIR1)Core/Mt.h \ $(UPPDIR1)Core/Obsolete.h \ @@ -48268,8 +52214,6 @@ $(OutDir_Core)Mem.o: $(UPPDIR1)Core/Mem.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -48295,8 +52239,6 @@ $(OutDir_Core)Mem.o: $(UPPDIR1)Core/Mem.cpp \ $(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 @@ -48356,8 +52298,7 @@ $(OutDir_Core)SIMD.o: $(UPPDIR1)Core/SIMD.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/SIMD.cpp \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -48383,8 +52324,6 @@ $(OutDir_Core)SIMD.o: $(UPPDIR1)Core/SIMD.cpp \ $(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 @@ -48434,6 +52373,7 @@ $(OutDir_Core)Mt.o: $(UPPDIR1)Core/Mt.cpp \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.cpp \ $(UPPDIR1)Core/Mt.h \ $(UPPDIR1)Core/Obsolete.h \ $(UPPDIR1)Core/Ops.h \ @@ -48444,8 +52384,6 @@ $(OutDir_Core)Mt.o: $(UPPDIR1)Core/Mt.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -48471,8 +52409,6 @@ $(OutDir_Core)Mt.o: $(UPPDIR1)Core/Mt.cpp \ $(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 @@ -48507,7 +52443,7 @@ $(OutDir_Core)heaputil.o: $(UPPDIR1)Core/heaputil.cpp \ $(UPPDIR1)Core/Gtypes.h \ $(UPPDIR1)Core/Hash.h \ $(UPPDIR1)Core/Heap.h \ - $(UPPDIR1)Core/HeapImp.h \ + $(UPPDIR1)Core/heaputil.cpp \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ $(UPPDIR1)Core/Index.h \ @@ -48533,8 +52469,6 @@ $(OutDir_Core)heaputil.o: $(UPPDIR1)Core/heaputil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -48560,8 +52494,6 @@ $(OutDir_Core)heaputil.o: $(UPPDIR1)Core/heaputil.cpp \ $(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 @@ -48596,7 +52528,7 @@ $(OutDir_Core)hheap.o: $(UPPDIR1)Core/hheap.cpp \ $(UPPDIR1)Core/Gtypes.h \ $(UPPDIR1)Core/Hash.h \ $(UPPDIR1)Core/Heap.h \ - $(UPPDIR1)Core/HeapImp.h \ + $(UPPDIR1)Core/hheap.cpp \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ $(UPPDIR1)Core/Index.h \ @@ -48622,8 +52554,6 @@ $(OutDir_Core)hheap.o: $(UPPDIR1)Core/hheap.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -48649,8 +52579,6 @@ $(OutDir_Core)hheap.o: $(UPPDIR1)Core/hheap.cpp \ $(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 @@ -48685,7 +52613,6 @@ $(OutDir_Core)sheap.o: $(UPPDIR1)Core/sheap.cpp \ $(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 \ @@ -48711,14 +52638,12 @@ $(OutDir_Core)sheap.o: $(UPPDIR1)Core/sheap.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/sheap.cpp \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ - $(UPPDIR1)Core/StringMem.i \ $(UPPDIR1)Core/t_.h \ $(UPPDIR1)Core/TimeDate.h \ $(UPPDIR1)Core/Topic.h \ @@ -48739,8 +52664,6 @@ $(OutDir_Core)sheap.o: $(UPPDIR1)Core/sheap.cpp \ $(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 @@ -48775,7 +52698,6 @@ $(OutDir_Core)lheap.o: $(UPPDIR1)Core/lheap.cpp \ $(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 \ @@ -48787,6 +52709,7 @@ $(OutDir_Core)lheap.o: $(UPPDIR1)Core/lheap.cpp \ $(UPPDIR1)Core/JSON.h \ $(UPPDIR1)Core/Lang.h \ $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lheap.cpp \ $(UPPDIR1)Core/LocalProcess.h \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ @@ -48801,8 +52724,6 @@ $(OutDir_Core)lheap.o: $(UPPDIR1)Core/lheap.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -48828,8 +52749,6 @@ $(OutDir_Core)lheap.o: $(UPPDIR1)Core/lheap.cpp \ $(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 @@ -48863,8 +52782,8 @@ $(OutDir_Core)heap.o: $(UPPDIR1)Core/heap.cpp \ $(UPPDIR1)Core/Function.h \ $(UPPDIR1)Core/Gtypes.h \ $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/heap.cpp \ $(UPPDIR1)Core/Heap.h \ - $(UPPDIR1)Core/HeapImp.h \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ $(UPPDIR1)Core/Index.h \ @@ -48890,8 +52809,6 @@ $(OutDir_Core)heap.o: $(UPPDIR1)Core/heap.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -48917,8 +52834,6 @@ $(OutDir_Core)heap.o: $(UPPDIR1)Core/heap.cpp \ $(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 @@ -48953,7 +52868,7 @@ $(OutDir_Core)heapdbg.o: $(UPPDIR1)Core/heapdbg.cpp \ $(UPPDIR1)Core/Gtypes.h \ $(UPPDIR1)Core/Hash.h \ $(UPPDIR1)Core/Heap.h \ - $(UPPDIR1)Core/HeapImp.h \ + $(UPPDIR1)Core/heapdbg.cpp \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ $(UPPDIR1)Core/Index.h \ @@ -48979,8 +52894,6 @@ $(OutDir_Core)heapdbg.o: $(UPPDIR1)Core/heapdbg.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -49006,8 +52919,6 @@ $(OutDir_Core)heapdbg.o: $(UPPDIR1)Core/heapdbg.cpp \ $(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 @@ -49067,13 +52978,12 @@ $(OutDir_Core)StringFind.o: $(UPPDIR1)Core/StringFind.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/StringFind.cpp \ $(UPPDIR1)Core/t_.h \ $(UPPDIR1)Core/TimeDate.h \ $(UPPDIR1)Core/Topic.h \ @@ -49094,8 +53004,6 @@ $(OutDir_Core)StringFind.o: $(UPPDIR1)Core/StringFind.cpp \ $(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 @@ -49155,14 +53063,12 @@ $(OutDir_Core)String.o: $(UPPDIR1)Core/String.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.cpp \ $(UPPDIR1)Core/String.h \ - $(UPPDIR1)Core/StringMem.i \ $(UPPDIR1)Core/t_.h \ $(UPPDIR1)Core/TimeDate.h \ $(UPPDIR1)Core/Topic.h \ @@ -49183,8 +53089,6 @@ $(OutDir_Core)String.o: $(UPPDIR1)Core/String.cpp \ $(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 @@ -49244,8 +53148,6 @@ $(OutDir_Core)WString.o: $(UPPDIR1)Core/WString.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -49267,12 +53169,11 @@ $(OutDir_Core)WString.o: $(UPPDIR1)Core/WString.cpp \ $(UPPDIR1)Core/Vcont.h \ $(UPPDIR1)Core/Vcont.hpp \ $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/WString.cpp \ $(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 @@ -49332,13 +53233,12 @@ $(OutDir_Core)StrUtil.o: $(UPPDIR1)Core/StrUtil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/StrUtil.cpp \ $(UPPDIR1)Core/t_.h \ $(UPPDIR1)Core/TimeDate.h \ $(UPPDIR1)Core/Topic.h \ @@ -49359,8 +53259,6 @@ $(OutDir_Core)StrUtil.o: $(UPPDIR1)Core/StrUtil.cpp \ $(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 @@ -49420,10 +53318,9 @@ $(OutDir_Core)SplitMerge.o: $(UPPDIR1)Core/SplitMerge.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.cpp \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ @@ -49447,8 +53344,6 @@ $(OutDir_Core)SplitMerge.o: $(UPPDIR1)Core/SplitMerge.cpp \ $(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 @@ -49508,8 +53403,6 @@ $(OutDir_Core)Utf.o: $(UPPDIR1)Core/Utf.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -49520,6 +53413,7 @@ $(OutDir_Core)Utf.o: $(UPPDIR1)Core/Utf.cpp \ $(UPPDIR1)Core/Topic.h \ $(UPPDIR1)Core/Topt.h \ $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.cpp \ $(UPPDIR1)Core/Utf.hpp \ $(UPPDIR1)Core/Util.h \ $(UPPDIR1)Core/Uuid.h \ @@ -49535,8 +53429,6 @@ $(OutDir_Core)Utf.o: $(UPPDIR1)Core/Utf.cpp \ $(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 @@ -49596,8 +53488,6 @@ $(OutDir_Core)UnicodeInfo.o: $(UPPDIR1)Core/UnicodeInfo.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -49608,6 +53498,7 @@ $(OutDir_Core)UnicodeInfo.o: $(UPPDIR1)Core/UnicodeInfo.cpp \ $(UPPDIR1)Core/Topic.h \ $(UPPDIR1)Core/Topt.h \ $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/UnicodeInfo.cpp \ $(UPPDIR1)Core/Utf.hpp \ $(UPPDIR1)Core/Util.h \ $(UPPDIR1)Core/Uuid.h \ @@ -49623,8 +53514,6 @@ $(OutDir_Core)UnicodeInfo.o: $(UPPDIR1)Core/UnicodeInfo.cpp \ $(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 @@ -49638,6 +53527,7 @@ $(OutDir_Core)CharSet.o: $(UPPDIR1)Core/CharSet.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.cpp \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -49684,8 +53574,6 @@ $(OutDir_Core)CharSet.o: $(UPPDIR1)Core/CharSet.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -49711,8 +53599,6 @@ $(OutDir_Core)CharSet.o: $(UPPDIR1)Core/CharSet.cpp \ $(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 @@ -49722,6 +53608,7 @@ $(OutDir_Core)Bom.o: $(UPPDIR1)Core/Bom.cpp \ $(UPPDIR1)Core/AString.hpp \ $(UPPDIR1)Core/Atomic.h \ $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Bom.cpp \ $(UPPDIR1)Core/Callback.h \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ @@ -49772,8 +53659,6 @@ $(OutDir_Core)Bom.o: $(UPPDIR1)Core/Bom.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -49799,8 +53684,6 @@ $(OutDir_Core)Bom.o: $(UPPDIR1)Core/Bom.cpp \ $(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 @@ -49856,12 +53739,11 @@ $(OutDir_Core)Path.o: $(UPPDIR1)Core/Path.cpp \ $(UPPDIR1)Core/Other.h \ $(UPPDIR1)Core/Other.hpp \ $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.cpp \ $(UPPDIR1)Core/Path.h \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -49887,8 +53769,6 @@ $(OutDir_Core)Path.o: $(UPPDIR1)Core/Path.cpp \ $(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 @@ -49939,6 +53819,7 @@ $(OutDir_Core)NetNode.o: $(UPPDIR1)Core/NetNode.cpp \ $(UPPDIR1)Core/Map.hpp \ $(UPPDIR1)Core/Mem.h \ $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/NetNode.cpp \ $(UPPDIR1)Core/Obsolete.h \ $(UPPDIR1)Core/Ops.h \ $(UPPDIR1)Core/Other.h \ @@ -49948,8 +53829,6 @@ $(OutDir_Core)NetNode.o: $(UPPDIR1)Core/NetNode.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -49975,13 +53854,12 @@ $(OutDir_Core)NetNode.o: $(UPPDIR1)Core/NetNode.cpp \ $(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.cpp \ $(UPPDIR1)Core/App.h \ $(UPPDIR1)Core/AString.hpp \ $(UPPDIR1)Core/Atomic.h \ @@ -50036,8 +53914,6 @@ $(OutDir_Core)App.o: $(UPPDIR1)Core/App.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -50063,8 +53939,6 @@ $(OutDir_Core)App.o: $(UPPDIR1)Core/App.cpp \ $(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 @@ -50099,6 +53973,7 @@ $(OutDir_Core)Huge.o: $(UPPDIR1)Core/Huge.cpp \ $(UPPDIR1)Core/Gtypes.h \ $(UPPDIR1)Core/Hash.h \ $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.cpp \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ $(UPPDIR1)Core/Index.h \ @@ -50124,8 +53999,6 @@ $(OutDir_Core)Huge.o: $(UPPDIR1)Core/Huge.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -50151,8 +54024,6 @@ $(OutDir_Core)Huge.o: $(UPPDIR1)Core/Huge.cpp \ $(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 @@ -50212,11 +54083,10 @@ $(OutDir_Core)Stream.o: $(UPPDIR1)Core/Stream.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.cpp \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ $(UPPDIR1)Core/t_.h \ @@ -50239,8 +54109,6 @@ $(OutDir_Core)Stream.o: $(UPPDIR1)Core/Stream.cpp \ $(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 @@ -50250,6 +54118,7 @@ $(OutDir_Core)BlockStream.o: $(UPPDIR1)Core/BlockStream.cpp \ $(UPPDIR1)Core/AString.hpp \ $(UPPDIR1)Core/Atomic.h \ $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/BlockStream.cpp \ $(UPPDIR1)Core/Callback.h \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ @@ -50300,8 +54169,6 @@ $(OutDir_Core)BlockStream.o: $(UPPDIR1)Core/BlockStream.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -50327,8 +54194,6 @@ $(OutDir_Core)BlockStream.o: $(UPPDIR1)Core/BlockStream.cpp \ $(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 @@ -50355,6 +54220,7 @@ $(OutDir_Core)FileMapping.o: $(UPPDIR1)Core/FileMapping.cpp \ $(UPPDIR1)Core/CoWork.h \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FileMapping.cpp \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ $(UPPDIR1)Core/Fn.h \ @@ -50388,8 +54254,6 @@ $(OutDir_Core)FileMapping.o: $(UPPDIR1)Core/FileMapping.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -50415,8 +54279,6 @@ $(OutDir_Core)FileMapping.o: $(UPPDIR1)Core/FileMapping.cpp \ $(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 @@ -50443,6 +54305,7 @@ $(OutDir_Core)FilterStream.o: $(UPPDIR1)Core/FilterStream.cpp \ $(UPPDIR1)Core/CoWork.h \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.cpp \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ $(UPPDIR1)Core/Fn.h \ @@ -50476,8 +54339,6 @@ $(OutDir_Core)FilterStream.o: $(UPPDIR1)Core/FilterStream.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -50503,8 +54364,6 @@ $(OutDir_Core)FilterStream.o: $(UPPDIR1)Core/FilterStream.cpp \ $(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 @@ -50551,6 +54410,7 @@ $(OutDir_Core)Log.o: $(UPPDIR1)Core/Log.cpp \ $(UPPDIR1)Core/Lang.h \ $(UPPDIR1)Core/Lang_s.h \ $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Log.cpp \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ $(UPPDIR1)Core/Mem.h \ @@ -50564,8 +54424,6 @@ $(OutDir_Core)Log.o: $(UPPDIR1)Core/Log.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -50591,8 +54449,6 @@ $(OutDir_Core)Log.o: $(UPPDIR1)Core/Log.cpp \ $(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 @@ -50617,6 +54473,7 @@ $(OutDir_Core)Debug.o: $(UPPDIR1)Core/Debug.cpp \ $(UPPDIR1)Core/Core.h \ $(UPPDIR1)Core/CoSort.h \ $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Debug.cpp \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ $(UPPDIR1)Core/FilterStream.h \ @@ -50652,8 +54509,6 @@ $(OutDir_Core)Debug.o: $(UPPDIR1)Core/Debug.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -50679,8 +54534,6 @@ $(OutDir_Core)Debug.o: $(UPPDIR1)Core/Debug.cpp \ $(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 @@ -50720,6 +54573,7 @@ $(OutDir_Core)Ini.o: $(UPPDIR1)Core/Ini.cpp \ $(UPPDIR1)Core/Index.h \ $(UPPDIR1)Core/Index.hpp \ $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/Ini.cpp \ $(UPPDIR1)Core/InMap.hpp \ $(UPPDIR1)Core/InVector.h \ $(UPPDIR1)Core/InVector.hpp \ @@ -50740,8 +54594,6 @@ $(OutDir_Core)Ini.o: $(UPPDIR1)Core/Ini.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -50767,8 +54619,6 @@ $(OutDir_Core)Ini.o: $(UPPDIR1)Core/Ini.cpp \ $(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 @@ -50828,8 +54678,6 @@ $(OutDir_Core)Util.o: $(UPPDIR1)Core/Util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -50841,6 +54689,7 @@ $(OutDir_Core)Util.o: $(UPPDIR1)Core/Util.cpp \ $(UPPDIR1)Core/Topt.h \ $(UPPDIR1)Core/Tuple.h \ $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.cpp \ $(UPPDIR1)Core/Util.h \ $(UPPDIR1)Core/Uuid.h \ $(UPPDIR1)Core/Value.h \ @@ -50855,8 +54704,6 @@ $(OutDir_Core)Util.o: $(UPPDIR1)Core/Util.cpp \ $(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 @@ -50905,6 +54752,7 @@ $(OutDir_Core)mathutil.o: $(UPPDIR1)Core/mathutil.cpp \ $(UPPDIR1)Core/LocalProcess.h \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/mathutil.cpp \ $(UPPDIR1)Core/Mem.h \ $(UPPDIR1)Core/Mt.h \ $(UPPDIR1)Core/Obsolete.h \ @@ -50916,8 +54764,6 @@ $(OutDir_Core)mathutil.o: $(UPPDIR1)Core/mathutil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -50943,8 +54789,6 @@ $(OutDir_Core)mathutil.o: $(UPPDIR1)Core/mathutil.cpp \ $(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 @@ -51003,9 +54847,8 @@ $(OutDir_Core)Random.o: $(UPPDIR1)Core/Random.cpp \ $(UPPDIR1)Core/Path.h \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Random.cpp \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -51031,8 +54874,6 @@ $(OutDir_Core)Random.o: $(UPPDIR1)Core/Random.cpp \ $(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 @@ -51092,10 +54933,9 @@ $(OutDir_Core)Speller.o: $(UPPDIR1)Core/Speller.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/Speller.cpp \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ @@ -51119,8 +54959,6 @@ $(OutDir_Core)Speller.o: $(UPPDIR1)Core/Speller.cpp \ $(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 @@ -51166,6 +55004,7 @@ $(OutDir_Core)LocalProcess.o: $(UPPDIR1)Core/LocalProcess.cpp \ $(UPPDIR1)Core/JSON.h \ $(UPPDIR1)Core/Lang.h \ $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.cpp \ $(UPPDIR1)Core/LocalProcess.h \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ @@ -51180,8 +55019,6 @@ $(OutDir_Core)LocalProcess.o: $(UPPDIR1)Core/LocalProcess.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -51207,8 +55044,6 @@ $(OutDir_Core)LocalProcess.o: $(UPPDIR1)Core/LocalProcess.cpp \ $(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 @@ -51263,13 +55098,12 @@ $(OutDir_Core)PackedData.o: $(UPPDIR1)Core/PackedData.cpp \ $(UPPDIR1)Core/Ops.h \ $(UPPDIR1)Core/Other.h \ $(UPPDIR1)Core/Other.hpp \ + $(UPPDIR1)Core/PackedData.cpp \ $(UPPDIR1)Core/Parser.h \ $(UPPDIR1)Core/Path.h \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -51295,8 +55129,6 @@ $(OutDir_Core)PackedData.o: $(UPPDIR1)Core/PackedData.cpp \ $(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/PackedData.cpp -o $(OutDir_Core)PackedData.o @@ -51356,8 +55188,6 @@ $(OutDir_Core)Vcont.o: $(UPPDIR1)Core/Vcont.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -51376,6 +55206,7 @@ $(OutDir_Core)Vcont.o: $(UPPDIR1)Core/Vcont.cpp \ $(UPPDIR1)Core/ValueCache.h \ $(UPPDIR1)Core/ValueUtil.h \ $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.cpp \ $(UPPDIR1)Core/Vcont.h \ $(UPPDIR1)Core/Vcont.hpp \ $(UPPDIR1)Core/Win32Util.h \ @@ -51383,8 +55214,6 @@ $(OutDir_Core)Vcont.o: $(UPPDIR1)Core/Vcont.cpp \ $(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 @@ -51421,6 +55250,7 @@ $(OutDir_Core)Index.o: $(UPPDIR1)Core/Index.cpp \ $(UPPDIR1)Core/Heap.h \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.cpp \ $(UPPDIR1)Core/Index.h \ $(UPPDIR1)Core/Index.hpp \ $(UPPDIR1)Core/Inet.h \ @@ -51444,8 +55274,6 @@ $(OutDir_Core)Index.o: $(UPPDIR1)Core/Index.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -51471,8 +55299,6 @@ $(OutDir_Core)Index.o: $(UPPDIR1)Core/Index.cpp \ $(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 @@ -51532,14 +55358,13 @@ $(OutDir_Core)TimeDate.o: $(UPPDIR1)Core/TimeDate.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.cpp \ $(UPPDIR1)Core/TimeDate.h \ $(UPPDIR1)Core/Topic.h \ $(UPPDIR1)Core/Topt.h \ @@ -51559,8 +55384,6 @@ $(OutDir_Core)TimeDate.o: $(UPPDIR1)Core/TimeDate.cpp \ $(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 @@ -51620,8 +55443,6 @@ $(OutDir_Core)Value.o: $(UPPDIR1)Core/Value.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -51635,6 +55456,7 @@ $(OutDir_Core)Value.o: $(UPPDIR1)Core/Value.cpp \ $(UPPDIR1)Core/Utf.hpp \ $(UPPDIR1)Core/Util.h \ $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.cpp \ $(UPPDIR1)Core/Value.h \ $(UPPDIR1)Core/Value.hpp \ $(UPPDIR1)Core/ValueCache.h \ @@ -51647,8 +55469,6 @@ $(OutDir_Core)Value.o: $(UPPDIR1)Core/Value.cpp \ $(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 @@ -51708,8 +55528,6 @@ $(OutDir_Core)ValueUtil.o: $(UPPDIR1)Core/ValueUtil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -51726,6 +55544,7 @@ $(OutDir_Core)ValueUtil.o: $(UPPDIR1)Core/ValueUtil.cpp \ $(UPPDIR1)Core/Value.h \ $(UPPDIR1)Core/Value.hpp \ $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.cpp \ $(UPPDIR1)Core/ValueUtil.h \ $(UPPDIR1)Core/ValueUtil.hpp \ $(UPPDIR1)Core/Vcont.h \ @@ -51735,8 +55554,6 @@ $(OutDir_Core)ValueUtil.o: $(UPPDIR1)Core/ValueUtil.cpp \ $(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 @@ -51766,6 +55583,7 @@ $(OutDir_Core)Format.o: $(UPPDIR1)Core/Format.cpp \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.cpp \ $(UPPDIR1)Core/Format.h \ $(UPPDIR1)Core/Function.h \ $(UPPDIR1)Core/Gtypes.h \ @@ -51796,8 +55614,6 @@ $(OutDir_Core)Format.o: $(UPPDIR1)Core/Format.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -51823,8 +55639,6 @@ $(OutDir_Core)Format.o: $(UPPDIR1)Core/Format.cpp \ $(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 @@ -51849,6 +55663,7 @@ $(OutDir_Core)CvFlt.o: $(UPPDIR1)Core/CvFlt.cpp \ $(UPPDIR1)Core/Core.h \ $(UPPDIR1)Core/CoSort.h \ $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/CvFlt.cpp \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ $(UPPDIR1)Core/FilterStream.h \ @@ -51885,8 +55700,6 @@ $(OutDir_Core)CvFlt.o: $(UPPDIR1)Core/CvFlt.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -51912,8 +55725,6 @@ $(OutDir_Core)CvFlt.o: $(UPPDIR1)Core/CvFlt.cpp \ $(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/CvFlt.cpp -o $(OutDir_Core)CvFlt.o @@ -51933,6 +55744,7 @@ $(OutDir_Core)Convert.o: $(UPPDIR1)Core/Convert.cpp \ $(UPPDIR1)Core/Color.h \ $(UPPDIR1)Core/Complex.h \ $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.cpp \ $(UPPDIR1)Core/Convert.h \ $(UPPDIR1)Core/Convert.hpp \ $(UPPDIR1)Core/Core.h \ @@ -51973,8 +55785,6 @@ $(OutDir_Core)Convert.o: $(UPPDIR1)Core/Convert.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -52000,8 +55810,6 @@ $(OutDir_Core)Convert.o: $(UPPDIR1)Core/Convert.cpp \ $(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 @@ -52018,6 +55826,7 @@ $(OutDir_Core)Color.o: $(UPPDIR1)Core/Color.cpp \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.cpp \ $(UPPDIR1)Core/Color.h \ $(UPPDIR1)Core/Complex.h \ $(UPPDIR1)Core/config.h \ @@ -52061,8 +55870,6 @@ $(OutDir_Core)Color.o: $(UPPDIR1)Core/Color.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -52088,8 +55895,6 @@ $(OutDir_Core)Color.o: $(UPPDIR1)Core/Color.cpp \ $(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 @@ -52121,6 +55926,7 @@ $(OutDir_Core)Gtypes.o: $(UPPDIR1)Core/Gtypes.cpp \ $(UPPDIR1)Core/Fn.h \ $(UPPDIR1)Core/Format.h \ $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.cpp \ $(UPPDIR1)Core/Gtypes.h \ $(UPPDIR1)Core/Hash.h \ $(UPPDIR1)Core/Heap.h \ @@ -52149,8 +55955,6 @@ $(OutDir_Core)Gtypes.o: $(UPPDIR1)Core/Gtypes.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -52176,8 +55980,6 @@ $(OutDir_Core)Gtypes.o: $(UPPDIR1)Core/Gtypes.cpp \ $(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 @@ -52237,13 +56039,12 @@ $(OutDir_Core)t.o: $(UPPDIR1)Core/t.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t.cpp \ $(UPPDIR1)Core/t.h \ $(UPPDIR1)Core/t_.h \ $(UPPDIR1)Core/TimeDate.h \ @@ -52265,8 +56066,6 @@ $(OutDir_Core)t.o: $(UPPDIR1)Core/t.cpp \ $(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 @@ -52310,6 +56109,7 @@ $(OutDir_Core)Lang.o: $(UPPDIR1)Core/Lang.cpp \ $(UPPDIR1)Core/InVector.h \ $(UPPDIR1)Core/InVector.hpp \ $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.cpp \ $(UPPDIR1)Core/Lang.h \ $(UPPDIR1)Core/Lang_s.h \ $(UPPDIR1)Core/LocalProcess.h \ @@ -52326,8 +56126,6 @@ $(OutDir_Core)Lang.o: $(UPPDIR1)Core/Lang.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -52353,8 +56151,6 @@ $(OutDir_Core)Lang.o: $(UPPDIR1)Core/Lang.cpp \ $(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 @@ -52400,6 +56196,7 @@ $(OutDir_Core)LangInfo.o: $(UPPDIR1)Core/LangInfo.cpp \ $(UPPDIR1)Core/JSON.h \ $(UPPDIR1)Core/Lang.h \ $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LangInfo.cpp \ $(UPPDIR1)Core/LocalProcess.h \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ @@ -52414,8 +56211,6 @@ $(OutDir_Core)LangInfo.o: $(UPPDIR1)Core/LangInfo.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -52441,8 +56236,6 @@ $(OutDir_Core)LangInfo.o: $(UPPDIR1)Core/LangInfo.cpp \ $(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 @@ -52497,13 +56290,12 @@ $(OutDir_Core)parser.o: $(UPPDIR1)Core/parser.cpp \ $(UPPDIR1)Core/Ops.h \ $(UPPDIR1)Core/Other.h \ $(UPPDIR1)Core/Other.hpp \ + $(UPPDIR1)Core/parser.cpp \ $(UPPDIR1)Core/Parser.h \ $(UPPDIR1)Core/Path.h \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -52529,8 +56321,6 @@ $(OutDir_Core)parser.o: $(UPPDIR1)Core/parser.cpp \ $(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 @@ -52590,8 +56380,6 @@ $(OutDir_Core)XML.o: $(UPPDIR1)Core/XML.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -52613,12 +56401,11 @@ $(OutDir_Core)XML.o: $(UPPDIR1)Core/XML.cpp \ $(UPPDIR1)Core/Vcont.h \ $(UPPDIR1)Core/Vcont.hpp \ $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.cpp \ $(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 @@ -52678,8 +56465,6 @@ $(OutDir_Core)Xmlize.o: $(UPPDIR1)Core/Xmlize.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -52702,11 +56487,10 @@ $(OutDir_Core)Xmlize.o: $(UPPDIR1)Core/Xmlize.cpp \ $(UPPDIR1)Core/Vcont.hpp \ $(UPPDIR1)Core/Win32Util.h \ $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.cpp \ $(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 @@ -52749,6 +56533,7 @@ $(OutDir_Core)JSON.o: $(UPPDIR1)Core/JSON.cpp \ $(UPPDIR1)Core/InMap.hpp \ $(UPPDIR1)Core/InVector.h \ $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.cpp \ $(UPPDIR1)Core/JSON.h \ $(UPPDIR1)Core/Lang.h \ $(UPPDIR1)Core/Lang_s.h \ @@ -52766,8 +56551,6 @@ $(OutDir_Core)JSON.o: $(UPPDIR1)Core/JSON.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -52793,8 +56576,6 @@ $(OutDir_Core)JSON.o: $(UPPDIR1)Core/JSON.cpp \ $(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 @@ -52854,8 +56635,6 @@ $(OutDir_Core)Uuid.o: $(UPPDIR1)Core/Uuid.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -52868,6 +56647,7 @@ $(OutDir_Core)Uuid.o: $(UPPDIR1)Core/Uuid.cpp \ $(UPPDIR1)Core/Tuple.h \ $(UPPDIR1)Core/Utf.hpp \ $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.cpp \ $(UPPDIR1)Core/Uuid.h \ $(UPPDIR1)Core/Value.h \ $(UPPDIR1)Core/Value.hpp \ @@ -52881,8 +56661,6 @@ $(OutDir_Core)Uuid.o: $(UPPDIR1)Core/Uuid.cpp \ $(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 @@ -52940,10 +56718,9 @@ $(OutDir_Core)Ptr.o: $(UPPDIR1)Core/Ptr.cpp \ $(UPPDIR1)Core/Parser.h \ $(UPPDIR1)Core/Path.h \ $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.cpp \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -52969,8 +56746,6 @@ $(OutDir_Core)Ptr.o: $(UPPDIR1)Core/Ptr.cpp \ $(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 @@ -53031,8 +56806,6 @@ $(OutDir_Core)z.o: $(UPPDIR1)Core/z.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -53057,13 +56830,13 @@ $(OutDir_Core)z.o: $(UPPDIR1)Core/z.cpp \ $(UPPDIR1)Core/XML.h \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.cpp \ $(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 +$(OutDir_Core)lz4.o: $(UPPDIR1)Core/lib/lz4.c \ + $(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 \ @@ -53122,8 +56895,6 @@ $(OutDir_Core)Topic.o: $(UPPDIR1)Core/Topic.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -53131,6 +56902,7 @@ $(OutDir_Core)Topic.o: $(UPPDIR1)Core/Topic.cpp \ $(UPPDIR1)Core/String.h \ $(UPPDIR1)Core/t_.h \ $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.cpp \ $(UPPDIR1)Core/Topic.h \ $(UPPDIR1)Core/Topt.h \ $(UPPDIR1)Core/Tuple.h \ @@ -53149,8 +56921,6 @@ $(OutDir_Core)Topic.o: $(UPPDIR1)Core/Topic.cpp \ $(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 @@ -53174,6 +56944,7 @@ $(OutDir_Core)CoWork.o: $(UPPDIR1)Core/CoWork.cpp \ $(UPPDIR1)Core/Convert.hpp \ $(UPPDIR1)Core/Core.h \ $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.cpp \ $(UPPDIR1)Core/CoWork.h \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ @@ -53210,8 +56981,6 @@ $(OutDir_Core)CoWork.o: $(UPPDIR1)Core/CoWork.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -53237,8 +57006,6 @@ $(OutDir_Core)CoWork.o: $(UPPDIR1)Core/CoWork.cpp \ $(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 @@ -53298,8 +57065,6 @@ $(OutDir_Core)ValueCache.o: $(UPPDIR1)Core/ValueCache.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -53315,6 +57080,7 @@ $(OutDir_Core)ValueCache.o: $(UPPDIR1)Core/ValueCache.cpp \ $(UPPDIR1)Core/Uuid.h \ $(UPPDIR1)Core/Value.h \ $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.cpp \ $(UPPDIR1)Core/ValueCache.h \ $(UPPDIR1)Core/ValueUtil.h \ $(UPPDIR1)Core/ValueUtil.hpp \ @@ -53325,8 +57091,6 @@ $(OutDir_Core)ValueCache.o: $(UPPDIR1)Core/ValueCache.cpp \ $(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 @@ -53375,6 +57139,7 @@ $(OutDir_Core)MD5.o: $(UPPDIR1)Core/MD5.cpp \ $(UPPDIR1)Core/LocalProcess.h \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/MD5.cpp \ $(UPPDIR1)Core/Mem.h \ $(UPPDIR1)Core/Mt.h \ $(UPPDIR1)Core/Obsolete.h \ @@ -53386,8 +57151,6 @@ $(OutDir_Core)MD5.o: $(UPPDIR1)Core/MD5.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -53413,8 +57176,6 @@ $(OutDir_Core)MD5.o: $(UPPDIR1)Core/MD5.cpp \ $(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 @@ -53474,8 +57235,7 @@ $(OutDir_Core)SHA1.o: $(UPPDIR1)Core/SHA1.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/SHA1.cpp \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -53501,8 +57261,6 @@ $(OutDir_Core)SHA1.o: $(UPPDIR1)Core/SHA1.cpp \ $(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 @@ -53562,8 +57320,7 @@ $(OutDir_Core)SHA256.o: $(UPPDIR1)Core/SHA256.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/SHA256.cpp \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -53589,12 +57346,11 @@ $(OutDir_Core)SHA256.o: $(UPPDIR1)Core/SHA256.cpp \ $(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.c \ $(UPPDIR1)Core/lib/xxhash.h $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/lib/xxhash.c -o $(OutDir_Core)xxhash.o @@ -53655,8 +57411,6 @@ $(OutDir_Core)xxHsh.o: $(UPPDIR1)Core/xxHsh.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -53681,9 +57435,8 @@ $(OutDir_Core)xxHsh.o: $(UPPDIR1)Core/xxHsh.cpp \ $(UPPDIR1)Core/XML.h \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/xxHsh.cpp \ $(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 @@ -53723,6 +57476,7 @@ $(OutDir_Core)InetUtil.o: $(UPPDIR1)Core/InetUtil.cpp \ $(UPPDIR1)Core/Index.h \ $(UPPDIR1)Core/Index.hpp \ $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InetUtil.cpp \ $(UPPDIR1)Core/InMap.hpp \ $(UPPDIR1)Core/InVector.h \ $(UPPDIR1)Core/InVector.hpp \ @@ -53743,8 +57497,6 @@ $(OutDir_Core)InetUtil.o: $(UPPDIR1)Core/InetUtil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -53770,8 +57522,6 @@ $(OutDir_Core)InetUtil.o: $(UPPDIR1)Core/InetUtil.cpp \ $(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 @@ -53821,6 +57571,7 @@ $(OutDir_Core)MIME.o: $(UPPDIR1)Core/MIME.cpp \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/MIME.cpp \ $(UPPDIR1)Core/Mt.h \ $(UPPDIR1)Core/Obsolete.h \ $(UPPDIR1)Core/Ops.h \ @@ -53831,8 +57582,6 @@ $(OutDir_Core)MIME.o: $(UPPDIR1)Core/MIME.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -53858,8 +57607,6 @@ $(OutDir_Core)MIME.o: $(UPPDIR1)Core/MIME.cpp \ $(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 @@ -53919,8 +57666,7 @@ $(OutDir_Core)Socket.o: $(UPPDIR1)Core/Socket.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Socket.cpp \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -53946,8 +57692,6 @@ $(OutDir_Core)Socket.o: $(UPPDIR1)Core/Socket.cpp \ $(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 @@ -53982,6 +57726,7 @@ $(OutDir_Core)Http.o: $(UPPDIR1)Core/Http.cpp \ $(UPPDIR1)Core/Gtypes.h \ $(UPPDIR1)Core/Hash.h \ $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Http.cpp \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ $(UPPDIR1)Core/Index.h \ @@ -54007,8 +57752,6 @@ $(OutDir_Core)Http.o: $(UPPDIR1)Core/Http.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -54034,8 +57777,6 @@ $(OutDir_Core)Http.o: $(UPPDIR1)Core/Http.cpp \ $(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 @@ -54095,8 +57836,6 @@ $(OutDir_Core)WebSocket.o: $(UPPDIR1)Core/WebSocket.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -54117,13 +57856,12 @@ $(OutDir_Core)WebSocket.o: $(UPPDIR1)Core/WebSocket.cpp \ $(UPPDIR1)Core/ValueUtil.hpp \ $(UPPDIR1)Core/Vcont.h \ $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/WebSocket.cpp \ $(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 @@ -54150,6 +57888,7 @@ $(OutDir_Core)Dli.o: $(UPPDIR1)Core/Dli.cpp \ $(UPPDIR1)Core/CoWork.h \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/Dli.cpp \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ $(UPPDIR1)Core/Fn.h \ @@ -54183,8 +57922,6 @@ $(OutDir_Core)Dli.o: $(UPPDIR1)Core/Dli.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -54210,8 +57947,6 @@ $(OutDir_Core)Dli.o: $(UPPDIR1)Core/Dli.cpp \ $(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 @@ -54271,8 +58006,6 @@ $(OutDir_Core)Win32Util.o: $(UPPDIR1)Core/Win32Util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -54293,13 +58026,12 @@ $(OutDir_Core)Win32Util.o: $(UPPDIR1)Core/Win32Util.cpp \ $(UPPDIR1)Core/ValueUtil.hpp \ $(UPPDIR1)Core/Vcont.h \ $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.cpp \ $(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 @@ -54509,8 +58241,6 @@ $(OutDir_plugin_lzma)lzma.o: $(UPPDIR1)plugin/lzma/lzma.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -54537,16 +58267,17 @@ $(OutDir_plugin_lzma)lzma.o: $(UPPDIR1)plugin/lzma/lzma.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)plugin/lzma/lib/7zTypes.h \ + $(UPPDIR1)plugin/lzma/lib/LzmaDec.h \ $(UPPDIR1)plugin/lzma/lib/LzmaEnc.h \ + $(UPPDIR1)plugin/lzma/lzma.cpp \ $(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.c \ $(UPPDIR1)plugin/lzma/lib/LzFind.h \ $(UPPDIR1)plugin/lzma/lib/LzHash.h \ $(UPPDIR1)plugin/lzma/lib/Precomp.h @@ -54555,6 +58286,7 @@ $(OutDir_plugin_lzma)LzFind.o: $(UPPDIR1)plugin/lzma/lib/LzFind.c \ $(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.c \ $(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 @@ -54563,6 +58295,7 @@ $(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.c \ $(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 @@ -54638,8 +58371,6 @@ $(OutDir_plugin_lz4)Compress.o: $(UPPDIR1)plugin/lz4/Compress.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -54665,9 +58396,8 @@ $(OutDir_plugin_lz4)Compress.o: $(UPPDIR1)plugin/lz4/Compress.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/lz4/Compress.cpp \ $(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 @@ -54728,8 +58458,6 @@ $(OutDir_plugin_lz4)Decompress.o: $(UPPDIR1)plugin/lz4/Decompress.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -54755,9 +58483,8 @@ $(OutDir_plugin_lz4)Decompress.o: $(UPPDIR1)plugin/lz4/Decompress.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/lz4/Decompress.cpp \ $(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 @@ -54818,8 +58545,6 @@ $(OutDir_plugin_lz4)util.o: $(UPPDIR1)plugin/lz4/util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -54846,8 +58571,7 @@ $(OutDir_plugin_lz4)util.o: $(UPPDIR1)plugin/lz4/util.cpp \ $(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)plugin/lz4/util.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_lz4) $(UPPDIR1)plugin/lz4/util.cpp -o $(OutDir_plugin_lz4)util.o @@ -54919,8 +58643,6 @@ $(OutDir_plugin_zstd)Compress.o: $(UPPDIR1)plugin/zstd/Compress.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -54946,8 +58668,7 @@ $(OutDir_plugin_zstd)Compress.o: $(UPPDIR1)plugin/zstd/Compress.cpp \ $(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/Compress.cpp \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)uppconfig.h @@ -55009,8 +58730,6 @@ $(OutDir_plugin_zstd)Decompress.o: $(UPPDIR1)plugin/zstd/Decompress.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -55036,8 +58755,7 @@ $(OutDir_plugin_zstd)Decompress.o: $(UPPDIR1)plugin/zstd/Decompress.cpp \ $(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/Decompress.cpp \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)uppconfig.h @@ -55099,8 +58817,6 @@ $(OutDir_plugin_zstd)Util.o: $(UPPDIR1)plugin/zstd/Util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -55126,9 +58842,8 @@ $(OutDir_plugin_zstd)Util.o: $(UPPDIR1)plugin/zstd/Util.cpp \ $(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/Util.cpp \ $(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 @@ -55139,12 +58854,13 @@ $(OutDir_plugin_zstd)huf_decompress.o: $(UPPDIR1)plugin/zstd/lib/huf_decompress. $(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/huf_decompress.c \ $(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 \ @@ -55152,9 +58868,9 @@ $(OutDir_plugin_zstd)zstd_ddict.o: $(UPPDIR1)plugin/zstd/lib/zstd_ddict.c \ $(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.c \ $(UPPDIR1)plugin/zstd/lib/zstd_ddict.h \ $(UPPDIR1)plugin/zstd/lib/zstd_decompress_internal.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ @@ -55162,26 +58878,10 @@ $(OutDir_plugin_zstd)zstd_ddict.o: $(UPPDIR1)plugin/zstd/lib/zstd_ddict.c \ $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_decompress.c $(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 \ @@ -55189,10 +58889,10 @@ $(OutDir_plugin_zstd)zstd_decompress_block.o: $(UPPDIR1)plugin/zstd/lib/zstd_dec $(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.c \ $(UPPDIR1)plugin/zstd/lib/zstd_decompress_block.h \ $(UPPDIR1)plugin/zstd/lib/zstd_decompress_internal.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ @@ -55200,7 +58900,10 @@ $(OutDir_plugin_zstd)zstd_decompress_block.o: $(UPPDIR1)plugin/zstd/lib/zstd_dec $(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/entropy_common.c \ $(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/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 @@ -55210,6 +58913,8 @@ $(OutDir_plugin_zstd)fse_compress.o: $(UPPDIR1)plugin/zstd/lib/fse_compress.c \ $(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/fse_compress.c \ $(UPPDIR1)plugin/zstd/lib/hist.h \ $(UPPDIR1)plugin/zstd/lib/mem.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h @@ -55220,6 +58925,8 @@ $(OutDir_plugin_zstd)fse_decompress.o: $(UPPDIR1)plugin/zstd/lib/fse_decompress. $(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/fse_decompress.c \ $(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 @@ -55229,28 +58936,29 @@ $(OutDir_plugin_zstd)huf_compress.o: $(UPPDIR1)plugin/zstd/lib/huf_compress.c \ $(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/huf_compress.c \ $(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_common.c \ $(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 \ @@ -55259,9 +58967,9 @@ $(OutDir_plugin_zstd)zstd_compress.o: $(UPPDIR1)plugin/zstd/lib/zstd_compress.c $(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.c \ $(UPPDIR1)plugin/zstd/lib/zstd_compress_internal.h \ $(UPPDIR1)plugin/zstd/lib/zstd_compress_literals.h \ $(UPPDIR1)plugin/zstd/lib/zstd_compress_sequences.h \ @@ -55273,12 +58981,10 @@ $(OutDir_plugin_zstd)zstd_compress.o: $(UPPDIR1)plugin/zstd/lib/zstd_compress.c $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_opt.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 \ @@ -55286,19 +58992,17 @@ $(OutDir_plugin_zstd)zstd_opt.o: $(UPPDIR1)plugin/zstd/lib/zstd_opt.c \ $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_opt.c \ + $(UPPDIR1)plugin/zstd/lib/zstd_opt.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 \ @@ -55307,7 +59011,6 @@ $(OutDir_plugin_zstd)zstdmt_compress.o: $(UPPDIR1)plugin/zstd/lib/zstdmt_compres $(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 \ @@ -55315,37 +59018,34 @@ $(OutDir_plugin_zstd)zstdmt_compress.o: $(UPPDIR1)plugin/zstd/lib/zstdmt_compres $(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.c \ $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_lazy.c \ + $(UPPDIR1)plugin/zstd/lib/zstd_lazy.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 \ @@ -55354,30 +59054,29 @@ $(OutDir_plugin_zstd)zstd_ldm.o: $(UPPDIR1)plugin/zstd/lib/zstd_ldm.c \ $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_ldm.c \ + $(UPPDIR1)plugin/zstd/lib/zstd_ldm.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.c \ $(UPPDIR1)plugin/zstd/lib/zstd_fast.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstdmt_compress.h + $(UPPDIR1)plugin/zstd/lib/zstd_internal.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.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 @@ -55385,22 +59084,21 @@ $(OutDir_plugin_zstd)error_private.o: $(UPPDIR1)plugin/zstd/lib/error_private.c $(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.c \ $(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.c \ $(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 \ @@ -55408,26 +59106,23 @@ $(OutDir_plugin_zstd)pool.o: $(UPPDIR1)plugin/zstd/lib/pool.c \ $(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.c \ $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_internal.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 \ @@ -55435,52 +59130,48 @@ $(OutDir_plugin_zstd)zstd_compress_superblock.o: $(UPPDIR1)plugin/zstd/lib/zstd_ $(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.c \ $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_internal.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.c \ $(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.c \ $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_internal.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: \ @@ -55596,8 +59287,6 @@ $(OutDir_RichEdit)Ruler.o: $(UPPDIR1)RichEdit/Ruler.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -55623,17 +59312,27 @@ $(OutDir_RichEdit)Ruler.o: $(UPPDIR1)RichEdit/Ruler.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -55662,6 +59361,7 @@ $(OutDir_RichEdit)Ruler.o: $(UPPDIR1)RichEdit/Ruler.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -55678,15 +59378,19 @@ $(OutDir_RichEdit)Ruler.o: $(UPPDIR1)RichEdit/Ruler.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ + $(UPPDIR1)RichEdit/Ruler.cpp \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -55746,8 +59450,6 @@ $(OutDir_RichEdit)UnitEdit.o: $(UPPDIR1)RichEdit/UnitEdit.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -55773,17 +59475,27 @@ $(OutDir_RichEdit)UnitEdit.o: $(UPPDIR1)RichEdit/UnitEdit.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -55812,6 +59524,7 @@ $(OutDir_RichEdit)UnitEdit.o: $(UPPDIR1)RichEdit/UnitEdit.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -55827,15 +59540,19 @@ $(OutDir_RichEdit)UnitEdit.o: $(UPPDIR1)RichEdit/UnitEdit.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ + $(UPPDIR1)RichEdit/UnitEdit.cpp \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -55895,8 +59612,6 @@ $(OutDir_RichEdit)Editor.o: $(UPPDIR1)RichEdit/Editor.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -55923,17 +59638,27 @@ $(OutDir_RichEdit)Editor.o: $(UPPDIR1)RichEdit/Editor.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -55962,6 +59687,7 @@ $(OutDir_RichEdit)Editor.o: $(UPPDIR1)RichEdit/Editor.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -55977,15 +59703,19 @@ $(OutDir_RichEdit)Editor.o: $(UPPDIR1)RichEdit/Editor.cpp \ $(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/Editor.cpp \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -56045,8 +59775,6 @@ $(OutDir_RichEdit)Speller.o: $(UPPDIR1)RichEdit/Speller.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -56072,17 +59800,27 @@ $(OutDir_RichEdit)Speller.o: $(UPPDIR1)RichEdit/Speller.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -56111,6 +59849,7 @@ $(OutDir_RichEdit)Speller.o: $(UPPDIR1)RichEdit/Speller.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -56126,15 +59865,19 @@ $(OutDir_RichEdit)Speller.o: $(UPPDIR1)RichEdit/Speller.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ + $(UPPDIR1)RichEdit/Speller.cpp \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -56194,8 +59937,6 @@ $(OutDir_RichEdit)Kbd.o: $(UPPDIR1)RichEdit/Kbd.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -56221,17 +59962,27 @@ $(OutDir_RichEdit)Kbd.o: $(UPPDIR1)RichEdit/Kbd.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -56260,6 +60011,7 @@ $(OutDir_RichEdit)Kbd.o: $(UPPDIR1)RichEdit/Kbd.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -56275,15 +60027,19 @@ $(OutDir_RichEdit)Kbd.o: $(UPPDIR1)RichEdit/Kbd.cpp \ $(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/Kbd.cpp \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -56343,8 +60099,6 @@ $(OutDir_RichEdit)Mouse.o: $(UPPDIR1)RichEdit/Mouse.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -56370,17 +60124,27 @@ $(OutDir_RichEdit)Mouse.o: $(UPPDIR1)RichEdit/Mouse.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -56409,6 +60173,7 @@ $(OutDir_RichEdit)Mouse.o: $(UPPDIR1)RichEdit/Mouse.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -56424,15 +60189,19 @@ $(OutDir_RichEdit)Mouse.o: $(UPPDIR1)RichEdit/Mouse.cpp \ $(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/Mouse.cpp \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -56492,8 +60261,6 @@ $(OutDir_RichEdit)Cursor.o: $(UPPDIR1)RichEdit/Cursor.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -56519,17 +60286,27 @@ $(OutDir_RichEdit)Cursor.o: $(UPPDIR1)RichEdit/Cursor.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -56558,6 +60335,7 @@ $(OutDir_RichEdit)Cursor.o: $(UPPDIR1)RichEdit/Cursor.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -56573,15 +60351,19 @@ $(OutDir_RichEdit)Cursor.o: $(UPPDIR1)RichEdit/Cursor.cpp \ $(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/Cursor.cpp \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -56641,8 +60423,6 @@ $(OutDir_RichEdit)Undo.o: $(UPPDIR1)RichEdit/Undo.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -56668,17 +60448,27 @@ $(OutDir_RichEdit)Undo.o: $(UPPDIR1)RichEdit/Undo.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -56707,6 +60497,7 @@ $(OutDir_RichEdit)Undo.o: $(UPPDIR1)RichEdit/Undo.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -56722,15 +60513,19 @@ $(OutDir_RichEdit)Undo.o: $(UPPDIR1)RichEdit/Undo.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ + $(UPPDIR1)RichEdit/Undo.cpp \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -56790,8 +60585,6 @@ $(OutDir_RichEdit)Modify.o: $(UPPDIR1)RichEdit/Modify.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -56817,17 +60610,27 @@ $(OutDir_RichEdit)Modify.o: $(UPPDIR1)RichEdit/Modify.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -56856,6 +60659,7 @@ $(OutDir_RichEdit)Modify.o: $(UPPDIR1)RichEdit/Modify.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -56871,15 +60675,19 @@ $(OutDir_RichEdit)Modify.o: $(UPPDIR1)RichEdit/Modify.cpp \ $(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/Modify.cpp \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -56939,8 +60747,6 @@ $(OutDir_RichEdit)Formating.o: $(UPPDIR1)RichEdit/Formating.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -56966,17 +60772,27 @@ $(OutDir_RichEdit)Formating.o: $(UPPDIR1)RichEdit/Formating.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -57005,6 +60821,7 @@ $(OutDir_RichEdit)Formating.o: $(UPPDIR1)RichEdit/Formating.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -57020,15 +60837,19 @@ $(OutDir_RichEdit)Formating.o: $(UPPDIR1)RichEdit/Formating.cpp \ $(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/Formating.cpp \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -57088,8 +60909,6 @@ $(OutDir_RichEdit)FormatDlg.o: $(UPPDIR1)RichEdit/FormatDlg.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -57115,17 +60934,27 @@ $(OutDir_RichEdit)FormatDlg.o: $(UPPDIR1)RichEdit/FormatDlg.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -57154,6 +60983,7 @@ $(OutDir_RichEdit)FormatDlg.o: $(UPPDIR1)RichEdit/FormatDlg.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -57169,15 +60999,19 @@ $(OutDir_RichEdit)FormatDlg.o: $(UPPDIR1)RichEdit/FormatDlg.cpp \ $(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/FormatDlg.cpp \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -57237,8 +61071,6 @@ $(OutDir_RichEdit)ParaFormat.o: $(UPPDIR1)RichEdit/ParaFormat.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -57264,17 +61096,27 @@ $(OutDir_RichEdit)ParaFormat.o: $(UPPDIR1)RichEdit/ParaFormat.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -57303,6 +61145,7 @@ $(OutDir_RichEdit)ParaFormat.o: $(UPPDIR1)RichEdit/ParaFormat.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -57318,15 +61161,19 @@ $(OutDir_RichEdit)ParaFormat.o: $(UPPDIR1)RichEdit/ParaFormat.cpp \ $(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/ParaFormat.cpp \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -57386,8 +61233,6 @@ $(OutDir_RichEdit)TableUndo.o: $(UPPDIR1)RichEdit/TableUndo.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -57413,17 +61258,27 @@ $(OutDir_RichEdit)TableUndo.o: $(UPPDIR1)RichEdit/TableUndo.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -57452,6 +61307,7 @@ $(OutDir_RichEdit)TableUndo.o: $(UPPDIR1)RichEdit/TableUndo.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -57467,15 +61323,19 @@ $(OutDir_RichEdit)TableUndo.o: $(UPPDIR1)RichEdit/TableUndo.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ + $(UPPDIR1)RichEdit/TableUndo.cpp \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -57535,8 +61395,6 @@ $(OutDir_RichEdit)Table.o: $(UPPDIR1)RichEdit/Table.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -57562,17 +61420,27 @@ $(OutDir_RichEdit)Table.o: $(UPPDIR1)RichEdit/Table.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -57601,6 +61469,7 @@ $(OutDir_RichEdit)Table.o: $(UPPDIR1)RichEdit/Table.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -57616,15 +61485,19 @@ $(OutDir_RichEdit)Table.o: $(UPPDIR1)RichEdit/Table.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ + $(UPPDIR1)RichEdit/Table.cpp \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -57684,8 +61557,6 @@ $(OutDir_RichEdit)Find.o: $(UPPDIR1)RichEdit/Find.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -57711,17 +61582,27 @@ $(OutDir_RichEdit)Find.o: $(UPPDIR1)RichEdit/Find.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -57750,6 +61631,7 @@ $(OutDir_RichEdit)Find.o: $(UPPDIR1)RichEdit/Find.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -57765,15 +61647,19 @@ $(OutDir_RichEdit)Find.o: $(UPPDIR1)RichEdit/Find.cpp \ $(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/Find.cpp \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -57833,8 +61719,6 @@ $(OutDir_RichEdit)Tool.o: $(UPPDIR1)RichEdit/Tool.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -57860,17 +61744,27 @@ $(OutDir_RichEdit)Tool.o: $(UPPDIR1)RichEdit/Tool.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -57899,6 +61793,7 @@ $(OutDir_RichEdit)Tool.o: $(UPPDIR1)RichEdit/Tool.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -57914,15 +61809,19 @@ $(OutDir_RichEdit)Tool.o: $(UPPDIR1)RichEdit/Tool.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ + $(UPPDIR1)RichEdit/Tool.cpp \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -57982,8 +61881,6 @@ $(OutDir_RichEdit)Clip.o: $(UPPDIR1)RichEdit/Clip.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -58009,17 +61906,27 @@ $(OutDir_RichEdit)Clip.o: $(UPPDIR1)RichEdit/Clip.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -58048,6 +61955,7 @@ $(OutDir_RichEdit)Clip.o: $(UPPDIR1)RichEdit/Clip.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -58063,15 +61971,19 @@ $(OutDir_RichEdit)Clip.o: $(UPPDIR1)RichEdit/Clip.cpp \ $(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/Clip.cpp \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -58131,8 +62043,6 @@ $(OutDir_RichEdit)StyleKeys.o: $(UPPDIR1)RichEdit/StyleKeys.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -58158,17 +62068,27 @@ $(OutDir_RichEdit)StyleKeys.o: $(UPPDIR1)RichEdit/StyleKeys.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -58197,6 +62117,7 @@ $(OutDir_RichEdit)StyleKeys.o: $(UPPDIR1)RichEdit/StyleKeys.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -58212,15 +62133,19 @@ $(OutDir_RichEdit)StyleKeys.o: $(UPPDIR1)RichEdit/StyleKeys.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ + $(UPPDIR1)RichEdit/StyleKeys.cpp \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -58280,8 +62205,6 @@ $(OutDir_RichEdit)HeaderFooter.o: $(UPPDIR1)RichEdit/HeaderFooter.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -58307,17 +62230,27 @@ $(OutDir_RichEdit)HeaderFooter.o: $(UPPDIR1)RichEdit/HeaderFooter.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -58346,6 +62279,7 @@ $(OutDir_RichEdit)HeaderFooter.o: $(UPPDIR1)RichEdit/HeaderFooter.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -58361,15 +62295,19 @@ $(OutDir_RichEdit)HeaderFooter.o: $(UPPDIR1)RichEdit/HeaderFooter.cpp \ $(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/HeaderFooter.cpp \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichEdit) $(UPPDIR1)RichEdit/HeaderFooter.cpp -o $(OutDir_RichEdit)HeaderFooter.o $(OutDir_RichEdit)RichEdit.a: \ @@ -58473,8 +62411,6 @@ $(OutDir_IconDes)IconDraw.o: $(UPPDIR1)IconDes/IconDraw.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -58500,17 +62436,27 @@ $(OutDir_IconDes)IconDraw.o: $(UPPDIR1)IconDes/IconDraw.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -58540,6 +62486,7 @@ $(OutDir_IconDes)IconDraw.o: $(UPPDIR1)IconDes/IconDraw.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -58549,6 +62496,9 @@ $(OutDir_IconDes)IconDraw.o: $(UPPDIR1)IconDes/IconDraw.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ + $(UPPDIR1)IconDes/IconDraw.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -58557,15 +62507,18 @@ $(OutDir_IconDes)IconDraw.o: $(UPPDIR1)IconDes/IconDraw.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -58625,8 +62578,6 @@ $(OutDir_IconDes)AlphaCtrl.o: $(UPPDIR1)IconDes/AlphaCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -58652,17 +62603,27 @@ $(OutDir_IconDes)AlphaCtrl.o: $(UPPDIR1)IconDes/AlphaCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -58692,6 +62653,7 @@ $(OutDir_IconDes)AlphaCtrl.o: $(UPPDIR1)IconDes/AlphaCtrl.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -58700,7 +62662,10 @@ $(OutDir_IconDes)AlphaCtrl.o: $(UPPDIR1)IconDes/AlphaCtrl.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/AlphaCtrl.cpp \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -58709,15 +62674,18 @@ $(OutDir_IconDes)AlphaCtrl.o: $(UPPDIR1)IconDes/AlphaCtrl.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -58777,8 +62745,6 @@ $(OutDir_IconDes)RGBACtrl.o: $(UPPDIR1)IconDes/RGBACtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -58804,17 +62770,27 @@ $(OutDir_IconDes)RGBACtrl.o: $(UPPDIR1)IconDes/RGBACtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -58844,6 +62820,7 @@ $(OutDir_IconDes)RGBACtrl.o: $(UPPDIR1)IconDes/RGBACtrl.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -58853,6 +62830,9 @@ $(OutDir_IconDes)RGBACtrl.o: $(UPPDIR1)IconDes/RGBACtrl.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ + $(UPPDIR1)IconDes/RGBACtrl.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -58861,15 +62841,18 @@ $(OutDir_IconDes)RGBACtrl.o: $(UPPDIR1)IconDes/RGBACtrl.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -58929,8 +62912,6 @@ $(OutDir_IconDes)ImageOp.o: $(UPPDIR1)IconDes/ImageOp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -58956,17 +62937,27 @@ $(OutDir_IconDes)ImageOp.o: $(UPPDIR1)IconDes/ImageOp.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -58996,6 +62987,7 @@ $(OutDir_IconDes)ImageOp.o: $(UPPDIR1)IconDes/ImageOp.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -59005,6 +62997,9 @@ $(OutDir_IconDes)ImageOp.o: $(UPPDIR1)IconDes/ImageOp.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ + $(UPPDIR1)IconDes/ImageOp.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -59013,15 +63008,18 @@ $(OutDir_IconDes)ImageOp.o: $(UPPDIR1)IconDes/ImageOp.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -59081,8 +63079,6 @@ $(OutDir_IconDes)Paint.o: $(UPPDIR1)IconDes/Paint.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -59108,17 +63104,27 @@ $(OutDir_IconDes)Paint.o: $(UPPDIR1)IconDes/Paint.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -59148,6 +63154,7 @@ $(OutDir_IconDes)Paint.o: $(UPPDIR1)IconDes/Paint.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -59158,6 +63165,9 @@ $(OutDir_IconDes)Paint.o: $(UPPDIR1)IconDes/Paint.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ + $(UPPDIR1)IconDes/Paint.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -59166,15 +63176,18 @@ $(OutDir_IconDes)Paint.o: $(UPPDIR1)IconDes/Paint.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -59234,8 +63247,6 @@ $(OutDir_IconDes)Event.o: $(UPPDIR1)IconDes/Event.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -59261,17 +63272,27 @@ $(OutDir_IconDes)Event.o: $(UPPDIR1)IconDes/Event.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -59301,6 +63322,7 @@ $(OutDir_IconDes)Event.o: $(UPPDIR1)IconDes/Event.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -59309,7 +63331,10 @@ $(OutDir_IconDes)Event.o: $(UPPDIR1)IconDes/Event.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/Event.cpp \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -59318,15 +63343,18 @@ $(OutDir_IconDes)Event.o: $(UPPDIR1)IconDes/Event.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -59386,8 +63414,6 @@ $(OutDir_IconDes)Fast.o: $(UPPDIR1)IconDes/Fast.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -59413,17 +63439,27 @@ $(OutDir_IconDes)Fast.o: $(UPPDIR1)IconDes/Fast.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -59453,6 +63489,7 @@ $(OutDir_IconDes)Fast.o: $(UPPDIR1)IconDes/Fast.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -59461,7 +63498,10 @@ $(OutDir_IconDes)Fast.o: $(UPPDIR1)IconDes/Fast.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/Fast.cpp \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -59470,15 +63510,18 @@ $(OutDir_IconDes)Fast.o: $(UPPDIR1)IconDes/Fast.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -59538,8 +63581,6 @@ $(OutDir_IconDes)IconDes.o: $(UPPDIR1)IconDes/IconDes.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -59565,17 +63606,27 @@ $(OutDir_IconDes)IconDes.o: $(UPPDIR1)IconDes/IconDes.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -59605,6 +63656,7 @@ $(OutDir_IconDes)IconDes.o: $(UPPDIR1)IconDes/IconDes.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -59613,7 +63665,10 @@ $(OutDir_IconDes)IconDes.o: $(UPPDIR1)IconDes/IconDes.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/IconDes.cpp \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -59622,15 +63677,18 @@ $(OutDir_IconDes)IconDes.o: $(UPPDIR1)IconDes/IconDes.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -59690,8 +63748,6 @@ $(OutDir_IconDes)List.o: $(UPPDIR1)IconDes/List.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -59717,17 +63773,27 @@ $(OutDir_IconDes)List.o: $(UPPDIR1)IconDes/List.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -59757,6 +63823,7 @@ $(OutDir_IconDes)List.o: $(UPPDIR1)IconDes/List.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -59766,6 +63833,9 @@ $(OutDir_IconDes)List.o: $(UPPDIR1)IconDes/List.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ + $(UPPDIR1)IconDes/List.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -59774,15 +63844,18 @@ $(OutDir_IconDes)List.o: $(UPPDIR1)IconDes/List.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -59842,8 +63915,6 @@ $(OutDir_IconDes)Image.o: $(UPPDIR1)IconDes/Image.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -59869,17 +63940,27 @@ $(OutDir_IconDes)Image.o: $(UPPDIR1)IconDes/Image.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -59909,6 +63990,7 @@ $(OutDir_IconDes)Image.o: $(UPPDIR1)IconDes/Image.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -59918,6 +64000,9 @@ $(OutDir_IconDes)Image.o: $(UPPDIR1)IconDes/Image.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ + $(UPPDIR1)IconDes/Image.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -59926,15 +64011,18 @@ $(OutDir_IconDes)Image.o: $(UPPDIR1)IconDes/Image.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -59994,8 +64082,6 @@ $(OutDir_IconDes)Smoothen.o: $(UPPDIR1)IconDes/Smoothen.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -60021,17 +64107,27 @@ $(OutDir_IconDes)Smoothen.o: $(UPPDIR1)IconDes/Smoothen.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -60061,6 +64157,7 @@ $(OutDir_IconDes)Smoothen.o: $(UPPDIR1)IconDes/Smoothen.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -60070,6 +64167,9 @@ $(OutDir_IconDes)Smoothen.o: $(UPPDIR1)IconDes/Smoothen.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ + $(UPPDIR1)IconDes/Smoothen.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -60078,15 +64178,18 @@ $(OutDir_IconDes)Smoothen.o: $(UPPDIR1)IconDes/Smoothen.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -60146,8 +64249,6 @@ $(OutDir_IconDes)Text.o: $(UPPDIR1)IconDes/Text.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -60173,17 +64274,27 @@ $(OutDir_IconDes)Text.o: $(UPPDIR1)IconDes/Text.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -60213,6 +64324,7 @@ $(OutDir_IconDes)Text.o: $(UPPDIR1)IconDes/Text.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -60222,6 +64334,9 @@ $(OutDir_IconDes)Text.o: $(UPPDIR1)IconDes/Text.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ + $(UPPDIR1)IconDes/Text.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -60230,15 +64345,18 @@ $(OutDir_IconDes)Text.o: $(UPPDIR1)IconDes/Text.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -60298,8 +64416,6 @@ $(OutDir_IconDes)Bar.o: $(UPPDIR1)IconDes/Bar.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -60325,18 +64441,27 @@ $(OutDir_IconDes)Bar.o: $(UPPDIR1)IconDes/Bar.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.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/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -60367,6 +64492,7 @@ $(OutDir_IconDes)Bar.o: $(UPPDIR1)IconDes/Bar.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -60375,7 +64501,10 @@ $(OutDir_IconDes)Bar.o: $(UPPDIR1)IconDes/Bar.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/Bar.cpp \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -60384,15 +64513,18 @@ $(OutDir_IconDes)Bar.o: $(UPPDIR1)IconDes/Bar.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -60452,8 +64584,6 @@ $(OutDir_IconDes)EditPos.o: $(UPPDIR1)IconDes/EditPos.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -60479,17 +64609,27 @@ $(OutDir_IconDes)EditPos.o: $(UPPDIR1)IconDes/EditPos.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -60519,6 +64659,7 @@ $(OutDir_IconDes)EditPos.o: $(UPPDIR1)IconDes/EditPos.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -60527,7 +64668,10 @@ $(OutDir_IconDes)EditPos.o: $(UPPDIR1)IconDes/EditPos.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ + $(UPPDIR1)IconDes/EditPos.cpp \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -60536,15 +64680,18 @@ $(OutDir_IconDes)EditPos.o: $(UPPDIR1)IconDes/EditPos.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -60604,8 +64751,6 @@ $(OutDir_IconDes)ImlFile.o: $(UPPDIR1)IconDes/ImlFile.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -60631,17 +64776,27 @@ $(OutDir_IconDes)ImlFile.o: $(UPPDIR1)IconDes/ImlFile.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)CtrlLib/AKeys.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -60671,6 +64826,7 @@ $(OutDir_IconDes)ImlFile.o: $(UPPDIR1)IconDes/ImlFile.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -60680,6 +64836,9 @@ $(OutDir_IconDes)ImlFile.o: $(UPPDIR1)IconDes/ImlFile.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)IconDes/IconDes.h \ + $(UPPDIR1)IconDes/IconDes.iml \ + $(UPPDIR1)IconDes/IconDes.lay \ + $(UPPDIR1)IconDes/ImlFile.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ @@ -60688,15 +64847,18 @@ $(OutDir_IconDes)ImlFile.o: $(UPPDIR1)IconDes/ImlFile.cpp \ $(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)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_IconDes) $(UPPDIR1)IconDes/ImlFile.cpp -o $(OutDir_IconDes)ImlFile.o $(OutDir_IconDes)IconDes.a: \ @@ -60791,8 +64953,6 @@ $(OutDir_plugin_gif)gifupp.o: $(UPPDIR1)plugin/gif/gifupp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -60822,6 +64982,7 @@ $(OutDir_plugin_gif)gifupp.o: $(UPPDIR1)plugin/gif/gifupp.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -60830,8 +64991,7 @@ $(OutDir_plugin_gif)gifupp.o: $(UPPDIR1)plugin/gif/gifupp.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/gif/gif.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/gif/gifupp.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_gif) $(UPPDIR1)plugin/gif/gifupp.cpp -o $(OutDir_plugin_gif)gifupp.o @@ -60891,8 +65051,6 @@ $(OutDir_plugin_gif)gif.o: $(UPPDIR1)plugin/gif/gif.icpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -60922,6 +65080,7 @@ $(OutDir_plugin_gif)gif.o: $(UPPDIR1)plugin/gif/gif.icpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -60930,8 +65089,7 @@ $(OutDir_plugin_gif)gif.o: $(UPPDIR1)plugin/gif/gif.icpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/gif/gif.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/gif/gif.icpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_gif) $(UPPDIR1)plugin/gif/gif.icpp -o $(OutDir_plugin_gif)gif.o @@ -60999,8 +65157,6 @@ $(OutDir_plugin_jpg)jpgupp.o: $(UPPDIR1)plugin/jpg/jpgupp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -61030,6 +65186,7 @@ $(OutDir_plugin_jpg)jpgupp.o: $(UPPDIR1)plugin/jpg/jpgupp.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -61038,14 +65195,12 @@ $(OutDir_plugin_jpg)jpgupp.o: $(UPPDIR1)plugin/jpg/jpgupp.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/jpg/jpg.h \ + $(UPPDIR1)plugin/jpg/jpgupp.cpp \ $(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 @@ -61105,8 +65260,6 @@ $(OutDir_plugin_jpg)jpgreg.o: $(UPPDIR1)plugin/jpg/jpgreg.icpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -61136,6 +65289,7 @@ $(OutDir_plugin_jpg)jpgreg.o: $(UPPDIR1)plugin/jpg/jpgreg.icpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -61144,293 +65298,292 @@ $(OutDir_plugin_jpg)jpgreg.o: $(UPPDIR1)plugin/jpg/jpgreg.icpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/jpg/jpg.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/jpg/jpgreg.icpp \ $(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/jaricom.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/jaricom.c -o $(OutDir_plugin_jpg)jaricom.o $(OutDir_plugin_jpg)jcapimin.o: $(UPPDIR1)plugin/jpg/lib/jcapimin.c \ + $(UPPDIR1)plugin/jpg/lib/jcapimin.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/jcapimin.c -o $(OutDir_plugin_jpg)jcapimin.o $(OutDir_plugin_jpg)jcapistd.o: $(UPPDIR1)plugin/jpg/lib/jcapistd.c \ + $(UPPDIR1)plugin/jpg/lib/jcapistd.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/jcapistd.c -o $(OutDir_plugin_jpg)jcapistd.o $(OutDir_plugin_jpg)jcarith.o: $(UPPDIR1)plugin/jpg/lib/jcarith.c \ + $(UPPDIR1)plugin/jpg/lib/jcarith.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/jcarith.c -o $(OutDir_plugin_jpg)jcarith.o $(OutDir_plugin_jpg)jccoefct.o: $(UPPDIR1)plugin/jpg/lib/jccoefct.c \ + $(UPPDIR1)plugin/jpg/lib/jccoefct.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/jccoefct.c -o $(OutDir_plugin_jpg)jccoefct.o $(OutDir_plugin_jpg)jccolor.o: $(UPPDIR1)plugin/jpg/lib/jccolor.c \ + $(UPPDIR1)plugin/jpg/lib/jccolor.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/jccolor.c -o $(OutDir_plugin_jpg)jccolor.o $(OutDir_plugin_jpg)jcdctmgr.o: $(UPPDIR1)plugin/jpg/lib/jcdctmgr.c \ + $(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/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/jcdctmgr.c -o $(OutDir_plugin_jpg)jcdctmgr.o $(OutDir_plugin_jpg)jchuff.o: $(UPPDIR1)plugin/jpg/lib/jchuff.c \ + $(UPPDIR1)plugin/jpg/lib/jchuff.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/jchuff.c -o $(OutDir_plugin_jpg)jchuff.o $(OutDir_plugin_jpg)jcinit.o: $(UPPDIR1)plugin/jpg/lib/jcinit.c \ + $(UPPDIR1)plugin/jpg/lib/jcinit.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/jcinit.c -o $(OutDir_plugin_jpg)jcinit.o $(OutDir_plugin_jpg)jcmainct.o: $(UPPDIR1)plugin/jpg/lib/jcmainct.c \ + $(UPPDIR1)plugin/jpg/lib/jcmainct.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/jcmainct.c -o $(OutDir_plugin_jpg)jcmainct.o $(OutDir_plugin_jpg)jcmarker.o: $(UPPDIR1)plugin/jpg/lib/jcmarker.c \ + $(UPPDIR1)plugin/jpg/lib/jcmarker.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/jcmarker.c -o $(OutDir_plugin_jpg)jcmarker.o $(OutDir_plugin_jpg)jcmaster.o: $(UPPDIR1)plugin/jpg/lib/jcmaster.c \ + $(UPPDIR1)plugin/jpg/lib/jcmaster.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/jcmaster.c -o $(OutDir_plugin_jpg)jcmaster.o $(OutDir_plugin_jpg)jcomapi.o: $(UPPDIR1)plugin/jpg/lib/jcomapi.c \ + $(UPPDIR1)plugin/jpg/lib/jcomapi.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/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/jcparam.c \ + $(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/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/jcprepct.c \ + $(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/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/jcsample.c \ + $(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/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/jctrans.c \ + $(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/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/jdapimin.c \ + $(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/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/jdapistd.c \ + $(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/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/jdarith.c \ + $(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/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/jdatadst.c \ $(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/jdatasrc.c \ $(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/jdcoefct.c \ + $(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/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/jdcolor.c \ + $(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/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/jddctmgr.c \ + $(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/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/jdhuff.c \ + $(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/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/jdinput.c \ + $(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/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/jdmainct.c \ + $(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/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/jdmarker.c \ + $(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/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/jdmaster.c \ + $(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/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/jdmerge.c \ + $(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/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/jdpostct.c \ + $(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/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/jdsample.c \ + $(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/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/jdtrans.c \ + $(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/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.c \ $(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 @@ -61438,98 +65591,97 @@ $(OutDir_plugin_jpg)jerror.o: $(UPPDIR1)plugin/jpg/lib/jerror.c \ $(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/jfdctflt.c \ + $(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/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/jfdctfst.c \ + $(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/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/jfdctint.c \ + $(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/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/jidctflt.c \ + $(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/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/jidctfst.c \ + $(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/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/jidctint.c \ + $(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/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/jinclude.h \ + $(UPPDIR1)plugin/jpg/lib/jmemansi.c \ $(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/jmemmgr.c \ $(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/jinclude.h \ $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ - $(UPPDIR1)plugin/jpg/lib/jpegint.h \ - $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(UPPDIR1)plugin/jpg/lib/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/jquant1.c $(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/jinclude.h \ $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ - $(UPPDIR1)plugin/jpg/lib/jpegint.h \ - $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(UPPDIR1)plugin/jpg/lib/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/jquant2.c $(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/jinclude.h \ $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ - $(UPPDIR1)plugin/jpg/lib/jpegint.h \ - $(UPPDIR1)plugin/jpg/lib/jpeglib.h + $(UPPDIR1)plugin/jpg/lib/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/jutils.c $(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 \ @@ -61539,8 +65691,8 @@ $(OutDir_plugin_jpg)rdbmp.o: $(UPPDIR1)plugin/jpg/lib/rdbmp.c \ $(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/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/rdbmp.c $(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 \ @@ -61550,8 +65702,8 @@ $(OutDir_plugin_jpg)rdcolmap.o: $(UPPDIR1)plugin/jpg/lib/rdcolmap.c \ $(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/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/rdcolmap.c $(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 \ @@ -61561,8 +65713,8 @@ $(OutDir_plugin_jpg)rdgif.o: $(UPPDIR1)plugin/jpg/lib/rdgif.c \ $(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/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/rdgif.c $(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 \ @@ -61572,8 +65724,8 @@ $(OutDir_plugin_jpg)rdppm.o: $(UPPDIR1)plugin/jpg/lib/rdppm.c \ $(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/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/rdppm.c $(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 \ @@ -61583,8 +65735,8 @@ $(OutDir_plugin_jpg)rdrle.o: $(UPPDIR1)plugin/jpg/lib/rdrle.c \ $(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/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/rdrle.c $(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 \ @@ -61594,8 +65746,8 @@ $(OutDir_plugin_jpg)rdswitch.o: $(UPPDIR1)plugin/jpg/lib/rdswitch.c \ $(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/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/rdswitch.c $(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 \ @@ -61605,16 +65757,16 @@ $(OutDir_plugin_jpg)rdtarga.o: $(UPPDIR1)plugin/jpg/lib/rdtarga.c \ $(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/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/rdtarga.c $(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/jinclude.h \ $(UPPDIR1)plugin/jpg/lib/jmorecfg.h \ - $(UPPDIR1)plugin/jpg/lib/jpegint.h \ $(UPPDIR1)plugin/jpg/lib/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/transupp.c \ $(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 @@ -61625,8 +65777,8 @@ $(OutDir_plugin_jpg)wrbmp.o: $(UPPDIR1)plugin/jpg/lib/wrbmp.c \ $(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/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/wrbmp.c $(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 \ @@ -61636,8 +65788,8 @@ $(OutDir_plugin_jpg)wrgif.o: $(UPPDIR1)plugin/jpg/lib/wrgif.c \ $(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/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/wrgif.c $(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 \ @@ -61647,8 +65799,8 @@ $(OutDir_plugin_jpg)wrppm.o: $(UPPDIR1)plugin/jpg/lib/wrppm.c \ $(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/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/wrppm.c $(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 \ @@ -61658,8 +65810,8 @@ $(OutDir_plugin_jpg)wrrle.o: $(UPPDIR1)plugin/jpg/lib/wrrle.c \ $(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/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/wrrle.c $(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 \ @@ -61669,8 +65821,8 @@ $(OutDir_plugin_jpg)wrtarga.o: $(UPPDIR1)plugin/jpg/lib/wrtarga.c \ $(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/jpeglib.h \ + $(UPPDIR1)plugin/jpg/lib/wrtarga.c $(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: \ @@ -61855,8 +66007,6 @@ $(OutDir_Painter)Painter.o: $(UPPDIR1)Painter/Painter.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -61886,6 +66036,7 @@ $(OutDir_Painter)Painter.o: $(UPPDIR1)Painter/Painter.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -61896,11 +66047,10 @@ $(OutDir_Painter)Painter.o: $(UPPDIR1)Painter/Painter.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Painter.cpp \ $(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 @@ -61960,8 +66110,6 @@ $(OutDir_Painter)SvgArc.o: $(UPPDIR1)Painter/SvgArc.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -61991,6 +66139,7 @@ $(OutDir_Painter)SvgArc.o: $(UPPDIR1)Painter/SvgArc.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -62004,8 +66153,7 @@ $(OutDir_Painter)SvgArc.o: $(UPPDIR1)Painter/SvgArc.cpp \ $(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)Painter/SvgArc.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/SvgArc.cpp -o $(OutDir_Painter)SvgArc.o @@ -62065,8 +66213,6 @@ $(OutDir_Painter)PainterPath.o: $(UPPDIR1)Painter/PainterPath.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -62096,6 +66242,7 @@ $(OutDir_Painter)PainterPath.o: $(UPPDIR1)Painter/PainterPath.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -62108,9 +66255,8 @@ $(OutDir_Painter)PainterPath.o: $(UPPDIR1)Painter/PainterPath.cpp \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/PainterPath.cpp \ $(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 @@ -62170,8 +66316,6 @@ $(OutDir_Painter)DrawOp.o: $(UPPDIR1)Painter/DrawOp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -62201,6 +66345,7 @@ $(OutDir_Painter)DrawOp.o: $(UPPDIR1)Painter/DrawOp.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -62209,13 +66354,12 @@ $(OutDir_Painter)DrawOp.o: $(UPPDIR1)Painter/DrawOp.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/DrawOp.cpp \ $(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 @@ -62275,8 +66419,6 @@ $(OutDir_Painter)Painting.o: $(UPPDIR1)Painter/Painting.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -62306,6 +66448,7 @@ $(OutDir_Painter)Painting.o: $(UPPDIR1)Painter/Painting.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -62318,9 +66461,8 @@ $(OutDir_Painter)Painting.o: $(UPPDIR1)Painter/Painting.cpp \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/Painting.cpp \ $(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 @@ -62380,8 +66522,6 @@ $(OutDir_Painter)PaintPainting.o: $(UPPDIR1)Painter/PaintPainting.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -62411,6 +66551,7 @@ $(OutDir_Painter)PaintPainting.o: $(UPPDIR1)Painter/PaintPainting.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -62424,8 +66565,7 @@ $(OutDir_Painter)PaintPainting.o: $(UPPDIR1)Painter/PaintPainting.cpp \ $(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)Painter/PaintPainting.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/PaintPainting.cpp -o $(OutDir_Painter)PaintPainting.o @@ -62485,8 +66625,6 @@ $(OutDir_Painter)PainterInit.o: $(UPPDIR1)Painter/PainterInit.icpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -62516,6 +66654,7 @@ $(OutDir_Painter)PainterInit.o: $(UPPDIR1)Painter/PainterInit.icpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -62528,9 +66667,8 @@ $(OutDir_Painter)PainterInit.o: $(UPPDIR1)Painter/PainterInit.icpp \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ + $(UPPDIR1)Painter/PainterInit.icpp \ $(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 @@ -62590,8 +66728,6 @@ $(OutDir_Painter)Xform2D.o: $(UPPDIR1)Painter/Xform2D.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -62621,6 +66757,7 @@ $(OutDir_Painter)Xform2D.o: $(UPPDIR1)Painter/Xform2D.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -62634,8 +66771,7 @@ $(OutDir_Painter)Xform2D.o: $(UPPDIR1)Painter/Xform2D.cpp \ $(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)Painter/Xform2D.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/Xform2D.cpp -o $(OutDir_Painter)Xform2D.o @@ -62695,8 +66831,6 @@ $(OutDir_Painter)Approximate.o: $(UPPDIR1)Painter/Approximate.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -62726,6 +66860,7 @@ $(OutDir_Painter)Approximate.o: $(UPPDIR1)Painter/Approximate.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -62733,14 +66868,13 @@ $(OutDir_Painter)Approximate.o: $(UPPDIR1)Painter/Approximate.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ + $(UPPDIR1)Painter/Approximate.cpp \ $(UPPDIR1)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 @@ -62800,8 +66934,6 @@ $(OutDir_Painter)Stroker.o: $(UPPDIR1)Painter/Stroker.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -62831,6 +66963,7 @@ $(OutDir_Painter)Stroker.o: $(UPPDIR1)Painter/Stroker.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -62844,8 +66977,7 @@ $(OutDir_Painter)Stroker.o: $(UPPDIR1)Painter/Stroker.cpp \ $(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)Painter/Stroker.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/Stroker.cpp -o $(OutDir_Painter)Stroker.o @@ -62905,8 +67037,6 @@ $(OutDir_Painter)Dasher.o: $(UPPDIR1)Painter/Dasher.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -62936,6 +67066,7 @@ $(OutDir_Painter)Dasher.o: $(UPPDIR1)Painter/Dasher.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -62944,13 +67075,12 @@ $(OutDir_Painter)Dasher.o: $(UPPDIR1)Painter/Dasher.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Dasher.cpp \ $(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 @@ -63010,8 +67140,6 @@ $(OutDir_Painter)Transformer.o: $(UPPDIR1)Painter/Transformer.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -63041,6 +67169,7 @@ $(OutDir_Painter)Transformer.o: $(UPPDIR1)Painter/Transformer.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -63054,8 +67183,7 @@ $(OutDir_Painter)Transformer.o: $(UPPDIR1)Painter/Transformer.cpp \ $(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)Painter/Transformer.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/Transformer.cpp -o $(OutDir_Painter)Transformer.o @@ -63115,8 +67243,6 @@ $(OutDir_Painter)Rasterizer.o: $(UPPDIR1)Painter/Rasterizer.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -63146,6 +67272,7 @@ $(OutDir_Painter)Rasterizer.o: $(UPPDIR1)Painter/Rasterizer.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -63159,8 +67286,7 @@ $(OutDir_Painter)Rasterizer.o: $(UPPDIR1)Painter/Rasterizer.cpp \ $(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)Painter/Rasterizer.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/Rasterizer.cpp -o $(OutDir_Painter)Rasterizer.o @@ -63220,8 +67346,6 @@ $(OutDir_Painter)RasterizerClip.o: $(UPPDIR1)Painter/RasterizerClip.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -63251,6 +67375,7 @@ $(OutDir_Painter)RasterizerClip.o: $(UPPDIR1)Painter/RasterizerClip.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -63264,8 +67389,7 @@ $(OutDir_Painter)RasterizerClip.o: $(UPPDIR1)Painter/RasterizerClip.cpp \ $(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)Painter/RasterizerClip.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/RasterizerClip.cpp -o $(OutDir_Painter)RasterizerClip.o @@ -63325,8 +67449,6 @@ $(OutDir_Painter)RenderChar.o: $(UPPDIR1)Painter/RenderChar.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -63356,6 +67478,7 @@ $(OutDir_Painter)RenderChar.o: $(UPPDIR1)Painter/RenderChar.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -63369,8 +67492,7 @@ $(OutDir_Painter)RenderChar.o: $(UPPDIR1)Painter/RenderChar.cpp \ $(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)Painter/RenderChar.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/RenderChar.cpp -o $(OutDir_Painter)RenderChar.o @@ -63430,8 +67552,6 @@ $(OutDir_Painter)Fillers.o: $(UPPDIR1)Painter/Fillers.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -63461,6 +67581,7 @@ $(OutDir_Painter)Fillers.o: $(UPPDIR1)Painter/Fillers.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -63470,14 +67591,13 @@ $(OutDir_Painter)Fillers.o: $(UPPDIR1)Painter/Fillers.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)Painter/AlphaBlend.h \ $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Fillers.cpp \ $(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 @@ -63537,8 +67657,6 @@ $(OutDir_Painter)Context.o: $(UPPDIR1)Painter/Context.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -63568,6 +67686,7 @@ $(OutDir_Painter)Context.o: $(UPPDIR1)Painter/Context.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -63576,13 +67695,12 @@ $(OutDir_Painter)Context.o: $(UPPDIR1)Painter/Context.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Context.cpp \ $(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 @@ -63642,8 +67760,6 @@ $(OutDir_Painter)Path.o: $(UPPDIR1)Painter/Path.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -63673,6 +67789,7 @@ $(OutDir_Painter)Path.o: $(UPPDIR1)Painter/Path.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -63686,8 +67803,7 @@ $(OutDir_Painter)Path.o: $(UPPDIR1)Painter/Path.cpp \ $(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)Painter/Path.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/Path.cpp -o $(OutDir_Painter)Path.o @@ -63747,8 +67863,6 @@ $(OutDir_Painter)Render.o: $(UPPDIR1)Painter/Render.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -63778,6 +67892,7 @@ $(OutDir_Painter)Render.o: $(UPPDIR1)Painter/Render.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -63792,8 +67907,7 @@ $(OutDir_Painter)Render.o: $(UPPDIR1)Painter/Render.cpp \ $(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)Painter/Render.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/Render.cpp -o $(OutDir_Painter)Render.o @@ -63853,8 +67967,6 @@ $(OutDir_Painter)Image.o: $(UPPDIR1)Painter/Image.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -63884,6 +67996,7 @@ $(OutDir_Painter)Image.o: $(UPPDIR1)Painter/Image.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -63892,13 +68005,12 @@ $(OutDir_Painter)Image.o: $(UPPDIR1)Painter/Image.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Image.cpp \ $(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 @@ -63958,8 +68070,6 @@ $(OutDir_Painter)Mask.o: $(UPPDIR1)Painter/Mask.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -63989,6 +68099,7 @@ $(OutDir_Painter)Mask.o: $(UPPDIR1)Painter/Mask.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -63999,11 +68110,10 @@ $(OutDir_Painter)Mask.o: $(UPPDIR1)Painter/Mask.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/Mask.cpp \ $(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 @@ -64063,8 +68173,6 @@ $(OutDir_Painter)Gradient.o: $(UPPDIR1)Painter/Gradient.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -64094,6 +68202,7 @@ $(OutDir_Painter)Gradient.o: $(UPPDIR1)Painter/Gradient.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -64102,13 +68211,12 @@ $(OutDir_Painter)Gradient.o: $(UPPDIR1)Painter/Gradient.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)Painter/BufferPainter.h \ + $(UPPDIR1)Painter/Gradient.cpp \ $(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 @@ -64168,8 +68276,6 @@ $(OutDir_Painter)RadialGradient.o: $(UPPDIR1)Painter/RadialGradient.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -64199,6 +68305,7 @@ $(OutDir_Painter)RadialGradient.o: $(UPPDIR1)Painter/RadialGradient.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -64212,8 +68319,7 @@ $(OutDir_Painter)RadialGradient.o: $(UPPDIR1)Painter/RadialGradient.cpp \ $(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)Painter/RadialGradient.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/RadialGradient.cpp -o $(OutDir_Painter)RadialGradient.o @@ -64273,8 +68379,6 @@ $(OutDir_Painter)OnPath.o: $(UPPDIR1)Painter/OnPath.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -64304,6 +68408,7 @@ $(OutDir_Painter)OnPath.o: $(UPPDIR1)Painter/OnPath.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -64314,11 +68419,10 @@ $(OutDir_Painter)OnPath.o: $(UPPDIR1)Painter/OnPath.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/Interpolator.hpp \ $(UPPDIR1)Painter/LinearPath.h \ + $(UPPDIR1)Painter/OnPath.cpp \ $(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 @@ -64378,8 +68482,6 @@ $(OutDir_Painter)SvgUtil.o: $(UPPDIR1)Painter/SvgUtil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -64409,6 +68511,7 @@ $(OutDir_Painter)SvgUtil.o: $(UPPDIR1)Painter/SvgUtil.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -64423,8 +68526,7 @@ $(OutDir_Painter)SvgUtil.o: $(UPPDIR1)Painter/SvgUtil.cpp \ $(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)Painter/SvgUtil.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/SvgUtil.cpp -o $(OutDir_Painter)SvgUtil.o @@ -64484,8 +68586,6 @@ $(OutDir_Painter)SvgBounds.o: $(UPPDIR1)Painter/SvgBounds.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -64515,6 +68615,7 @@ $(OutDir_Painter)SvgBounds.o: $(UPPDIR1)Painter/SvgBounds.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -64528,9 +68629,8 @@ $(OutDir_Painter)SvgBounds.o: $(UPPDIR1)Painter/SvgBounds.cpp \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ + $(UPPDIR1)Painter/SvgBounds.cpp \ $(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 @@ -64590,8 +68690,6 @@ $(OutDir_Painter)SvgStyle.o: $(UPPDIR1)Painter/SvgStyle.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -64621,6 +68719,7 @@ $(OutDir_Painter)SvgStyle.o: $(UPPDIR1)Painter/SvgStyle.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -64635,8 +68734,7 @@ $(OutDir_Painter)SvgStyle.o: $(UPPDIR1)Painter/SvgStyle.cpp \ $(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)Painter/SvgStyle.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/SvgStyle.cpp -o $(OutDir_Painter)SvgStyle.o @@ -64696,8 +68794,6 @@ $(OutDir_Painter)SvgParser.o: $(UPPDIR1)Painter/SvgParser.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -64727,6 +68823,7 @@ $(OutDir_Painter)SvgParser.o: $(UPPDIR1)Painter/SvgParser.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -64741,8 +68838,7 @@ $(OutDir_Painter)SvgParser.o: $(UPPDIR1)Painter/SvgParser.cpp \ $(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)Painter/SvgParser.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Painter) $(UPPDIR1)Painter/SvgParser.cpp -o $(OutDir_Painter)SvgParser.o @@ -64862,8 +68958,6 @@ $(OutDir_Draw)Font.o: $(UPPDIR1)Draw/Font.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -64893,6 +68987,8 @@ $(OutDir_Draw)Font.o: $(UPPDIR1)Draw/Font.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/Font.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -64900,8 +68996,6 @@ $(OutDir_Draw)Font.o: $(UPPDIR1)Draw/Font.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -64961,8 +69055,6 @@ $(OutDir_Draw)FontCR.o: $(UPPDIR1)Draw/FontCR.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -64992,6 +69084,8 @@ $(OutDir_Draw)FontCR.o: $(UPPDIR1)Draw/FontCR.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/FontCR.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Fonts.i \ $(UPPDIR1)Draw/Image.h \ @@ -65000,8 +69094,6 @@ $(OutDir_Draw)FontCR.o: $(UPPDIR1)Draw/FontCR.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -65061,8 +69153,6 @@ $(OutDir_Draw)FontWin32.o: $(UPPDIR1)Draw/FontWin32.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -65092,15 +69182,15 @@ $(OutDir_Draw)FontWin32.o: $(UPPDIR1)Draw/FontWin32.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/FontWin32.cpp \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -65160,8 +69250,6 @@ $(OutDir_Draw)FontFc.o: $(UPPDIR1)Draw/FontFc.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -65191,6 +69279,8 @@ $(OutDir_Draw)FontFc.o: $(UPPDIR1)Draw/FontFc.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/FontFc.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -65198,8 +69288,6 @@ $(OutDir_Draw)FontFc.o: $(UPPDIR1)Draw/FontFc.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -65259,8 +69347,6 @@ $(OutDir_Draw)FontCocoNOMM.o: $(UPPDIR1)Draw/FontCocoNOMM.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -65290,6 +69376,8 @@ $(OutDir_Draw)FontCocoNOMM.o: $(UPPDIR1)Draw/FontCocoNOMM.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/FontCocoNOMM.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -65297,8 +69385,6 @@ $(OutDir_Draw)FontCocoNOMM.o: $(UPPDIR1)Draw/FontCocoNOMM.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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/FontCocoNOMM.cpp -o $(OutDir_Draw)FontCocoNOMM.o @@ -65358,8 +69444,6 @@ $(OutDir_Draw)Draw.o: $(UPPDIR1)Draw/Draw.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -65388,7 +69472,9 @@ $(OutDir_Draw)Draw.o: $(UPPDIR1)Draw/Draw.cpp \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.cpp \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -65396,8 +69482,6 @@ $(OutDir_Draw)Draw.o: $(UPPDIR1)Draw/Draw.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -65457,8 +69541,6 @@ $(OutDir_Draw)DrawText.o: $(UPPDIR1)Draw/DrawText.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -65488,6 +69570,8 @@ $(OutDir_Draw)DrawText.o: $(UPPDIR1)Draw/DrawText.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/DrawText.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -65495,8 +69579,6 @@ $(OutDir_Draw)DrawText.o: $(UPPDIR1)Draw/DrawText.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -65556,8 +69638,6 @@ $(OutDir_Draw)DrawData.o: $(UPPDIR1)Draw/DrawData.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -65587,6 +69667,8 @@ $(OutDir_Draw)DrawData.o: $(UPPDIR1)Draw/DrawData.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawData.cpp \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -65594,8 +69676,6 @@ $(OutDir_Draw)DrawData.o: $(UPPDIR1)Draw/DrawData.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -65655,8 +69735,6 @@ $(OutDir_Draw)Drawing.o: $(UPPDIR1)Draw/Drawing.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -65686,6 +69764,8 @@ $(OutDir_Draw)Drawing.o: $(UPPDIR1)Draw/Drawing.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/Drawing.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -65693,8 +69773,6 @@ $(OutDir_Draw)Drawing.o: $(UPPDIR1)Draw/Drawing.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -65754,8 +69832,6 @@ $(OutDir_Draw)ImageAnyDraw.o: $(UPPDIR1)Draw/ImageAnyDraw.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -65785,15 +69861,15 @@ $(OutDir_Draw)ImageAnyDraw.o: $(UPPDIR1)Draw/ImageAnyDraw.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageAnyDraw.cpp \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -65853,8 +69929,6 @@ $(OutDir_Draw)DrawUtil.o: $(UPPDIR1)Draw/DrawUtil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -65884,6 +69958,8 @@ $(OutDir_Draw)DrawUtil.o: $(UPPDIR1)Draw/DrawUtil.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/DrawUtil.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -65891,8 +69967,6 @@ $(OutDir_Draw)DrawUtil.o: $(UPPDIR1)Draw/DrawUtil.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -65952,8 +70026,6 @@ $(OutDir_Draw)DrawTextUtil.o: $(UPPDIR1)Draw/DrawTextUtil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -65983,6 +70055,8 @@ $(OutDir_Draw)DrawTextUtil.o: $(UPPDIR1)Draw/DrawTextUtil.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/DrawTextUtil.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -65990,8 +70064,6 @@ $(OutDir_Draw)DrawTextUtil.o: $(UPPDIR1)Draw/DrawTextUtil.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -66051,8 +70123,6 @@ $(OutDir_Draw)Display.o: $(UPPDIR1)Draw/Display.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -66080,8 +70150,10 @@ $(OutDir_Draw)Display.o: $(UPPDIR1)Draw/Display.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.cpp \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -66090,8 +70162,6 @@ $(OutDir_Draw)Display.o: $(UPPDIR1)Draw/Display.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -66151,8 +70221,6 @@ $(OutDir_Draw)Image.o: $(UPPDIR1)Draw/Image.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -66182,15 +70250,15 @@ $(OutDir_Draw)Image.o: $(UPPDIR1)Draw/Image.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.cpp \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -66250,8 +70318,6 @@ $(OutDir_Draw)ImageBlit.o: $(UPPDIR1)Draw/ImageBlit.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -66281,15 +70347,15 @@ $(OutDir_Draw)ImageBlit.o: $(UPPDIR1)Draw/ImageBlit.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageBlit.cpp \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -66349,8 +70415,6 @@ $(OutDir_Draw)RasterFormat.o: $(UPPDIR1)Draw/RasterFormat.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -66380,15 +70444,15 @@ $(OutDir_Draw)RasterFormat.o: $(UPPDIR1)Draw/RasterFormat.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/RasterFormat.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -66448,8 +70512,6 @@ $(OutDir_Draw)RasterWrite.o: $(UPPDIR1)Draw/RasterWrite.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -66479,15 +70541,15 @@ $(OutDir_Draw)RasterWrite.o: $(UPPDIR1)Draw/RasterWrite.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/RasterWrite.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -66547,8 +70609,6 @@ $(OutDir_Draw)Palette.o: $(UPPDIR1)Draw/Palette.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -66578,15 +70638,15 @@ $(OutDir_Draw)Palette.o: $(UPPDIR1)Draw/Palette.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Palette.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -66646,8 +70706,6 @@ $(OutDir_Draw)Raster.o: $(UPPDIR1)Draw/Raster.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -66677,15 +70735,15 @@ $(OutDir_Draw)Raster.o: $(UPPDIR1)Draw/Raster.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -66745,8 +70803,6 @@ $(OutDir_Draw)RasterEncoder.o: $(UPPDIR1)Draw/RasterEncoder.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -66776,15 +70832,15 @@ $(OutDir_Draw)RasterEncoder.o: $(UPPDIR1)Draw/RasterEncoder.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/RasterEncoder.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -66844,8 +70900,6 @@ $(OutDir_Draw)ImageOp.o: $(UPPDIR1)Draw/ImageOp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -66875,15 +70929,15 @@ $(OutDir_Draw)ImageOp.o: $(UPPDIR1)Draw/ImageOp.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.cpp \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -66943,8 +70997,6 @@ $(OutDir_Draw)ImageChOp.o: $(UPPDIR1)Draw/ImageChOp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -66974,15 +71026,15 @@ $(OutDir_Draw)ImageChOp.o: $(UPPDIR1)Draw/ImageChOp.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageChOp.cpp \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -67042,8 +71094,6 @@ $(OutDir_Draw)Mify.o: $(UPPDIR1)Draw/Mify.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -67073,15 +71123,15 @@ $(OutDir_Draw)Mify.o: $(UPPDIR1)Draw/Mify.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Mify.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -67141,8 +71191,6 @@ $(OutDir_Draw)ImageScale.o: $(UPPDIR1)Draw/ImageScale.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -67172,15 +71220,15 @@ $(OutDir_Draw)ImageScale.o: $(UPPDIR1)Draw/ImageScale.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/ImageScale.cpp \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -67240,8 +71288,6 @@ $(OutDir_Draw)RescaleFilter.o: $(UPPDIR1)Draw/RescaleFilter.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -67271,15 +71317,15 @@ $(OutDir_Draw)RescaleFilter.o: $(UPPDIR1)Draw/RescaleFilter.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/RescaleFilter.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -67339,8 +71385,6 @@ $(OutDir_Draw)MakeCache.o: $(UPPDIR1)Draw/MakeCache.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -67370,15 +71414,15 @@ $(OutDir_Draw)MakeCache.o: $(UPPDIR1)Draw/MakeCache.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/MakeCache.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -67438,8 +71482,6 @@ $(OutDir_Draw)DrawRasterData.o: $(UPPDIR1)Draw/DrawRasterData.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -67469,6 +71511,8 @@ $(OutDir_Draw)DrawRasterData.o: $(UPPDIR1)Draw/DrawRasterData.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/DrawRasterData.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -67476,8 +71520,6 @@ $(OutDir_Draw)DrawRasterData.o: $(UPPDIR1)Draw/DrawRasterData.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -67537,8 +71579,6 @@ $(OutDir_Draw)Uhd.o: $(UPPDIR1)Draw/Uhd.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -67568,6 +71608,7 @@ $(OutDir_Draw)Uhd.o: $(UPPDIR1)Draw/Uhd.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -67575,8 +71616,7 @@ $(OutDir_Draw)Uhd.o: $(UPPDIR1)Draw/Uhd.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)Draw/Uhd.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/Uhd.cpp -o $(OutDir_Draw)Uhd.o @@ -67636,8 +71676,6 @@ $(OutDir_Draw)Iml.o: $(UPPDIR1)Draw/Iml.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -67667,15 +71705,15 @@ $(OutDir_Draw)Iml.o: $(UPPDIR1)Draw/Iml.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Iml.cpp \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -67735,8 +71773,6 @@ $(OutDir_Draw)DDARasterizer.o: $(UPPDIR1)Draw/DDARasterizer.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -67763,9 +71799,11 @@ $(OutDir_Draw)DDARasterizer.o: $(UPPDIR1)Draw/DDARasterizer.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -67773,8 +71811,6 @@ $(OutDir_Draw)DDARasterizer.o: $(UPPDIR1)Draw/DDARasterizer.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -67834,8 +71870,6 @@ $(OutDir_Draw)SDrawClip.o: $(UPPDIR1)Draw/SDrawClip.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -67865,15 +71899,15 @@ $(OutDir_Draw)SDrawClip.o: $(UPPDIR1)Draw/SDrawClip.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SDrawClip.cpp \ $(UPPDIR1)Draw/SIMD.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 @@ -67933,8 +71967,6 @@ $(OutDir_Draw)SDrawPut.o: $(UPPDIR1)Draw/SDrawPut.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -67964,15 +71996,15 @@ $(OutDir_Draw)SDrawPut.o: $(UPPDIR1)Draw/SDrawPut.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SDrawPut.cpp \ $(UPPDIR1)Draw/SIMD.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 @@ -68032,8 +72064,6 @@ $(OutDir_Draw)SDrawText.o: $(UPPDIR1)Draw/SDrawText.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -68063,15 +72093,15 @@ $(OutDir_Draw)SDrawText.o: $(UPPDIR1)Draw/SDrawText.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SDrawText.cpp \ $(UPPDIR1)Draw/SIMD.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 @@ -68131,8 +72161,6 @@ $(OutDir_Draw)SDraw.o: $(UPPDIR1)Draw/SDraw.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -68162,15 +72190,15 @@ $(OutDir_Draw)SDraw.o: $(UPPDIR1)Draw/SDraw.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -68230,8 +72258,6 @@ $(OutDir_Draw)SImageDraw.o: $(UPPDIR1)Draw/SImageDraw.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -68261,15 +72287,15 @@ $(OutDir_Draw)SImageDraw.o: $(UPPDIR1)Draw/SImageDraw.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SImageDraw.cpp \ $(UPPDIR1)Draw/SIMD.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 @@ -68329,8 +72355,6 @@ $(OutDir_Draw)Cham.o: $(UPPDIR1)Draw/Cham.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -68356,10 +72380,12 @@ $(OutDir_Draw)Cham.o: $(UPPDIR1)Draw/Cham.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.cpp \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -68367,9 +72393,6 @@ $(OutDir_Draw)Cham.o: $(UPPDIR1)Draw/Cham.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -68429,8 +72452,6 @@ $(OutDir_Draw)SColors.o: $(UPPDIR1)Draw/SColors.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -68460,15 +72481,15 @@ $(OutDir_Draw)SColors.o: $(UPPDIR1)Draw/SColors.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SColors.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -68553,27 +72574,7 @@ $(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 + $(UPPDIR1)plugin/png/pnglib.c $(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 \ @@ -68632,8 +72633,6 @@ $(OutDir_plugin_png)pngupp.o: $(UPPDIR1)plugin/png/pngupp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -68663,6 +72662,7 @@ $(OutDir_plugin_png)pngupp.o: $(UPPDIR1)plugin/png/pngupp.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -68670,11 +72670,8 @@ $(OutDir_plugin_png)pngupp.o: $(UPPDIR1)plugin/png/pngupp.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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)plugin/png/pngupp.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_png) $(UPPDIR1)plugin/png/pngupp.cpp -o $(OutDir_plugin_png)pngupp.o @@ -68734,8 +72731,6 @@ $(OutDir_plugin_png)pngreg.o: $(UPPDIR1)plugin/png/pngreg.icpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -68765,6 +72760,7 @@ $(OutDir_plugin_png)pngreg.o: $(UPPDIR1)plugin/png/pngreg.icpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -68773,8 +72769,7 @@ $(OutDir_plugin_png)pngreg.o: $(UPPDIR1)plugin/png/pngreg.icpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/png/pngreg.icpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_png) $(UPPDIR1)plugin/png/pngreg.icpp -o $(OutDir_plugin_png)pngreg.o @@ -68844,8 +72839,6 @@ $(OutDir_PdfDraw)TTFStream.o: $(UPPDIR1)PdfDraw/TTFStream.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -68875,6 +72868,7 @@ $(OutDir_PdfDraw)TTFStream.o: $(UPPDIR1)PdfDraw/TTFStream.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -68889,8 +72883,7 @@ $(OutDir_PdfDraw)TTFStream.o: $(UPPDIR1)PdfDraw/TTFStream.cpp \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)PdfDraw/PdfDraw.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)PdfDraw/TTFStream.cpp \ $(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 @@ -68951,8 +72944,6 @@ $(OutDir_PdfDraw)TTFStruct.o: $(UPPDIR1)PdfDraw/TTFStruct.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -68982,6 +72973,7 @@ $(OutDir_PdfDraw)TTFStruct.o: $(UPPDIR1)PdfDraw/TTFStruct.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -68996,8 +72988,7 @@ $(OutDir_PdfDraw)TTFStruct.o: $(UPPDIR1)PdfDraw/TTFStruct.cpp \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)PdfDraw/PdfDraw.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)PdfDraw/TTFStruct.cpp \ $(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 @@ -69058,8 +73049,6 @@ $(OutDir_PdfDraw)TTFSubset.o: $(UPPDIR1)PdfDraw/TTFSubset.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -69089,6 +73078,7 @@ $(OutDir_PdfDraw)TTFSubset.o: $(UPPDIR1)PdfDraw/TTFSubset.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -69103,8 +73093,7 @@ $(OutDir_PdfDraw)TTFSubset.o: $(UPPDIR1)PdfDraw/TTFSubset.cpp \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)PdfDraw/PdfDraw.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)PdfDraw/TTFSubset.cpp \ $(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 @@ -69165,8 +73154,6 @@ $(OutDir_PdfDraw)TTFReader.o: $(UPPDIR1)PdfDraw/TTFReader.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -69196,6 +73183,7 @@ $(OutDir_PdfDraw)TTFReader.o: $(UPPDIR1)PdfDraw/TTFReader.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -69210,8 +73198,7 @@ $(OutDir_PdfDraw)TTFReader.o: $(UPPDIR1)PdfDraw/TTFReader.cpp \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)PdfDraw/PdfDraw.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)PdfDraw/TTFReader.cpp \ $(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 @@ -69272,8 +73259,6 @@ $(OutDir_PdfDraw)PdfDraw.o: $(UPPDIR1)PdfDraw/PdfDraw.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -69303,6 +73288,7 @@ $(OutDir_PdfDraw)PdfDraw.o: $(UPPDIR1)PdfDraw/PdfDraw.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -69317,9 +73303,8 @@ $(OutDir_PdfDraw)PdfDraw.o: $(UPPDIR1)PdfDraw/PdfDraw.cpp \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)PdfDraw/ICCColorSpace.i \ + $(UPPDIR1)PdfDraw/PdfDraw.cpp \ $(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 @@ -69380,8 +73365,6 @@ $(OutDir_PdfDraw)PdfReport.o: $(UPPDIR1)PdfDraw/PdfReport.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -69411,6 +73394,7 @@ $(OutDir_PdfDraw)PdfReport.o: $(UPPDIR1)PdfDraw/PdfReport.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -69425,8 +73409,7 @@ $(OutDir_PdfDraw)PdfReport.o: $(UPPDIR1)PdfDraw/PdfReport.cpp \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)PdfDraw/PdfDraw.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)PdfDraw/PdfReport.cpp \ $(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 @@ -69487,8 +73470,6 @@ $(OutDir_PdfDraw)PdfInit.o: $(UPPDIR1)PdfDraw/PdfInit.icpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -69518,6 +73499,7 @@ $(OutDir_PdfDraw)PdfInit.o: $(UPPDIR1)PdfDraw/PdfInit.icpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -69532,8 +73514,7 @@ $(OutDir_PdfDraw)PdfInit.o: $(UPPDIR1)PdfDraw/PdfInit.icpp \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)PdfDraw/PdfDraw.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)PdfDraw/PdfInit.icpp \ $(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 @@ -69612,8 +73593,6 @@ $(OutDir_plugin_pcre)RegExp.o: $(UPPDIR1)plugin/pcre/RegExp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -69641,14 +73620,13 @@ $(OutDir_plugin_pcre)RegExp.o: $(UPPDIR1)plugin/pcre/RegExp.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.cpp \ $(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.c \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/lib/pcre_byte_order.c \ $(UPPDIR1)plugin/pcre/lib/pcre_chartables.c \ @@ -69741,8 +73719,6 @@ $(OutDir_CtrlCore)SystemDraw.o: $(UPPDIR1)CtrlCore/SystemDraw.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -69768,13 +73744,22 @@ $(OutDir_CtrlCore)SystemDraw.o: $(UPPDIR1)CtrlCore/SystemDraw.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ + $(UPPDIR1)CtrlCore/SystemDraw.cpp \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -69790,14 +73775,15 @@ $(OutDir_CtrlCore)SystemDraw.o: $(UPPDIR1)CtrlCore/SystemDraw.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -69856,8 +73842,6 @@ $(OutDir_CtrlCore)Frame.o: $(UPPDIR1)CtrlCore/Frame.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -69883,13 +73867,22 @@ $(OutDir_CtrlCore)Frame.o: $(UPPDIR1)CtrlCore/Frame.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Frame.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -69905,14 +73898,15 @@ $(OutDir_CtrlCore)Frame.o: $(UPPDIR1)CtrlCore/Frame.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -69971,8 +73965,6 @@ $(OutDir_CtrlCore)CtrlMt.o: $(UPPDIR1)CtrlCore/CtrlMt.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -69998,13 +73990,22 @@ $(OutDir_CtrlCore)CtrlMt.o: $(UPPDIR1)CtrlCore/CtrlMt.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlMt.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -70020,14 +74021,15 @@ $(OutDir_CtrlCore)CtrlMt.o: $(UPPDIR1)CtrlCore/CtrlMt.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -70086,8 +74088,6 @@ $(OutDir_CtrlCore)Ctrl.o: $(UPPDIR1)CtrlCore/Ctrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -70113,13 +74113,22 @@ $(OutDir_CtrlCore)Ctrl.o: $(UPPDIR1)CtrlCore/Ctrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ + $(UPPDIR1)CtrlCore/Ctrl.cpp \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -70136,14 +74145,15 @@ $(OutDir_CtrlCore)Ctrl.o: $(UPPDIR1)CtrlCore/Ctrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/Ctrl.cpp -o $(OutDir_CtrlCore)Ctrl.o $(OutDir_CtrlCore)CtrlAttr.o: $(UPPDIR1)CtrlCore/CtrlAttr.cpp \ @@ -70202,8 +74212,6 @@ $(OutDir_CtrlCore)CtrlAttr.o: $(UPPDIR1)CtrlCore/CtrlAttr.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -70229,13 +74237,22 @@ $(OutDir_CtrlCore)CtrlAttr.o: $(UPPDIR1)CtrlCore/CtrlAttr.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ + $(UPPDIR1)CtrlCore/CtrlAttr.cpp \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -70251,14 +74268,15 @@ $(OutDir_CtrlCore)CtrlAttr.o: $(UPPDIR1)CtrlCore/CtrlAttr.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/CtrlAttr.cpp -o $(OutDir_CtrlCore)CtrlAttr.o $(OutDir_CtrlCore)CtrlChild.o: $(UPPDIR1)CtrlCore/CtrlChild.cpp \ @@ -70317,8 +74335,6 @@ $(OutDir_CtrlCore)CtrlChild.o: $(UPPDIR1)CtrlCore/CtrlChild.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -70344,13 +74360,22 @@ $(OutDir_CtrlCore)CtrlChild.o: $(UPPDIR1)CtrlCore/CtrlChild.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ + $(UPPDIR1)CtrlCore/CtrlChild.cpp \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -70366,14 +74391,15 @@ $(OutDir_CtrlCore)CtrlChild.o: $(UPPDIR1)CtrlCore/CtrlChild.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/CtrlChild.cpp -o $(OutDir_CtrlCore)CtrlChild.o $(OutDir_CtrlCore)CtrlFrame.o: $(UPPDIR1)CtrlCore/CtrlFrame.cpp \ @@ -70432,8 +74458,6 @@ $(OutDir_CtrlCore)CtrlFrame.o: $(UPPDIR1)CtrlCore/CtrlFrame.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -70459,13 +74483,22 @@ $(OutDir_CtrlCore)CtrlFrame.o: $(UPPDIR1)CtrlCore/CtrlFrame.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlFrame.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -70481,14 +74514,15 @@ $(OutDir_CtrlCore)CtrlFrame.o: $(UPPDIR1)CtrlCore/CtrlFrame.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/CtrlFrame.cpp -o $(OutDir_CtrlCore)CtrlFrame.o $(OutDir_CtrlCore)CtrlPos.o: $(UPPDIR1)CtrlCore/CtrlPos.cpp \ @@ -70547,8 +74581,6 @@ $(OutDir_CtrlCore)CtrlPos.o: $(UPPDIR1)CtrlCore/CtrlPos.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -70574,13 +74606,22 @@ $(OutDir_CtrlCore)CtrlPos.o: $(UPPDIR1)CtrlCore/CtrlPos.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlPos.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -70596,14 +74637,15 @@ $(OutDir_CtrlCore)CtrlPos.o: $(UPPDIR1)CtrlCore/CtrlPos.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -70662,8 +74704,6 @@ $(OutDir_CtrlCore)CtrlDraw.o: $(UPPDIR1)CtrlCore/CtrlDraw.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -70689,13 +74729,22 @@ $(OutDir_CtrlCore)CtrlDraw.o: $(UPPDIR1)CtrlCore/CtrlDraw.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlDraw.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -70711,14 +74760,15 @@ $(OutDir_CtrlCore)CtrlDraw.o: $(UPPDIR1)CtrlCore/CtrlDraw.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -70777,8 +74827,6 @@ $(OutDir_CtrlCore)CtrlMouse.o: $(UPPDIR1)CtrlCore/CtrlMouse.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -70804,13 +74852,22 @@ $(OutDir_CtrlCore)CtrlMouse.o: $(UPPDIR1)CtrlCore/CtrlMouse.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlMouse.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -70826,14 +74883,15 @@ $(OutDir_CtrlCore)CtrlMouse.o: $(UPPDIR1)CtrlCore/CtrlMouse.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -70892,8 +74950,6 @@ $(OutDir_CtrlCore)CtrlKbd.o: $(UPPDIR1)CtrlCore/CtrlKbd.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -70919,13 +74975,22 @@ $(OutDir_CtrlCore)CtrlKbd.o: $(UPPDIR1)CtrlCore/CtrlKbd.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlKbd.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -70941,14 +75006,15 @@ $(OutDir_CtrlCore)CtrlKbd.o: $(UPPDIR1)CtrlCore/CtrlKbd.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -71007,8 +75073,6 @@ $(OutDir_CtrlCore)CtrlTimer.o: $(UPPDIR1)CtrlCore/CtrlTimer.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -71034,13 +75098,22 @@ $(OutDir_CtrlCore)CtrlTimer.o: $(UPPDIR1)CtrlCore/CtrlTimer.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlTimer.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -71056,14 +75129,15 @@ $(OutDir_CtrlCore)CtrlTimer.o: $(UPPDIR1)CtrlCore/CtrlTimer.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -71122,8 +75196,6 @@ $(OutDir_CtrlCore)CtrlClip.o: $(UPPDIR1)CtrlCore/CtrlClip.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -71149,13 +75221,22 @@ $(OutDir_CtrlCore)CtrlClip.o: $(UPPDIR1)CtrlCore/CtrlClip.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ + $(UPPDIR1)CtrlCore/CtrlClip.cpp \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -71171,14 +75252,15 @@ $(OutDir_CtrlCore)CtrlClip.o: $(UPPDIR1)CtrlCore/CtrlClip.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -71237,8 +75319,6 @@ $(OutDir_CtrlCore)LocalLoop.o: $(UPPDIR1)CtrlCore/LocalLoop.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -71264,13 +75344,22 @@ $(OutDir_CtrlCore)LocalLoop.o: $(UPPDIR1)CtrlCore/LocalLoop.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/LocalLoop.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -71286,14 +75375,15 @@ $(OutDir_CtrlCore)LocalLoop.o: $(UPPDIR1)CtrlCore/LocalLoop.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/LocalLoop.cpp -o $(OutDir_CtrlCore)LocalLoop.o $(OutDir_CtrlCore)Preedit.o: $(UPPDIR1)CtrlCore/Preedit.cpp \ @@ -71352,8 +75442,6 @@ $(OutDir_CtrlCore)Preedit.o: $(UPPDIR1)CtrlCore/Preedit.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -71379,13 +75467,22 @@ $(OutDir_CtrlCore)Preedit.o: $(UPPDIR1)CtrlCore/Preedit.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/Preedit.cpp \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -71401,14 +75498,15 @@ $(OutDir_CtrlCore)Preedit.o: $(UPPDIR1)CtrlCore/Preedit.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/Preedit.cpp -o $(OutDir_CtrlCore)Preedit.o $(OutDir_CtrlCore)CtrlCoreInit.o: $(UPPDIR1)CtrlCore/CtrlCoreInit.cpp \ @@ -71467,8 +75565,6 @@ $(OutDir_CtrlCore)CtrlCoreInit.o: $(UPPDIR1)CtrlCore/CtrlCoreInit.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -71495,13 +75591,22 @@ $(OutDir_CtrlCore)CtrlCoreInit.o: $(UPPDIR1)CtrlCore/CtrlCoreInit.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlCoreInit.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -71517,14 +75622,15 @@ $(OutDir_CtrlCore)CtrlCoreInit.o: $(UPPDIR1)CtrlCore/CtrlCoreInit.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -71583,8 +75689,6 @@ $(OutDir_CtrlCore)TopWindow.o: $(UPPDIR1)CtrlCore/TopWindow.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -71610,13 +75714,22 @@ $(OutDir_CtrlCore)TopWindow.o: $(UPPDIR1)CtrlCore/TopWindow.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ + $(UPPDIR1)CtrlCore/TopWindow.cpp \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -71632,14 +75745,15 @@ $(OutDir_CtrlCore)TopWindow.o: $(UPPDIR1)CtrlCore/TopWindow.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -71698,8 +75812,6 @@ $(OutDir_CtrlCore)DrawWin32.o: $(UPPDIR1)CtrlCore/DrawWin32.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -71725,13 +75837,22 @@ $(OutDir_CtrlCore)DrawWin32.o: $(UPPDIR1)CtrlCore/DrawWin32.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/DrawWin32.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -71747,14 +75868,15 @@ $(OutDir_CtrlCore)DrawWin32.o: $(UPPDIR1)CtrlCore/DrawWin32.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -71813,8 +75935,6 @@ $(OutDir_CtrlCore)DrawOpWin32.o: $(UPPDIR1)CtrlCore/DrawOpWin32.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -71840,13 +75960,22 @@ $(OutDir_CtrlCore)DrawOpWin32.o: $(UPPDIR1)CtrlCore/DrawOpWin32.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/DrawOpWin32.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -71862,14 +75991,15 @@ $(OutDir_CtrlCore)DrawOpWin32.o: $(UPPDIR1)CtrlCore/DrawOpWin32.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -71928,8 +76058,6 @@ $(OutDir_CtrlCore)DrawTextWin32.o: $(UPPDIR1)CtrlCore/DrawTextWin32.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -71955,13 +76083,22 @@ $(OutDir_CtrlCore)DrawTextWin32.o: $(UPPDIR1)CtrlCore/DrawTextWin32.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/DrawTextWin32.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -71977,14 +76114,15 @@ $(OutDir_CtrlCore)DrawTextWin32.o: $(UPPDIR1)CtrlCore/DrawTextWin32.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -72043,8 +76181,6 @@ $(OutDir_CtrlCore)ImageWin32.o: $(UPPDIR1)CtrlCore/ImageWin32.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -72070,13 +76206,22 @@ $(OutDir_CtrlCore)ImageWin32.o: $(UPPDIR1)CtrlCore/ImageWin32.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/ImageWin32.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -72092,14 +76237,15 @@ $(OutDir_CtrlCore)ImageWin32.o: $(UPPDIR1)CtrlCore/ImageWin32.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -72158,8 +76304,6 @@ $(OutDir_CtrlCore)MetaFile.o: $(UPPDIR1)CtrlCore/MetaFile.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -72185,13 +76329,22 @@ $(OutDir_CtrlCore)MetaFile.o: $(UPPDIR1)CtrlCore/MetaFile.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/MetaFile.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -72207,14 +76360,15 @@ $(OutDir_CtrlCore)MetaFile.o: $(UPPDIR1)CtrlCore/MetaFile.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -72273,8 +76427,6 @@ $(OutDir_CtrlCore)UtilWin32.o: $(UPPDIR1)CtrlCore/UtilWin32.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -72300,13 +76452,22 @@ $(OutDir_CtrlCore)UtilWin32.o: $(UPPDIR1)CtrlCore/UtilWin32.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/UtilWin32.cpp \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -72322,14 +76483,15 @@ $(OutDir_CtrlCore)UtilWin32.o: $(UPPDIR1)CtrlCore/UtilWin32.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -72388,8 +76550,6 @@ $(OutDir_CtrlCore)Win32Ctrl.o: $(UPPDIR1)CtrlCore/Win32Ctrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -72415,13 +76575,22 @@ $(OutDir_CtrlCore)Win32Ctrl.o: $(UPPDIR1)CtrlCore/Win32Ctrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Ctrl.cpp \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -72437,14 +76606,15 @@ $(OutDir_CtrlCore)Win32Ctrl.o: $(UPPDIR1)CtrlCore/Win32Ctrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -72470,7 +76640,6 @@ $(OutDir_CtrlCore)Win32Wnd.o: $(UPPDIR1)CtrlCore/Win32Wnd.cpp \ $(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 \ @@ -72504,8 +76673,6 @@ $(OutDir_CtrlCore)Win32Wnd.o: $(UPPDIR1)CtrlCore/Win32Wnd.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -72531,14 +76698,22 @@ $(OutDir_CtrlCore)Win32Wnd.o: $(UPPDIR1)CtrlCore/Win32Wnd.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ - $(UPPDIR1)CtrlCore/Win32Msg.i \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/Win32Wnd.cpp \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -72554,14 +76729,15 @@ $(OutDir_CtrlCore)Win32Wnd.o: $(UPPDIR1)CtrlCore/Win32Wnd.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -72620,8 +76796,6 @@ $(OutDir_CtrlCore)Win32Clip.o: $(UPPDIR1)CtrlCore/Win32Clip.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -72647,13 +76821,22 @@ $(OutDir_CtrlCore)Win32Clip.o: $(UPPDIR1)CtrlCore/Win32Clip.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Clip.cpp \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -72670,14 +76853,15 @@ $(OutDir_CtrlCore)Win32Clip.o: $(UPPDIR1)CtrlCore/Win32Clip.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -72736,8 +76920,6 @@ $(OutDir_CtrlCore)Win32DnD.o: $(UPPDIR1)CtrlCore/Win32DnD.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -72763,13 +76945,22 @@ $(OutDir_CtrlCore)Win32DnD.o: $(UPPDIR1)CtrlCore/Win32DnD.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32DnD.cpp \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -72785,14 +76976,15 @@ $(OutDir_CtrlCore)Win32DnD.o: $(UPPDIR1)CtrlCore/Win32DnD.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -72851,8 +77043,6 @@ $(OutDir_CtrlCore)Win32Proc.o: $(UPPDIR1)CtrlCore/Win32Proc.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -72878,13 +77068,22 @@ $(OutDir_CtrlCore)Win32Proc.o: $(UPPDIR1)CtrlCore/Win32Proc.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/Win32Proc.cpp \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -72900,14 +77099,15 @@ $(OutDir_CtrlCore)Win32Proc.o: $(UPPDIR1)CtrlCore/Win32Proc.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -72966,8 +77166,6 @@ $(OutDir_CtrlCore)TopWin32.o: $(UPPDIR1)CtrlCore/TopWin32.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -72993,13 +77191,22 @@ $(OutDir_CtrlCore)TopWin32.o: $(UPPDIR1)CtrlCore/TopWin32.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ + $(UPPDIR1)CtrlCore/TopWin32.cpp \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73015,14 +77222,15 @@ $(OutDir_CtrlCore)TopWin32.o: $(UPPDIR1)CtrlCore/TopWin32.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -73081,8 +77289,6 @@ $(OutDir_CtrlCore)DHCtrl.o: $(UPPDIR1)CtrlCore/DHCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -73108,13 +77314,22 @@ $(OutDir_CtrlCore)DHCtrl.o: $(UPPDIR1)CtrlCore/DHCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/DHCtrl.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73130,14 +77345,15 @@ $(OutDir_CtrlCore)DHCtrl.o: $(UPPDIR1)CtrlCore/DHCtrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -73196,8 +77412,6 @@ $(OutDir_CtrlCore)DrawX11.o: $(UPPDIR1)CtrlCore/DrawX11.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -73223,13 +77437,22 @@ $(OutDir_CtrlCore)DrawX11.o: $(UPPDIR1)CtrlCore/DrawX11.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/DrawX11.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73245,14 +77468,15 @@ $(OutDir_CtrlCore)DrawX11.o: $(UPPDIR1)CtrlCore/DrawX11.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -73311,8 +77535,6 @@ $(OutDir_CtrlCore)DrawOpX11.o: $(UPPDIR1)CtrlCore/DrawOpX11.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -73338,13 +77560,22 @@ $(OutDir_CtrlCore)DrawOpX11.o: $(UPPDIR1)CtrlCore/DrawOpX11.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/DrawOpX11.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73360,14 +77591,15 @@ $(OutDir_CtrlCore)DrawOpX11.o: $(UPPDIR1)CtrlCore/DrawOpX11.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -73426,8 +77658,6 @@ $(OutDir_CtrlCore)DrawTextX11.o: $(UPPDIR1)CtrlCore/DrawTextX11.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -73453,13 +77683,22 @@ $(OutDir_CtrlCore)DrawTextX11.o: $(UPPDIR1)CtrlCore/DrawTextX11.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/DrawTextX11.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73475,14 +77714,15 @@ $(OutDir_CtrlCore)DrawTextX11.o: $(UPPDIR1)CtrlCore/DrawTextX11.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -73541,8 +77781,6 @@ $(OutDir_CtrlCore)ImageX11.o: $(UPPDIR1)CtrlCore/ImageX11.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -73568,13 +77806,22 @@ $(OutDir_CtrlCore)ImageX11.o: $(UPPDIR1)CtrlCore/ImageX11.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/ImageX11.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73590,14 +77837,15 @@ $(OutDir_CtrlCore)ImageX11.o: $(UPPDIR1)CtrlCore/ImageX11.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -73656,8 +77904,6 @@ $(OutDir_CtrlCore)UtilX11.o: $(UPPDIR1)CtrlCore/UtilX11.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -73683,13 +77929,22 @@ $(OutDir_CtrlCore)UtilX11.o: $(UPPDIR1)CtrlCore/UtilX11.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/UtilX11.cpp \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73705,14 +77960,15 @@ $(OutDir_CtrlCore)UtilX11.o: $(UPPDIR1)CtrlCore/UtilX11.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -73771,8 +78027,6 @@ $(OutDir_CtrlCore)X11Ctrl.o: $(UPPDIR1)CtrlCore/X11Ctrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -73798,13 +78052,22 @@ $(OutDir_CtrlCore)X11Ctrl.o: $(UPPDIR1)CtrlCore/X11Ctrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Ctrl.cpp \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73820,14 +78083,15 @@ $(OutDir_CtrlCore)X11Ctrl.o: $(UPPDIR1)CtrlCore/X11Ctrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -73886,8 +78150,6 @@ $(OutDir_CtrlCore)X11Wnd.o: $(UPPDIR1)CtrlCore/X11Wnd.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -73913,14 +78175,22 @@ $(OutDir_CtrlCore)X11Wnd.o: $(UPPDIR1)CtrlCore/X11Wnd.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ - $(UPPDIR1)CtrlCore/X11Event.i \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ + $(UPPDIR1)CtrlCore/X11Wnd.cpp \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73936,14 +78206,15 @@ $(OutDir_CtrlCore)X11Wnd.o: $(UPPDIR1)CtrlCore/X11Wnd.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -74002,8 +78273,6 @@ $(OutDir_CtrlCore)X11Proc.o: $(UPPDIR1)CtrlCore/X11Proc.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -74029,13 +78298,22 @@ $(OutDir_CtrlCore)X11Proc.o: $(UPPDIR1)CtrlCore/X11Proc.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ + $(UPPDIR1)CtrlCore/X11Proc.cpp \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -74051,14 +78329,15 @@ $(OutDir_CtrlCore)X11Proc.o: $(UPPDIR1)CtrlCore/X11Proc.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -74117,8 +78396,6 @@ $(OutDir_CtrlCore)X11Clip.o: $(UPPDIR1)CtrlCore/X11Clip.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -74144,13 +78421,22 @@ $(OutDir_CtrlCore)X11Clip.o: $(UPPDIR1)CtrlCore/X11Clip.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Clip.cpp \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -74166,14 +78452,15 @@ $(OutDir_CtrlCore)X11Clip.o: $(UPPDIR1)CtrlCore/X11Clip.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -74232,8 +78519,6 @@ $(OutDir_CtrlCore)X11DnD.o: $(UPPDIR1)CtrlCore/X11DnD.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -74259,13 +78544,22 @@ $(OutDir_CtrlCore)X11DnD.o: $(UPPDIR1)CtrlCore/X11DnD.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11DnD.cpp \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -74281,14 +78575,15 @@ $(OutDir_CtrlCore)X11DnD.o: $(UPPDIR1)CtrlCore/X11DnD.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -74347,8 +78642,6 @@ $(OutDir_CtrlCore)X11Top.o: $(UPPDIR1)CtrlCore/X11Top.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -74374,13 +78667,22 @@ $(OutDir_CtrlCore)X11Top.o: $(UPPDIR1)CtrlCore/X11Top.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ + $(UPPDIR1)CtrlCore/X11Top.cpp \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -74396,14 +78698,15 @@ $(OutDir_CtrlCore)X11Top.o: $(UPPDIR1)CtrlCore/X11Top.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -74462,8 +78765,6 @@ $(OutDir_CtrlCore)X11ImgClip.o: $(UPPDIR1)CtrlCore/X11ImgClip.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -74489,13 +78790,22 @@ $(OutDir_CtrlCore)X11ImgClip.o: $(UPPDIR1)CtrlCore/X11ImgClip.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ + $(UPPDIR1)CtrlCore/X11ImgClip.cpp \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -74510,16 +78820,16 @@ $(OutDir_CtrlCore)X11ImgClip.o: $(UPPDIR1)CtrlCore/X11ImgClip.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -74578,8 +78888,6 @@ $(OutDir_CtrlCore)X11App.o: $(UPPDIR1)CtrlCore/X11App.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -74605,13 +78913,22 @@ $(OutDir_CtrlCore)X11App.o: $(UPPDIR1)CtrlCore/X11App.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11App.cpp \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -74627,14 +78944,15 @@ $(OutDir_CtrlCore)X11App.o: $(UPPDIR1)CtrlCore/X11App.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -74693,8 +79011,6 @@ $(OutDir_CtrlCore)X11DHCtrl.o: $(UPPDIR1)CtrlCore/X11DHCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -74720,13 +79036,22 @@ $(OutDir_CtrlCore)X11DHCtrl.o: $(UPPDIR1)CtrlCore/X11DHCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11DHCtrl.cpp \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -74742,14 +79067,15 @@ $(OutDir_CtrlCore)X11DHCtrl.o: $(UPPDIR1)CtrlCore/X11DHCtrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -74808,8 +79134,6 @@ $(OutDir_CtrlCore)GtkDrawOp.o: $(UPPDIR1)CtrlCore/GtkDrawOp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -74835,13 +79159,22 @@ $(OutDir_CtrlCore)GtkDrawOp.o: $(UPPDIR1)CtrlCore/GtkDrawOp.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/GtkDrawOp.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -74857,14 +79190,15 @@ $(OutDir_CtrlCore)GtkDrawOp.o: $(UPPDIR1)CtrlCore/GtkDrawOp.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -74923,8 +79257,6 @@ $(OutDir_CtrlCore)GtkDrawText.o: $(UPPDIR1)CtrlCore/GtkDrawText.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -74950,13 +79282,22 @@ $(OutDir_CtrlCore)GtkDrawText.o: $(UPPDIR1)CtrlCore/GtkDrawText.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/GtkDrawText.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -74972,14 +79313,15 @@ $(OutDir_CtrlCore)GtkDrawText.o: $(UPPDIR1)CtrlCore/GtkDrawText.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -75038,8 +79380,6 @@ $(OutDir_CtrlCore)GtkDrawImage.o: $(UPPDIR1)CtrlCore/GtkDrawImage.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -75065,13 +79405,22 @@ $(OutDir_CtrlCore)GtkDrawImage.o: $(UPPDIR1)CtrlCore/GtkDrawImage.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/GtkDrawImage.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -75087,14 +79436,15 @@ $(OutDir_CtrlCore)GtkDrawImage.o: $(UPPDIR1)CtrlCore/GtkDrawImage.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -75153,8 +79503,6 @@ $(OutDir_CtrlCore)GdkImage.o: $(UPPDIR1)CtrlCore/GdkImage.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -75180,13 +79528,22 @@ $(OutDir_CtrlCore)GdkImage.o: $(UPPDIR1)CtrlCore/GdkImage.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GdkImage.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -75202,14 +79559,15 @@ $(OutDir_CtrlCore)GdkImage.o: $(UPPDIR1)CtrlCore/GdkImage.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -75268,8 +79626,6 @@ $(OutDir_CtrlCore)GtkUtil.o: $(UPPDIR1)CtrlCore/GtkUtil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -75295,13 +79651,22 @@ $(OutDir_CtrlCore)GtkUtil.o: $(UPPDIR1)CtrlCore/GtkUtil.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/GtkUtil.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -75317,14 +79682,15 @@ $(OutDir_CtrlCore)GtkUtil.o: $(UPPDIR1)CtrlCore/GtkUtil.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -75383,8 +79749,6 @@ $(OutDir_CtrlCore)GtkX11Util.o: $(UPPDIR1)CtrlCore/GtkX11Util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -75410,13 +79774,22 @@ $(OutDir_CtrlCore)GtkX11Util.o: $(UPPDIR1)CtrlCore/GtkX11Util.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/GtkX11Util.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -75432,14 +79805,15 @@ $(OutDir_CtrlCore)GtkX11Util.o: $(UPPDIR1)CtrlCore/GtkX11Util.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -75498,8 +79872,6 @@ $(OutDir_CtrlCore)GtkCtrl.o: $(UPPDIR1)CtrlCore/GtkCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -75525,13 +79897,22 @@ $(OutDir_CtrlCore)GtkCtrl.o: $(UPPDIR1)CtrlCore/GtkCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/GtkCtrl.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -75547,14 +79928,15 @@ $(OutDir_CtrlCore)GtkCtrl.o: $(UPPDIR1)CtrlCore/GtkCtrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -75613,8 +79995,6 @@ $(OutDir_CtrlCore)GtkCapture.o: $(UPPDIR1)CtrlCore/GtkCapture.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -75640,13 +80020,22 @@ $(OutDir_CtrlCore)GtkCapture.o: $(UPPDIR1)CtrlCore/GtkCapture.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/GtkCapture.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -75662,14 +80051,15 @@ $(OutDir_CtrlCore)GtkCapture.o: $(UPPDIR1)CtrlCore/GtkCapture.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -75728,8 +80118,6 @@ $(OutDir_CtrlCore)GtkWnd.o: $(UPPDIR1)CtrlCore/GtkWnd.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -75755,13 +80143,22 @@ $(OutDir_CtrlCore)GtkWnd.o: $(UPPDIR1)CtrlCore/GtkWnd.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/GtkWnd.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -75777,14 +80174,15 @@ $(OutDir_CtrlCore)GtkWnd.o: $(UPPDIR1)CtrlCore/GtkWnd.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -75843,8 +80241,6 @@ $(OutDir_CtrlCore)GtkCreate.o: $(UPPDIR1)CtrlCore/GtkCreate.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -75870,13 +80266,22 @@ $(OutDir_CtrlCore)GtkCreate.o: $(UPPDIR1)CtrlCore/GtkCreate.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/GtkCreate.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -75892,14 +80297,15 @@ $(OutDir_CtrlCore)GtkCreate.o: $(UPPDIR1)CtrlCore/GtkCreate.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -75958,8 +80364,6 @@ $(OutDir_CtrlCore)GtkEvent.o: $(UPPDIR1)CtrlCore/GtkEvent.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -75985,13 +80389,22 @@ $(OutDir_CtrlCore)GtkEvent.o: $(UPPDIR1)CtrlCore/GtkEvent.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/GtkEvent.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -76007,14 +80420,15 @@ $(OutDir_CtrlCore)GtkEvent.o: $(UPPDIR1)CtrlCore/GtkEvent.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -76073,8 +80487,6 @@ $(OutDir_CtrlCore)GtkTop.o: $(UPPDIR1)CtrlCore/GtkTop.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -76100,13 +80512,22 @@ $(OutDir_CtrlCore)GtkTop.o: $(UPPDIR1)CtrlCore/GtkTop.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/GtkTop.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -76122,14 +80543,15 @@ $(OutDir_CtrlCore)GtkTop.o: $(UPPDIR1)CtrlCore/GtkTop.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -76188,8 +80610,6 @@ $(OutDir_CtrlCore)GtkClip.o: $(UPPDIR1)CtrlCore/GtkClip.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -76215,13 +80635,22 @@ $(OutDir_CtrlCore)GtkClip.o: $(UPPDIR1)CtrlCore/GtkClip.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/GtkClip.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -76238,14 +80667,15 @@ $(OutDir_CtrlCore)GtkClip.o: $(UPPDIR1)CtrlCore/GtkClip.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -76304,8 +80734,6 @@ $(OutDir_CtrlCore)GtkDnD.o: $(UPPDIR1)CtrlCore/GtkDnD.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -76331,13 +80759,22 @@ $(OutDir_CtrlCore)GtkDnD.o: $(UPPDIR1)CtrlCore/GtkDnD.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/GtkDnD.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -76353,14 +80790,15 @@ $(OutDir_CtrlCore)GtkDnD.o: $(UPPDIR1)CtrlCore/GtkDnD.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -76419,8 +80857,6 @@ $(OutDir_CtrlCore)GtkApp.o: $(UPPDIR1)CtrlCore/GtkApp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -76446,13 +80882,22 @@ $(OutDir_CtrlCore)GtkApp.o: $(UPPDIR1)CtrlCore/GtkApp.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ + $(UPPDIR1)CtrlCore/GtkApp.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -76468,14 +80913,15 @@ $(OutDir_CtrlCore)GtkApp.o: $(UPPDIR1)CtrlCore/GtkApp.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -76534,8 +80980,6 @@ $(OutDir_CtrlCore)CocoCtrl.o: $(UPPDIR1)CtrlCore/CocoCtrl.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -76561,13 +81005,22 @@ $(OutDir_CtrlCore)CocoCtrl.o: $(UPPDIR1)CtrlCore/CocoCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ + $(UPPDIR1)CtrlCore/CocoCtrl.cpp \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -76583,14 +81036,15 @@ $(OutDir_CtrlCore)CocoCtrl.o: $(UPPDIR1)CtrlCore/CocoCtrl.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -76649,8 +81103,6 @@ $(OutDir_CtrlCore)CocoWnd.o: $(UPPDIR1)CtrlCore/CocoWnd.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -76676,13 +81128,22 @@ $(OutDir_CtrlCore)CocoWnd.o: $(UPPDIR1)CtrlCore/CocoWnd.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ + $(UPPDIR1)CtrlCore/CocoWnd.cpp \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -76698,14 +81159,15 @@ $(OutDir_CtrlCore)CocoWnd.o: $(UPPDIR1)CtrlCore/CocoWnd.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -76764,8 +81226,6 @@ $(OutDir_CtrlCore)CocoTop.o: $(UPPDIR1)CtrlCore/CocoTop.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -76791,13 +81251,22 @@ $(OutDir_CtrlCore)CocoTop.o: $(UPPDIR1)CtrlCore/CocoTop.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ + $(UPPDIR1)CtrlCore/CocoTop.cpp \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -76813,14 +81282,15 @@ $(OutDir_CtrlCore)CocoTop.o: $(UPPDIR1)CtrlCore/CocoTop.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -76870,7 +81340,6 @@ $(OutDir_CtrlCore)CocoChSysInit.o: $(UPPDIR1)CtrlCore/CocoChSysInit.cpp \ $(UPPDIR1)Core/Map.hpp \ $(UPPDIR1)Core/Mem.h \ $(UPPDIR1)Core/Mt.h \ - $(UPPDIR1)Core/mt_.h \ $(UPPDIR1)Core/Obsolete.h \ $(UPPDIR1)Core/Ops.h \ $(UPPDIR1)Core/Other.h \ @@ -76880,8 +81349,6 @@ $(OutDir_CtrlCore)CocoChSysInit.o: $(UPPDIR1)CtrlCore/CocoChSysInit.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -76907,45 +81374,22 @@ $(OutDir_CtrlCore)CocoChSysInit.o: $(UPPDIR1)CtrlCore/CocoChSysInit.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoChSysInit.cpp \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ - $(UPPDIR1)CtrlCore/lay.h \ - $(UPPDIR1)CtrlCore/lay0.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.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/EditCtrl.hpp \ - $(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)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -76961,14 +81405,15 @@ $(OutDir_CtrlCore)CocoChSysInit.o: $(UPPDIR1)CtrlCore/CocoChSysInit.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -77027,8 +81472,6 @@ $(OutDir_CtrlCore)ParseRTF.o: $(UPPDIR1)CtrlCore/ParseRTF.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -77054,13 +81497,22 @@ $(OutDir_CtrlCore)ParseRTF.o: $(UPPDIR1)CtrlCore/ParseRTF.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/ParseRTF.cpp \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -77076,14 +81528,15 @@ $(OutDir_CtrlCore)ParseRTF.o: $(UPPDIR1)CtrlCore/ParseRTF.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.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 \ @@ -77142,8 +81595,6 @@ $(OutDir_CtrlCore)EncodeRTF.o: $(UPPDIR1)CtrlCore/EncodeRTF.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -77169,13 +81620,22 @@ $(OutDir_CtrlCore)EncodeRTF.o: $(UPPDIR1)CtrlCore/EncodeRTF.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Coco.h \ + $(UPPDIR1)CtrlCore/CocoCode.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/EncodeRTF.cpp \ + $(UPPDIR1)CtrlCore/Gtk.h \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/stdids.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Gui.h \ + $(UPPDIR1)CtrlCore/X11Gui.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -77191,14 +81651,15 @@ $(OutDir_CtrlCore)EncodeRTF.o: $(UPPDIR1)CtrlCore/EncodeRTF.cpp \ $(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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ - $(UPPDIR1)uppconfig.h + $(UPPDIR1)uppconfig.h \ + $(UPPDIR1)VirtualGui/FB.iml \ + $(UPPDIR1)VirtualGui/VirtualGui.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_CtrlCore) $(UPPDIR1)CtrlCore/EncodeRTF.cpp -o $(OutDir_CtrlCore)EncodeRTF.o $(OutDir_CtrlCore)CtrlCore.a: \ @@ -77393,8 +81854,6 @@ $(OutDir_plugin_bmp)Bmp.o: $(UPPDIR1)plugin/bmp/Bmp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -77424,6 +81883,7 @@ $(OutDir_plugin_bmp)Bmp.o: $(UPPDIR1)plugin/bmp/Bmp.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -77431,10 +81891,9 @@ $(OutDir_plugin_bmp)Bmp.o: $(UPPDIR1)plugin/bmp/Bmp.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ + $(UPPDIR1)plugin/bmp/Bmp.cpp \ $(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 @@ -77494,8 +81953,6 @@ $(OutDir_plugin_bmp)BmpWrite.o: $(UPPDIR1)plugin/bmp/BmpWrite.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -77525,6 +81982,7 @@ $(OutDir_plugin_bmp)BmpWrite.o: $(UPPDIR1)plugin/bmp/BmpWrite.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -77534,8 +81992,7 @@ $(OutDir_plugin_bmp)BmpWrite.o: $(UPPDIR1)plugin/bmp/BmpWrite.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/bmp/bmp.h \ $(UPPDIR1)plugin/bmp/bmphdr.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/bmp/BmpWrite.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_bmp) $(UPPDIR1)plugin/bmp/BmpWrite.cpp -o $(OutDir_plugin_bmp)BmpWrite.o @@ -77595,8 +82052,6 @@ $(OutDir_plugin_bmp)Icon.o: $(UPPDIR1)plugin/bmp/Icon.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -77626,6 +82081,7 @@ $(OutDir_plugin_bmp)Icon.o: $(UPPDIR1)plugin/bmp/Icon.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -77635,8 +82091,7 @@ $(OutDir_plugin_bmp)Icon.o: $(UPPDIR1)plugin/bmp/Icon.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/bmp/bmp.h \ $(UPPDIR1)plugin/bmp/bmphdr.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/bmp/Icon.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_bmp) $(UPPDIR1)plugin/bmp/Icon.cpp -o $(OutDir_plugin_bmp)Icon.o @@ -77696,8 +82151,6 @@ $(OutDir_plugin_bmp)BmpReg.o: $(UPPDIR1)plugin/bmp/BmpReg.icpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -77727,6 +82180,7 @@ $(OutDir_plugin_bmp)BmpReg.o: $(UPPDIR1)plugin/bmp/BmpReg.icpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -77735,8 +82189,7 @@ $(OutDir_plugin_bmp)BmpReg.o: $(UPPDIR1)plugin/bmp/BmpReg.icpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/bmp/bmp.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/bmp/BmpReg.icpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_bmp) $(UPPDIR1)plugin/bmp/BmpReg.icpp -o $(OutDir_plugin_bmp)BmpReg.o @@ -77808,8 +82261,6 @@ $(OutDir_RichText)Object.o: $(UPPDIR1)RichText/Object.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -77839,6 +82290,7 @@ $(OutDir_RichText)Object.o: $(UPPDIR1)RichText/Object.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -77847,10 +82299,10 @@ $(OutDir_RichText)Object.o: $(UPPDIR1)RichText/Object.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Object.cpp \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -77913,8 +82365,6 @@ $(OutDir_RichText)RichImage.o: $(UPPDIR1)RichText/RichImage.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -77944,6 +82394,7 @@ $(OutDir_RichText)RichImage.o: $(UPPDIR1)RichText/RichImage.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -77958,10 +82409,10 @@ $(OutDir_RichText)RichImage.o: $(UPPDIR1)RichText/RichImage.cpp \ $(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/RichImage.cpp \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -78024,8 +82475,6 @@ $(OutDir_RichText)ParaData.o: $(UPPDIR1)RichText/ParaData.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -78055,6 +82504,7 @@ $(OutDir_RichText)ParaData.o: $(UPPDIR1)RichText/ParaData.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -78063,10 +82513,10 @@ $(OutDir_RichText)ParaData.o: $(UPPDIR1)RichText/ParaData.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/ParaData.cpp \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -78129,8 +82579,6 @@ $(OutDir_RichText)ParaType.o: $(UPPDIR1)RichText/ParaType.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -78160,6 +82608,7 @@ $(OutDir_RichText)ParaType.o: $(UPPDIR1)RichText/ParaType.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -78168,10 +82617,10 @@ $(OutDir_RichText)ParaType.o: $(UPPDIR1)RichText/ParaType.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/ParaType.cpp \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -78234,8 +82683,6 @@ $(OutDir_RichText)ParaPaint.o: $(UPPDIR1)RichText/ParaPaint.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -78265,6 +82712,7 @@ $(OutDir_RichText)ParaPaint.o: $(UPPDIR1)RichText/ParaPaint.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -78274,10 +82722,10 @@ $(OutDir_RichText)ParaPaint.o: $(UPPDIR1)RichText/ParaPaint.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/ParaPaint.cpp \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -78340,8 +82788,6 @@ $(OutDir_RichText)HeaderFooter.o: $(UPPDIR1)RichText/HeaderFooter.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -78371,6 +82817,7 @@ $(OutDir_RichText)HeaderFooter.o: $(UPPDIR1)RichText/HeaderFooter.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -78379,10 +82826,10 @@ $(OutDir_RichText)HeaderFooter.o: $(UPPDIR1)RichText/HeaderFooter.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/HeaderFooter.cpp \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -78445,8 +82892,6 @@ $(OutDir_RichText)TxtData.o: $(UPPDIR1)RichText/TxtData.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -78476,6 +82921,7 @@ $(OutDir_RichText)TxtData.o: $(UPPDIR1)RichText/TxtData.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -78484,13 +82930,13 @@ $(OutDir_RichText)TxtData.o: $(UPPDIR1)RichText/TxtData.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)RichText/TxtData.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/TxtData.cpp -o $(OutDir_RichText)TxtData.o @@ -78550,8 +82996,6 @@ $(OutDir_RichText)TxtPaint.o: $(UPPDIR1)RichText/TxtPaint.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -78581,6 +83025,7 @@ $(OutDir_RichText)TxtPaint.o: $(UPPDIR1)RichText/TxtPaint.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -78589,13 +83034,13 @@ $(OutDir_RichText)TxtPaint.o: $(UPPDIR1)RichText/TxtPaint.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)RichText/TxtPaint.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/TxtPaint.cpp -o $(OutDir_RichText)TxtPaint.o @@ -78655,8 +83100,6 @@ $(OutDir_RichText)TxtOp.o: $(UPPDIR1)RichText/TxtOp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -78686,6 +83129,7 @@ $(OutDir_RichText)TxtOp.o: $(UPPDIR1)RichText/TxtOp.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -78694,13 +83138,13 @@ $(OutDir_RichText)TxtOp.o: $(UPPDIR1)RichText/TxtOp.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)RichText/TxtOp.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/TxtOp.cpp -o $(OutDir_RichText)TxtOp.o @@ -78760,8 +83204,6 @@ $(OutDir_RichText)Format.o: $(UPPDIR1)RichText/Format.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -78791,6 +83233,7 @@ $(OutDir_RichText)Format.o: $(UPPDIR1)RichText/Format.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -78799,10 +83242,10 @@ $(OutDir_RichText)Format.o: $(UPPDIR1)RichText/Format.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/Format.cpp \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -78865,8 +83308,6 @@ $(OutDir_RichText)TableCell.o: $(UPPDIR1)RichText/TableCell.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -78896,6 +83337,7 @@ $(OutDir_RichText)TableCell.o: $(UPPDIR1)RichText/TableCell.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -78904,11 +83346,11 @@ $(OutDir_RichText)TableCell.o: $(UPPDIR1)RichText/TableCell.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/TableCell.cpp \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)uppconfig.h @@ -78970,8 +83412,6 @@ $(OutDir_RichText)TableLayout.o: $(UPPDIR1)RichText/TableLayout.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -79001,6 +83441,7 @@ $(OutDir_RichText)TableLayout.o: $(UPPDIR1)RichText/TableLayout.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -79009,11 +83450,11 @@ $(OutDir_RichText)TableLayout.o: $(UPPDIR1)RichText/TableLayout.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/TableLayout.cpp \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)uppconfig.h @@ -79075,8 +83516,6 @@ $(OutDir_RichText)TablePaint.o: $(UPPDIR1)RichText/TablePaint.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -79106,6 +83545,7 @@ $(OutDir_RichText)TablePaint.o: $(UPPDIR1)RichText/TablePaint.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -79114,11 +83554,11 @@ $(OutDir_RichText)TablePaint.o: $(UPPDIR1)RichText/TablePaint.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/TablePaint.cpp \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)uppconfig.h @@ -79180,8 +83620,6 @@ $(OutDir_RichText)TableData.o: $(UPPDIR1)RichText/TableData.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -79211,6 +83649,7 @@ $(OutDir_RichText)TableData.o: $(UPPDIR1)RichText/TableData.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -79219,11 +83658,11 @@ $(OutDir_RichText)TableData.o: $(UPPDIR1)RichText/TableData.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ + $(UPPDIR1)RichText/TableData.cpp \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)uppconfig.h @@ -79285,8 +83724,6 @@ $(OutDir_RichText)TextPaint.o: $(UPPDIR1)RichText/TextPaint.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -79316,6 +83753,7 @@ $(OutDir_RichText)TextPaint.o: $(UPPDIR1)RichText/TextPaint.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -79324,12 +83762,12 @@ $(OutDir_RichText)TextPaint.o: $(UPPDIR1)RichText/TextPaint.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/TextPaint.cpp \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/TextPaint.cpp -o $(OutDir_RichText)TextPaint.o @@ -79390,8 +83828,6 @@ $(OutDir_RichText)TextStyle.o: $(UPPDIR1)RichText/TextStyle.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -79421,6 +83857,7 @@ $(OutDir_RichText)TextStyle.o: $(UPPDIR1)RichText/TextStyle.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -79429,12 +83866,12 @@ $(OutDir_RichText)TextStyle.o: $(UPPDIR1)RichText/TextStyle.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/TextStyle.cpp \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/TextStyle.cpp -o $(OutDir_RichText)TextStyle.o @@ -79495,8 +83932,6 @@ $(OutDir_RichText)TextData.o: $(UPPDIR1)RichText/TextData.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -79526,6 +83961,7 @@ $(OutDir_RichText)TextData.o: $(UPPDIR1)RichText/TextData.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -79534,12 +83970,12 @@ $(OutDir_RichText)TextData.o: $(UPPDIR1)RichText/TextData.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/TextData.cpp \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/TextData.cpp -o $(OutDir_RichText)TextData.o @@ -79600,8 +84036,6 @@ $(OutDir_RichText)TextTable.o: $(UPPDIR1)RichText/TextTable.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -79631,6 +84065,7 @@ $(OutDir_RichText)TextTable.o: $(UPPDIR1)RichText/TextTable.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -79639,12 +84074,12 @@ $(OutDir_RichText)TextTable.o: $(UPPDIR1)RichText/TextTable.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ + $(UPPDIR1)RichText/TextTable.cpp \ $(UPPDIR1)RichText/Txt.h \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/TextTable.cpp -o $(OutDir_RichText)TextTable.o @@ -79705,8 +84140,6 @@ $(OutDir_RichText)EncodeQtf.o: $(UPPDIR1)RichText/EncodeQtf.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -79736,6 +84169,7 @@ $(OutDir_RichText)EncodeQtf.o: $(UPPDIR1)RichText/EncodeQtf.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -79744,10 +84178,10 @@ $(OutDir_RichText)EncodeQtf.o: $(UPPDIR1)RichText/EncodeQtf.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/EncodeQtf.cpp \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -79810,8 +84244,6 @@ $(OutDir_RichText)ParseQtf.o: $(UPPDIR1)RichText/ParseQtf.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -79841,6 +84273,7 @@ $(OutDir_RichText)ParseQtf.o: $(UPPDIR1)RichText/ParseQtf.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -79849,10 +84282,10 @@ $(OutDir_RichText)ParseQtf.o: $(UPPDIR1)RichText/ParseQtf.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/ParseQtf.cpp \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -79915,8 +84348,6 @@ $(OutDir_RichText)EncodeHTML.o: $(UPPDIR1)RichText/EncodeHTML.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -79946,6 +84377,7 @@ $(OutDir_RichText)EncodeHTML.o: $(UPPDIR1)RichText/EncodeHTML.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -79954,10 +84386,10 @@ $(OutDir_RichText)EncodeHTML.o: $(UPPDIR1)RichText/EncodeHTML.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)RichText/EncodeHTML.cpp \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -80020,8 +84452,6 @@ $(OutDir_RichText)ParseHTML.o: $(UPPDIR1)RichText/ParseHTML.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -80051,6 +84481,7 @@ $(OutDir_RichText)ParseHTML.o: $(UPPDIR1)RichText/ParseHTML.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -80059,10 +84490,10 @@ $(OutDir_RichText)ParseHTML.o: $(UPPDIR1)RichText/ParseHTML.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)RichText/Para.h \ + $(UPPDIR1)RichText/ParseHTML.cpp \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -80125,8 +84556,6 @@ $(OutDir_RichText)Util.o: $(UPPDIR1)RichText/Util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -80156,6 +84585,7 @@ $(OutDir_RichText)Util.o: $(UPPDIR1)RichText/Util.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -80164,13 +84594,13 @@ $(OutDir_RichText)Util.o: $(UPPDIR1)RichText/Util.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ + $(UPPDIR1)RichText/Util.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_RichText) $(UPPDIR1)RichText/Util.cpp -o $(OutDir_RichText)Util.o diff --git a/umkMakefile b/umkMakefile index c0e18f1c9..05bc3233e 100644 --- a/umkMakefile +++ b/umkMakefile @@ -1,7 +1,9 @@ UPPDIR1 = ./uppsrc/ +UPPDIR2 = /home/cxl/.config/u++/umk/UppHub/gdal/ +UPPDIR3 = /home/cxl/.config/u++/umk/UppHub/eigen/ UPPOUT = .cache/upp.out/ -CINC = -I$(UPPDIR1) `pkg-config --cflags libpng` `pkg-config --cflags freetype2` `pkg-config --cflags fontconfig` `pkg-config --cflags x11` `pkg-config --cflags xcb` `pkg-config --cflags expat` -I./ -I$(UPPOUT) +CINC = -I$(UPPDIR1) -I$(UPPDIR2) -I$(UPPDIR3) `pkg-config --cflags libpng` `pkg-config --cflags freetype2` `pkg-config --cflags fontconfig` `pkg-config --cflags x11` `pkg-config --cflags xcb` `pkg-config --cflags expat` -I./ -I$(UPPOUT) Macro = -DflagGCC -DflagSHARED -DflagPOSIX -DflagLINUX CXX = c++ LINKER = $(CXX) @@ -183,8 +185,6 @@ $(OutDir_umk)Console.o: $(UPPDIR1)umk/Console.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -219,13 +219,11 @@ $(OutDir_umk)Console.o: $(UPPDIR1)umk/Console.cpp \ $(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)umk/Console.cpp \ $(UPPDIR1)umk/umake.h \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_umk) $(UPPDIR1)umk/Console.cpp -o $(OutDir_umk)Console.o @@ -287,8 +285,6 @@ $(OutDir_umk)IdeContext.o: $(UPPDIR1)umk/IdeContext.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -314,17 +310,6 @@ $(OutDir_umk)IdeContext.o: $(UPPDIR1)umk/IdeContext.cpp \ $(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/SIMD.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ @@ -334,13 +319,11 @@ $(OutDir_umk)IdeContext.o: $(UPPDIR1)umk/IdeContext.cpp \ $(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)umk/IdeContext.cpp \ $(UPPDIR1)umk/umake.h \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_umk) $(UPPDIR1)umk/IdeContext.cpp -o $(OutDir_umk)IdeContext.o @@ -402,8 +385,6 @@ $(OutDir_umk)MakeBuild.o: $(UPPDIR1)umk/MakeBuild.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -438,13 +419,11 @@ $(OutDir_umk)MakeBuild.o: $(UPPDIR1)umk/MakeBuild.cpp \ $(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)umk/MakeBuild.cpp \ $(UPPDIR1)umk/umake.h \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_umk) $(UPPDIR1)umk/MakeBuild.cpp -o $(OutDir_umk)MakeBuild.o @@ -506,8 +485,6 @@ $(OutDir_umk)Export.o: $(UPPDIR1)umk/Export.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -542,13 +519,11 @@ $(OutDir_umk)Export.o: $(UPPDIR1)umk/Export.cpp \ $(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)umk/Export.cpp \ $(UPPDIR1)umk/umake.h \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_umk) $(UPPDIR1)umk/Export.cpp -o $(OutDir_umk)Export.o @@ -610,8 +585,6 @@ $(OutDir_umk)UppHub.o: $(UPPDIR1)umk/UppHub.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -646,14 +619,12 @@ $(OutDir_umk)UppHub.o: $(UPPDIR1)umk/UppHub.cpp \ $(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)umk/umake.h \ + $(UPPDIR1)umk/UppHub.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_umk) $(UPPDIR1)umk/UppHub.cpp -o $(OutDir_umk)UppHub.o @@ -714,8 +685,6 @@ $(OutDir_umk)umake.o: $(UPPDIR1)umk/umake.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -750,13 +719,11 @@ $(OutDir_umk)umake.o: $(UPPDIR1)umk/umake.cpp \ $(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)umk/umake.cpp \ $(UPPDIR1)umk/umake.h \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_umk) $(UPPDIR1)umk/umake.cpp -o $(OutDir_umk)umake.o @@ -821,8 +788,6 @@ $(OutDir_ide_Builders)CppBuilder.o: $(UPPDIR1)ide/Builders/CppBuilder.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -853,15 +818,13 @@ $(OutDir_ide_Builders)CppBuilder.o: $(UPPDIR1)ide/Builders/CppBuilder.cpp \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Builders/CppBuilder.cpp \ $(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 @@ -924,8 +887,6 @@ $(OutDir_ide_Builders)MakeFile.o: $(UPPDIR1)ide/Builders/MakeFile.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -956,15 +917,13 @@ $(OutDir_ide_Builders)MakeFile.o: $(UPPDIR1)ide/Builders/MakeFile.cpp \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Builders/MakeFile.cpp \ $(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 @@ -1027,8 +986,6 @@ $(OutDir_ide_Builders)CCJ.o: $(UPPDIR1)ide/Builders/CCJ.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -1059,15 +1016,13 @@ $(OutDir_ide_Builders)CCJ.o: $(UPPDIR1)ide/Builders/CCJ.cpp \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Builders/CCJ.cpp \ $(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 @@ -1130,8 +1085,6 @@ $(OutDir_ide_Builders)GccBuilder.o: $(UPPDIR1)ide/Builders/GccBuilder.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -1163,15 +1116,13 @@ $(OutDir_ide_Builders)GccBuilder.o: $(UPPDIR1)ide/Builders/GccBuilder.cpp \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/Builders/BuilderUtils.h \ + $(UPPDIR1)ide/Builders/GccBuilder.cpp \ $(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 @@ -1234,8 +1185,6 @@ $(OutDir_ide_Builders)MscBuilder.o: $(UPPDIR1)ide/Builders/MscBuilder.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -1267,15 +1216,13 @@ $(OutDir_ide_Builders)MscBuilder.o: $(UPPDIR1)ide/Builders/MscBuilder.cpp \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/Builders/coff.h \ + $(UPPDIR1)ide/Builders/MscBuilder.cpp \ $(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 @@ -1338,8 +1285,6 @@ $(OutDir_ide_Builders)JavaBuilder.o: $(UPPDIR1)ide/Builders/JavaBuilder.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -1370,15 +1315,13 @@ $(OutDir_ide_Builders)JavaBuilder.o: $(UPPDIR1)ide/Builders/JavaBuilder.cpp \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Builders/JavaBuilder.cpp \ $(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 @@ -1441,8 +1384,6 @@ $(OutDir_ide_Builders)ScriptBuilder.o: $(UPPDIR1)ide/Builders/ScriptBuilder.cpp $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -1473,15 +1414,13 @@ $(OutDir_ide_Builders)ScriptBuilder.o: $(UPPDIR1)ide/Builders/ScriptBuilder.cpp $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Builders/ScriptBuilder.cpp \ $(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 @@ -1544,8 +1483,6 @@ $(OutDir_ide_Builders)Cocoa.o: $(UPPDIR1)ide/Builders/Cocoa.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -1571,32 +1508,18 @@ $(OutDir_ide_Builders)Cocoa.o: $(UPPDIR1)ide/Builders/Cocoa.cpp \ $(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/SIMD.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/Cocoa.cpp \ $(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 @@ -1658,8 +1581,6 @@ $(OutDir_ide_Builders)AndroidProject.o: $(UPPDIR1)ide/Builders/AndroidProject.cp $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -1686,8 +1607,7 @@ $(OutDir_ide_Builders)AndroidProject.o: $(UPPDIR1)ide/Builders/AndroidProject.cp $(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)ide/Builders/AndroidProject.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/AndroidProject.cpp -o $(OutDir_ide_Builders)AndroidProject.o @@ -1747,8 +1667,6 @@ $(OutDir_ide_Builders)AndroidApplicationMakeFile.o: $(UPPDIR1)ide/Builders/Andro $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -1775,8 +1693,7 @@ $(OutDir_ide_Builders)AndroidApplicationMakeFile.o: $(UPPDIR1)ide/Builders/Andro $(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)ide/Builders/AndroidApplicationMakeFile.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/AndroidApplicationMakeFile.cpp -o $(OutDir_ide_Builders)AndroidApplicationMakeFile.o @@ -1836,8 +1753,6 @@ $(OutDir_ide_Builders)AndroidMakeFile.o: $(UPPDIR1)ide/Builders/AndroidMakeFile. $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -1864,8 +1779,7 @@ $(OutDir_ide_Builders)AndroidMakeFile.o: $(UPPDIR1)ide/Builders/AndroidMakeFile. $(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)ide/Builders/AndroidMakeFile.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/AndroidMakeFile.cpp -o $(OutDir_ide_Builders)AndroidMakeFile.o @@ -1925,8 +1839,6 @@ $(OutDir_ide_Builders)AndroidModuleMakeFile.o: $(UPPDIR1)ide/Builders/AndroidMod $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -1953,8 +1865,7 @@ $(OutDir_ide_Builders)AndroidModuleMakeFile.o: $(UPPDIR1)ide/Builders/AndroidMod $(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)ide/Builders/AndroidModuleMakeFile.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/AndroidModuleMakeFile.cpp -o $(OutDir_ide_Builders)AndroidModuleMakeFile.o @@ -2015,8 +1926,6 @@ $(OutDir_ide_Builders)AndroidBuilder.o: $(UPPDIR1)ide/Builders/AndroidBuilder.cp $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -2047,6 +1956,7 @@ $(OutDir_ide_Builders)AndroidBuilder.o: $(UPPDIR1)ide/Builders/AndroidBuilder.cp $(UPPDIR1)ide/Android/Devices.h \ $(UPPDIR1)ide/Android/Executables.h \ $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/AndroidBuilder.cpp \ $(UPPDIR1)ide/Builders/AndroidBuilder.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ @@ -2057,11 +1967,8 @@ $(OutDir_ide_Builders)AndroidBuilder.o: $(UPPDIR1)ide/Builders/AndroidBuilder.cp $(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 @@ -2124,8 +2031,6 @@ $(OutDir_ide_Builders)AndroidBuilderCommands.o: $(UPPDIR1)ide/Builders/AndroidBu $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -2157,16 +2062,14 @@ $(OutDir_ide_Builders)AndroidBuilderCommands.o: $(UPPDIR1)ide/Builders/AndroidBu $(UPPDIR1)ide/Android/Executables.h \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/AndroidBuilder.h \ + $(UPPDIR1)ide/Builders/AndroidBuilderCommands.cpp \ $(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 @@ -2229,8 +2132,6 @@ $(OutDir_ide_Builders)AndroidBuilderUtils.o: $(UPPDIR1)ide/Builders/AndroidBuild $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -2262,16 +2163,14 @@ $(OutDir_ide_Builders)AndroidBuilderUtils.o: $(UPPDIR1)ide/Builders/AndroidBuild $(UPPDIR1)ide/Android/Executables.h \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/AndroidBuilder.h \ + $(UPPDIR1)ide/Builders/AndroidBuilderUtils.cpp \ $(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 @@ -2334,8 +2233,6 @@ $(OutDir_ide_Builders)AndroidModuleMakeFileBuilder.o: $(UPPDIR1)ide/Builders/And $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -2367,16 +2264,14 @@ $(OutDir_ide_Builders)AndroidModuleMakeFileBuilder.o: $(UPPDIR1)ide/Builders/And $(UPPDIR1)ide/Android/Executables.h \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/AndroidBuilder.h \ + $(UPPDIR1)ide/Builders/AndroidModuleMakeFileBuilder.cpp \ $(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 @@ -2439,8 +2334,6 @@ $(OutDir_ide_Builders)Blitz.o: $(UPPDIR1)ide/Builders/Blitz.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -2468,6 +2361,7 @@ $(OutDir_ide_Builders)Blitz.o: $(UPPDIR1)ide/Builders/Blitz.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Blitz.cpp \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ @@ -2475,11 +2369,8 @@ $(OutDir_ide_Builders)Blitz.o: $(UPPDIR1)ide/Builders/Blitz.cpp \ $(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 @@ -2542,8 +2433,6 @@ $(OutDir_ide_Builders)Build.o: $(UPPDIR1)ide/Builders/Build.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -2575,6 +2464,7 @@ $(OutDir_ide_Builders)Build.o: $(UPPDIR1)ide/Builders/Build.cpp \ $(UPPDIR1)ide/Android/Executables.h \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/AndroidBuilder.h \ + $(UPPDIR1)ide/Builders/Build.cpp \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ @@ -2583,11 +2473,8 @@ $(OutDir_ide_Builders)Build.o: $(UPPDIR1)ide/Builders/Build.cpp \ $(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 @@ -2650,8 +2537,6 @@ $(OutDir_ide_Builders)Install.o: $(UPPDIR1)ide/Builders/Install.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -2682,15 +2567,13 @@ $(OutDir_ide_Builders)Install.o: $(UPPDIR1)ide/Builders/Install.cpp \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Builders/Install.cpp \ $(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 @@ -2752,8 +2635,6 @@ $(OutDir_ide_Builders)BuilderUtils.o: $(UPPDIR1)ide/Builders/BuilderUtils.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -2779,9 +2660,8 @@ $(OutDir_ide_Builders)BuilderUtils.o: $(UPPDIR1)ide/Builders/BuilderUtils.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)ide/Builders/BuilderUtils.cpp \ $(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 @@ -2888,8 +2768,6 @@ $(OutDir_ide_Core)Ide.o: $(UPPDIR1)ide/Core/Ide.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -2918,13 +2796,11 @@ $(OutDir_ide_Core)Ide.o: $(UPPDIR1)ide/Core/Ide.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Ide.cpp \ $(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 @@ -2987,8 +2863,6 @@ $(OutDir_ide_Core)Cache.o: $(UPPDIR1)ide/Core/Cache.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -3015,15 +2889,13 @@ $(OutDir_ide_Core)Cache.o: $(UPPDIR1)ide/Core/Cache.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Core/Cache.cpp \ $(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 @@ -3086,8 +2958,6 @@ $(OutDir_ide_Core)Core.o: $(UPPDIR1)ide/Core/Core.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -3114,15 +2984,13 @@ $(OutDir_ide_Core)Core.o: $(UPPDIR1)ide/Core/Core.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Core/Core.cpp \ $(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 @@ -3185,8 +3053,6 @@ $(OutDir_ide_Core)Builder.o: $(UPPDIR1)ide/Core/Builder.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -3213,15 +3079,13 @@ $(OutDir_ide_Core)Builder.o: $(UPPDIR1)ide/Core/Builder.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Core/Builder.cpp \ $(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 @@ -3284,8 +3148,6 @@ $(OutDir_ide_Core)PPinfo.o: $(UPPDIR1)ide/Core/PPinfo.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -3315,12 +3177,10 @@ $(OutDir_ide_Core)PPinfo.o: $(UPPDIR1)ide/Core/PPinfo.cpp \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Core/PPinfo.cpp \ $(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 @@ -3383,8 +3243,6 @@ $(OutDir_ide_Core)Assembly.o: $(UPPDIR1)ide/Core/Assembly.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -3411,15 +3269,13 @@ $(OutDir_ide_Core)Assembly.o: $(UPPDIR1)ide/Core/Assembly.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Core/Assembly.cpp \ $(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 @@ -3482,8 +3338,6 @@ $(OutDir_ide_Core)Package.o: $(UPPDIR1)ide/Core/Package.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -3513,12 +3367,10 @@ $(OutDir_ide_Core)Package.o: $(UPPDIR1)ide/Core/Package.cpp \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Core/Package.cpp \ $(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 @@ -3581,8 +3433,6 @@ $(OutDir_ide_Core)Workspace.o: $(UPPDIR1)ide/Core/Workspace.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -3612,12 +3462,10 @@ $(OutDir_ide_Core)Workspace.o: $(UPPDIR1)ide/Core/Workspace.cpp \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Core/Workspace.cpp \ $(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 @@ -3680,8 +3528,6 @@ $(OutDir_ide_Core)usc.o: $(UPPDIR1)ide/Core/usc.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -3711,12 +3557,10 @@ $(OutDir_ide_Core)usc.o: $(UPPDIR1)ide/Core/usc.cpp \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Core/usc.cpp \ $(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 @@ -3779,8 +3623,6 @@ $(OutDir_ide_Core)BinObj.o: $(UPPDIR1)ide/Core/BinObj.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -3807,15 +3649,13 @@ $(OutDir_ide_Core)BinObj.o: $(UPPDIR1)ide/Core/BinObj.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Core/BinObj.cpp \ $(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 @@ -3878,8 +3718,6 @@ $(OutDir_ide_Core)Util.o: $(UPPDIR1)ide/Core/Util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -3909,12 +3747,10 @@ $(OutDir_ide_Core)Util.o: $(UPPDIR1)ide/Core/Util.cpp \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Core/Util.cpp \ $(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 @@ -3977,8 +3813,6 @@ $(OutDir_ide_Core)Host.o: $(UPPDIR1)ide/Core/Host.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -4006,14 +3840,12 @@ $(OutDir_ide_Core)Host.o: $(UPPDIR1)ide/Core/Host.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.cpp \ $(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 @@ -4075,8 +3907,6 @@ $(OutDir_ide_Core)Logger.o: $(UPPDIR1)ide/Core/Logger.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -4102,9 +3932,8 @@ $(OutDir_ide_Core)Logger.o: $(UPPDIR1)ide/Core/Logger.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)ide/Core/Logger.cpp \ $(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 @@ -4197,8 +4026,6 @@ $(OutDir_ide_Android)Android.o: $(UPPDIR1)ide/Android/Android.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -4225,6 +4052,7 @@ $(OutDir_ide_Android)Android.o: $(UPPDIR1)ide/Android/Android.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Android/Android.cpp \ $(UPPDIR1)ide/Android/Android.h \ $(UPPDIR1)ide/Android/Devices.h \ $(UPPDIR1)ide/Android/Executables.h \ @@ -4232,11 +4060,8 @@ $(OutDir_ide_Android)Android.o: $(UPPDIR1)ide/Android/Android.cpp \ $(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 @@ -4299,8 +4124,6 @@ $(OutDir_ide_Android)AndroidSDK.o: $(UPPDIR1)ide/Android/AndroidSDK.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -4328,20 +4151,18 @@ $(OutDir_ide_Android)AndroidSDK.o: $(UPPDIR1)ide/Android/AndroidSDK.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/AndroidSDK.cpp \ $(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 @@ -4404,8 +4225,6 @@ $(OutDir_ide_Android)AndroidNDK.o: $(UPPDIR1)ide/Android/AndroidNDK.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -4433,17 +4252,15 @@ $(OutDir_ide_Android)AndroidNDK.o: $(UPPDIR1)ide/Android/AndroidNDK.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/AndroidNDK.cpp \ $(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 @@ -4506,8 +4323,6 @@ $(OutDir_ide_Android)Apk.o: $(UPPDIR1)ide/Android/Apk.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -4535,17 +4350,15 @@ $(OutDir_ide_Android)Apk.o: $(UPPDIR1)ide/Android/Apk.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Apk.cpp \ $(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 @@ -4608,8 +4421,6 @@ $(OutDir_ide_Android)AndroidManifest.o: $(UPPDIR1)ide/Android/AndroidManifest.cp $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -4637,17 +4448,15 @@ $(OutDir_ide_Android)AndroidManifest.o: $(UPPDIR1)ide/Android/AndroidManifest.cp $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/AndroidManifest.cpp \ $(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 @@ -4710,8 +4519,6 @@ $(OutDir_ide_Android)Adb.o: $(UPPDIR1)ide/Android/Adb.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -4738,6 +4545,7 @@ $(OutDir_ide_Android)Adb.o: $(UPPDIR1)ide/Android/Adb.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Android/Adb.cpp \ $(UPPDIR1)ide/Android/Android.h \ $(UPPDIR1)ide/Android/Devices.h \ $(UPPDIR1)ide/Android/Executables.h \ @@ -4745,11 +4553,8 @@ $(OutDir_ide_Android)Adb.o: $(UPPDIR1)ide/Android/Adb.cpp \ $(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 @@ -4812,8 +4617,6 @@ $(OutDir_ide_Android)LogCat.o: $(UPPDIR1)ide/Android/LogCat.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -4841,15 +4644,13 @@ $(OutDir_ide_Android)LogCat.o: $(UPPDIR1)ide/Android/LogCat.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Android/LogCat.cpp \ $(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 @@ -4912,8 +4713,6 @@ $(OutDir_ide_Android)NDKBuild.o: $(UPPDIR1)ide/Android/NDKBuild.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -4941,15 +4740,13 @@ $(OutDir_ide_Android)NDKBuild.o: $(UPPDIR1)ide/Android/NDKBuild.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Android/NDKBuild.cpp \ $(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 @@ -5034,8 +4831,6 @@ $(OutDir_ide_Java)JavaVersion.o: $(UPPDIR1)ide/Java/JavaVersion.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -5066,12 +4861,10 @@ $(OutDir_ide_Java)JavaVersion.o: $(UPPDIR1)ide/Java/JavaVersion.cpp \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/Java/JavaVersion.cpp \ $(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 @@ -5134,8 +4927,6 @@ $(OutDir_ide_Java)Java.o: $(UPPDIR1)ide/Java/Java.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -5165,13 +4956,11 @@ $(OutDir_ide_Java)Java.o: $(UPPDIR1)ide/Java/Java.cpp \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Java/Java.cpp \ $(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 @@ -5234,8 +5023,6 @@ $(OutDir_ide_Java)Jdk.o: $(UPPDIR1)ide/Java/Jdk.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -5266,12 +5053,10 @@ $(OutDir_ide_Java)Jdk.o: $(UPPDIR1)ide/Java/Jdk.cpp \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/Java/Jdk.cpp \ $(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 @@ -5290,27 +5075,7 @@ $(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 + $(UPPDIR1)plugin/png/pnglib.c $(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 \ @@ -5369,8 +5134,6 @@ $(OutDir_plugin_png)pngupp.o: $(UPPDIR1)plugin/png/pngupp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -5400,6 +5163,7 @@ $(OutDir_plugin_png)pngupp.o: $(UPPDIR1)plugin/png/pngupp.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -5407,11 +5171,8 @@ $(OutDir_plugin_png)pngupp.o: $(UPPDIR1)plugin/png/pngupp.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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)plugin/png/pngupp.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_png) $(UPPDIR1)plugin/png/pngupp.cpp -o $(OutDir_plugin_png)pngupp.o @@ -5471,8 +5232,6 @@ $(OutDir_plugin_png)pngreg.o: $(UPPDIR1)plugin/png/pngreg.icpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -5502,6 +5261,7 @@ $(OutDir_plugin_png)pngreg.o: $(UPPDIR1)plugin/png/pngreg.icpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -5510,8 +5270,7 @@ $(OutDir_plugin_png)pngreg.o: $(UPPDIR1)plugin/png/pngreg.icpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/png/pngreg.icpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_png) $(UPPDIR1)plugin/png/pngreg.icpp -o $(OutDir_plugin_png)pngreg.o @@ -5581,8 +5340,6 @@ $(OutDir_Draw)Font.o: $(UPPDIR1)Draw/Font.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -5612,6 +5369,8 @@ $(OutDir_Draw)Font.o: $(UPPDIR1)Draw/Font.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/Font.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -5619,8 +5378,6 @@ $(OutDir_Draw)Font.o: $(UPPDIR1)Draw/Font.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -5680,8 +5437,6 @@ $(OutDir_Draw)FontCR.o: $(UPPDIR1)Draw/FontCR.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -5711,6 +5466,8 @@ $(OutDir_Draw)FontCR.o: $(UPPDIR1)Draw/FontCR.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/FontCR.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Fonts.i \ $(UPPDIR1)Draw/Image.h \ @@ -5719,8 +5476,6 @@ $(OutDir_Draw)FontCR.o: $(UPPDIR1)Draw/FontCR.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -5780,8 +5535,6 @@ $(OutDir_Draw)FontWin32.o: $(UPPDIR1)Draw/FontWin32.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -5811,15 +5564,15 @@ $(OutDir_Draw)FontWin32.o: $(UPPDIR1)Draw/FontWin32.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/FontWin32.cpp \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -5879,8 +5632,6 @@ $(OutDir_Draw)FontFc.o: $(UPPDIR1)Draw/FontFc.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -5910,6 +5661,8 @@ $(OutDir_Draw)FontFc.o: $(UPPDIR1)Draw/FontFc.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/FontFc.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -5917,8 +5670,6 @@ $(OutDir_Draw)FontFc.o: $(UPPDIR1)Draw/FontFc.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -5978,8 +5729,6 @@ $(OutDir_Draw)FontCocoNOMM.o: $(UPPDIR1)Draw/FontCocoNOMM.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -6009,6 +5758,8 @@ $(OutDir_Draw)FontCocoNOMM.o: $(UPPDIR1)Draw/FontCocoNOMM.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/FontCocoNOMM.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -6016,8 +5767,6 @@ $(OutDir_Draw)FontCocoNOMM.o: $(UPPDIR1)Draw/FontCocoNOMM.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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/FontCocoNOMM.cpp -o $(OutDir_Draw)FontCocoNOMM.o @@ -6077,8 +5826,6 @@ $(OutDir_Draw)Draw.o: $(UPPDIR1)Draw/Draw.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -6107,7 +5854,9 @@ $(OutDir_Draw)Draw.o: $(UPPDIR1)Draw/Draw.cpp \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.cpp \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -6115,8 +5864,6 @@ $(OutDir_Draw)Draw.o: $(UPPDIR1)Draw/Draw.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -6176,8 +5923,6 @@ $(OutDir_Draw)DrawText.o: $(UPPDIR1)Draw/DrawText.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -6207,6 +5952,8 @@ $(OutDir_Draw)DrawText.o: $(UPPDIR1)Draw/DrawText.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/DrawText.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -6214,8 +5961,6 @@ $(OutDir_Draw)DrawText.o: $(UPPDIR1)Draw/DrawText.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -6275,8 +6020,6 @@ $(OutDir_Draw)DrawData.o: $(UPPDIR1)Draw/DrawData.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -6306,6 +6049,8 @@ $(OutDir_Draw)DrawData.o: $(UPPDIR1)Draw/DrawData.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawData.cpp \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -6313,8 +6058,6 @@ $(OutDir_Draw)DrawData.o: $(UPPDIR1)Draw/DrawData.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -6374,8 +6117,6 @@ $(OutDir_Draw)Drawing.o: $(UPPDIR1)Draw/Drawing.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -6405,6 +6146,8 @@ $(OutDir_Draw)Drawing.o: $(UPPDIR1)Draw/Drawing.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/Drawing.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -6412,8 +6155,6 @@ $(OutDir_Draw)Drawing.o: $(UPPDIR1)Draw/Drawing.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -6473,8 +6214,6 @@ $(OutDir_Draw)ImageAnyDraw.o: $(UPPDIR1)Draw/ImageAnyDraw.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -6504,15 +6243,15 @@ $(OutDir_Draw)ImageAnyDraw.o: $(UPPDIR1)Draw/ImageAnyDraw.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageAnyDraw.cpp \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -6572,8 +6311,6 @@ $(OutDir_Draw)DrawUtil.o: $(UPPDIR1)Draw/DrawUtil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -6603,6 +6340,8 @@ $(OutDir_Draw)DrawUtil.o: $(UPPDIR1)Draw/DrawUtil.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/DrawUtil.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -6610,8 +6349,6 @@ $(OutDir_Draw)DrawUtil.o: $(UPPDIR1)Draw/DrawUtil.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -6671,8 +6408,6 @@ $(OutDir_Draw)DrawTextUtil.o: $(UPPDIR1)Draw/DrawTextUtil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -6702,6 +6437,8 @@ $(OutDir_Draw)DrawTextUtil.o: $(UPPDIR1)Draw/DrawTextUtil.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/DrawTextUtil.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -6709,8 +6446,6 @@ $(OutDir_Draw)DrawTextUtil.o: $(UPPDIR1)Draw/DrawTextUtil.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -6770,8 +6505,6 @@ $(OutDir_Draw)Display.o: $(UPPDIR1)Draw/Display.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -6799,8 +6532,10 @@ $(OutDir_Draw)Display.o: $(UPPDIR1)Draw/Display.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.cpp \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -6809,8 +6544,6 @@ $(OutDir_Draw)Display.o: $(UPPDIR1)Draw/Display.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -6870,8 +6603,6 @@ $(OutDir_Draw)Image.o: $(UPPDIR1)Draw/Image.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -6901,15 +6632,15 @@ $(OutDir_Draw)Image.o: $(UPPDIR1)Draw/Image.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.cpp \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -6969,8 +6700,6 @@ $(OutDir_Draw)ImageBlit.o: $(UPPDIR1)Draw/ImageBlit.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7000,15 +6729,15 @@ $(OutDir_Draw)ImageBlit.o: $(UPPDIR1)Draw/ImageBlit.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageBlit.cpp \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -7068,8 +6797,6 @@ $(OutDir_Draw)RasterFormat.o: $(UPPDIR1)Draw/RasterFormat.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7099,15 +6826,15 @@ $(OutDir_Draw)RasterFormat.o: $(UPPDIR1)Draw/RasterFormat.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/RasterFormat.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -7167,8 +6894,6 @@ $(OutDir_Draw)RasterWrite.o: $(UPPDIR1)Draw/RasterWrite.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7198,15 +6923,15 @@ $(OutDir_Draw)RasterWrite.o: $(UPPDIR1)Draw/RasterWrite.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/RasterWrite.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -7266,8 +6991,6 @@ $(OutDir_Draw)Palette.o: $(UPPDIR1)Draw/Palette.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7297,15 +7020,15 @@ $(OutDir_Draw)Palette.o: $(UPPDIR1)Draw/Palette.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Palette.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -7365,8 +7088,6 @@ $(OutDir_Draw)Raster.o: $(UPPDIR1)Draw/Raster.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7396,15 +7117,15 @@ $(OutDir_Draw)Raster.o: $(UPPDIR1)Draw/Raster.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -7464,8 +7185,6 @@ $(OutDir_Draw)RasterEncoder.o: $(UPPDIR1)Draw/RasterEncoder.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7495,15 +7214,15 @@ $(OutDir_Draw)RasterEncoder.o: $(UPPDIR1)Draw/RasterEncoder.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/RasterEncoder.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -7563,8 +7282,6 @@ $(OutDir_Draw)ImageOp.o: $(UPPDIR1)Draw/ImageOp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7594,15 +7311,15 @@ $(OutDir_Draw)ImageOp.o: $(UPPDIR1)Draw/ImageOp.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.cpp \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -7662,8 +7379,6 @@ $(OutDir_Draw)ImageChOp.o: $(UPPDIR1)Draw/ImageChOp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7693,15 +7408,15 @@ $(OutDir_Draw)ImageChOp.o: $(UPPDIR1)Draw/ImageChOp.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageChOp.cpp \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -7761,8 +7476,6 @@ $(OutDir_Draw)Mify.o: $(UPPDIR1)Draw/Mify.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7792,15 +7505,15 @@ $(OutDir_Draw)Mify.o: $(UPPDIR1)Draw/Mify.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Mify.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -7860,8 +7573,6 @@ $(OutDir_Draw)ImageScale.o: $(UPPDIR1)Draw/ImageScale.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7891,15 +7602,15 @@ $(OutDir_Draw)ImageScale.o: $(UPPDIR1)Draw/ImageScale.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/ImageScale.cpp \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -7959,8 +7670,6 @@ $(OutDir_Draw)RescaleFilter.o: $(UPPDIR1)Draw/RescaleFilter.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7990,15 +7699,15 @@ $(OutDir_Draw)RescaleFilter.o: $(UPPDIR1)Draw/RescaleFilter.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/RescaleFilter.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -8058,8 +7767,6 @@ $(OutDir_Draw)MakeCache.o: $(UPPDIR1)Draw/MakeCache.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8089,15 +7796,15 @@ $(OutDir_Draw)MakeCache.o: $(UPPDIR1)Draw/MakeCache.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/MakeCache.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -8157,8 +7864,6 @@ $(OutDir_Draw)DrawRasterData.o: $(UPPDIR1)Draw/DrawRasterData.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8188,6 +7893,8 @@ $(OutDir_Draw)DrawRasterData.o: $(UPPDIR1)Draw/DrawRasterData.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/DrawRasterData.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -8195,8 +7902,6 @@ $(OutDir_Draw)DrawRasterData.o: $(UPPDIR1)Draw/DrawRasterData.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -8256,8 +7961,6 @@ $(OutDir_Draw)Uhd.o: $(UPPDIR1)Draw/Uhd.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8287,6 +7990,7 @@ $(OutDir_Draw)Uhd.o: $(UPPDIR1)Draw/Uhd.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -8294,8 +7998,7 @@ $(OutDir_Draw)Uhd.o: $(UPPDIR1)Draw/Uhd.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)Draw/Uhd.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/Uhd.cpp -o $(OutDir_Draw)Uhd.o @@ -8355,8 +8058,6 @@ $(OutDir_Draw)Iml.o: $(UPPDIR1)Draw/Iml.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8386,15 +8087,15 @@ $(OutDir_Draw)Iml.o: $(UPPDIR1)Draw/Iml.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Iml.cpp \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -8454,8 +8155,6 @@ $(OutDir_Draw)DDARasterizer.o: $(UPPDIR1)Draw/DDARasterizer.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8482,9 +8181,11 @@ $(OutDir_Draw)DDARasterizer.o: $(UPPDIR1)Draw/DDARasterizer.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -8492,8 +8193,6 @@ $(OutDir_Draw)DDARasterizer.o: $(UPPDIR1)Draw/DDARasterizer.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -8553,8 +8252,6 @@ $(OutDir_Draw)SDrawClip.o: $(UPPDIR1)Draw/SDrawClip.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8584,15 +8281,15 @@ $(OutDir_Draw)SDrawClip.o: $(UPPDIR1)Draw/SDrawClip.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SDrawClip.cpp \ $(UPPDIR1)Draw/SIMD.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 @@ -8652,8 +8349,6 @@ $(OutDir_Draw)SDrawPut.o: $(UPPDIR1)Draw/SDrawPut.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8683,15 +8378,15 @@ $(OutDir_Draw)SDrawPut.o: $(UPPDIR1)Draw/SDrawPut.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SDrawPut.cpp \ $(UPPDIR1)Draw/SIMD.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 @@ -8751,8 +8446,6 @@ $(OutDir_Draw)SDrawText.o: $(UPPDIR1)Draw/SDrawText.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8782,15 +8475,15 @@ $(OutDir_Draw)SDrawText.o: $(UPPDIR1)Draw/SDrawText.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SDrawText.cpp \ $(UPPDIR1)Draw/SIMD.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 @@ -8850,8 +8543,6 @@ $(OutDir_Draw)SDraw.o: $(UPPDIR1)Draw/SDraw.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8881,15 +8572,15 @@ $(OutDir_Draw)SDraw.o: $(UPPDIR1)Draw/SDraw.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -8949,8 +8640,6 @@ $(OutDir_Draw)SImageDraw.o: $(UPPDIR1)Draw/SImageDraw.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8980,15 +8669,15 @@ $(OutDir_Draw)SImageDraw.o: $(UPPDIR1)Draw/SImageDraw.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SImageDraw.cpp \ $(UPPDIR1)Draw/SIMD.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 @@ -9048,8 +8737,6 @@ $(OutDir_Draw)Cham.o: $(UPPDIR1)Draw/Cham.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -9075,10 +8762,12 @@ $(OutDir_Draw)Cham.o: $(UPPDIR1)Draw/Cham.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.cpp \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -9086,9 +8775,6 @@ $(OutDir_Draw)Cham.o: $(UPPDIR1)Draw/Cham.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -9148,8 +8834,6 @@ $(OutDir_Draw)SColors.o: $(UPPDIR1)Draw/SColors.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -9179,15 +8863,15 @@ $(OutDir_Draw)SColors.o: $(UPPDIR1)Draw/SColors.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SColors.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -9327,8 +9011,6 @@ $(OutDir_Esc)EscValue.o: $(UPPDIR1)Esc/EscValue.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -9355,8 +9037,7 @@ $(OutDir_Esc)EscValue.o: $(UPPDIR1)Esc/EscValue.cpp \ $(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)Esc/EscValue.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Esc) $(UPPDIR1)Esc/EscValue.cpp -o $(OutDir_Esc)EscValue.o @@ -9416,8 +9097,6 @@ $(OutDir_Esc)EscArray.o: $(UPPDIR1)Esc/EscArray.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -9444,8 +9123,7 @@ $(OutDir_Esc)EscArray.o: $(UPPDIR1)Esc/EscArray.cpp \ $(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)Esc/EscArray.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Esc) $(UPPDIR1)Esc/EscArray.cpp -o $(OutDir_Esc)EscArray.o @@ -9505,8 +9183,6 @@ $(OutDir_Esc)EscMap.o: $(UPPDIR1)Esc/EscMap.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -9533,8 +9209,7 @@ $(OutDir_Esc)EscMap.o: $(UPPDIR1)Esc/EscMap.cpp \ $(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)Esc/EscMap.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Esc) $(UPPDIR1)Esc/EscMap.cpp -o $(OutDir_Esc)EscMap.o @@ -9594,8 +9269,6 @@ $(OutDir_Esc)Esc.o: $(UPPDIR1)Esc/Esc.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -9621,9 +9294,8 @@ $(OutDir_Esc)Esc.o: $(UPPDIR1)Esc/Esc.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.cpp \ $(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 @@ -9683,8 +9355,6 @@ $(OutDir_Esc)EscRun.o: $(UPPDIR1)Esc/EscRun.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -9711,8 +9381,7 @@ $(OutDir_Esc)EscRun.o: $(UPPDIR1)Esc/EscRun.cpp \ $(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)Esc/EscRun.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Esc) $(UPPDIR1)Esc/EscRun.cpp -o $(OutDir_Esc)EscRun.o @@ -9772,8 +9441,6 @@ $(OutDir_Esc)EscStdLib.o: $(UPPDIR1)Esc/EscStdLib.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -9800,8 +9467,7 @@ $(OutDir_Esc)EscStdLib.o: $(UPPDIR1)Esc/EscStdLib.cpp \ $(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)Esc/EscStdLib.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Esc) $(UPPDIR1)Esc/EscStdLib.cpp -o $(OutDir_Esc)EscStdLib.o @@ -9861,8 +9527,6 @@ $(OutDir_Esc)Value.o: $(UPPDIR1)Esc/Value.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -9889,8 +9553,7 @@ $(OutDir_Esc)Value.o: $(UPPDIR1)Esc/Value.cpp \ $(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)Esc/Value.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Esc) $(UPPDIR1)Esc/Value.cpp -o $(OutDir_Esc)Value.o @@ -9970,8 +9633,6 @@ $(OutDir_plugin_bz2)bz2upp.o: $(UPPDIR1)plugin/bz2/bz2upp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -9998,22 +9659,12 @@ $(OutDir_plugin_bz2)bz2upp.o: $(UPPDIR1)plugin/bz2/bz2upp.cpp \ $(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)plugin/bz2/bz2upp.cpp \ $(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 + $(UPPDIR1)plugin/bz2/bzlib.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: \ @@ -10082,8 +9733,6 @@ $(OutDir_plugin_lzma)lzma.o: $(UPPDIR1)plugin/lzma/lzma.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -10110,16 +9759,17 @@ $(OutDir_plugin_lzma)lzma.o: $(UPPDIR1)plugin/lzma/lzma.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)plugin/lzma/lib/7zTypes.h \ + $(UPPDIR1)plugin/lzma/lib/LzmaDec.h \ $(UPPDIR1)plugin/lzma/lib/LzmaEnc.h \ + $(UPPDIR1)plugin/lzma/lzma.cpp \ $(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.c \ $(UPPDIR1)plugin/lzma/lib/LzFind.h \ $(UPPDIR1)plugin/lzma/lib/LzHash.h \ $(UPPDIR1)plugin/lzma/lib/Precomp.h @@ -10128,6 +9778,7 @@ $(OutDir_plugin_lzma)LzFind.o: $(UPPDIR1)plugin/lzma/lib/LzFind.c \ $(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.c \ $(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 @@ -10136,6 +9787,7 @@ $(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.c \ $(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 @@ -10211,8 +9863,6 @@ $(OutDir_plugin_lz4)Compress.o: $(UPPDIR1)plugin/lz4/Compress.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -10238,9 +9888,8 @@ $(OutDir_plugin_lz4)Compress.o: $(UPPDIR1)plugin/lz4/Compress.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/lz4/Compress.cpp \ $(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 @@ -10301,8 +9950,6 @@ $(OutDir_plugin_lz4)Decompress.o: $(UPPDIR1)plugin/lz4/Decompress.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -10328,9 +9975,8 @@ $(OutDir_plugin_lz4)Decompress.o: $(UPPDIR1)plugin/lz4/Decompress.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/lz4/Decompress.cpp \ $(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 @@ -10391,8 +10037,6 @@ $(OutDir_plugin_lz4)util.o: $(UPPDIR1)plugin/lz4/util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -10419,8 +10063,7 @@ $(OutDir_plugin_lz4)util.o: $(UPPDIR1)plugin/lz4/util.cpp \ $(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)plugin/lz4/util.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_lz4) $(UPPDIR1)plugin/lz4/util.cpp -o $(OutDir_plugin_lz4)util.o @@ -10492,8 +10135,6 @@ $(OutDir_plugin_zstd)Compress.o: $(UPPDIR1)plugin/zstd/Compress.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -10519,8 +10160,7 @@ $(OutDir_plugin_zstd)Compress.o: $(UPPDIR1)plugin/zstd/Compress.cpp \ $(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/Compress.cpp \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)uppconfig.h @@ -10582,8 +10222,6 @@ $(OutDir_plugin_zstd)Decompress.o: $(UPPDIR1)plugin/zstd/Decompress.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -10609,8 +10247,7 @@ $(OutDir_plugin_zstd)Decompress.o: $(UPPDIR1)plugin/zstd/Decompress.cpp \ $(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/Decompress.cpp \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)uppconfig.h @@ -10672,8 +10309,6 @@ $(OutDir_plugin_zstd)Util.o: $(UPPDIR1)plugin/zstd/Util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -10699,9 +10334,8 @@ $(OutDir_plugin_zstd)Util.o: $(UPPDIR1)plugin/zstd/Util.cpp \ $(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/Util.cpp \ $(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 @@ -10712,12 +10346,13 @@ $(OutDir_plugin_zstd)huf_decompress.o: $(UPPDIR1)plugin/zstd/lib/huf_decompress. $(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/huf_decompress.c \ $(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 \ @@ -10725,9 +10360,9 @@ $(OutDir_plugin_zstd)zstd_ddict.o: $(UPPDIR1)plugin/zstd/lib/zstd_ddict.c \ $(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.c \ $(UPPDIR1)plugin/zstd/lib/zstd_ddict.h \ $(UPPDIR1)plugin/zstd/lib/zstd_decompress_internal.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ @@ -10735,26 +10370,10 @@ $(OutDir_plugin_zstd)zstd_ddict.o: $(UPPDIR1)plugin/zstd/lib/zstd_ddict.c \ $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_decompress.c $(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 \ @@ -10762,10 +10381,10 @@ $(OutDir_plugin_zstd)zstd_decompress_block.o: $(UPPDIR1)plugin/zstd/lib/zstd_dec $(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.c \ $(UPPDIR1)plugin/zstd/lib/zstd_decompress_block.h \ $(UPPDIR1)plugin/zstd/lib/zstd_decompress_internal.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ @@ -10773,7 +10392,10 @@ $(OutDir_plugin_zstd)zstd_decompress_block.o: $(UPPDIR1)plugin/zstd/lib/zstd_dec $(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/entropy_common.c \ $(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/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 @@ -10783,6 +10405,8 @@ $(OutDir_plugin_zstd)fse_compress.o: $(UPPDIR1)plugin/zstd/lib/fse_compress.c \ $(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/fse_compress.c \ $(UPPDIR1)plugin/zstd/lib/hist.h \ $(UPPDIR1)plugin/zstd/lib/mem.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h @@ -10793,6 +10417,8 @@ $(OutDir_plugin_zstd)fse_decompress.o: $(UPPDIR1)plugin/zstd/lib/fse_decompress. $(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/fse_decompress.c \ $(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 @@ -10802,28 +10428,29 @@ $(OutDir_plugin_zstd)huf_compress.o: $(UPPDIR1)plugin/zstd/lib/huf_compress.c \ $(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/huf_compress.c \ $(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_common.c \ $(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 \ @@ -10832,9 +10459,9 @@ $(OutDir_plugin_zstd)zstd_compress.o: $(UPPDIR1)plugin/zstd/lib/zstd_compress.c $(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.c \ $(UPPDIR1)plugin/zstd/lib/zstd_compress_internal.h \ $(UPPDIR1)plugin/zstd/lib/zstd_compress_literals.h \ $(UPPDIR1)plugin/zstd/lib/zstd_compress_sequences.h \ @@ -10846,12 +10473,10 @@ $(OutDir_plugin_zstd)zstd_compress.o: $(UPPDIR1)plugin/zstd/lib/zstd_compress.c $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_opt.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 \ @@ -10859,19 +10484,17 @@ $(OutDir_plugin_zstd)zstd_opt.o: $(UPPDIR1)plugin/zstd/lib/zstd_opt.c \ $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_opt.c \ + $(UPPDIR1)plugin/zstd/lib/zstd_opt.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 \ @@ -10880,7 +10503,6 @@ $(OutDir_plugin_zstd)zstdmt_compress.o: $(UPPDIR1)plugin/zstd/lib/zstdmt_compres $(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 \ @@ -10888,37 +10510,34 @@ $(OutDir_plugin_zstd)zstdmt_compress.o: $(UPPDIR1)plugin/zstd/lib/zstdmt_compres $(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.c \ $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_lazy.c \ + $(UPPDIR1)plugin/zstd/lib/zstd_lazy.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 \ @@ -10927,30 +10546,29 @@ $(OutDir_plugin_zstd)zstd_ldm.o: $(UPPDIR1)plugin/zstd/lib/zstd_ldm.c \ $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_ldm.c \ + $(UPPDIR1)plugin/zstd/lib/zstd_ldm.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.c \ $(UPPDIR1)plugin/zstd/lib/zstd_fast.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstdmt_compress.h + $(UPPDIR1)plugin/zstd/lib/zstd_internal.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.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 @@ -10958,22 +10576,21 @@ $(OutDir_plugin_zstd)error_private.o: $(UPPDIR1)plugin/zstd/lib/error_private.c $(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.c \ $(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.c \ $(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 \ @@ -10981,26 +10598,23 @@ $(OutDir_plugin_zstd)pool.o: $(UPPDIR1)plugin/zstd/lib/pool.c \ $(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.c \ $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_internal.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 \ @@ -11008,52 +10622,48 @@ $(OutDir_plugin_zstd)zstd_compress_superblock.o: $(UPPDIR1)plugin/zstd/lib/zstd_ $(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.c \ $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_internal.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.c \ $(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.c \ $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_internal.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: \ @@ -11133,6 +10743,7 @@ $(OutDir_Core)Cpu.o: $(UPPDIR1)Core/Cpu.cpp \ $(UPPDIR1)Core/Core.h \ $(UPPDIR1)Core/CoSort.h \ $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Cpu.cpp \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ $(UPPDIR1)Core/FilterStream.h \ @@ -11168,8 +10779,6 @@ $(OutDir_Core)Cpu.o: $(UPPDIR1)Core/Cpu.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -11195,8 +10804,6 @@ $(OutDir_Core)Cpu.o: $(UPPDIR1)Core/Cpu.cpp \ $(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 @@ -11245,6 +10852,7 @@ $(OutDir_Core)Mem.o: $(UPPDIR1)Core/Mem.cpp \ $(UPPDIR1)Core/LocalProcess.h \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.cpp \ $(UPPDIR1)Core/Mem.h \ $(UPPDIR1)Core/Mt.h \ $(UPPDIR1)Core/Obsolete.h \ @@ -11256,8 +10864,6 @@ $(OutDir_Core)Mem.o: $(UPPDIR1)Core/Mem.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -11283,8 +10889,6 @@ $(OutDir_Core)Mem.o: $(UPPDIR1)Core/Mem.cpp \ $(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 @@ -11344,8 +10948,7 @@ $(OutDir_Core)SIMD.o: $(UPPDIR1)Core/SIMD.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/SIMD.cpp \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -11371,8 +10974,6 @@ $(OutDir_Core)SIMD.o: $(UPPDIR1)Core/SIMD.cpp \ $(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 @@ -11422,6 +11023,7 @@ $(OutDir_Core)Mt.o: $(UPPDIR1)Core/Mt.cpp \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.cpp \ $(UPPDIR1)Core/Mt.h \ $(UPPDIR1)Core/Obsolete.h \ $(UPPDIR1)Core/Ops.h \ @@ -11432,8 +11034,6 @@ $(OutDir_Core)Mt.o: $(UPPDIR1)Core/Mt.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -11459,8 +11059,6 @@ $(OutDir_Core)Mt.o: $(UPPDIR1)Core/Mt.cpp \ $(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 @@ -11495,7 +11093,7 @@ $(OutDir_Core)heaputil.o: $(UPPDIR1)Core/heaputil.cpp \ $(UPPDIR1)Core/Gtypes.h \ $(UPPDIR1)Core/Hash.h \ $(UPPDIR1)Core/Heap.h \ - $(UPPDIR1)Core/HeapImp.h \ + $(UPPDIR1)Core/heaputil.cpp \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ $(UPPDIR1)Core/Index.h \ @@ -11521,8 +11119,6 @@ $(OutDir_Core)heaputil.o: $(UPPDIR1)Core/heaputil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -11548,8 +11144,6 @@ $(OutDir_Core)heaputil.o: $(UPPDIR1)Core/heaputil.cpp \ $(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 @@ -11584,7 +11178,7 @@ $(OutDir_Core)hheap.o: $(UPPDIR1)Core/hheap.cpp \ $(UPPDIR1)Core/Gtypes.h \ $(UPPDIR1)Core/Hash.h \ $(UPPDIR1)Core/Heap.h \ - $(UPPDIR1)Core/HeapImp.h \ + $(UPPDIR1)Core/hheap.cpp \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ $(UPPDIR1)Core/Index.h \ @@ -11610,8 +11204,6 @@ $(OutDir_Core)hheap.o: $(UPPDIR1)Core/hheap.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -11637,8 +11229,6 @@ $(OutDir_Core)hheap.o: $(UPPDIR1)Core/hheap.cpp \ $(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 @@ -11673,7 +11263,6 @@ $(OutDir_Core)sheap.o: $(UPPDIR1)Core/sheap.cpp \ $(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 \ @@ -11699,14 +11288,12 @@ $(OutDir_Core)sheap.o: $(UPPDIR1)Core/sheap.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/sheap.cpp \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ - $(UPPDIR1)Core/StringMem.i \ $(UPPDIR1)Core/t_.h \ $(UPPDIR1)Core/TimeDate.h \ $(UPPDIR1)Core/Topic.h \ @@ -11727,8 +11314,6 @@ $(OutDir_Core)sheap.o: $(UPPDIR1)Core/sheap.cpp \ $(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 @@ -11763,7 +11348,6 @@ $(OutDir_Core)lheap.o: $(UPPDIR1)Core/lheap.cpp \ $(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 \ @@ -11775,6 +11359,7 @@ $(OutDir_Core)lheap.o: $(UPPDIR1)Core/lheap.cpp \ $(UPPDIR1)Core/JSON.h \ $(UPPDIR1)Core/Lang.h \ $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lheap.cpp \ $(UPPDIR1)Core/LocalProcess.h \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ @@ -11789,8 +11374,6 @@ $(OutDir_Core)lheap.o: $(UPPDIR1)Core/lheap.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -11816,8 +11399,6 @@ $(OutDir_Core)lheap.o: $(UPPDIR1)Core/lheap.cpp \ $(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 @@ -11851,8 +11432,8 @@ $(OutDir_Core)heap.o: $(UPPDIR1)Core/heap.cpp \ $(UPPDIR1)Core/Function.h \ $(UPPDIR1)Core/Gtypes.h \ $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/heap.cpp \ $(UPPDIR1)Core/Heap.h \ - $(UPPDIR1)Core/HeapImp.h \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ $(UPPDIR1)Core/Index.h \ @@ -11878,8 +11459,6 @@ $(OutDir_Core)heap.o: $(UPPDIR1)Core/heap.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -11905,8 +11484,6 @@ $(OutDir_Core)heap.o: $(UPPDIR1)Core/heap.cpp \ $(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 @@ -11941,7 +11518,7 @@ $(OutDir_Core)heapdbg.o: $(UPPDIR1)Core/heapdbg.cpp \ $(UPPDIR1)Core/Gtypes.h \ $(UPPDIR1)Core/Hash.h \ $(UPPDIR1)Core/Heap.h \ - $(UPPDIR1)Core/HeapImp.h \ + $(UPPDIR1)Core/heapdbg.cpp \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ $(UPPDIR1)Core/Index.h \ @@ -11967,8 +11544,6 @@ $(OutDir_Core)heapdbg.o: $(UPPDIR1)Core/heapdbg.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -11994,8 +11569,6 @@ $(OutDir_Core)heapdbg.o: $(UPPDIR1)Core/heapdbg.cpp \ $(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 @@ -12055,13 +11628,12 @@ $(OutDir_Core)StringFind.o: $(UPPDIR1)Core/StringFind.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/StringFind.cpp \ $(UPPDIR1)Core/t_.h \ $(UPPDIR1)Core/TimeDate.h \ $(UPPDIR1)Core/Topic.h \ @@ -12082,8 +11654,6 @@ $(OutDir_Core)StringFind.o: $(UPPDIR1)Core/StringFind.cpp \ $(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 @@ -12143,14 +11713,12 @@ $(OutDir_Core)String.o: $(UPPDIR1)Core/String.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.cpp \ $(UPPDIR1)Core/String.h \ - $(UPPDIR1)Core/StringMem.i \ $(UPPDIR1)Core/t_.h \ $(UPPDIR1)Core/TimeDate.h \ $(UPPDIR1)Core/Topic.h \ @@ -12171,8 +11739,6 @@ $(OutDir_Core)String.o: $(UPPDIR1)Core/String.cpp \ $(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 @@ -12232,8 +11798,6 @@ $(OutDir_Core)WString.o: $(UPPDIR1)Core/WString.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -12255,12 +11819,11 @@ $(OutDir_Core)WString.o: $(UPPDIR1)Core/WString.cpp \ $(UPPDIR1)Core/Vcont.h \ $(UPPDIR1)Core/Vcont.hpp \ $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/WString.cpp \ $(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 @@ -12320,13 +11883,12 @@ $(OutDir_Core)StrUtil.o: $(UPPDIR1)Core/StrUtil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/StrUtil.cpp \ $(UPPDIR1)Core/t_.h \ $(UPPDIR1)Core/TimeDate.h \ $(UPPDIR1)Core/Topic.h \ @@ -12347,8 +11909,6 @@ $(OutDir_Core)StrUtil.o: $(UPPDIR1)Core/StrUtil.cpp \ $(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 @@ -12408,10 +11968,9 @@ $(OutDir_Core)SplitMerge.o: $(UPPDIR1)Core/SplitMerge.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.cpp \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ @@ -12435,8 +11994,6 @@ $(OutDir_Core)SplitMerge.o: $(UPPDIR1)Core/SplitMerge.cpp \ $(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 @@ -12496,8 +12053,6 @@ $(OutDir_Core)Utf.o: $(UPPDIR1)Core/Utf.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -12508,6 +12063,7 @@ $(OutDir_Core)Utf.o: $(UPPDIR1)Core/Utf.cpp \ $(UPPDIR1)Core/Topic.h \ $(UPPDIR1)Core/Topt.h \ $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.cpp \ $(UPPDIR1)Core/Utf.hpp \ $(UPPDIR1)Core/Util.h \ $(UPPDIR1)Core/Uuid.h \ @@ -12523,8 +12079,6 @@ $(OutDir_Core)Utf.o: $(UPPDIR1)Core/Utf.cpp \ $(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 @@ -12584,8 +12138,6 @@ $(OutDir_Core)UnicodeInfo.o: $(UPPDIR1)Core/UnicodeInfo.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -12596,6 +12148,7 @@ $(OutDir_Core)UnicodeInfo.o: $(UPPDIR1)Core/UnicodeInfo.cpp \ $(UPPDIR1)Core/Topic.h \ $(UPPDIR1)Core/Topt.h \ $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/UnicodeInfo.cpp \ $(UPPDIR1)Core/Utf.hpp \ $(UPPDIR1)Core/Util.h \ $(UPPDIR1)Core/Uuid.h \ @@ -12611,8 +12164,6 @@ $(OutDir_Core)UnicodeInfo.o: $(UPPDIR1)Core/UnicodeInfo.cpp \ $(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 @@ -12626,6 +12177,7 @@ $(OutDir_Core)CharSet.o: $(UPPDIR1)Core/CharSet.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.cpp \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -12672,8 +12224,6 @@ $(OutDir_Core)CharSet.o: $(UPPDIR1)Core/CharSet.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -12699,8 +12249,6 @@ $(OutDir_Core)CharSet.o: $(UPPDIR1)Core/CharSet.cpp \ $(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 @@ -12710,6 +12258,7 @@ $(OutDir_Core)Bom.o: $(UPPDIR1)Core/Bom.cpp \ $(UPPDIR1)Core/AString.hpp \ $(UPPDIR1)Core/Atomic.h \ $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Bom.cpp \ $(UPPDIR1)Core/Callback.h \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ @@ -12760,8 +12309,6 @@ $(OutDir_Core)Bom.o: $(UPPDIR1)Core/Bom.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -12787,8 +12334,6 @@ $(OutDir_Core)Bom.o: $(UPPDIR1)Core/Bom.cpp \ $(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 @@ -12844,12 +12389,11 @@ $(OutDir_Core)Path.o: $(UPPDIR1)Core/Path.cpp \ $(UPPDIR1)Core/Other.h \ $(UPPDIR1)Core/Other.hpp \ $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.cpp \ $(UPPDIR1)Core/Path.h \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -12875,8 +12419,6 @@ $(OutDir_Core)Path.o: $(UPPDIR1)Core/Path.cpp \ $(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 @@ -12927,6 +12469,7 @@ $(OutDir_Core)NetNode.o: $(UPPDIR1)Core/NetNode.cpp \ $(UPPDIR1)Core/Map.hpp \ $(UPPDIR1)Core/Mem.h \ $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/NetNode.cpp \ $(UPPDIR1)Core/Obsolete.h \ $(UPPDIR1)Core/Ops.h \ $(UPPDIR1)Core/Other.h \ @@ -12936,8 +12479,6 @@ $(OutDir_Core)NetNode.o: $(UPPDIR1)Core/NetNode.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -12963,13 +12504,12 @@ $(OutDir_Core)NetNode.o: $(UPPDIR1)Core/NetNode.cpp \ $(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.cpp \ $(UPPDIR1)Core/App.h \ $(UPPDIR1)Core/AString.hpp \ $(UPPDIR1)Core/Atomic.h \ @@ -13024,8 +12564,6 @@ $(OutDir_Core)App.o: $(UPPDIR1)Core/App.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -13051,8 +12589,6 @@ $(OutDir_Core)App.o: $(UPPDIR1)Core/App.cpp \ $(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 @@ -13087,6 +12623,7 @@ $(OutDir_Core)Huge.o: $(UPPDIR1)Core/Huge.cpp \ $(UPPDIR1)Core/Gtypes.h \ $(UPPDIR1)Core/Hash.h \ $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.cpp \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ $(UPPDIR1)Core/Index.h \ @@ -13112,8 +12649,6 @@ $(OutDir_Core)Huge.o: $(UPPDIR1)Core/Huge.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -13139,8 +12674,6 @@ $(OutDir_Core)Huge.o: $(UPPDIR1)Core/Huge.cpp \ $(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 @@ -13200,11 +12733,10 @@ $(OutDir_Core)Stream.o: $(UPPDIR1)Core/Stream.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.cpp \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ $(UPPDIR1)Core/t_.h \ @@ -13227,8 +12759,6 @@ $(OutDir_Core)Stream.o: $(UPPDIR1)Core/Stream.cpp \ $(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 @@ -13238,6 +12768,7 @@ $(OutDir_Core)BlockStream.o: $(UPPDIR1)Core/BlockStream.cpp \ $(UPPDIR1)Core/AString.hpp \ $(UPPDIR1)Core/Atomic.h \ $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/BlockStream.cpp \ $(UPPDIR1)Core/Callback.h \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ @@ -13288,8 +12819,6 @@ $(OutDir_Core)BlockStream.o: $(UPPDIR1)Core/BlockStream.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -13315,8 +12844,6 @@ $(OutDir_Core)BlockStream.o: $(UPPDIR1)Core/BlockStream.cpp \ $(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 @@ -13343,6 +12870,7 @@ $(OutDir_Core)FileMapping.o: $(UPPDIR1)Core/FileMapping.cpp \ $(UPPDIR1)Core/CoWork.h \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FileMapping.cpp \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ $(UPPDIR1)Core/Fn.h \ @@ -13376,8 +12904,6 @@ $(OutDir_Core)FileMapping.o: $(UPPDIR1)Core/FileMapping.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -13403,8 +12929,6 @@ $(OutDir_Core)FileMapping.o: $(UPPDIR1)Core/FileMapping.cpp \ $(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 @@ -13431,6 +12955,7 @@ $(OutDir_Core)FilterStream.o: $(UPPDIR1)Core/FilterStream.cpp \ $(UPPDIR1)Core/CoWork.h \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.cpp \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ $(UPPDIR1)Core/Fn.h \ @@ -13464,8 +12989,6 @@ $(OutDir_Core)FilterStream.o: $(UPPDIR1)Core/FilterStream.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -13491,8 +13014,6 @@ $(OutDir_Core)FilterStream.o: $(UPPDIR1)Core/FilterStream.cpp \ $(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 @@ -13539,6 +13060,7 @@ $(OutDir_Core)Log.o: $(UPPDIR1)Core/Log.cpp \ $(UPPDIR1)Core/Lang.h \ $(UPPDIR1)Core/Lang_s.h \ $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Log.cpp \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ $(UPPDIR1)Core/Mem.h \ @@ -13552,8 +13074,6 @@ $(OutDir_Core)Log.o: $(UPPDIR1)Core/Log.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -13579,8 +13099,6 @@ $(OutDir_Core)Log.o: $(UPPDIR1)Core/Log.cpp \ $(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 @@ -13605,6 +13123,7 @@ $(OutDir_Core)Debug.o: $(UPPDIR1)Core/Debug.cpp \ $(UPPDIR1)Core/Core.h \ $(UPPDIR1)Core/CoSort.h \ $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Debug.cpp \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ $(UPPDIR1)Core/FilterStream.h \ @@ -13640,8 +13159,6 @@ $(OutDir_Core)Debug.o: $(UPPDIR1)Core/Debug.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -13667,8 +13184,6 @@ $(OutDir_Core)Debug.o: $(UPPDIR1)Core/Debug.cpp \ $(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 @@ -13708,6 +13223,7 @@ $(OutDir_Core)Ini.o: $(UPPDIR1)Core/Ini.cpp \ $(UPPDIR1)Core/Index.h \ $(UPPDIR1)Core/Index.hpp \ $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/Ini.cpp \ $(UPPDIR1)Core/InMap.hpp \ $(UPPDIR1)Core/InVector.h \ $(UPPDIR1)Core/InVector.hpp \ @@ -13728,8 +13244,6 @@ $(OutDir_Core)Ini.o: $(UPPDIR1)Core/Ini.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -13755,8 +13269,6 @@ $(OutDir_Core)Ini.o: $(UPPDIR1)Core/Ini.cpp \ $(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 @@ -13816,8 +13328,6 @@ $(OutDir_Core)Util.o: $(UPPDIR1)Core/Util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -13829,6 +13339,7 @@ $(OutDir_Core)Util.o: $(UPPDIR1)Core/Util.cpp \ $(UPPDIR1)Core/Topt.h \ $(UPPDIR1)Core/Tuple.h \ $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.cpp \ $(UPPDIR1)Core/Util.h \ $(UPPDIR1)Core/Uuid.h \ $(UPPDIR1)Core/Value.h \ @@ -13843,8 +13354,6 @@ $(OutDir_Core)Util.o: $(UPPDIR1)Core/Util.cpp \ $(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 @@ -13893,6 +13402,7 @@ $(OutDir_Core)mathutil.o: $(UPPDIR1)Core/mathutil.cpp \ $(UPPDIR1)Core/LocalProcess.h \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/mathutil.cpp \ $(UPPDIR1)Core/Mem.h \ $(UPPDIR1)Core/Mt.h \ $(UPPDIR1)Core/Obsolete.h \ @@ -13904,8 +13414,6 @@ $(OutDir_Core)mathutil.o: $(UPPDIR1)Core/mathutil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -13931,8 +13439,6 @@ $(OutDir_Core)mathutil.o: $(UPPDIR1)Core/mathutil.cpp \ $(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 @@ -13991,9 +13497,8 @@ $(OutDir_Core)Random.o: $(UPPDIR1)Core/Random.cpp \ $(UPPDIR1)Core/Path.h \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Random.cpp \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -14019,8 +13524,6 @@ $(OutDir_Core)Random.o: $(UPPDIR1)Core/Random.cpp \ $(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 @@ -14080,10 +13583,9 @@ $(OutDir_Core)Speller.o: $(UPPDIR1)Core/Speller.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/Speller.cpp \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ @@ -14107,8 +13609,6 @@ $(OutDir_Core)Speller.o: $(UPPDIR1)Core/Speller.cpp \ $(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 @@ -14154,6 +13654,7 @@ $(OutDir_Core)LocalProcess.o: $(UPPDIR1)Core/LocalProcess.cpp \ $(UPPDIR1)Core/JSON.h \ $(UPPDIR1)Core/Lang.h \ $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.cpp \ $(UPPDIR1)Core/LocalProcess.h \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ @@ -14168,8 +13669,6 @@ $(OutDir_Core)LocalProcess.o: $(UPPDIR1)Core/LocalProcess.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -14195,8 +13694,6 @@ $(OutDir_Core)LocalProcess.o: $(UPPDIR1)Core/LocalProcess.cpp \ $(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 @@ -14251,13 +13748,12 @@ $(OutDir_Core)PackedData.o: $(UPPDIR1)Core/PackedData.cpp \ $(UPPDIR1)Core/Ops.h \ $(UPPDIR1)Core/Other.h \ $(UPPDIR1)Core/Other.hpp \ + $(UPPDIR1)Core/PackedData.cpp \ $(UPPDIR1)Core/Parser.h \ $(UPPDIR1)Core/Path.h \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -14283,8 +13779,6 @@ $(OutDir_Core)PackedData.o: $(UPPDIR1)Core/PackedData.cpp \ $(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/PackedData.cpp -o $(OutDir_Core)PackedData.o @@ -14344,8 +13838,6 @@ $(OutDir_Core)Vcont.o: $(UPPDIR1)Core/Vcont.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -14364,6 +13856,7 @@ $(OutDir_Core)Vcont.o: $(UPPDIR1)Core/Vcont.cpp \ $(UPPDIR1)Core/ValueCache.h \ $(UPPDIR1)Core/ValueUtil.h \ $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.cpp \ $(UPPDIR1)Core/Vcont.h \ $(UPPDIR1)Core/Vcont.hpp \ $(UPPDIR1)Core/Win32Util.h \ @@ -14371,8 +13864,6 @@ $(OutDir_Core)Vcont.o: $(UPPDIR1)Core/Vcont.cpp \ $(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 @@ -14409,6 +13900,7 @@ $(OutDir_Core)Index.o: $(UPPDIR1)Core/Index.cpp \ $(UPPDIR1)Core/Heap.h \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.cpp \ $(UPPDIR1)Core/Index.h \ $(UPPDIR1)Core/Index.hpp \ $(UPPDIR1)Core/Inet.h \ @@ -14432,8 +13924,6 @@ $(OutDir_Core)Index.o: $(UPPDIR1)Core/Index.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -14459,8 +13949,6 @@ $(OutDir_Core)Index.o: $(UPPDIR1)Core/Index.cpp \ $(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 @@ -14520,14 +14008,13 @@ $(OutDir_Core)TimeDate.o: $(UPPDIR1)Core/TimeDate.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.cpp \ $(UPPDIR1)Core/TimeDate.h \ $(UPPDIR1)Core/Topic.h \ $(UPPDIR1)Core/Topt.h \ @@ -14547,8 +14034,6 @@ $(OutDir_Core)TimeDate.o: $(UPPDIR1)Core/TimeDate.cpp \ $(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 @@ -14608,8 +14093,6 @@ $(OutDir_Core)Value.o: $(UPPDIR1)Core/Value.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -14623,6 +14106,7 @@ $(OutDir_Core)Value.o: $(UPPDIR1)Core/Value.cpp \ $(UPPDIR1)Core/Utf.hpp \ $(UPPDIR1)Core/Util.h \ $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.cpp \ $(UPPDIR1)Core/Value.h \ $(UPPDIR1)Core/Value.hpp \ $(UPPDIR1)Core/ValueCache.h \ @@ -14635,8 +14119,6 @@ $(OutDir_Core)Value.o: $(UPPDIR1)Core/Value.cpp \ $(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 @@ -14696,8 +14178,6 @@ $(OutDir_Core)ValueUtil.o: $(UPPDIR1)Core/ValueUtil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -14714,6 +14194,7 @@ $(OutDir_Core)ValueUtil.o: $(UPPDIR1)Core/ValueUtil.cpp \ $(UPPDIR1)Core/Value.h \ $(UPPDIR1)Core/Value.hpp \ $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.cpp \ $(UPPDIR1)Core/ValueUtil.h \ $(UPPDIR1)Core/ValueUtil.hpp \ $(UPPDIR1)Core/Vcont.h \ @@ -14723,8 +14204,6 @@ $(OutDir_Core)ValueUtil.o: $(UPPDIR1)Core/ValueUtil.cpp \ $(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 @@ -14754,6 +14233,7 @@ $(OutDir_Core)Format.o: $(UPPDIR1)Core/Format.cpp \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.cpp \ $(UPPDIR1)Core/Format.h \ $(UPPDIR1)Core/Function.h \ $(UPPDIR1)Core/Gtypes.h \ @@ -14784,8 +14264,6 @@ $(OutDir_Core)Format.o: $(UPPDIR1)Core/Format.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -14811,8 +14289,6 @@ $(OutDir_Core)Format.o: $(UPPDIR1)Core/Format.cpp \ $(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 @@ -14837,6 +14313,7 @@ $(OutDir_Core)CvFlt.o: $(UPPDIR1)Core/CvFlt.cpp \ $(UPPDIR1)Core/Core.h \ $(UPPDIR1)Core/CoSort.h \ $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/CvFlt.cpp \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ $(UPPDIR1)Core/FilterStream.h \ @@ -14873,8 +14350,6 @@ $(OutDir_Core)CvFlt.o: $(UPPDIR1)Core/CvFlt.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -14900,8 +14375,6 @@ $(OutDir_Core)CvFlt.o: $(UPPDIR1)Core/CvFlt.cpp \ $(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/CvFlt.cpp -o $(OutDir_Core)CvFlt.o @@ -14921,6 +14394,7 @@ $(OutDir_Core)Convert.o: $(UPPDIR1)Core/Convert.cpp \ $(UPPDIR1)Core/Color.h \ $(UPPDIR1)Core/Complex.h \ $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.cpp \ $(UPPDIR1)Core/Convert.h \ $(UPPDIR1)Core/Convert.hpp \ $(UPPDIR1)Core/Core.h \ @@ -14961,8 +14435,6 @@ $(OutDir_Core)Convert.o: $(UPPDIR1)Core/Convert.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -14988,8 +14460,6 @@ $(OutDir_Core)Convert.o: $(UPPDIR1)Core/Convert.cpp \ $(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 @@ -15006,6 +14476,7 @@ $(OutDir_Core)Color.o: $(UPPDIR1)Core/Color.cpp \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.cpp \ $(UPPDIR1)Core/Color.h \ $(UPPDIR1)Core/Complex.h \ $(UPPDIR1)Core/config.h \ @@ -15049,8 +14520,6 @@ $(OutDir_Core)Color.o: $(UPPDIR1)Core/Color.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -15076,8 +14545,6 @@ $(OutDir_Core)Color.o: $(UPPDIR1)Core/Color.cpp \ $(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 @@ -15109,6 +14576,7 @@ $(OutDir_Core)Gtypes.o: $(UPPDIR1)Core/Gtypes.cpp \ $(UPPDIR1)Core/Fn.h \ $(UPPDIR1)Core/Format.h \ $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.cpp \ $(UPPDIR1)Core/Gtypes.h \ $(UPPDIR1)Core/Hash.h \ $(UPPDIR1)Core/Heap.h \ @@ -15137,8 +14605,6 @@ $(OutDir_Core)Gtypes.o: $(UPPDIR1)Core/Gtypes.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -15164,8 +14630,6 @@ $(OutDir_Core)Gtypes.o: $(UPPDIR1)Core/Gtypes.cpp \ $(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 @@ -15225,13 +14689,12 @@ $(OutDir_Core)t.o: $(UPPDIR1)Core/t.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t.cpp \ $(UPPDIR1)Core/t.h \ $(UPPDIR1)Core/t_.h \ $(UPPDIR1)Core/TimeDate.h \ @@ -15253,8 +14716,6 @@ $(OutDir_Core)t.o: $(UPPDIR1)Core/t.cpp \ $(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 @@ -15298,6 +14759,7 @@ $(OutDir_Core)Lang.o: $(UPPDIR1)Core/Lang.cpp \ $(UPPDIR1)Core/InVector.h \ $(UPPDIR1)Core/InVector.hpp \ $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.cpp \ $(UPPDIR1)Core/Lang.h \ $(UPPDIR1)Core/Lang_s.h \ $(UPPDIR1)Core/LocalProcess.h \ @@ -15314,8 +14776,6 @@ $(OutDir_Core)Lang.o: $(UPPDIR1)Core/Lang.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -15341,8 +14801,6 @@ $(OutDir_Core)Lang.o: $(UPPDIR1)Core/Lang.cpp \ $(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 @@ -15388,6 +14846,7 @@ $(OutDir_Core)LangInfo.o: $(UPPDIR1)Core/LangInfo.cpp \ $(UPPDIR1)Core/JSON.h \ $(UPPDIR1)Core/Lang.h \ $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LangInfo.cpp \ $(UPPDIR1)Core/LocalProcess.h \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ @@ -15402,8 +14861,6 @@ $(OutDir_Core)LangInfo.o: $(UPPDIR1)Core/LangInfo.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -15429,8 +14886,6 @@ $(OutDir_Core)LangInfo.o: $(UPPDIR1)Core/LangInfo.cpp \ $(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 @@ -15485,13 +14940,12 @@ $(OutDir_Core)parser.o: $(UPPDIR1)Core/parser.cpp \ $(UPPDIR1)Core/Ops.h \ $(UPPDIR1)Core/Other.h \ $(UPPDIR1)Core/Other.hpp \ + $(UPPDIR1)Core/parser.cpp \ $(UPPDIR1)Core/Parser.h \ $(UPPDIR1)Core/Path.h \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -15517,8 +14971,6 @@ $(OutDir_Core)parser.o: $(UPPDIR1)Core/parser.cpp \ $(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 @@ -15578,8 +15030,6 @@ $(OutDir_Core)XML.o: $(UPPDIR1)Core/XML.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -15601,12 +15051,11 @@ $(OutDir_Core)XML.o: $(UPPDIR1)Core/XML.cpp \ $(UPPDIR1)Core/Vcont.h \ $(UPPDIR1)Core/Vcont.hpp \ $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.cpp \ $(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 @@ -15666,8 +15115,6 @@ $(OutDir_Core)Xmlize.o: $(UPPDIR1)Core/Xmlize.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -15690,11 +15137,10 @@ $(OutDir_Core)Xmlize.o: $(UPPDIR1)Core/Xmlize.cpp \ $(UPPDIR1)Core/Vcont.hpp \ $(UPPDIR1)Core/Win32Util.h \ $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.cpp \ $(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 @@ -15737,6 +15183,7 @@ $(OutDir_Core)JSON.o: $(UPPDIR1)Core/JSON.cpp \ $(UPPDIR1)Core/InMap.hpp \ $(UPPDIR1)Core/InVector.h \ $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.cpp \ $(UPPDIR1)Core/JSON.h \ $(UPPDIR1)Core/Lang.h \ $(UPPDIR1)Core/Lang_s.h \ @@ -15754,8 +15201,6 @@ $(OutDir_Core)JSON.o: $(UPPDIR1)Core/JSON.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -15781,8 +15226,6 @@ $(OutDir_Core)JSON.o: $(UPPDIR1)Core/JSON.cpp \ $(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 @@ -15842,8 +15285,6 @@ $(OutDir_Core)Uuid.o: $(UPPDIR1)Core/Uuid.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -15856,6 +15297,7 @@ $(OutDir_Core)Uuid.o: $(UPPDIR1)Core/Uuid.cpp \ $(UPPDIR1)Core/Tuple.h \ $(UPPDIR1)Core/Utf.hpp \ $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.cpp \ $(UPPDIR1)Core/Uuid.h \ $(UPPDIR1)Core/Value.h \ $(UPPDIR1)Core/Value.hpp \ @@ -15869,8 +15311,6 @@ $(OutDir_Core)Uuid.o: $(UPPDIR1)Core/Uuid.cpp \ $(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 @@ -15928,10 +15368,9 @@ $(OutDir_Core)Ptr.o: $(UPPDIR1)Core/Ptr.cpp \ $(UPPDIR1)Core/Parser.h \ $(UPPDIR1)Core/Path.h \ $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.cpp \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -15957,8 +15396,6 @@ $(OutDir_Core)Ptr.o: $(UPPDIR1)Core/Ptr.cpp \ $(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 @@ -16019,8 +15456,6 @@ $(OutDir_Core)z.o: $(UPPDIR1)Core/z.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16045,13 +15480,13 @@ $(OutDir_Core)z.o: $(UPPDIR1)Core/z.cpp \ $(UPPDIR1)Core/XML.h \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.cpp \ $(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 +$(OutDir_Core)lz4.o: $(UPPDIR1)Core/lib/lz4.c \ + $(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 \ @@ -16110,8 +15545,6 @@ $(OutDir_Core)Topic.o: $(UPPDIR1)Core/Topic.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16119,6 +15552,7 @@ $(OutDir_Core)Topic.o: $(UPPDIR1)Core/Topic.cpp \ $(UPPDIR1)Core/String.h \ $(UPPDIR1)Core/t_.h \ $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.cpp \ $(UPPDIR1)Core/Topic.h \ $(UPPDIR1)Core/Topt.h \ $(UPPDIR1)Core/Tuple.h \ @@ -16137,8 +15571,6 @@ $(OutDir_Core)Topic.o: $(UPPDIR1)Core/Topic.cpp \ $(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 @@ -16162,6 +15594,7 @@ $(OutDir_Core)CoWork.o: $(UPPDIR1)Core/CoWork.cpp \ $(UPPDIR1)Core/Convert.hpp \ $(UPPDIR1)Core/Core.h \ $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.cpp \ $(UPPDIR1)Core/CoWork.h \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ @@ -16198,8 +15631,6 @@ $(OutDir_Core)CoWork.o: $(UPPDIR1)Core/CoWork.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16225,8 +15656,6 @@ $(OutDir_Core)CoWork.o: $(UPPDIR1)Core/CoWork.cpp \ $(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 @@ -16286,8 +15715,6 @@ $(OutDir_Core)ValueCache.o: $(UPPDIR1)Core/ValueCache.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16303,6 +15730,7 @@ $(OutDir_Core)ValueCache.o: $(UPPDIR1)Core/ValueCache.cpp \ $(UPPDIR1)Core/Uuid.h \ $(UPPDIR1)Core/Value.h \ $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.cpp \ $(UPPDIR1)Core/ValueCache.h \ $(UPPDIR1)Core/ValueUtil.h \ $(UPPDIR1)Core/ValueUtil.hpp \ @@ -16313,8 +15741,6 @@ $(OutDir_Core)ValueCache.o: $(UPPDIR1)Core/ValueCache.cpp \ $(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 @@ -16363,6 +15789,7 @@ $(OutDir_Core)MD5.o: $(UPPDIR1)Core/MD5.cpp \ $(UPPDIR1)Core/LocalProcess.h \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/MD5.cpp \ $(UPPDIR1)Core/Mem.h \ $(UPPDIR1)Core/Mt.h \ $(UPPDIR1)Core/Obsolete.h \ @@ -16374,8 +15801,6 @@ $(OutDir_Core)MD5.o: $(UPPDIR1)Core/MD5.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16401,8 +15826,6 @@ $(OutDir_Core)MD5.o: $(UPPDIR1)Core/MD5.cpp \ $(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 @@ -16462,8 +15885,7 @@ $(OutDir_Core)SHA1.o: $(UPPDIR1)Core/SHA1.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/SHA1.cpp \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16489,8 +15911,6 @@ $(OutDir_Core)SHA1.o: $(UPPDIR1)Core/SHA1.cpp \ $(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 @@ -16550,8 +15970,7 @@ $(OutDir_Core)SHA256.o: $(UPPDIR1)Core/SHA256.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/SHA256.cpp \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16577,12 +15996,11 @@ $(OutDir_Core)SHA256.o: $(UPPDIR1)Core/SHA256.cpp \ $(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.c \ $(UPPDIR1)Core/lib/xxhash.h $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/lib/xxhash.c -o $(OutDir_Core)xxhash.o @@ -16643,8 +16061,6 @@ $(OutDir_Core)xxHsh.o: $(UPPDIR1)Core/xxHsh.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16669,9 +16085,8 @@ $(OutDir_Core)xxHsh.o: $(UPPDIR1)Core/xxHsh.cpp \ $(UPPDIR1)Core/XML.h \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/xxHsh.cpp \ $(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 @@ -16711,6 +16126,7 @@ $(OutDir_Core)InetUtil.o: $(UPPDIR1)Core/InetUtil.cpp \ $(UPPDIR1)Core/Index.h \ $(UPPDIR1)Core/Index.hpp \ $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InetUtil.cpp \ $(UPPDIR1)Core/InMap.hpp \ $(UPPDIR1)Core/InVector.h \ $(UPPDIR1)Core/InVector.hpp \ @@ -16731,8 +16147,6 @@ $(OutDir_Core)InetUtil.o: $(UPPDIR1)Core/InetUtil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16758,8 +16172,6 @@ $(OutDir_Core)InetUtil.o: $(UPPDIR1)Core/InetUtil.cpp \ $(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 @@ -16809,6 +16221,7 @@ $(OutDir_Core)MIME.o: $(UPPDIR1)Core/MIME.cpp \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/MIME.cpp \ $(UPPDIR1)Core/Mt.h \ $(UPPDIR1)Core/Obsolete.h \ $(UPPDIR1)Core/Ops.h \ @@ -16819,8 +16232,6 @@ $(OutDir_Core)MIME.o: $(UPPDIR1)Core/MIME.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16846,8 +16257,6 @@ $(OutDir_Core)MIME.o: $(UPPDIR1)Core/MIME.cpp \ $(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 @@ -16907,8 +16316,7 @@ $(OutDir_Core)Socket.o: $(UPPDIR1)Core/Socket.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Socket.cpp \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16934,8 +16342,6 @@ $(OutDir_Core)Socket.o: $(UPPDIR1)Core/Socket.cpp \ $(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 @@ -16970,6 +16376,7 @@ $(OutDir_Core)Http.o: $(UPPDIR1)Core/Http.cpp \ $(UPPDIR1)Core/Gtypes.h \ $(UPPDIR1)Core/Hash.h \ $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Http.cpp \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ $(UPPDIR1)Core/Index.h \ @@ -16995,8 +16402,6 @@ $(OutDir_Core)Http.o: $(UPPDIR1)Core/Http.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -17022,8 +16427,6 @@ $(OutDir_Core)Http.o: $(UPPDIR1)Core/Http.cpp \ $(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 @@ -17083,8 +16486,6 @@ $(OutDir_Core)WebSocket.o: $(UPPDIR1)Core/WebSocket.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -17105,13 +16506,12 @@ $(OutDir_Core)WebSocket.o: $(UPPDIR1)Core/WebSocket.cpp \ $(UPPDIR1)Core/ValueUtil.hpp \ $(UPPDIR1)Core/Vcont.h \ $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/WebSocket.cpp \ $(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 @@ -17138,6 +16538,7 @@ $(OutDir_Core)Dli.o: $(UPPDIR1)Core/Dli.cpp \ $(UPPDIR1)Core/CoWork.h \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/Dli.cpp \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ $(UPPDIR1)Core/Fn.h \ @@ -17171,8 +16572,6 @@ $(OutDir_Core)Dli.o: $(UPPDIR1)Core/Dli.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -17198,8 +16597,6 @@ $(OutDir_Core)Dli.o: $(UPPDIR1)Core/Dli.cpp \ $(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 @@ -17259,8 +16656,6 @@ $(OutDir_Core)Win32Util.o: $(UPPDIR1)Core/Win32Util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -17281,13 +16676,12 @@ $(OutDir_Core)Win32Util.o: $(UPPDIR1)Core/Win32Util.cpp \ $(UPPDIR1)Core/ValueUtil.hpp \ $(UPPDIR1)Core/Vcont.h \ $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.cpp \ $(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 @@ -17497,8 +16891,6 @@ $(OutDir_plugin_pcre)RegExp.o: $(UPPDIR1)plugin/pcre/RegExp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -17526,14 +16918,13 @@ $(OutDir_plugin_pcre)RegExp.o: $(UPPDIR1)plugin/pcre/RegExp.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.cpp \ $(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.c \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/lib/pcre_byte_order.c \ $(UPPDIR1)plugin/pcre/lib/pcre_chartables.c \ diff --git a/umkMakefile.in b/umkMakefile.in index c0e18f1c9..05bc3233e 100644 --- a/umkMakefile.in +++ b/umkMakefile.in @@ -1,7 +1,9 @@ UPPDIR1 = ./uppsrc/ +UPPDIR2 = /home/cxl/.config/u++/umk/UppHub/gdal/ +UPPDIR3 = /home/cxl/.config/u++/umk/UppHub/eigen/ UPPOUT = .cache/upp.out/ -CINC = -I$(UPPDIR1) `pkg-config --cflags libpng` `pkg-config --cflags freetype2` `pkg-config --cflags fontconfig` `pkg-config --cflags x11` `pkg-config --cflags xcb` `pkg-config --cflags expat` -I./ -I$(UPPOUT) +CINC = -I$(UPPDIR1) -I$(UPPDIR2) -I$(UPPDIR3) `pkg-config --cflags libpng` `pkg-config --cflags freetype2` `pkg-config --cflags fontconfig` `pkg-config --cflags x11` `pkg-config --cflags xcb` `pkg-config --cflags expat` -I./ -I$(UPPOUT) Macro = -DflagGCC -DflagSHARED -DflagPOSIX -DflagLINUX CXX = c++ LINKER = $(CXX) @@ -183,8 +185,6 @@ $(OutDir_umk)Console.o: $(UPPDIR1)umk/Console.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -219,13 +219,11 @@ $(OutDir_umk)Console.o: $(UPPDIR1)umk/Console.cpp \ $(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)umk/Console.cpp \ $(UPPDIR1)umk/umake.h \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_umk) $(UPPDIR1)umk/Console.cpp -o $(OutDir_umk)Console.o @@ -287,8 +285,6 @@ $(OutDir_umk)IdeContext.o: $(UPPDIR1)umk/IdeContext.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -314,17 +310,6 @@ $(OutDir_umk)IdeContext.o: $(UPPDIR1)umk/IdeContext.cpp \ $(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/SIMD.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/Build.h \ @@ -334,13 +319,11 @@ $(OutDir_umk)IdeContext.o: $(UPPDIR1)umk/IdeContext.cpp \ $(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)umk/IdeContext.cpp \ $(UPPDIR1)umk/umake.h \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_umk) $(UPPDIR1)umk/IdeContext.cpp -o $(OutDir_umk)IdeContext.o @@ -402,8 +385,6 @@ $(OutDir_umk)MakeBuild.o: $(UPPDIR1)umk/MakeBuild.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -438,13 +419,11 @@ $(OutDir_umk)MakeBuild.o: $(UPPDIR1)umk/MakeBuild.cpp \ $(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)umk/MakeBuild.cpp \ $(UPPDIR1)umk/umake.h \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_umk) $(UPPDIR1)umk/MakeBuild.cpp -o $(OutDir_umk)MakeBuild.o @@ -506,8 +485,6 @@ $(OutDir_umk)Export.o: $(UPPDIR1)umk/Export.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -542,13 +519,11 @@ $(OutDir_umk)Export.o: $(UPPDIR1)umk/Export.cpp \ $(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)umk/Export.cpp \ $(UPPDIR1)umk/umake.h \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_umk) $(UPPDIR1)umk/Export.cpp -o $(OutDir_umk)Export.o @@ -610,8 +585,6 @@ $(OutDir_umk)UppHub.o: $(UPPDIR1)umk/UppHub.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -646,14 +619,12 @@ $(OutDir_umk)UppHub.o: $(UPPDIR1)umk/UppHub.cpp \ $(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)umk/umake.h \ + $(UPPDIR1)umk/UppHub.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_umk) $(UPPDIR1)umk/UppHub.cpp -o $(OutDir_umk)UppHub.o @@ -714,8 +685,6 @@ $(OutDir_umk)umake.o: $(UPPDIR1)umk/umake.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -750,13 +719,11 @@ $(OutDir_umk)umake.o: $(UPPDIR1)umk/umake.cpp \ $(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)umk/umake.cpp \ $(UPPDIR1)umk/umake.h \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_umk) $(UPPDIR1)umk/umake.cpp -o $(OutDir_umk)umake.o @@ -821,8 +788,6 @@ $(OutDir_ide_Builders)CppBuilder.o: $(UPPDIR1)ide/Builders/CppBuilder.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -853,15 +818,13 @@ $(OutDir_ide_Builders)CppBuilder.o: $(UPPDIR1)ide/Builders/CppBuilder.cpp \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Builders/CppBuilder.cpp \ $(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 @@ -924,8 +887,6 @@ $(OutDir_ide_Builders)MakeFile.o: $(UPPDIR1)ide/Builders/MakeFile.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -956,15 +917,13 @@ $(OutDir_ide_Builders)MakeFile.o: $(UPPDIR1)ide/Builders/MakeFile.cpp \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Builders/MakeFile.cpp \ $(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 @@ -1027,8 +986,6 @@ $(OutDir_ide_Builders)CCJ.o: $(UPPDIR1)ide/Builders/CCJ.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -1059,15 +1016,13 @@ $(OutDir_ide_Builders)CCJ.o: $(UPPDIR1)ide/Builders/CCJ.cpp \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Builders/CCJ.cpp \ $(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 @@ -1130,8 +1085,6 @@ $(OutDir_ide_Builders)GccBuilder.o: $(UPPDIR1)ide/Builders/GccBuilder.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -1163,15 +1116,13 @@ $(OutDir_ide_Builders)GccBuilder.o: $(UPPDIR1)ide/Builders/GccBuilder.cpp \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/Builders/BuilderUtils.h \ + $(UPPDIR1)ide/Builders/GccBuilder.cpp \ $(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 @@ -1234,8 +1185,6 @@ $(OutDir_ide_Builders)MscBuilder.o: $(UPPDIR1)ide/Builders/MscBuilder.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -1267,15 +1216,13 @@ $(OutDir_ide_Builders)MscBuilder.o: $(UPPDIR1)ide/Builders/MscBuilder.cpp \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ $(UPPDIR1)ide/Builders/coff.h \ + $(UPPDIR1)ide/Builders/MscBuilder.cpp \ $(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 @@ -1338,8 +1285,6 @@ $(OutDir_ide_Builders)JavaBuilder.o: $(UPPDIR1)ide/Builders/JavaBuilder.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -1370,15 +1315,13 @@ $(OutDir_ide_Builders)JavaBuilder.o: $(UPPDIR1)ide/Builders/JavaBuilder.cpp \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Builders/JavaBuilder.cpp \ $(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 @@ -1441,8 +1384,6 @@ $(OutDir_ide_Builders)ScriptBuilder.o: $(UPPDIR1)ide/Builders/ScriptBuilder.cpp $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -1473,15 +1414,13 @@ $(OutDir_ide_Builders)ScriptBuilder.o: $(UPPDIR1)ide/Builders/ScriptBuilder.cpp $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Builders/ScriptBuilder.cpp \ $(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 @@ -1544,8 +1483,6 @@ $(OutDir_ide_Builders)Cocoa.o: $(UPPDIR1)ide/Builders/Cocoa.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -1571,32 +1508,18 @@ $(OutDir_ide_Builders)Cocoa.o: $(UPPDIR1)ide/Builders/Cocoa.cpp \ $(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/SIMD.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/Cocoa.cpp \ $(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 @@ -1658,8 +1581,6 @@ $(OutDir_ide_Builders)AndroidProject.o: $(UPPDIR1)ide/Builders/AndroidProject.cp $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -1686,8 +1607,7 @@ $(OutDir_ide_Builders)AndroidProject.o: $(UPPDIR1)ide/Builders/AndroidProject.cp $(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)ide/Builders/AndroidProject.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/AndroidProject.cpp -o $(OutDir_ide_Builders)AndroidProject.o @@ -1747,8 +1667,6 @@ $(OutDir_ide_Builders)AndroidApplicationMakeFile.o: $(UPPDIR1)ide/Builders/Andro $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -1775,8 +1693,7 @@ $(OutDir_ide_Builders)AndroidApplicationMakeFile.o: $(UPPDIR1)ide/Builders/Andro $(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)ide/Builders/AndroidApplicationMakeFile.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/AndroidApplicationMakeFile.cpp -o $(OutDir_ide_Builders)AndroidApplicationMakeFile.o @@ -1836,8 +1753,6 @@ $(OutDir_ide_Builders)AndroidMakeFile.o: $(UPPDIR1)ide/Builders/AndroidMakeFile. $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -1864,8 +1779,7 @@ $(OutDir_ide_Builders)AndroidMakeFile.o: $(UPPDIR1)ide/Builders/AndroidMakeFile. $(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)ide/Builders/AndroidMakeFile.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/AndroidMakeFile.cpp -o $(OutDir_ide_Builders)AndroidMakeFile.o @@ -1925,8 +1839,6 @@ $(OutDir_ide_Builders)AndroidModuleMakeFile.o: $(UPPDIR1)ide/Builders/AndroidMod $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -1953,8 +1865,7 @@ $(OutDir_ide_Builders)AndroidModuleMakeFile.o: $(UPPDIR1)ide/Builders/AndroidMod $(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)ide/Builders/AndroidModuleMakeFile.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Builders) $(UPPDIR1)ide/Builders/AndroidModuleMakeFile.cpp -o $(OutDir_ide_Builders)AndroidModuleMakeFile.o @@ -2015,8 +1926,6 @@ $(OutDir_ide_Builders)AndroidBuilder.o: $(UPPDIR1)ide/Builders/AndroidBuilder.cp $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -2047,6 +1956,7 @@ $(OutDir_ide_Builders)AndroidBuilder.o: $(UPPDIR1)ide/Builders/AndroidBuilder.cp $(UPPDIR1)ide/Android/Devices.h \ $(UPPDIR1)ide/Android/Executables.h \ $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/AndroidBuilder.cpp \ $(UPPDIR1)ide/Builders/AndroidBuilder.h \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ @@ -2057,11 +1967,8 @@ $(OutDir_ide_Builders)AndroidBuilder.o: $(UPPDIR1)ide/Builders/AndroidBuilder.cp $(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 @@ -2124,8 +2031,6 @@ $(OutDir_ide_Builders)AndroidBuilderCommands.o: $(UPPDIR1)ide/Builders/AndroidBu $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -2157,16 +2062,14 @@ $(OutDir_ide_Builders)AndroidBuilderCommands.o: $(UPPDIR1)ide/Builders/AndroidBu $(UPPDIR1)ide/Android/Executables.h \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/AndroidBuilder.h \ + $(UPPDIR1)ide/Builders/AndroidBuilderCommands.cpp \ $(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 @@ -2229,8 +2132,6 @@ $(OutDir_ide_Builders)AndroidBuilderUtils.o: $(UPPDIR1)ide/Builders/AndroidBuild $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -2262,16 +2163,14 @@ $(OutDir_ide_Builders)AndroidBuilderUtils.o: $(UPPDIR1)ide/Builders/AndroidBuild $(UPPDIR1)ide/Android/Executables.h \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/AndroidBuilder.h \ + $(UPPDIR1)ide/Builders/AndroidBuilderUtils.cpp \ $(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 @@ -2334,8 +2233,6 @@ $(OutDir_ide_Builders)AndroidModuleMakeFileBuilder.o: $(UPPDIR1)ide/Builders/And $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -2367,16 +2264,14 @@ $(OutDir_ide_Builders)AndroidModuleMakeFileBuilder.o: $(UPPDIR1)ide/Builders/And $(UPPDIR1)ide/Android/Executables.h \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/AndroidBuilder.h \ + $(UPPDIR1)ide/Builders/AndroidModuleMakeFileBuilder.cpp \ $(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 @@ -2439,8 +2334,6 @@ $(OutDir_ide_Builders)Blitz.o: $(UPPDIR1)ide/Builders/Blitz.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -2468,6 +2361,7 @@ $(OutDir_ide_Builders)Blitz.o: $(UPPDIR1)ide/Builders/Blitz.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Builders/Android.h \ + $(UPPDIR1)ide/Builders/Blitz.cpp \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ @@ -2475,11 +2369,8 @@ $(OutDir_ide_Builders)Blitz.o: $(UPPDIR1)ide/Builders/Blitz.cpp \ $(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 @@ -2542,8 +2433,6 @@ $(OutDir_ide_Builders)Build.o: $(UPPDIR1)ide/Builders/Build.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -2575,6 +2464,7 @@ $(OutDir_ide_Builders)Build.o: $(UPPDIR1)ide/Builders/Build.cpp \ $(UPPDIR1)ide/Android/Executables.h \ $(UPPDIR1)ide/Builders/Android.h \ $(UPPDIR1)ide/Builders/AndroidBuilder.h \ + $(UPPDIR1)ide/Builders/Build.cpp \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ @@ -2583,11 +2473,8 @@ $(OutDir_ide_Builders)Build.o: $(UPPDIR1)ide/Builders/Build.cpp \ $(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 @@ -2650,8 +2537,6 @@ $(OutDir_ide_Builders)Install.o: $(UPPDIR1)ide/Builders/Install.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -2682,15 +2567,13 @@ $(OutDir_ide_Builders)Install.o: $(UPPDIR1)ide/Builders/Install.cpp \ $(UPPDIR1)ide/Builders/Build.h \ $(UPPDIR1)ide/Builders/BuilderComponents.h \ $(UPPDIR1)ide/Builders/Builders.h \ + $(UPPDIR1)ide/Builders/Install.cpp \ $(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 @@ -2752,8 +2635,6 @@ $(OutDir_ide_Builders)BuilderUtils.o: $(UPPDIR1)ide/Builders/BuilderUtils.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -2779,9 +2660,8 @@ $(OutDir_ide_Builders)BuilderUtils.o: $(UPPDIR1)ide/Builders/BuilderUtils.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)ide/Builders/BuilderUtils.cpp \ $(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 @@ -2888,8 +2768,6 @@ $(OutDir_ide_Core)Ide.o: $(UPPDIR1)ide/Core/Ide.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -2918,13 +2796,11 @@ $(OutDir_ide_Core)Ide.o: $(UPPDIR1)ide/Core/Ide.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ + $(UPPDIR1)ide/Core/Ide.cpp \ $(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 @@ -2987,8 +2863,6 @@ $(OutDir_ide_Core)Cache.o: $(UPPDIR1)ide/Core/Cache.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -3015,15 +2889,13 @@ $(OutDir_ide_Core)Cache.o: $(UPPDIR1)ide/Core/Cache.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Core/Cache.cpp \ $(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 @@ -3086,8 +2958,6 @@ $(OutDir_ide_Core)Core.o: $(UPPDIR1)ide/Core/Core.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -3114,15 +2984,13 @@ $(OutDir_ide_Core)Core.o: $(UPPDIR1)ide/Core/Core.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Core/Core.cpp \ $(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 @@ -3185,8 +3053,6 @@ $(OutDir_ide_Core)Builder.o: $(UPPDIR1)ide/Core/Builder.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -3213,15 +3079,13 @@ $(OutDir_ide_Core)Builder.o: $(UPPDIR1)ide/Core/Builder.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Core/Builder.cpp \ $(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 @@ -3284,8 +3148,6 @@ $(OutDir_ide_Core)PPinfo.o: $(UPPDIR1)ide/Core/PPinfo.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -3315,12 +3177,10 @@ $(OutDir_ide_Core)PPinfo.o: $(UPPDIR1)ide/Core/PPinfo.cpp \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Core/PPinfo.cpp \ $(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 @@ -3383,8 +3243,6 @@ $(OutDir_ide_Core)Assembly.o: $(UPPDIR1)ide/Core/Assembly.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -3411,15 +3269,13 @@ $(OutDir_ide_Core)Assembly.o: $(UPPDIR1)ide/Core/Assembly.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Core/Assembly.cpp \ $(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 @@ -3482,8 +3338,6 @@ $(OutDir_ide_Core)Package.o: $(UPPDIR1)ide/Core/Package.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -3513,12 +3367,10 @@ $(OutDir_ide_Core)Package.o: $(UPPDIR1)ide/Core/Package.cpp \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Core/Package.cpp \ $(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 @@ -3581,8 +3433,6 @@ $(OutDir_ide_Core)Workspace.o: $(UPPDIR1)ide/Core/Workspace.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -3612,12 +3462,10 @@ $(OutDir_ide_Core)Workspace.o: $(UPPDIR1)ide/Core/Workspace.cpp \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Core/Workspace.cpp \ $(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 @@ -3680,8 +3528,6 @@ $(OutDir_ide_Core)usc.o: $(UPPDIR1)ide/Core/usc.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -3711,12 +3557,10 @@ $(OutDir_ide_Core)usc.o: $(UPPDIR1)ide/Core/usc.cpp \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Core/usc.cpp \ $(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 @@ -3779,8 +3623,6 @@ $(OutDir_ide_Core)BinObj.o: $(UPPDIR1)ide/Core/BinObj.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -3807,15 +3649,13 @@ $(OutDir_ide_Core)BinObj.o: $(UPPDIR1)ide/Core/BinObj.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Core/BinObj.cpp \ $(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 @@ -3878,8 +3718,6 @@ $(OutDir_ide_Core)Util.o: $(UPPDIR1)ide/Core/Util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -3909,12 +3747,10 @@ $(OutDir_ide_Core)Util.o: $(UPPDIR1)ide/Core/Util.cpp \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Core/Util.cpp \ $(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 @@ -3977,8 +3813,6 @@ $(OutDir_ide_Core)Host.o: $(UPPDIR1)ide/Core/Host.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -4006,14 +3840,12 @@ $(OutDir_ide_Core)Host.o: $(UPPDIR1)ide/Core/Host.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Core/Core.h \ + $(UPPDIR1)ide/Core/Host.cpp \ $(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 @@ -4075,8 +3907,6 @@ $(OutDir_ide_Core)Logger.o: $(UPPDIR1)ide/Core/Logger.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -4102,9 +3932,8 @@ $(OutDir_ide_Core)Logger.o: $(UPPDIR1)ide/Core/Logger.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)ide/Core/Logger.cpp \ $(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 @@ -4197,8 +4026,6 @@ $(OutDir_ide_Android)Android.o: $(UPPDIR1)ide/Android/Android.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -4225,6 +4052,7 @@ $(OutDir_ide_Android)Android.o: $(UPPDIR1)ide/Android/Android.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Android/Android.cpp \ $(UPPDIR1)ide/Android/Android.h \ $(UPPDIR1)ide/Android/Devices.h \ $(UPPDIR1)ide/Android/Executables.h \ @@ -4232,11 +4060,8 @@ $(OutDir_ide_Android)Android.o: $(UPPDIR1)ide/Android/Android.cpp \ $(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 @@ -4299,8 +4124,6 @@ $(OutDir_ide_Android)AndroidSDK.o: $(UPPDIR1)ide/Android/AndroidSDK.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -4328,20 +4151,18 @@ $(OutDir_ide_Android)AndroidSDK.o: $(UPPDIR1)ide/Android/AndroidSDK.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/AndroidSDK.cpp \ $(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 @@ -4404,8 +4225,6 @@ $(OutDir_ide_Android)AndroidNDK.o: $(UPPDIR1)ide/Android/AndroidNDK.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -4433,17 +4252,15 @@ $(OutDir_ide_Android)AndroidNDK.o: $(UPPDIR1)ide/Android/AndroidNDK.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/AndroidNDK.cpp \ $(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 @@ -4506,8 +4323,6 @@ $(OutDir_ide_Android)Apk.o: $(UPPDIR1)ide/Android/Apk.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -4535,17 +4350,15 @@ $(OutDir_ide_Android)Apk.o: $(UPPDIR1)ide/Android/Apk.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/Apk.cpp \ $(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 @@ -4608,8 +4421,6 @@ $(OutDir_ide_Android)AndroidManifest.o: $(UPPDIR1)ide/Android/AndroidManifest.cp $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -4637,17 +4448,15 @@ $(OutDir_ide_Android)AndroidManifest.o: $(UPPDIR1)ide/Android/AndroidManifest.cp $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Android/Android.h \ + $(UPPDIR1)ide/Android/AndroidManifest.cpp \ $(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 @@ -4710,8 +4519,6 @@ $(OutDir_ide_Android)Adb.o: $(UPPDIR1)ide/Android/Adb.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -4738,6 +4545,7 @@ $(OutDir_ide_Android)Adb.o: $(UPPDIR1)ide/Android/Adb.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ + $(UPPDIR1)ide/Android/Adb.cpp \ $(UPPDIR1)ide/Android/Android.h \ $(UPPDIR1)ide/Android/Devices.h \ $(UPPDIR1)ide/Android/Executables.h \ @@ -4745,11 +4553,8 @@ $(OutDir_ide_Android)Adb.o: $(UPPDIR1)ide/Android/Adb.cpp \ $(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 @@ -4812,8 +4617,6 @@ $(OutDir_ide_Android)LogCat.o: $(UPPDIR1)ide/Android/LogCat.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -4841,15 +4644,13 @@ $(OutDir_ide_Android)LogCat.o: $(UPPDIR1)ide/Android/LogCat.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Android/LogCat.cpp \ $(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 @@ -4912,8 +4713,6 @@ $(OutDir_ide_Android)NDKBuild.o: $(UPPDIR1)ide/Android/NDKBuild.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -4941,15 +4740,13 @@ $(OutDir_ide_Android)NDKBuild.o: $(UPPDIR1)ide/Android/NDKBuild.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)ide/Android/Executables.h \ + $(UPPDIR1)ide/Android/NDKBuild.cpp \ $(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 @@ -5034,8 +4831,6 @@ $(OutDir_ide_Java)JavaVersion.o: $(UPPDIR1)ide/Java/JavaVersion.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -5066,12 +4861,10 @@ $(OutDir_ide_Java)JavaVersion.o: $(UPPDIR1)ide/Java/JavaVersion.cpp \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/Java/JavaVersion.cpp \ $(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 @@ -5134,8 +4927,6 @@ $(OutDir_ide_Java)Java.o: $(UPPDIR1)ide/Java/Java.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -5165,13 +4956,11 @@ $(OutDir_ide_Java)Java.o: $(UPPDIR1)ide/Java/Java.cpp \ $(UPPDIR1)ide/Core/Core.h \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ + $(UPPDIR1)ide/Java/Java.cpp \ $(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 @@ -5234,8 +5023,6 @@ $(OutDir_ide_Java)Jdk.o: $(UPPDIR1)ide/Java/Jdk.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -5266,12 +5053,10 @@ $(OutDir_ide_Java)Jdk.o: $(UPPDIR1)ide/Java/Jdk.cpp \ $(UPPDIR1)ide/Core/Host.h \ $(UPPDIR1)ide/Core/Logger.h \ $(UPPDIR1)ide/Java/Java.h \ + $(UPPDIR1)ide/Java/Jdk.cpp \ $(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 @@ -5290,27 +5075,7 @@ $(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 + $(UPPDIR1)plugin/png/pnglib.c $(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 \ @@ -5369,8 +5134,6 @@ $(OutDir_plugin_png)pngupp.o: $(UPPDIR1)plugin/png/pngupp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -5400,6 +5163,7 @@ $(OutDir_plugin_png)pngupp.o: $(UPPDIR1)plugin/png/pngupp.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -5407,11 +5171,8 @@ $(OutDir_plugin_png)pngupp.o: $(UPPDIR1)plugin/png/pngupp.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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)plugin/png/pngupp.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_png) $(UPPDIR1)plugin/png/pngupp.cpp -o $(OutDir_plugin_png)pngupp.o @@ -5471,8 +5232,6 @@ $(OutDir_plugin_png)pngreg.o: $(UPPDIR1)plugin/png/pngreg.icpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -5502,6 +5261,7 @@ $(OutDir_plugin_png)pngreg.o: $(UPPDIR1)plugin/png/pngreg.icpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -5510,8 +5270,7 @@ $(OutDir_plugin_png)pngreg.o: $(UPPDIR1)plugin/png/pngreg.icpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/png/pngreg.icpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_png) $(UPPDIR1)plugin/png/pngreg.icpp -o $(OutDir_plugin_png)pngreg.o @@ -5581,8 +5340,6 @@ $(OutDir_Draw)Font.o: $(UPPDIR1)Draw/Font.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -5612,6 +5369,8 @@ $(OutDir_Draw)Font.o: $(UPPDIR1)Draw/Font.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/Font.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -5619,8 +5378,6 @@ $(OutDir_Draw)Font.o: $(UPPDIR1)Draw/Font.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -5680,8 +5437,6 @@ $(OutDir_Draw)FontCR.o: $(UPPDIR1)Draw/FontCR.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -5711,6 +5466,8 @@ $(OutDir_Draw)FontCR.o: $(UPPDIR1)Draw/FontCR.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/FontCR.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Fonts.i \ $(UPPDIR1)Draw/Image.h \ @@ -5719,8 +5476,6 @@ $(OutDir_Draw)FontCR.o: $(UPPDIR1)Draw/FontCR.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -5780,8 +5535,6 @@ $(OutDir_Draw)FontWin32.o: $(UPPDIR1)Draw/FontWin32.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -5811,15 +5564,15 @@ $(OutDir_Draw)FontWin32.o: $(UPPDIR1)Draw/FontWin32.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/FontWin32.cpp \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -5879,8 +5632,6 @@ $(OutDir_Draw)FontFc.o: $(UPPDIR1)Draw/FontFc.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -5910,6 +5661,8 @@ $(OutDir_Draw)FontFc.o: $(UPPDIR1)Draw/FontFc.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/FontFc.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -5917,8 +5670,6 @@ $(OutDir_Draw)FontFc.o: $(UPPDIR1)Draw/FontFc.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -5978,8 +5729,6 @@ $(OutDir_Draw)FontCocoNOMM.o: $(UPPDIR1)Draw/FontCocoNOMM.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -6009,6 +5758,8 @@ $(OutDir_Draw)FontCocoNOMM.o: $(UPPDIR1)Draw/FontCocoNOMM.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/FontCocoNOMM.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -6016,8 +5767,6 @@ $(OutDir_Draw)FontCocoNOMM.o: $(UPPDIR1)Draw/FontCocoNOMM.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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/FontCocoNOMM.cpp -o $(OutDir_Draw)FontCocoNOMM.o @@ -6077,8 +5826,6 @@ $(OutDir_Draw)Draw.o: $(UPPDIR1)Draw/Draw.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -6107,7 +5854,9 @@ $(OutDir_Draw)Draw.o: $(UPPDIR1)Draw/Draw.cpp \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ + $(UPPDIR1)Draw/Draw.cpp \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -6115,8 +5864,6 @@ $(OutDir_Draw)Draw.o: $(UPPDIR1)Draw/Draw.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -6176,8 +5923,6 @@ $(OutDir_Draw)DrawText.o: $(UPPDIR1)Draw/DrawText.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -6207,6 +5952,8 @@ $(OutDir_Draw)DrawText.o: $(UPPDIR1)Draw/DrawText.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/DrawText.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -6214,8 +5961,6 @@ $(OutDir_Draw)DrawText.o: $(UPPDIR1)Draw/DrawText.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -6275,8 +6020,6 @@ $(OutDir_Draw)DrawData.o: $(UPPDIR1)Draw/DrawData.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -6306,6 +6049,8 @@ $(OutDir_Draw)DrawData.o: $(UPPDIR1)Draw/DrawData.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawData.cpp \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -6313,8 +6058,6 @@ $(OutDir_Draw)DrawData.o: $(UPPDIR1)Draw/DrawData.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -6374,8 +6117,6 @@ $(OutDir_Draw)Drawing.o: $(UPPDIR1)Draw/Drawing.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -6405,6 +6146,8 @@ $(OutDir_Draw)Drawing.o: $(UPPDIR1)Draw/Drawing.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/Drawing.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -6412,8 +6155,6 @@ $(OutDir_Draw)Drawing.o: $(UPPDIR1)Draw/Drawing.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -6473,8 +6214,6 @@ $(OutDir_Draw)ImageAnyDraw.o: $(UPPDIR1)Draw/ImageAnyDraw.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -6504,15 +6243,15 @@ $(OutDir_Draw)ImageAnyDraw.o: $(UPPDIR1)Draw/ImageAnyDraw.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageAnyDraw.cpp \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -6572,8 +6311,6 @@ $(OutDir_Draw)DrawUtil.o: $(UPPDIR1)Draw/DrawUtil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -6603,6 +6340,8 @@ $(OutDir_Draw)DrawUtil.o: $(UPPDIR1)Draw/DrawUtil.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/DrawUtil.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -6610,8 +6349,6 @@ $(OutDir_Draw)DrawUtil.o: $(UPPDIR1)Draw/DrawUtil.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -6671,8 +6408,6 @@ $(OutDir_Draw)DrawTextUtil.o: $(UPPDIR1)Draw/DrawTextUtil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -6702,6 +6437,8 @@ $(OutDir_Draw)DrawTextUtil.o: $(UPPDIR1)Draw/DrawTextUtil.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/DrawTextUtil.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -6709,8 +6446,6 @@ $(OutDir_Draw)DrawTextUtil.o: $(UPPDIR1)Draw/DrawTextUtil.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -6770,8 +6505,6 @@ $(OutDir_Draw)Display.o: $(UPPDIR1)Draw/Display.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -6799,8 +6532,10 @@ $(OutDir_Draw)Display.o: $(UPPDIR1)Draw/Display.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ + $(UPPDIR1)Draw/Display.cpp \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -6809,8 +6544,6 @@ $(OutDir_Draw)Display.o: $(UPPDIR1)Draw/Display.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -6870,8 +6603,6 @@ $(OutDir_Draw)Image.o: $(UPPDIR1)Draw/Image.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -6901,15 +6632,15 @@ $(OutDir_Draw)Image.o: $(UPPDIR1)Draw/Image.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ + $(UPPDIR1)Draw/Image.cpp \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -6969,8 +6700,6 @@ $(OutDir_Draw)ImageBlit.o: $(UPPDIR1)Draw/ImageBlit.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7000,15 +6729,15 @@ $(OutDir_Draw)ImageBlit.o: $(UPPDIR1)Draw/ImageBlit.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageBlit.cpp \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -7068,8 +6797,6 @@ $(OutDir_Draw)RasterFormat.o: $(UPPDIR1)Draw/RasterFormat.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7099,15 +6826,15 @@ $(OutDir_Draw)RasterFormat.o: $(UPPDIR1)Draw/RasterFormat.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/RasterFormat.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -7167,8 +6894,6 @@ $(OutDir_Draw)RasterWrite.o: $(UPPDIR1)Draw/RasterWrite.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7198,15 +6923,15 @@ $(OutDir_Draw)RasterWrite.o: $(UPPDIR1)Draw/RasterWrite.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/RasterWrite.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -7266,8 +6991,6 @@ $(OutDir_Draw)Palette.o: $(UPPDIR1)Draw/Palette.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7297,15 +7020,15 @@ $(OutDir_Draw)Palette.o: $(UPPDIR1)Draw/Palette.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Palette.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -7365,8 +7088,6 @@ $(OutDir_Draw)Raster.o: $(UPPDIR1)Draw/Raster.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7396,15 +7117,15 @@ $(OutDir_Draw)Raster.o: $(UPPDIR1)Draw/Raster.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Raster.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -7464,8 +7185,6 @@ $(OutDir_Draw)RasterEncoder.o: $(UPPDIR1)Draw/RasterEncoder.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7495,15 +7214,15 @@ $(OutDir_Draw)RasterEncoder.o: $(UPPDIR1)Draw/RasterEncoder.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/RasterEncoder.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -7563,8 +7282,6 @@ $(OutDir_Draw)ImageOp.o: $(UPPDIR1)Draw/ImageOp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7594,15 +7311,15 @@ $(OutDir_Draw)ImageOp.o: $(UPPDIR1)Draw/ImageOp.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageOp.cpp \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -7662,8 +7379,6 @@ $(OutDir_Draw)ImageChOp.o: $(UPPDIR1)Draw/ImageChOp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7693,15 +7408,15 @@ $(OutDir_Draw)ImageChOp.o: $(UPPDIR1)Draw/ImageChOp.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ + $(UPPDIR1)Draw/ImageChOp.cpp \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -7761,8 +7476,6 @@ $(OutDir_Draw)Mify.o: $(UPPDIR1)Draw/Mify.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7792,15 +7505,15 @@ $(OutDir_Draw)Mify.o: $(UPPDIR1)Draw/Mify.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/Mify.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -7860,8 +7573,6 @@ $(OutDir_Draw)ImageScale.o: $(UPPDIR1)Draw/ImageScale.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7891,15 +7602,15 @@ $(OutDir_Draw)ImageScale.o: $(UPPDIR1)Draw/ImageScale.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/ImageScale.cpp \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -7959,8 +7670,6 @@ $(OutDir_Draw)RescaleFilter.o: $(UPPDIR1)Draw/RescaleFilter.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -7990,15 +7699,15 @@ $(OutDir_Draw)RescaleFilter.o: $(UPPDIR1)Draw/RescaleFilter.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/RescaleFilter.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -8058,8 +7767,6 @@ $(OutDir_Draw)MakeCache.o: $(UPPDIR1)Draw/MakeCache.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8089,15 +7796,15 @@ $(OutDir_Draw)MakeCache.o: $(UPPDIR1)Draw/MakeCache.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ + $(UPPDIR1)Draw/MakeCache.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -8157,8 +7864,6 @@ $(OutDir_Draw)DrawRasterData.o: $(UPPDIR1)Draw/DrawRasterData.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8188,6 +7893,8 @@ $(OutDir_Draw)DrawRasterData.o: $(UPPDIR1)Draw/DrawRasterData.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ + $(UPPDIR1)Draw/DrawRasterData.cpp \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -8195,8 +7902,6 @@ $(OutDir_Draw)DrawRasterData.o: $(UPPDIR1)Draw/DrawRasterData.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -8256,8 +7961,6 @@ $(OutDir_Draw)Uhd.o: $(UPPDIR1)Draw/Uhd.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8287,6 +7990,7 @@ $(OutDir_Draw)Uhd.o: $(UPPDIR1)Draw/Uhd.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -8294,8 +7998,7 @@ $(OutDir_Draw)Uhd.o: $(UPPDIR1)Draw/Uhd.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)Draw/Uhd.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Draw) $(UPPDIR1)Draw/Uhd.cpp -o $(OutDir_Draw)Uhd.o @@ -8355,8 +8058,6 @@ $(OutDir_Draw)Iml.o: $(UPPDIR1)Draw/Iml.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8386,15 +8087,15 @@ $(OutDir_Draw)Iml.o: $(UPPDIR1)Draw/Iml.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ + $(UPPDIR1)Draw/Iml.cpp \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -8454,8 +8155,6 @@ $(OutDir_Draw)DDARasterizer.o: $(UPPDIR1)Draw/DDARasterizer.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8482,9 +8181,11 @@ $(OutDir_Draw)DDARasterizer.o: $(UPPDIR1)Draw/DDARasterizer.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)Draw/Cham.h \ + $(UPPDIR1)Draw/DDARasterizer.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -8492,8 +8193,6 @@ $(OutDir_Draw)DDARasterizer.o: $(UPPDIR1)Draw/DDARasterizer.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -8553,8 +8252,6 @@ $(OutDir_Draw)SDrawClip.o: $(UPPDIR1)Draw/SDrawClip.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8584,15 +8281,15 @@ $(OutDir_Draw)SDrawClip.o: $(UPPDIR1)Draw/SDrawClip.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SDrawClip.cpp \ $(UPPDIR1)Draw/SIMD.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 @@ -8652,8 +8349,6 @@ $(OutDir_Draw)SDrawPut.o: $(UPPDIR1)Draw/SDrawPut.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8683,15 +8378,15 @@ $(OutDir_Draw)SDrawPut.o: $(UPPDIR1)Draw/SDrawPut.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SDrawPut.cpp \ $(UPPDIR1)Draw/SIMD.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 @@ -8751,8 +8446,6 @@ $(OutDir_Draw)SDrawText.o: $(UPPDIR1)Draw/SDrawText.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8782,15 +8475,15 @@ $(OutDir_Draw)SDrawText.o: $(UPPDIR1)Draw/SDrawText.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SDrawText.cpp \ $(UPPDIR1)Draw/SIMD.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 @@ -8850,8 +8543,6 @@ $(OutDir_Draw)SDraw.o: $(UPPDIR1)Draw/SDraw.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8881,15 +8572,15 @@ $(OutDir_Draw)SDraw.o: $(UPPDIR1)Draw/SDraw.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SDraw.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -8949,8 +8640,6 @@ $(OutDir_Draw)SImageDraw.o: $(UPPDIR1)Draw/SImageDraw.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8980,15 +8669,15 @@ $(OutDir_Draw)SImageDraw.o: $(UPPDIR1)Draw/SImageDraw.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ + $(UPPDIR1)Draw/SImageDraw.cpp \ $(UPPDIR1)Draw/SIMD.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 @@ -9048,8 +8737,6 @@ $(OutDir_Draw)Cham.o: $(UPPDIR1)Draw/Cham.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -9075,10 +8762,12 @@ $(OutDir_Draw)Cham.o: $(UPPDIR1)Draw/Cham.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Draw/Cham.cpp \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -9086,9 +8775,6 @@ $(OutDir_Draw)Cham.o: $(UPPDIR1)Draw/Cham.cpp \ $(UPPDIR1)Draw/Raster.h \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -9148,8 +8834,6 @@ $(OutDir_Draw)SColors.o: $(UPPDIR1)Draw/SColors.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -9179,15 +8863,15 @@ $(OutDir_Draw)SColors.o: $(UPPDIR1)Draw/SColors.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ $(UPPDIR1)Draw/iml_header.h \ $(UPPDIR1)Draw/Raster.h \ + $(UPPDIR1)Draw/SColors.cpp \ $(UPPDIR1)Draw/SDraw.h \ $(UPPDIR1)Draw/SIMD.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 @@ -9327,8 +9011,6 @@ $(OutDir_Esc)EscValue.o: $(UPPDIR1)Esc/EscValue.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -9355,8 +9037,7 @@ $(OutDir_Esc)EscValue.o: $(UPPDIR1)Esc/EscValue.cpp \ $(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)Esc/EscValue.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Esc) $(UPPDIR1)Esc/EscValue.cpp -o $(OutDir_Esc)EscValue.o @@ -9416,8 +9097,6 @@ $(OutDir_Esc)EscArray.o: $(UPPDIR1)Esc/EscArray.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -9444,8 +9123,7 @@ $(OutDir_Esc)EscArray.o: $(UPPDIR1)Esc/EscArray.cpp \ $(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)Esc/EscArray.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Esc) $(UPPDIR1)Esc/EscArray.cpp -o $(OutDir_Esc)EscArray.o @@ -9505,8 +9183,6 @@ $(OutDir_Esc)EscMap.o: $(UPPDIR1)Esc/EscMap.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -9533,8 +9209,7 @@ $(OutDir_Esc)EscMap.o: $(UPPDIR1)Esc/EscMap.cpp \ $(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)Esc/EscMap.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Esc) $(UPPDIR1)Esc/EscMap.cpp -o $(OutDir_Esc)EscMap.o @@ -9594,8 +9269,6 @@ $(OutDir_Esc)Esc.o: $(UPPDIR1)Esc/Esc.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -9621,9 +9294,8 @@ $(OutDir_Esc)Esc.o: $(UPPDIR1)Esc/Esc.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Esc/Esc.cpp \ $(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 @@ -9683,8 +9355,6 @@ $(OutDir_Esc)EscRun.o: $(UPPDIR1)Esc/EscRun.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -9711,8 +9381,7 @@ $(OutDir_Esc)EscRun.o: $(UPPDIR1)Esc/EscRun.cpp \ $(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)Esc/EscRun.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Esc) $(UPPDIR1)Esc/EscRun.cpp -o $(OutDir_Esc)EscRun.o @@ -9772,8 +9441,6 @@ $(OutDir_Esc)EscStdLib.o: $(UPPDIR1)Esc/EscStdLib.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -9800,8 +9467,7 @@ $(OutDir_Esc)EscStdLib.o: $(UPPDIR1)Esc/EscStdLib.cpp \ $(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)Esc/EscStdLib.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Esc) $(UPPDIR1)Esc/EscStdLib.cpp -o $(OutDir_Esc)EscStdLib.o @@ -9861,8 +9527,6 @@ $(OutDir_Esc)Value.o: $(UPPDIR1)Esc/Value.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -9889,8 +9553,7 @@ $(OutDir_Esc)Value.o: $(UPPDIR1)Esc/Value.cpp \ $(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)Esc/Value.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Esc) $(UPPDIR1)Esc/Value.cpp -o $(OutDir_Esc)Value.o @@ -9970,8 +9633,6 @@ $(OutDir_plugin_bz2)bz2upp.o: $(UPPDIR1)plugin/bz2/bz2upp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -9998,22 +9659,12 @@ $(OutDir_plugin_bz2)bz2upp.o: $(UPPDIR1)plugin/bz2/bz2upp.cpp \ $(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)plugin/bz2/bz2upp.cpp \ $(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 + $(UPPDIR1)plugin/bz2/bzlib.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: \ @@ -10082,8 +9733,6 @@ $(OutDir_plugin_lzma)lzma.o: $(UPPDIR1)plugin/lzma/lzma.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -10110,16 +9759,17 @@ $(OutDir_plugin_lzma)lzma.o: $(UPPDIR1)plugin/lzma/lzma.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)plugin/lzma/lib/7zTypes.h \ + $(UPPDIR1)plugin/lzma/lib/LzmaDec.h \ $(UPPDIR1)plugin/lzma/lib/LzmaEnc.h \ + $(UPPDIR1)plugin/lzma/lzma.cpp \ $(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.c \ $(UPPDIR1)plugin/lzma/lib/LzFind.h \ $(UPPDIR1)plugin/lzma/lib/LzHash.h \ $(UPPDIR1)plugin/lzma/lib/Precomp.h @@ -10128,6 +9778,7 @@ $(OutDir_plugin_lzma)LzFind.o: $(UPPDIR1)plugin/lzma/lib/LzFind.c \ $(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.c \ $(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 @@ -10136,6 +9787,7 @@ $(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.c \ $(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 @@ -10211,8 +9863,6 @@ $(OutDir_plugin_lz4)Compress.o: $(UPPDIR1)plugin/lz4/Compress.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -10238,9 +9888,8 @@ $(OutDir_plugin_lz4)Compress.o: $(UPPDIR1)plugin/lz4/Compress.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/lz4/Compress.cpp \ $(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 @@ -10301,8 +9950,6 @@ $(OutDir_plugin_lz4)Decompress.o: $(UPPDIR1)plugin/lz4/Decompress.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -10328,9 +9975,8 @@ $(OutDir_plugin_lz4)Decompress.o: $(UPPDIR1)plugin/lz4/Decompress.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/lz4/Decompress.cpp \ $(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 @@ -10391,8 +10037,6 @@ $(OutDir_plugin_lz4)util.o: $(UPPDIR1)plugin/lz4/util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -10419,8 +10063,7 @@ $(OutDir_plugin_lz4)util.o: $(UPPDIR1)plugin/lz4/util.cpp \ $(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)plugin/lz4/util.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_plugin_lz4) $(UPPDIR1)plugin/lz4/util.cpp -o $(OutDir_plugin_lz4)util.o @@ -10492,8 +10135,6 @@ $(OutDir_plugin_zstd)Compress.o: $(UPPDIR1)plugin/zstd/Compress.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -10519,8 +10160,7 @@ $(OutDir_plugin_zstd)Compress.o: $(UPPDIR1)plugin/zstd/Compress.cpp \ $(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/Compress.cpp \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)uppconfig.h @@ -10582,8 +10222,6 @@ $(OutDir_plugin_zstd)Decompress.o: $(UPPDIR1)plugin/zstd/Decompress.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -10609,8 +10247,7 @@ $(OutDir_plugin_zstd)Decompress.o: $(UPPDIR1)plugin/zstd/Decompress.cpp \ $(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/Decompress.cpp \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)uppconfig.h @@ -10672,8 +10309,6 @@ $(OutDir_plugin_zstd)Util.o: $(UPPDIR1)plugin/zstd/Util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -10699,9 +10334,8 @@ $(OutDir_plugin_zstd)Util.o: $(UPPDIR1)plugin/zstd/Util.cpp \ $(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/Util.cpp \ $(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 @@ -10712,12 +10346,13 @@ $(OutDir_plugin_zstd)huf_decompress.o: $(UPPDIR1)plugin/zstd/lib/huf_decompress. $(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/huf_decompress.c \ $(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 \ @@ -10725,9 +10360,9 @@ $(OutDir_plugin_zstd)zstd_ddict.o: $(UPPDIR1)plugin/zstd/lib/zstd_ddict.c \ $(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.c \ $(UPPDIR1)plugin/zstd/lib/zstd_ddict.h \ $(UPPDIR1)plugin/zstd/lib/zstd_decompress_internal.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ @@ -10735,26 +10370,10 @@ $(OutDir_plugin_zstd)zstd_ddict.o: $(UPPDIR1)plugin/zstd/lib/zstd_ddict.c \ $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_decompress.c $(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 \ @@ -10762,10 +10381,10 @@ $(OutDir_plugin_zstd)zstd_decompress_block.o: $(UPPDIR1)plugin/zstd/lib/zstd_dec $(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.c \ $(UPPDIR1)plugin/zstd/lib/zstd_decompress_block.h \ $(UPPDIR1)plugin/zstd/lib/zstd_decompress_internal.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ @@ -10773,7 +10392,10 @@ $(OutDir_plugin_zstd)zstd_decompress_block.o: $(UPPDIR1)plugin/zstd/lib/zstd_dec $(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/entropy_common.c \ $(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/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 @@ -10783,6 +10405,8 @@ $(OutDir_plugin_zstd)fse_compress.o: $(UPPDIR1)plugin/zstd/lib/fse_compress.c \ $(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/fse_compress.c \ $(UPPDIR1)plugin/zstd/lib/hist.h \ $(UPPDIR1)plugin/zstd/lib/mem.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h @@ -10793,6 +10417,8 @@ $(OutDir_plugin_zstd)fse_decompress.o: $(UPPDIR1)plugin/zstd/lib/fse_decompress. $(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/fse_decompress.c \ $(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 @@ -10802,28 +10428,29 @@ $(OutDir_plugin_zstd)huf_compress.o: $(UPPDIR1)plugin/zstd/lib/huf_compress.c \ $(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/huf_compress.c \ $(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_common.c \ $(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 \ @@ -10832,9 +10459,9 @@ $(OutDir_plugin_zstd)zstd_compress.o: $(UPPDIR1)plugin/zstd/lib/zstd_compress.c $(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.c \ $(UPPDIR1)plugin/zstd/lib/zstd_compress_internal.h \ $(UPPDIR1)plugin/zstd/lib/zstd_compress_literals.h \ $(UPPDIR1)plugin/zstd/lib/zstd_compress_sequences.h \ @@ -10846,12 +10473,10 @@ $(OutDir_plugin_zstd)zstd_compress.o: $(UPPDIR1)plugin/zstd/lib/zstd_compress.c $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_opt.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 \ @@ -10859,19 +10484,17 @@ $(OutDir_plugin_zstd)zstd_opt.o: $(UPPDIR1)plugin/zstd/lib/zstd_opt.c \ $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_opt.c \ + $(UPPDIR1)plugin/zstd/lib/zstd_opt.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 \ @@ -10880,7 +10503,6 @@ $(OutDir_plugin_zstd)zstdmt_compress.o: $(UPPDIR1)plugin/zstd/lib/zstdmt_compres $(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 \ @@ -10888,37 +10510,34 @@ $(OutDir_plugin_zstd)zstdmt_compress.o: $(UPPDIR1)plugin/zstd/lib/zstdmt_compres $(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.c \ $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_lazy.c \ + $(UPPDIR1)plugin/zstd/lib/zstd_lazy.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 \ @@ -10927,30 +10546,29 @@ $(OutDir_plugin_zstd)zstd_ldm.o: $(UPPDIR1)plugin/zstd/lib/zstd_ldm.c \ $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_ldm.c \ + $(UPPDIR1)plugin/zstd/lib/zstd_ldm.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.c \ $(UPPDIR1)plugin/zstd/lib/zstd_fast.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstdmt_compress.h + $(UPPDIR1)plugin/zstd/lib/zstd_internal.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.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 @@ -10958,22 +10576,21 @@ $(OutDir_plugin_zstd)error_private.o: $(UPPDIR1)plugin/zstd/lib/error_private.c $(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.c \ $(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.c \ $(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 \ @@ -10981,26 +10598,23 @@ $(OutDir_plugin_zstd)pool.o: $(UPPDIR1)plugin/zstd/lib/pool.c \ $(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.c \ $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_internal.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 \ @@ -11008,52 +10622,48 @@ $(OutDir_plugin_zstd)zstd_compress_superblock.o: $(UPPDIR1)plugin/zstd/lib/zstd_ $(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.c \ $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_internal.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.c \ $(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.c \ $(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 + $(UPPDIR1)plugin/zstd/lib/zstd_internal.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: \ @@ -11133,6 +10743,7 @@ $(OutDir_Core)Cpu.o: $(UPPDIR1)Core/Cpu.cpp \ $(UPPDIR1)Core/Core.h \ $(UPPDIR1)Core/CoSort.h \ $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Cpu.cpp \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ $(UPPDIR1)Core/FilterStream.h \ @@ -11168,8 +10779,6 @@ $(OutDir_Core)Cpu.o: $(UPPDIR1)Core/Cpu.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -11195,8 +10804,6 @@ $(OutDir_Core)Cpu.o: $(UPPDIR1)Core/Cpu.cpp \ $(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 @@ -11245,6 +10852,7 @@ $(OutDir_Core)Mem.o: $(UPPDIR1)Core/Mem.cpp \ $(UPPDIR1)Core/LocalProcess.h \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/Mem.cpp \ $(UPPDIR1)Core/Mem.h \ $(UPPDIR1)Core/Mt.h \ $(UPPDIR1)Core/Obsolete.h \ @@ -11256,8 +10864,6 @@ $(OutDir_Core)Mem.o: $(UPPDIR1)Core/Mem.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -11283,8 +10889,6 @@ $(OutDir_Core)Mem.o: $(UPPDIR1)Core/Mem.cpp \ $(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 @@ -11344,8 +10948,7 @@ $(OutDir_Core)SIMD.o: $(UPPDIR1)Core/SIMD.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/SIMD.cpp \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -11371,8 +10974,6 @@ $(OutDir_Core)SIMD.o: $(UPPDIR1)Core/SIMD.cpp \ $(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 @@ -11422,6 +11023,7 @@ $(OutDir_Core)Mt.o: $(UPPDIR1)Core/Mt.cpp \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/Mt.cpp \ $(UPPDIR1)Core/Mt.h \ $(UPPDIR1)Core/Obsolete.h \ $(UPPDIR1)Core/Ops.h \ @@ -11432,8 +11034,6 @@ $(OutDir_Core)Mt.o: $(UPPDIR1)Core/Mt.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -11459,8 +11059,6 @@ $(OutDir_Core)Mt.o: $(UPPDIR1)Core/Mt.cpp \ $(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 @@ -11495,7 +11093,7 @@ $(OutDir_Core)heaputil.o: $(UPPDIR1)Core/heaputil.cpp \ $(UPPDIR1)Core/Gtypes.h \ $(UPPDIR1)Core/Hash.h \ $(UPPDIR1)Core/Heap.h \ - $(UPPDIR1)Core/HeapImp.h \ + $(UPPDIR1)Core/heaputil.cpp \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ $(UPPDIR1)Core/Index.h \ @@ -11521,8 +11119,6 @@ $(OutDir_Core)heaputil.o: $(UPPDIR1)Core/heaputil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -11548,8 +11144,6 @@ $(OutDir_Core)heaputil.o: $(UPPDIR1)Core/heaputil.cpp \ $(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 @@ -11584,7 +11178,7 @@ $(OutDir_Core)hheap.o: $(UPPDIR1)Core/hheap.cpp \ $(UPPDIR1)Core/Gtypes.h \ $(UPPDIR1)Core/Hash.h \ $(UPPDIR1)Core/Heap.h \ - $(UPPDIR1)Core/HeapImp.h \ + $(UPPDIR1)Core/hheap.cpp \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ $(UPPDIR1)Core/Index.h \ @@ -11610,8 +11204,6 @@ $(OutDir_Core)hheap.o: $(UPPDIR1)Core/hheap.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -11637,8 +11229,6 @@ $(OutDir_Core)hheap.o: $(UPPDIR1)Core/hheap.cpp \ $(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 @@ -11673,7 +11263,6 @@ $(OutDir_Core)sheap.o: $(UPPDIR1)Core/sheap.cpp \ $(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 \ @@ -11699,14 +11288,12 @@ $(OutDir_Core)sheap.o: $(UPPDIR1)Core/sheap.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/sheap.cpp \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ - $(UPPDIR1)Core/StringMem.i \ $(UPPDIR1)Core/t_.h \ $(UPPDIR1)Core/TimeDate.h \ $(UPPDIR1)Core/Topic.h \ @@ -11727,8 +11314,6 @@ $(OutDir_Core)sheap.o: $(UPPDIR1)Core/sheap.cpp \ $(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 @@ -11763,7 +11348,6 @@ $(OutDir_Core)lheap.o: $(UPPDIR1)Core/lheap.cpp \ $(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 \ @@ -11775,6 +11359,7 @@ $(OutDir_Core)lheap.o: $(UPPDIR1)Core/lheap.cpp \ $(UPPDIR1)Core/JSON.h \ $(UPPDIR1)Core/Lang.h \ $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/lheap.cpp \ $(UPPDIR1)Core/LocalProcess.h \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ @@ -11789,8 +11374,6 @@ $(OutDir_Core)lheap.o: $(UPPDIR1)Core/lheap.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -11816,8 +11399,6 @@ $(OutDir_Core)lheap.o: $(UPPDIR1)Core/lheap.cpp \ $(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 @@ -11851,8 +11432,8 @@ $(OutDir_Core)heap.o: $(UPPDIR1)Core/heap.cpp \ $(UPPDIR1)Core/Function.h \ $(UPPDIR1)Core/Gtypes.h \ $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/heap.cpp \ $(UPPDIR1)Core/Heap.h \ - $(UPPDIR1)Core/HeapImp.h \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ $(UPPDIR1)Core/Index.h \ @@ -11878,8 +11459,6 @@ $(OutDir_Core)heap.o: $(UPPDIR1)Core/heap.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -11905,8 +11484,6 @@ $(OutDir_Core)heap.o: $(UPPDIR1)Core/heap.cpp \ $(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 @@ -11941,7 +11518,7 @@ $(OutDir_Core)heapdbg.o: $(UPPDIR1)Core/heapdbg.cpp \ $(UPPDIR1)Core/Gtypes.h \ $(UPPDIR1)Core/Hash.h \ $(UPPDIR1)Core/Heap.h \ - $(UPPDIR1)Core/HeapImp.h \ + $(UPPDIR1)Core/heapdbg.cpp \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ $(UPPDIR1)Core/Index.h \ @@ -11967,8 +11544,6 @@ $(OutDir_Core)heapdbg.o: $(UPPDIR1)Core/heapdbg.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -11994,8 +11569,6 @@ $(OutDir_Core)heapdbg.o: $(UPPDIR1)Core/heapdbg.cpp \ $(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 @@ -12055,13 +11628,12 @@ $(OutDir_Core)StringFind.o: $(UPPDIR1)Core/StringFind.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/StringFind.cpp \ $(UPPDIR1)Core/t_.h \ $(UPPDIR1)Core/TimeDate.h \ $(UPPDIR1)Core/Topic.h \ @@ -12082,8 +11654,6 @@ $(OutDir_Core)StringFind.o: $(UPPDIR1)Core/StringFind.cpp \ $(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 @@ -12143,14 +11713,12 @@ $(OutDir_Core)String.o: $(UPPDIR1)Core/String.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.cpp \ $(UPPDIR1)Core/String.h \ - $(UPPDIR1)Core/StringMem.i \ $(UPPDIR1)Core/t_.h \ $(UPPDIR1)Core/TimeDate.h \ $(UPPDIR1)Core/Topic.h \ @@ -12171,8 +11739,6 @@ $(OutDir_Core)String.o: $(UPPDIR1)Core/String.cpp \ $(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 @@ -12232,8 +11798,6 @@ $(OutDir_Core)WString.o: $(UPPDIR1)Core/WString.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -12255,12 +11819,11 @@ $(OutDir_Core)WString.o: $(UPPDIR1)Core/WString.cpp \ $(UPPDIR1)Core/Vcont.h \ $(UPPDIR1)Core/Vcont.hpp \ $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/WString.cpp \ $(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 @@ -12320,13 +11883,12 @@ $(OutDir_Core)StrUtil.o: $(UPPDIR1)Core/StrUtil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/StrUtil.cpp \ $(UPPDIR1)Core/t_.h \ $(UPPDIR1)Core/TimeDate.h \ $(UPPDIR1)Core/Topic.h \ @@ -12347,8 +11909,6 @@ $(OutDir_Core)StrUtil.o: $(UPPDIR1)Core/StrUtil.cpp \ $(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 @@ -12408,10 +11968,9 @@ $(OutDir_Core)SplitMerge.o: $(UPPDIR1)Core/SplitMerge.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/SplitMerge.cpp \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ @@ -12435,8 +11994,6 @@ $(OutDir_Core)SplitMerge.o: $(UPPDIR1)Core/SplitMerge.cpp \ $(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 @@ -12496,8 +12053,6 @@ $(OutDir_Core)Utf.o: $(UPPDIR1)Core/Utf.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -12508,6 +12063,7 @@ $(OutDir_Core)Utf.o: $(UPPDIR1)Core/Utf.cpp \ $(UPPDIR1)Core/Topic.h \ $(UPPDIR1)Core/Topt.h \ $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/Utf.cpp \ $(UPPDIR1)Core/Utf.hpp \ $(UPPDIR1)Core/Util.h \ $(UPPDIR1)Core/Uuid.h \ @@ -12523,8 +12079,6 @@ $(OutDir_Core)Utf.o: $(UPPDIR1)Core/Utf.cpp \ $(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 @@ -12584,8 +12138,6 @@ $(OutDir_Core)UnicodeInfo.o: $(UPPDIR1)Core/UnicodeInfo.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -12596,6 +12148,7 @@ $(OutDir_Core)UnicodeInfo.o: $(UPPDIR1)Core/UnicodeInfo.cpp \ $(UPPDIR1)Core/Topic.h \ $(UPPDIR1)Core/Topt.h \ $(UPPDIR1)Core/Tuple.h \ + $(UPPDIR1)Core/UnicodeInfo.cpp \ $(UPPDIR1)Core/Utf.hpp \ $(UPPDIR1)Core/Util.h \ $(UPPDIR1)Core/Uuid.h \ @@ -12611,8 +12164,6 @@ $(OutDir_Core)UnicodeInfo.o: $(UPPDIR1)Core/UnicodeInfo.cpp \ $(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 @@ -12626,6 +12177,7 @@ $(OutDir_Core)CharSet.o: $(UPPDIR1)Core/CharSet.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharSet.cpp \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -12672,8 +12224,6 @@ $(OutDir_Core)CharSet.o: $(UPPDIR1)Core/CharSet.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -12699,8 +12249,6 @@ $(OutDir_Core)CharSet.o: $(UPPDIR1)Core/CharSet.cpp \ $(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 @@ -12710,6 +12258,7 @@ $(OutDir_Core)Bom.o: $(UPPDIR1)Core/Bom.cpp \ $(UPPDIR1)Core/AString.hpp \ $(UPPDIR1)Core/Atomic.h \ $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Bom.cpp \ $(UPPDIR1)Core/Callback.h \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ @@ -12760,8 +12309,6 @@ $(OutDir_Core)Bom.o: $(UPPDIR1)Core/Bom.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -12787,8 +12334,6 @@ $(OutDir_Core)Bom.o: $(UPPDIR1)Core/Bom.cpp \ $(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 @@ -12844,12 +12389,11 @@ $(OutDir_Core)Path.o: $(UPPDIR1)Core/Path.cpp \ $(UPPDIR1)Core/Other.h \ $(UPPDIR1)Core/Other.hpp \ $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.cpp \ $(UPPDIR1)Core/Path.h \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -12875,8 +12419,6 @@ $(OutDir_Core)Path.o: $(UPPDIR1)Core/Path.cpp \ $(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 @@ -12927,6 +12469,7 @@ $(OutDir_Core)NetNode.o: $(UPPDIR1)Core/NetNode.cpp \ $(UPPDIR1)Core/Map.hpp \ $(UPPDIR1)Core/Mem.h \ $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/NetNode.cpp \ $(UPPDIR1)Core/Obsolete.h \ $(UPPDIR1)Core/Ops.h \ $(UPPDIR1)Core/Other.h \ @@ -12936,8 +12479,6 @@ $(OutDir_Core)NetNode.o: $(UPPDIR1)Core/NetNode.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -12963,13 +12504,12 @@ $(OutDir_Core)NetNode.o: $(UPPDIR1)Core/NetNode.cpp \ $(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.cpp \ $(UPPDIR1)Core/App.h \ $(UPPDIR1)Core/AString.hpp \ $(UPPDIR1)Core/Atomic.h \ @@ -13024,8 +12564,6 @@ $(OutDir_Core)App.o: $(UPPDIR1)Core/App.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -13051,8 +12589,6 @@ $(OutDir_Core)App.o: $(UPPDIR1)Core/App.cpp \ $(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 @@ -13087,6 +12623,7 @@ $(OutDir_Core)Huge.o: $(UPPDIR1)Core/Huge.cpp \ $(UPPDIR1)Core/Gtypes.h \ $(UPPDIR1)Core/Hash.h \ $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Huge.cpp \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ $(UPPDIR1)Core/Index.h \ @@ -13112,8 +12649,6 @@ $(OutDir_Core)Huge.o: $(UPPDIR1)Core/Huge.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -13139,8 +12674,6 @@ $(OutDir_Core)Huge.o: $(UPPDIR1)Core/Huge.cpp \ $(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 @@ -13200,11 +12733,10 @@ $(OutDir_Core)Stream.o: $(UPPDIR1)Core/Stream.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ + $(UPPDIR1)Core/Stream.cpp \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ $(UPPDIR1)Core/t_.h \ @@ -13227,8 +12759,6 @@ $(OutDir_Core)Stream.o: $(UPPDIR1)Core/Stream.cpp \ $(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 @@ -13238,6 +12768,7 @@ $(OutDir_Core)BlockStream.o: $(UPPDIR1)Core/BlockStream.cpp \ $(UPPDIR1)Core/AString.hpp \ $(UPPDIR1)Core/Atomic.h \ $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/BlockStream.cpp \ $(UPPDIR1)Core/Callback.h \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ @@ -13288,8 +12819,6 @@ $(OutDir_Core)BlockStream.o: $(UPPDIR1)Core/BlockStream.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -13315,8 +12844,6 @@ $(OutDir_Core)BlockStream.o: $(UPPDIR1)Core/BlockStream.cpp \ $(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 @@ -13343,6 +12870,7 @@ $(OutDir_Core)FileMapping.o: $(UPPDIR1)Core/FileMapping.cpp \ $(UPPDIR1)Core/CoWork.h \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FileMapping.cpp \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ $(UPPDIR1)Core/Fn.h \ @@ -13376,8 +12904,6 @@ $(OutDir_Core)FileMapping.o: $(UPPDIR1)Core/FileMapping.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -13403,8 +12929,6 @@ $(OutDir_Core)FileMapping.o: $(UPPDIR1)Core/FileMapping.cpp \ $(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 @@ -13431,6 +12955,7 @@ $(OutDir_Core)FilterStream.o: $(UPPDIR1)Core/FilterStream.cpp \ $(UPPDIR1)Core/CoWork.h \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/FilterStream.cpp \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ $(UPPDIR1)Core/Fn.h \ @@ -13464,8 +12989,6 @@ $(OutDir_Core)FilterStream.o: $(UPPDIR1)Core/FilterStream.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -13491,8 +13014,6 @@ $(OutDir_Core)FilterStream.o: $(UPPDIR1)Core/FilterStream.cpp \ $(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 @@ -13539,6 +13060,7 @@ $(OutDir_Core)Log.o: $(UPPDIR1)Core/Log.cpp \ $(UPPDIR1)Core/Lang.h \ $(UPPDIR1)Core/Lang_s.h \ $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Log.cpp \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ $(UPPDIR1)Core/Mem.h \ @@ -13552,8 +13074,6 @@ $(OutDir_Core)Log.o: $(UPPDIR1)Core/Log.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -13579,8 +13099,6 @@ $(OutDir_Core)Log.o: $(UPPDIR1)Core/Log.cpp \ $(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 @@ -13605,6 +13123,7 @@ $(OutDir_Core)Debug.o: $(UPPDIR1)Core/Debug.cpp \ $(UPPDIR1)Core/Core.h \ $(UPPDIR1)Core/CoSort.h \ $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Debug.cpp \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ $(UPPDIR1)Core/FilterStream.h \ @@ -13640,8 +13159,6 @@ $(OutDir_Core)Debug.o: $(UPPDIR1)Core/Debug.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -13667,8 +13184,6 @@ $(OutDir_Core)Debug.o: $(UPPDIR1)Core/Debug.cpp \ $(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 @@ -13708,6 +13223,7 @@ $(OutDir_Core)Ini.o: $(UPPDIR1)Core/Ini.cpp \ $(UPPDIR1)Core/Index.h \ $(UPPDIR1)Core/Index.hpp \ $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/Ini.cpp \ $(UPPDIR1)Core/InMap.hpp \ $(UPPDIR1)Core/InVector.h \ $(UPPDIR1)Core/InVector.hpp \ @@ -13728,8 +13244,6 @@ $(OutDir_Core)Ini.o: $(UPPDIR1)Core/Ini.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -13755,8 +13269,6 @@ $(OutDir_Core)Ini.o: $(UPPDIR1)Core/Ini.cpp \ $(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 @@ -13816,8 +13328,6 @@ $(OutDir_Core)Util.o: $(UPPDIR1)Core/Util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -13829,6 +13339,7 @@ $(OutDir_Core)Util.o: $(UPPDIR1)Core/Util.cpp \ $(UPPDIR1)Core/Topt.h \ $(UPPDIR1)Core/Tuple.h \ $(UPPDIR1)Core/Utf.hpp \ + $(UPPDIR1)Core/Util.cpp \ $(UPPDIR1)Core/Util.h \ $(UPPDIR1)Core/Uuid.h \ $(UPPDIR1)Core/Value.h \ @@ -13843,8 +13354,6 @@ $(OutDir_Core)Util.o: $(UPPDIR1)Core/Util.cpp \ $(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 @@ -13893,6 +13402,7 @@ $(OutDir_Core)mathutil.o: $(UPPDIR1)Core/mathutil.cpp \ $(UPPDIR1)Core/LocalProcess.h \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/mathutil.cpp \ $(UPPDIR1)Core/Mem.h \ $(UPPDIR1)Core/Mt.h \ $(UPPDIR1)Core/Obsolete.h \ @@ -13904,8 +13414,6 @@ $(OutDir_Core)mathutil.o: $(UPPDIR1)Core/mathutil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -13931,8 +13439,6 @@ $(OutDir_Core)mathutil.o: $(UPPDIR1)Core/mathutil.cpp \ $(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 @@ -13991,9 +13497,8 @@ $(OutDir_Core)Random.o: $(UPPDIR1)Core/Random.cpp \ $(UPPDIR1)Core/Path.h \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Random.cpp \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -14019,8 +13524,6 @@ $(OutDir_Core)Random.o: $(UPPDIR1)Core/Random.cpp \ $(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 @@ -14080,10 +13583,9 @@ $(OutDir_Core)Speller.o: $(UPPDIR1)Core/Speller.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ + $(UPPDIR1)Core/Speller.cpp \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ @@ -14107,8 +13609,6 @@ $(OutDir_Core)Speller.o: $(UPPDIR1)Core/Speller.cpp \ $(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 @@ -14154,6 +13654,7 @@ $(OutDir_Core)LocalProcess.o: $(UPPDIR1)Core/LocalProcess.cpp \ $(UPPDIR1)Core/JSON.h \ $(UPPDIR1)Core/Lang.h \ $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.cpp \ $(UPPDIR1)Core/LocalProcess.h \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ @@ -14168,8 +13669,6 @@ $(OutDir_Core)LocalProcess.o: $(UPPDIR1)Core/LocalProcess.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -14195,8 +13694,6 @@ $(OutDir_Core)LocalProcess.o: $(UPPDIR1)Core/LocalProcess.cpp \ $(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 @@ -14251,13 +13748,12 @@ $(OutDir_Core)PackedData.o: $(UPPDIR1)Core/PackedData.cpp \ $(UPPDIR1)Core/Ops.h \ $(UPPDIR1)Core/Other.h \ $(UPPDIR1)Core/Other.hpp \ + $(UPPDIR1)Core/PackedData.cpp \ $(UPPDIR1)Core/Parser.h \ $(UPPDIR1)Core/Path.h \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -14283,8 +13779,6 @@ $(OutDir_Core)PackedData.o: $(UPPDIR1)Core/PackedData.cpp \ $(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/PackedData.cpp -o $(OutDir_Core)PackedData.o @@ -14344,8 +13838,6 @@ $(OutDir_Core)Vcont.o: $(UPPDIR1)Core/Vcont.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -14364,6 +13856,7 @@ $(OutDir_Core)Vcont.o: $(UPPDIR1)Core/Vcont.cpp \ $(UPPDIR1)Core/ValueCache.h \ $(UPPDIR1)Core/ValueUtil.h \ $(UPPDIR1)Core/ValueUtil.hpp \ + $(UPPDIR1)Core/Vcont.cpp \ $(UPPDIR1)Core/Vcont.h \ $(UPPDIR1)Core/Vcont.hpp \ $(UPPDIR1)Core/Win32Util.h \ @@ -14371,8 +13864,6 @@ $(OutDir_Core)Vcont.o: $(UPPDIR1)Core/Vcont.cpp \ $(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 @@ -14409,6 +13900,7 @@ $(OutDir_Core)Index.o: $(UPPDIR1)Core/Index.cpp \ $(UPPDIR1)Core/Heap.h \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.cpp \ $(UPPDIR1)Core/Index.h \ $(UPPDIR1)Core/Index.hpp \ $(UPPDIR1)Core/Inet.h \ @@ -14432,8 +13924,6 @@ $(OutDir_Core)Index.o: $(UPPDIR1)Core/Index.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -14459,8 +13949,6 @@ $(OutDir_Core)Index.o: $(UPPDIR1)Core/Index.cpp \ $(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 @@ -14520,14 +14008,13 @@ $(OutDir_Core)TimeDate.o: $(UPPDIR1)Core/TimeDate.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.cpp \ $(UPPDIR1)Core/TimeDate.h \ $(UPPDIR1)Core/Topic.h \ $(UPPDIR1)Core/Topt.h \ @@ -14547,8 +14034,6 @@ $(OutDir_Core)TimeDate.o: $(UPPDIR1)Core/TimeDate.cpp \ $(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 @@ -14608,8 +14093,6 @@ $(OutDir_Core)Value.o: $(UPPDIR1)Core/Value.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -14623,6 +14106,7 @@ $(OutDir_Core)Value.o: $(UPPDIR1)Core/Value.cpp \ $(UPPDIR1)Core/Utf.hpp \ $(UPPDIR1)Core/Util.h \ $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.cpp \ $(UPPDIR1)Core/Value.h \ $(UPPDIR1)Core/Value.hpp \ $(UPPDIR1)Core/ValueCache.h \ @@ -14635,8 +14119,6 @@ $(OutDir_Core)Value.o: $(UPPDIR1)Core/Value.cpp \ $(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 @@ -14696,8 +14178,6 @@ $(OutDir_Core)ValueUtil.o: $(UPPDIR1)Core/ValueUtil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -14714,6 +14194,7 @@ $(OutDir_Core)ValueUtil.o: $(UPPDIR1)Core/ValueUtil.cpp \ $(UPPDIR1)Core/Value.h \ $(UPPDIR1)Core/Value.hpp \ $(UPPDIR1)Core/ValueCache.h \ + $(UPPDIR1)Core/ValueUtil.cpp \ $(UPPDIR1)Core/ValueUtil.h \ $(UPPDIR1)Core/ValueUtil.hpp \ $(UPPDIR1)Core/Vcont.h \ @@ -14723,8 +14204,6 @@ $(OutDir_Core)ValueUtil.o: $(UPPDIR1)Core/ValueUtil.cpp \ $(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 @@ -14754,6 +14233,7 @@ $(OutDir_Core)Format.o: $(UPPDIR1)Core/Format.cpp \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ $(UPPDIR1)Core/Fn.h \ + $(UPPDIR1)Core/Format.cpp \ $(UPPDIR1)Core/Format.h \ $(UPPDIR1)Core/Function.h \ $(UPPDIR1)Core/Gtypes.h \ @@ -14784,8 +14264,6 @@ $(OutDir_Core)Format.o: $(UPPDIR1)Core/Format.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -14811,8 +14289,6 @@ $(OutDir_Core)Format.o: $(UPPDIR1)Core/Format.cpp \ $(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 @@ -14837,6 +14313,7 @@ $(OutDir_Core)CvFlt.o: $(UPPDIR1)Core/CvFlt.cpp \ $(UPPDIR1)Core/Core.h \ $(UPPDIR1)Core/CoSort.h \ $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/CvFlt.cpp \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ $(UPPDIR1)Core/FilterStream.h \ @@ -14873,8 +14350,6 @@ $(OutDir_Core)CvFlt.o: $(UPPDIR1)Core/CvFlt.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -14900,8 +14375,6 @@ $(OutDir_Core)CvFlt.o: $(UPPDIR1)Core/CvFlt.cpp \ $(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/CvFlt.cpp -o $(OutDir_Core)CvFlt.o @@ -14921,6 +14394,7 @@ $(OutDir_Core)Convert.o: $(UPPDIR1)Core/Convert.cpp \ $(UPPDIR1)Core/Color.h \ $(UPPDIR1)Core/Complex.h \ $(UPPDIR1)Core/config.h \ + $(UPPDIR1)Core/Convert.cpp \ $(UPPDIR1)Core/Convert.h \ $(UPPDIR1)Core/Convert.hpp \ $(UPPDIR1)Core/Core.h \ @@ -14961,8 +14435,6 @@ $(OutDir_Core)Convert.o: $(UPPDIR1)Core/Convert.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -14988,8 +14460,6 @@ $(OutDir_Core)Convert.o: $(UPPDIR1)Core/Convert.cpp \ $(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 @@ -15006,6 +14476,7 @@ $(OutDir_Core)Color.o: $(UPPDIR1)Core/Color.cpp \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ + $(UPPDIR1)Core/Color.cpp \ $(UPPDIR1)Core/Color.h \ $(UPPDIR1)Core/Complex.h \ $(UPPDIR1)Core/config.h \ @@ -15049,8 +14520,6 @@ $(OutDir_Core)Color.o: $(UPPDIR1)Core/Color.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -15076,8 +14545,6 @@ $(OutDir_Core)Color.o: $(UPPDIR1)Core/Color.cpp \ $(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 @@ -15109,6 +14576,7 @@ $(OutDir_Core)Gtypes.o: $(UPPDIR1)Core/Gtypes.cpp \ $(UPPDIR1)Core/Fn.h \ $(UPPDIR1)Core/Format.h \ $(UPPDIR1)Core/Function.h \ + $(UPPDIR1)Core/Gtypes.cpp \ $(UPPDIR1)Core/Gtypes.h \ $(UPPDIR1)Core/Hash.h \ $(UPPDIR1)Core/Heap.h \ @@ -15137,8 +14605,6 @@ $(OutDir_Core)Gtypes.o: $(UPPDIR1)Core/Gtypes.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -15164,8 +14630,6 @@ $(OutDir_Core)Gtypes.o: $(UPPDIR1)Core/Gtypes.cpp \ $(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 @@ -15225,13 +14689,12 @@ $(OutDir_Core)t.o: $(UPPDIR1)Core/t.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ $(UPPDIR1)Core/Stream.h \ $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t.cpp \ $(UPPDIR1)Core/t.h \ $(UPPDIR1)Core/t_.h \ $(UPPDIR1)Core/TimeDate.h \ @@ -15253,8 +14716,6 @@ $(OutDir_Core)t.o: $(UPPDIR1)Core/t.cpp \ $(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 @@ -15298,6 +14759,7 @@ $(OutDir_Core)Lang.o: $(UPPDIR1)Core/Lang.cpp \ $(UPPDIR1)Core/InVector.h \ $(UPPDIR1)Core/InVector.hpp \ $(UPPDIR1)Core/JSON.h \ + $(UPPDIR1)Core/Lang.cpp \ $(UPPDIR1)Core/Lang.h \ $(UPPDIR1)Core/Lang_s.h \ $(UPPDIR1)Core/LocalProcess.h \ @@ -15314,8 +14776,6 @@ $(OutDir_Core)Lang.o: $(UPPDIR1)Core/Lang.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -15341,8 +14801,6 @@ $(OutDir_Core)Lang.o: $(UPPDIR1)Core/Lang.cpp \ $(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 @@ -15388,6 +14846,7 @@ $(OutDir_Core)LangInfo.o: $(UPPDIR1)Core/LangInfo.cpp \ $(UPPDIR1)Core/JSON.h \ $(UPPDIR1)Core/Lang.h \ $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LangInfo.cpp \ $(UPPDIR1)Core/LocalProcess.h \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ @@ -15402,8 +14861,6 @@ $(OutDir_Core)LangInfo.o: $(UPPDIR1)Core/LangInfo.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -15429,8 +14886,6 @@ $(OutDir_Core)LangInfo.o: $(UPPDIR1)Core/LangInfo.cpp \ $(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 @@ -15485,13 +14940,12 @@ $(OutDir_Core)parser.o: $(UPPDIR1)Core/parser.cpp \ $(UPPDIR1)Core/Ops.h \ $(UPPDIR1)Core/Other.h \ $(UPPDIR1)Core/Other.hpp \ + $(UPPDIR1)Core/parser.cpp \ $(UPPDIR1)Core/Parser.h \ $(UPPDIR1)Core/Path.h \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -15517,8 +14971,6 @@ $(OutDir_Core)parser.o: $(UPPDIR1)Core/parser.cpp \ $(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 @@ -15578,8 +15030,6 @@ $(OutDir_Core)XML.o: $(UPPDIR1)Core/XML.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -15601,12 +15051,11 @@ $(OutDir_Core)XML.o: $(UPPDIR1)Core/XML.cpp \ $(UPPDIR1)Core/Vcont.h \ $(UPPDIR1)Core/Vcont.hpp \ $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.cpp \ $(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 @@ -15666,8 +15115,6 @@ $(OutDir_Core)Xmlize.o: $(UPPDIR1)Core/Xmlize.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -15690,11 +15137,10 @@ $(OutDir_Core)Xmlize.o: $(UPPDIR1)Core/Xmlize.cpp \ $(UPPDIR1)Core/Vcont.hpp \ $(UPPDIR1)Core/Win32Util.h \ $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.cpp \ $(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 @@ -15737,6 +15183,7 @@ $(OutDir_Core)JSON.o: $(UPPDIR1)Core/JSON.cpp \ $(UPPDIR1)Core/InMap.hpp \ $(UPPDIR1)Core/InVector.h \ $(UPPDIR1)Core/InVector.hpp \ + $(UPPDIR1)Core/JSON.cpp \ $(UPPDIR1)Core/JSON.h \ $(UPPDIR1)Core/Lang.h \ $(UPPDIR1)Core/Lang_s.h \ @@ -15754,8 +15201,6 @@ $(OutDir_Core)JSON.o: $(UPPDIR1)Core/JSON.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -15781,8 +15226,6 @@ $(OutDir_Core)JSON.o: $(UPPDIR1)Core/JSON.cpp \ $(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 @@ -15842,8 +15285,6 @@ $(OutDir_Core)Uuid.o: $(UPPDIR1)Core/Uuid.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -15856,6 +15297,7 @@ $(OutDir_Core)Uuid.o: $(UPPDIR1)Core/Uuid.cpp \ $(UPPDIR1)Core/Tuple.h \ $(UPPDIR1)Core/Utf.hpp \ $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.cpp \ $(UPPDIR1)Core/Uuid.h \ $(UPPDIR1)Core/Value.h \ $(UPPDIR1)Core/Value.hpp \ @@ -15869,8 +15311,6 @@ $(OutDir_Core)Uuid.o: $(UPPDIR1)Core/Uuid.cpp \ $(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 @@ -15928,10 +15368,9 @@ $(OutDir_Core)Ptr.o: $(UPPDIR1)Core/Ptr.cpp \ $(UPPDIR1)Core/Parser.h \ $(UPPDIR1)Core/Path.h \ $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.cpp \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -15957,8 +15396,6 @@ $(OutDir_Core)Ptr.o: $(UPPDIR1)Core/Ptr.cpp \ $(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 @@ -16019,8 +15456,6 @@ $(OutDir_Core)z.o: $(UPPDIR1)Core/z.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16045,13 +15480,13 @@ $(OutDir_Core)z.o: $(UPPDIR1)Core/z.cpp \ $(UPPDIR1)Core/XML.h \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/z.cpp \ $(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 +$(OutDir_Core)lz4.o: $(UPPDIR1)Core/lib/lz4.c \ + $(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 \ @@ -16110,8 +15545,6 @@ $(OutDir_Core)Topic.o: $(UPPDIR1)Core/Topic.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16119,6 +15552,7 @@ $(OutDir_Core)Topic.o: $(UPPDIR1)Core/Topic.cpp \ $(UPPDIR1)Core/String.h \ $(UPPDIR1)Core/t_.h \ $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.cpp \ $(UPPDIR1)Core/Topic.h \ $(UPPDIR1)Core/Topt.h \ $(UPPDIR1)Core/Tuple.h \ @@ -16137,8 +15571,6 @@ $(OutDir_Core)Topic.o: $(UPPDIR1)Core/Topic.cpp \ $(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 @@ -16162,6 +15594,7 @@ $(OutDir_Core)CoWork.o: $(UPPDIR1)Core/CoWork.cpp \ $(UPPDIR1)Core/Convert.hpp \ $(UPPDIR1)Core/Core.h \ $(UPPDIR1)Core/CoSort.h \ + $(UPPDIR1)Core/CoWork.cpp \ $(UPPDIR1)Core/CoWork.h \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ @@ -16198,8 +15631,6 @@ $(OutDir_Core)CoWork.o: $(UPPDIR1)Core/CoWork.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16225,8 +15656,6 @@ $(OutDir_Core)CoWork.o: $(UPPDIR1)Core/CoWork.cpp \ $(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 @@ -16286,8 +15715,6 @@ $(OutDir_Core)ValueCache.o: $(UPPDIR1)Core/ValueCache.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16303,6 +15730,7 @@ $(OutDir_Core)ValueCache.o: $(UPPDIR1)Core/ValueCache.cpp \ $(UPPDIR1)Core/Uuid.h \ $(UPPDIR1)Core/Value.h \ $(UPPDIR1)Core/Value.hpp \ + $(UPPDIR1)Core/ValueCache.cpp \ $(UPPDIR1)Core/ValueCache.h \ $(UPPDIR1)Core/ValueUtil.h \ $(UPPDIR1)Core/ValueUtil.hpp \ @@ -16313,8 +15741,6 @@ $(OutDir_Core)ValueCache.o: $(UPPDIR1)Core/ValueCache.cpp \ $(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 @@ -16363,6 +15789,7 @@ $(OutDir_Core)MD5.o: $(UPPDIR1)Core/MD5.cpp \ $(UPPDIR1)Core/LocalProcess.h \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ + $(UPPDIR1)Core/MD5.cpp \ $(UPPDIR1)Core/Mem.h \ $(UPPDIR1)Core/Mt.h \ $(UPPDIR1)Core/Obsolete.h \ @@ -16374,8 +15801,6 @@ $(OutDir_Core)MD5.o: $(UPPDIR1)Core/MD5.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16401,8 +15826,6 @@ $(OutDir_Core)MD5.o: $(UPPDIR1)Core/MD5.cpp \ $(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 @@ -16462,8 +15885,7 @@ $(OutDir_Core)SHA1.o: $(UPPDIR1)Core/SHA1.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/SHA1.cpp \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16489,8 +15911,6 @@ $(OutDir_Core)SHA1.o: $(UPPDIR1)Core/SHA1.cpp \ $(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 @@ -16550,8 +15970,7 @@ $(OutDir_Core)SHA256.o: $(UPPDIR1)Core/SHA256.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/SHA256.cpp \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16577,12 +15996,11 @@ $(OutDir_Core)SHA256.o: $(UPPDIR1)Core/SHA256.cpp \ $(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.c \ $(UPPDIR1)Core/lib/xxhash.h $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/lib/xxhash.c -o $(OutDir_Core)xxhash.o @@ -16643,8 +16061,6 @@ $(OutDir_Core)xxHsh.o: $(UPPDIR1)Core/xxHsh.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16669,9 +16085,8 @@ $(OutDir_Core)xxHsh.o: $(UPPDIR1)Core/xxHsh.cpp \ $(UPPDIR1)Core/XML.h \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ + $(UPPDIR1)Core/xxHsh.cpp \ $(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 @@ -16711,6 +16126,7 @@ $(OutDir_Core)InetUtil.o: $(UPPDIR1)Core/InetUtil.cpp \ $(UPPDIR1)Core/Index.h \ $(UPPDIR1)Core/Index.hpp \ $(UPPDIR1)Core/Inet.h \ + $(UPPDIR1)Core/InetUtil.cpp \ $(UPPDIR1)Core/InMap.hpp \ $(UPPDIR1)Core/InVector.h \ $(UPPDIR1)Core/InVector.hpp \ @@ -16731,8 +16147,6 @@ $(OutDir_Core)InetUtil.o: $(UPPDIR1)Core/InetUtil.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16758,8 +16172,6 @@ $(OutDir_Core)InetUtil.o: $(UPPDIR1)Core/InetUtil.cpp \ $(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 @@ -16809,6 +16221,7 @@ $(OutDir_Core)MIME.o: $(UPPDIR1)Core/MIME.cpp \ $(UPPDIR1)Core/Map.h \ $(UPPDIR1)Core/Map.hpp \ $(UPPDIR1)Core/Mem.h \ + $(UPPDIR1)Core/MIME.cpp \ $(UPPDIR1)Core/Mt.h \ $(UPPDIR1)Core/Obsolete.h \ $(UPPDIR1)Core/Ops.h \ @@ -16819,8 +16232,6 @@ $(OutDir_Core)MIME.o: $(UPPDIR1)Core/MIME.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16846,8 +16257,6 @@ $(OutDir_Core)MIME.o: $(UPPDIR1)Core/MIME.cpp \ $(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 @@ -16907,8 +16316,7 @@ $(OutDir_Core)Socket.o: $(UPPDIR1)Core/Socket.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ + $(UPPDIR1)Core/Socket.cpp \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -16934,8 +16342,6 @@ $(OutDir_Core)Socket.o: $(UPPDIR1)Core/Socket.cpp \ $(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 @@ -16970,6 +16376,7 @@ $(OutDir_Core)Http.o: $(UPPDIR1)Core/Http.cpp \ $(UPPDIR1)Core/Gtypes.h \ $(UPPDIR1)Core/Hash.h \ $(UPPDIR1)Core/Heap.h \ + $(UPPDIR1)Core/Http.cpp \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ $(UPPDIR1)Core/Index.h \ @@ -16995,8 +16402,6 @@ $(OutDir_Core)Http.o: $(UPPDIR1)Core/Http.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -17022,8 +16427,6 @@ $(OutDir_Core)Http.o: $(UPPDIR1)Core/Http.cpp \ $(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 @@ -17083,8 +16486,6 @@ $(OutDir_Core)WebSocket.o: $(UPPDIR1)Core/WebSocket.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -17105,13 +16506,12 @@ $(OutDir_Core)WebSocket.o: $(UPPDIR1)Core/WebSocket.cpp \ $(UPPDIR1)Core/ValueUtil.hpp \ $(UPPDIR1)Core/Vcont.h \ $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/WebSocket.cpp \ $(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 @@ -17138,6 +16538,7 @@ $(OutDir_Core)Dli.o: $(UPPDIR1)Core/Dli.cpp \ $(UPPDIR1)Core/CoWork.h \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/Dli.cpp \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ $(UPPDIR1)Core/Fn.h \ @@ -17171,8 +16572,6 @@ $(OutDir_Core)Dli.o: $(UPPDIR1)Core/Dli.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -17198,8 +16597,6 @@ $(OutDir_Core)Dli.o: $(UPPDIR1)Core/Dli.cpp \ $(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 @@ -17259,8 +16656,6 @@ $(OutDir_Core)Win32Util.o: $(UPPDIR1)Core/Win32Util.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -17281,13 +16676,12 @@ $(OutDir_Core)Win32Util.o: $(UPPDIR1)Core/Win32Util.cpp \ $(UPPDIR1)Core/ValueUtil.hpp \ $(UPPDIR1)Core/Vcont.h \ $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.cpp \ $(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 @@ -17497,8 +16891,6 @@ $(OutDir_plugin_pcre)RegExp.o: $(UPPDIR1)plugin/pcre/RegExp.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -17526,14 +16918,13 @@ $(OutDir_plugin_pcre)RegExp.o: $(UPPDIR1)plugin/pcre/RegExp.cpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ + $(UPPDIR1)plugin/pcre/RegExp.cpp \ $(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.c \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/lib/pcre_byte_order.c \ $(UPPDIR1)plugin/pcre/lib/pcre_chartables.c \