From aa6c68ba4d1ee60ca1418c8d2b2d7d42ef366426 Mon Sep 17 00:00:00 2001 From: Mirek Fidler Date: Thu, 20 Feb 2025 12:00:02 +0100 Subject: [PATCH] Makefile(s) updated --- Makefile | 8355 +++++++++++++++++++++++++++++------------------- Makefile.in | 8355 +++++++++++++++++++++++++++++------------------- umkMakefile | 1163 ++----- umkMakefile.in | 1163 ++----- 4 files changed, 10776 insertions(+), 8260 deletions(-) diff --git a/Makefile b/Makefile index b2488f0cf..3ed8abc4d 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,15 @@ UPPDIR1 = ./uppsrc/ +UPPDIR2 = /home/cxl/.config/u++/theide/UppHub/gdal/ +UPPDIR3 = /home/cxl/.config/u++/theide/UppHub/eigen/ +UPPDIR4 = /home/cxl/.config/u++/theide/UppHub/Functions4U/ 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` `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) -I$(UPPDIR4) `pkg-config --cflags libpng` `pkg-config --cflags freetype2` `pkg-config --cflags fontconfig` `pkg-config --cflags x11` `pkg-config --cflags xcb` `pkg-config --cflags expat` `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) CFLAGS = -O3 -ffunction-sections -fdata-sections -CXXFLAGS = -O3 -ffunction-sections -fdata-sections -std=c++14 +CXXFLAGS = -O3 -ffunction-sections -fdata-sections -std=c++17 LDFLAGS = -Wl,--gc-sections $(LINKOPTIONS) LIBPATH = AR = ar -sr @@ -409,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 \ @@ -475,8 +480,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 \ @@ -503,6 +506,7 @@ $(OutDir_ide)BaseDlg.o: $(UPPDIR1)ide/BaseDlg.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -512,7 +516,10 @@ $(OutDir_ide)BaseDlg.o: $(UPPDIR1)ide/BaseDlg.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 \ @@ -542,6 +549,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 \ @@ -552,35 +560,47 @@ $(OutDir_ide)BaseDlg.o: $(UPPDIR1)ide/BaseDlg.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -590,37 +610,41 @@ $(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 $(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 \ @@ -687,8 +711,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 \ @@ -715,6 +737,7 @@ $(OutDir_ide)SelectPkg.o: $(UPPDIR1)ide/SelectPkg.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -724,7 +747,10 @@ $(OutDir_ide)SelectPkg.o: $(UPPDIR1)ide/SelectPkg.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 \ @@ -754,6 +780,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 \ @@ -764,35 +791,47 @@ $(OutDir_ide)SelectPkg.o: $(UPPDIR1)ide/SelectPkg.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -802,37 +841,41 @@ $(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 $(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 \ @@ -899,8 +942,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 \ @@ -927,6 +968,7 @@ $(OutDir_ide)UppWspc.o: $(UPPDIR1)ide/UppWspc.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -936,7 +978,10 @@ $(OutDir_ide)UppWspc.o: $(UPPDIR1)ide/UppWspc.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 \ @@ -966,6 +1011,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 \ @@ -976,35 +1022,47 @@ $(OutDir_ide)UppWspc.o: $(UPPDIR1)ide/UppWspc.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -1014,37 +1072,41 @@ $(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 $(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 \ @@ -1111,8 +1173,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 \ @@ -1139,6 +1199,7 @@ $(OutDir_ide)NewPackageFile.o: $(UPPDIR1)ide/NewPackageFile.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -1148,7 +1209,10 @@ $(OutDir_ide)NewPackageFile.o: $(UPPDIR1)ide/NewPackageFile.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 \ @@ -1178,6 +1242,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 \ @@ -1188,35 +1253,47 @@ $(OutDir_ide)NewPackageFile.o: $(UPPDIR1)ide/NewPackageFile.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -1226,37 +1303,41 @@ $(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 $(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 \ @@ -1323,8 +1404,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 \ @@ -1351,6 +1430,7 @@ $(OutDir_ide)Organizer.o: $(UPPDIR1)ide/Organizer.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -1360,7 +1440,10 @@ $(OutDir_ide)Organizer.o: $(UPPDIR1)ide/Organizer.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 \ @@ -1390,6 +1473,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 \ @@ -1400,35 +1484,47 @@ $(OutDir_ide)Organizer.o: $(UPPDIR1)ide/Organizer.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -1438,37 +1534,41 @@ $(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 $(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 \ @@ -1535,8 +1635,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 \ @@ -1563,6 +1661,7 @@ $(OutDir_ide)Template.o: $(UPPDIR1)ide/Template.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -1572,7 +1671,10 @@ $(OutDir_ide)Template.o: $(UPPDIR1)ide/Template.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 \ @@ -1602,6 +1704,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 \ @@ -1612,35 +1715,47 @@ $(OutDir_ide)Template.o: $(UPPDIR1)ide/Template.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -1650,37 +1765,41 @@ $(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 $(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 \ @@ -1747,8 +1866,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 \ @@ -1775,6 +1892,7 @@ $(OutDir_ide)Console.o: $(UPPDIR1)ide/Console.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -1784,7 +1902,10 @@ $(OutDir_ide)Console.o: $(UPPDIR1)ide/Console.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 \ @@ -1814,6 +1935,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 \ @@ -1824,35 +1946,47 @@ $(OutDir_ide)Console.o: $(UPPDIR1)ide/Console.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -1862,37 +1996,41 @@ $(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 $(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 \ @@ -1959,8 +2097,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 \ @@ -1987,6 +2123,7 @@ $(OutDir_ide)FindFile.o: $(UPPDIR1)ide/FindFile.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -1996,7 +2133,10 @@ $(OutDir_ide)FindFile.o: $(UPPDIR1)ide/FindFile.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 \ @@ -2026,6 +2166,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 \ @@ -2036,35 +2177,47 @@ $(OutDir_ide)FindFile.o: $(UPPDIR1)ide/FindFile.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -2074,37 +2227,41 @@ $(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 $(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 \ @@ -2171,8 +2328,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 \ @@ -2199,6 +2354,7 @@ $(OutDir_ide)FindInFiles.o: $(UPPDIR1)ide/FindInFiles.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -2208,7 +2364,10 @@ $(OutDir_ide)FindInFiles.o: $(UPPDIR1)ide/FindInFiles.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 \ @@ -2238,6 +2397,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 \ @@ -2248,35 +2408,47 @@ $(OutDir_ide)FindInFiles.o: $(UPPDIR1)ide/FindInFiles.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -2286,37 +2458,41 @@ $(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 $(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 \ @@ -2383,8 +2559,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 \ @@ -2411,6 +2585,7 @@ $(OutDir_ide)Config.o: $(UPPDIR1)ide/Config.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -2420,7 +2595,10 @@ $(OutDir_ide)Config.o: $(UPPDIR1)ide/Config.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 \ @@ -2450,6 +2628,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 \ @@ -2460,35 +2639,47 @@ $(OutDir_ide)Config.o: $(UPPDIR1)ide/Config.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -2498,37 +2689,41 @@ $(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 $(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 \ @@ -2595,8 +2790,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 \ @@ -2623,6 +2816,7 @@ $(OutDir_ide)ide.o: $(UPPDIR1)ide/ide.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -2632,7 +2826,10 @@ $(OutDir_ide)ide.o: $(UPPDIR1)ide/ide.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 \ @@ -2662,6 +2859,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 \ @@ -2672,35 +2870,47 @@ $(OutDir_ide)ide.o: $(UPPDIR1)ide/ide.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ + $(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/LinearPath.h \ @@ -2710,37 +2920,41 @@ $(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 $(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 \ @@ -2807,8 +3021,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 \ @@ -2835,6 +3047,7 @@ $(OutDir_ide)idefile.o: $(UPPDIR1)ide/idefile.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -2844,7 +3057,10 @@ $(OutDir_ide)idefile.o: $(UPPDIR1)ide/idefile.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 \ @@ -2874,6 +3090,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 \ @@ -2884,35 +3101,47 @@ $(OutDir_ide)idefile.o: $(UPPDIR1)ide/idefile.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -2922,37 +3151,41 @@ $(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 $(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 \ @@ -3019,8 +3252,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 \ @@ -3047,6 +3278,7 @@ $(OutDir_ide)EditorTabBar.o: $(UPPDIR1)ide/EditorTabBar.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -3056,7 +3288,10 @@ $(OutDir_ide)EditorTabBar.o: $(UPPDIR1)ide/EditorTabBar.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 \ @@ -3086,6 +3321,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 \ @@ -3096,35 +3332,47 @@ $(OutDir_ide)EditorTabBar.o: $(UPPDIR1)ide/EditorTabBar.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -3134,37 +3382,41 @@ $(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 $(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 \ @@ -3231,8 +3483,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 \ @@ -3259,6 +3509,7 @@ $(OutDir_ide)Bottom.o: $(UPPDIR1)ide/Bottom.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -3268,7 +3519,10 @@ $(OutDir_ide)Bottom.o: $(UPPDIR1)ide/Bottom.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 \ @@ -3298,6 +3552,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 \ @@ -3308,35 +3563,47 @@ $(OutDir_ide)Bottom.o: $(UPPDIR1)ide/Bottom.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -3346,37 +3613,41 @@ $(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 $(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 \ @@ -3443,8 +3714,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 \ @@ -3471,6 +3740,7 @@ $(OutDir_ide)t.o: $(UPPDIR1)ide/t.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -3480,7 +3750,10 @@ $(OutDir_ide)t.o: $(UPPDIR1)ide/t.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 \ @@ -3510,6 +3783,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 \ @@ -3520,35 +3794,47 @@ $(OutDir_ide)t.o: $(UPPDIR1)ide/t.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -3558,37 +3844,41 @@ $(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 $(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 \ @@ -3655,8 +3945,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 \ @@ -3683,6 +3971,7 @@ $(OutDir_ide)AssistDisplay.o: $(UPPDIR1)ide/AssistDisplay.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -3692,7 +3981,10 @@ $(OutDir_ide)AssistDisplay.o: $(UPPDIR1)ide/AssistDisplay.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 \ @@ -3722,6 +4014,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 \ @@ -3732,35 +4025,47 @@ $(OutDir_ide)AssistDisplay.o: $(UPPDIR1)ide/AssistDisplay.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -3770,37 +4075,41 @@ $(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 $(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 \ @@ -3867,8 +4176,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 \ @@ -3895,6 +4202,7 @@ $(OutDir_ide)IncludeTrick.o: $(UPPDIR1)ide/IncludeTrick.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -3904,7 +4212,10 @@ $(OutDir_ide)IncludeTrick.o: $(UPPDIR1)ide/IncludeTrick.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 \ @@ -3934,6 +4245,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 \ @@ -3944,35 +4256,47 @@ $(OutDir_ide)IncludeTrick.o: $(UPPDIR1)ide/IncludeTrick.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -3982,37 +4306,41 @@ $(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 $(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 \ @@ -4079,8 +4407,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 \ @@ -4107,6 +4433,7 @@ $(OutDir_ide)Assist.o: $(UPPDIR1)ide/Assist.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -4116,7 +4443,10 @@ $(OutDir_ide)Assist.o: $(UPPDIR1)ide/Assist.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 \ @@ -4146,6 +4476,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 \ @@ -4156,35 +4487,47 @@ $(OutDir_ide)Assist.o: $(UPPDIR1)ide/Assist.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -4194,37 +4537,41 @@ $(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 $(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 \ @@ -4291,8 +4638,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 \ @@ -4319,6 +4664,7 @@ $(OutDir_ide)DCopy.o: $(UPPDIR1)ide/DCopy.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -4328,7 +4674,10 @@ $(OutDir_ide)DCopy.o: $(UPPDIR1)ide/DCopy.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 \ @@ -4358,6 +4707,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 \ @@ -4368,35 +4718,47 @@ $(OutDir_ide)DCopy.o: $(UPPDIR1)ide/DCopy.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -4406,37 +4768,41 @@ $(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 $(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 \ @@ -4503,8 +4869,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 \ @@ -4531,6 +4895,7 @@ $(OutDir_ide)ContextGoto.o: $(UPPDIR1)ide/ContextGoto.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -4540,7 +4905,10 @@ $(OutDir_ide)ContextGoto.o: $(UPPDIR1)ide/ContextGoto.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 \ @@ -4570,6 +4938,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 \ @@ -4580,35 +4949,47 @@ $(OutDir_ide)ContextGoto.o: $(UPPDIR1)ide/ContextGoto.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -4618,37 +4999,41 @@ $(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 $(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 \ @@ -4715,8 +5100,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 \ @@ -4743,6 +5126,7 @@ $(OutDir_ide)GoToLine.o: $(UPPDIR1)ide/GoToLine.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -4752,7 +5136,10 @@ $(OutDir_ide)GoToLine.o: $(UPPDIR1)ide/GoToLine.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 \ @@ -4782,6 +5169,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 \ @@ -4792,35 +5180,47 @@ $(OutDir_ide)GoToLine.o: $(UPPDIR1)ide/GoToLine.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -4830,37 +5230,41 @@ $(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 $(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 \ @@ -4927,8 +5331,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 \ @@ -4955,6 +5357,7 @@ $(OutDir_ide)Swaps.o: $(UPPDIR1)ide/Swaps.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -4964,7 +5367,10 @@ $(OutDir_ide)Swaps.o: $(UPPDIR1)ide/Swaps.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 \ @@ -4994,6 +5400,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 \ @@ -5004,35 +5411,47 @@ $(OutDir_ide)Swaps.o: $(UPPDIR1)ide/Swaps.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -5042,37 +5461,41 @@ $(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 $(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 \ @@ -5139,8 +5562,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 \ @@ -5167,6 +5588,7 @@ $(OutDir_ide)Usage.o: $(UPPDIR1)ide/Usage.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -5176,7 +5598,10 @@ $(OutDir_ide)Usage.o: $(UPPDIR1)ide/Usage.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 \ @@ -5206,6 +5631,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 \ @@ -5216,35 +5642,47 @@ $(OutDir_ide)Usage.o: $(UPPDIR1)ide/Usage.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -5254,37 +5692,41 @@ $(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 $(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 \ @@ -5351,8 +5793,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 \ @@ -5379,6 +5819,7 @@ $(OutDir_ide)ParamInfo.o: $(UPPDIR1)ide/ParamInfo.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -5388,7 +5829,10 @@ $(OutDir_ide)ParamInfo.o: $(UPPDIR1)ide/ParamInfo.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 \ @@ -5418,6 +5862,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 \ @@ -5428,35 +5873,47 @@ $(OutDir_ide)ParamInfo.o: $(UPPDIR1)ide/ParamInfo.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -5466,37 +5923,41 @@ $(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 $(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 \ @@ -5563,8 +6024,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 \ @@ -5591,6 +6050,7 @@ $(OutDir_ide)Navigator.o: $(UPPDIR1)ide/Navigator.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -5600,7 +6060,10 @@ $(OutDir_ide)Navigator.o: $(UPPDIR1)ide/Navigator.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 \ @@ -5630,6 +6093,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 \ @@ -5640,35 +6104,47 @@ $(OutDir_ide)Navigator.o: $(UPPDIR1)ide/Navigator.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -5678,37 +6154,41 @@ $(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 $(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 \ @@ -5775,8 +6255,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 \ @@ -5803,6 +6281,7 @@ $(OutDir_ide)Annotations.o: $(UPPDIR1)ide/Annotations.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -5812,7 +6291,10 @@ $(OutDir_ide)Annotations.o: $(UPPDIR1)ide/Annotations.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 \ @@ -5842,6 +6324,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 \ @@ -5852,35 +6335,47 @@ $(OutDir_ide)Annotations.o: $(UPPDIR1)ide/Annotations.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -5890,37 +6385,41 @@ $(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 $(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 \ @@ -5987,8 +6486,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 \ @@ -6015,6 +6512,7 @@ $(OutDir_ide)Virtuals.o: $(UPPDIR1)ide/Virtuals.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -6024,7 +6522,10 @@ $(OutDir_ide)Virtuals.o: $(UPPDIR1)ide/Virtuals.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 \ @@ -6054,6 +6555,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 \ @@ -6064,36 +6566,48 @@ $(OutDir_ide)Virtuals.o: $(UPPDIR1)ide/Virtuals.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -6102,37 +6616,41 @@ $(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 $(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 \ @@ -6199,8 +6717,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 \ @@ -6227,6 +6743,7 @@ $(OutDir_ide)Events.o: $(UPPDIR1)ide/Events.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -6236,7 +6753,10 @@ $(OutDir_ide)Events.o: $(UPPDIR1)ide/Events.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 \ @@ -6266,6 +6786,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 \ @@ -6276,35 +6797,47 @@ $(OutDir_ide)Events.o: $(UPPDIR1)ide/Events.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -6314,37 +6847,41 @@ $(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 $(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 \ @@ -6411,8 +6948,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 \ @@ -6439,6 +6974,7 @@ $(OutDir_ide)NavDlg.o: $(UPPDIR1)ide/NavDlg.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -6448,7 +6984,10 @@ $(OutDir_ide)NavDlg.o: $(UPPDIR1)ide/NavDlg.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 \ @@ -6478,6 +7017,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 \ @@ -6488,35 +7028,47 @@ $(OutDir_ide)NavDlg.o: $(UPPDIR1)ide/NavDlg.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -6526,37 +7078,41 @@ $(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 $(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 \ @@ -6623,8 +7179,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 \ @@ -6651,6 +7205,7 @@ $(OutDir_ide)Log.o: $(UPPDIR1)ide/Log.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -6660,7 +7215,10 @@ $(OutDir_ide)Log.o: $(UPPDIR1)ide/Log.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 \ @@ -6690,6 +7248,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 \ @@ -6700,35 +7259,47 @@ $(OutDir_ide)Log.o: $(UPPDIR1)ide/Log.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -6738,37 +7309,41 @@ $(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 $(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 \ @@ -6835,8 +7410,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 \ @@ -6863,6 +7436,7 @@ $(OutDir_ide)MainConfig.o: $(UPPDIR1)ide/MainConfig.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -6872,7 +7446,10 @@ $(OutDir_ide)MainConfig.o: $(UPPDIR1)ide/MainConfig.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 \ @@ -6902,6 +7479,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 \ @@ -6912,35 +7490,47 @@ $(OutDir_ide)MainConfig.o: $(UPPDIR1)ide/MainConfig.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -6950,37 +7540,41 @@ $(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 $(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 \ @@ -7047,8 +7641,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 \ @@ -7075,6 +7667,7 @@ $(OutDir_ide)Setup.o: $(UPPDIR1)ide/Setup.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -7084,7 +7677,10 @@ $(OutDir_ide)Setup.o: $(UPPDIR1)ide/Setup.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 \ @@ -7114,6 +7710,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 \ @@ -7124,35 +7721,47 @@ $(OutDir_ide)Setup.o: $(UPPDIR1)ide/Setup.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -7162,37 +7771,41 @@ $(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 $(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 \ @@ -7259,8 +7872,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 \ @@ -7287,6 +7898,7 @@ $(OutDir_ide)Custom.o: $(UPPDIR1)ide/Custom.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -7296,7 +7908,10 @@ $(OutDir_ide)Custom.o: $(UPPDIR1)ide/Custom.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 \ @@ -7326,6 +7941,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 \ @@ -7336,35 +7952,47 @@ $(OutDir_ide)Custom.o: $(UPPDIR1)ide/Custom.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -7374,37 +8002,41 @@ $(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 $(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 \ @@ -7471,8 +8103,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 \ @@ -7499,6 +8129,7 @@ $(OutDir_ide)Print.o: $(UPPDIR1)ide/Print.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -7508,7 +8139,10 @@ $(OutDir_ide)Print.o: $(UPPDIR1)ide/Print.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 \ @@ -7538,6 +8172,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 \ @@ -7548,35 +8183,47 @@ $(OutDir_ide)Print.o: $(UPPDIR1)ide/Print.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -7586,37 +8233,41 @@ $(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 $(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 \ @@ -7683,8 +8334,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 \ @@ -7711,6 +8360,7 @@ $(OutDir_ide)InsertImage.o: $(UPPDIR1)ide/InsertImage.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -7720,7 +8370,10 @@ $(OutDir_ide)InsertImage.o: $(UPPDIR1)ide/InsertImage.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 \ @@ -7750,6 +8403,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 \ @@ -7760,35 +8414,47 @@ $(OutDir_ide)InsertImage.o: $(UPPDIR1)ide/InsertImage.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -7798,37 +8464,41 @@ $(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 $(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 \ @@ -7895,8 +8565,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 \ @@ -7923,6 +8591,7 @@ $(OutDir_ide)Insert.o: $(UPPDIR1)ide/Insert.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -7932,7 +8601,10 @@ $(OutDir_ide)Insert.o: $(UPPDIR1)ide/Insert.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 \ @@ -7962,6 +8634,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 \ @@ -7972,35 +8645,47 @@ $(OutDir_ide)Insert.o: $(UPPDIR1)ide/Insert.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -8010,37 +8695,41 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Insert.cpp -o $(OutDir_ide)Insert.o $(OutDir_ide)Sequence.o: $(UPPDIR1)ide/Sequence.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -8107,8 +8796,6 @@ $(OutDir_ide)Sequence.o: $(UPPDIR1)ide/Sequence.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8135,6 +8822,7 @@ $(OutDir_ide)Sequence.o: $(UPPDIR1)ide/Sequence.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -8144,7 +8832,10 @@ $(OutDir_ide)Sequence.o: $(UPPDIR1)ide/Sequence.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 \ @@ -8174,6 +8865,7 @@ $(OutDir_ide)Sequence.o: $(UPPDIR1)ide/Sequence.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -8184,35 +8876,47 @@ $(OutDir_ide)Sequence.o: $(UPPDIR1)ide/Sequence.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/Sequence.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ @@ -8222,37 +8926,41 @@ $(OutDir_ide)Sequence.o: $(UPPDIR1)ide/Sequence.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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Sequence.cpp -o $(OutDir_ide)Sequence.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 \ @@ -8319,8 +9027,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 \ @@ -8347,6 +9053,7 @@ $(OutDir_ide)idetool.o: $(UPPDIR1)ide/idetool.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -8356,7 +9063,10 @@ $(OutDir_ide)idetool.o: $(UPPDIR1)ide/idetool.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 \ @@ -8386,6 +9096,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 \ @@ -8396,35 +9107,47 @@ $(OutDir_ide)idetool.o: $(UPPDIR1)ide/idetool.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -8434,37 +9157,41 @@ $(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 $(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 \ @@ -8531,8 +9258,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 \ @@ -8559,6 +9284,7 @@ $(OutDir_ide)Install.o: $(UPPDIR1)ide/Install.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -8568,7 +9294,10 @@ $(OutDir_ide)Install.o: $(UPPDIR1)ide/Install.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 \ @@ -8598,6 +9327,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 \ @@ -8608,35 +9338,47 @@ $(OutDir_ide)Install.o: $(UPPDIR1)ide/Install.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -8646,37 +9388,41 @@ $(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 $(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 \ @@ -8743,8 +9489,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 \ @@ -8771,6 +9515,7 @@ $(OutDir_ide)Android.o: $(UPPDIR1)ide/Android.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -8780,7 +9525,10 @@ $(OutDir_ide)Android.o: $(UPPDIR1)ide/Android.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 \ @@ -8810,6 +9558,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 \ @@ -8820,35 +9569,47 @@ $(OutDir_ide)Android.o: $(UPPDIR1)ide/Android.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -8858,37 +9619,41 @@ $(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 $(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 \ @@ -8955,8 +9720,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 \ @@ -8983,17 +9746,20 @@ $(OutDir_ide)idebar.o: $(UPPDIR1)ide/idebar.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)CtrlLib/AKeys.h \ - $(UPPDIR1)CtrlLib/akt_.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -9024,6 +9790,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 \ @@ -9034,35 +9801,47 @@ $(OutDir_ide)idebar.o: $(UPPDIR1)ide/idebar.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -9072,37 +9851,41 @@ $(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 $(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 \ @@ -9169,8 +9952,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 \ @@ -9197,6 +9978,7 @@ $(OutDir_ide)background.o: $(UPPDIR1)ide/background.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -9206,7 +9988,10 @@ $(OutDir_ide)background.o: $(UPPDIR1)ide/background.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 \ @@ -9236,6 +10021,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 \ @@ -9246,35 +10032,47 @@ $(OutDir_ide)background.o: $(UPPDIR1)ide/background.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -9284,37 +10082,41 @@ $(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 $(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 \ @@ -9381,8 +10183,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 \ @@ -9409,6 +10209,7 @@ $(OutDir_ide)idewin.o: $(UPPDIR1)ide/idewin.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -9418,7 +10219,10 @@ $(OutDir_ide)idewin.o: $(UPPDIR1)ide/idewin.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 \ @@ -9448,6 +10252,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 \ @@ -9459,35 +10264,47 @@ $(OutDir_ide)idewin.o: $(UPPDIR1)ide/idewin.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -9497,37 +10314,41 @@ $(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 $(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 \ @@ -9594,8 +10415,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 \ @@ -9622,6 +10441,7 @@ $(OutDir_ide)main.o: $(UPPDIR1)ide/main.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -9631,7 +10451,10 @@ $(OutDir_ide)main.o: $(UPPDIR1)ide/main.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 \ @@ -9661,6 +10484,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 \ @@ -9671,36 +10495,48 @@ $(OutDir_ide)main.o: $(UPPDIR1)ide/main.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -9710,31 +10546,33 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/main.cpp -o $(OutDir_ide)main.o @@ -9798,8 +10636,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 \ @@ -9826,6 +10662,7 @@ $(OutDir_ide)CommandLineHandler.o: $(UPPDIR1)ide/CommandLineHandler.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -9835,7 +10672,10 @@ $(OutDir_ide)CommandLineHandler.o: $(UPPDIR1)ide/CommandLineHandler.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 \ @@ -9864,6 +10704,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 \ @@ -9873,6 +10714,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 \ @@ -9882,21 +10724,23 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/CommandLineHandler.cpp -o $(OutDir_ide)CommandLineHandler.o -$(OutDir_ide)BuildInfo.o: $(UPPDIR1)ide/BuildInfo.cpp +$(OutDir_ide)BuildInfo.o: $(UPPDIR1)ide/BuildInfo.cpp \ + $(UPPDIR1)ide/BuildInfo.cpp $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/BuildInfo.cpp -o $(OutDir_ide)BuildInfo.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 \ @@ -9963,8 +10807,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 \ @@ -9992,6 +10834,7 @@ $(OutDir_ide)About.o: $(UPPDIR1)ide/About.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -10001,7 +10844,10 @@ $(OutDir_ide)About.o: $(UPPDIR1)ide/About.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 \ @@ -10031,6 +10877,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 \ @@ -10041,35 +10888,47 @@ $(OutDir_ide)About.o: $(UPPDIR1)ide/About.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -10079,37 +10938,41 @@ $(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 $(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 \ @@ -10176,8 +11039,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 \ @@ -10204,6 +11065,7 @@ $(OutDir_ide)Macro.o: $(UPPDIR1)ide/Macro.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -10213,7 +11075,10 @@ $(OutDir_ide)Macro.o: $(UPPDIR1)ide/Macro.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 \ @@ -10243,6 +11108,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 \ @@ -10253,35 +11119,47 @@ $(OutDir_ide)Macro.o: $(UPPDIR1)ide/Macro.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -10291,37 +11169,41 @@ $(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 $(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 \ @@ -10388,8 +11270,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 \ @@ -10416,6 +11296,7 @@ $(OutDir_ide)Help.o: $(UPPDIR1)ide/Help.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -10425,7 +11306,10 @@ $(OutDir_ide)Help.o: $(UPPDIR1)ide/Help.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 \ @@ -10455,6 +11339,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 \ @@ -10465,35 +11350,47 @@ $(OutDir_ide)Help.o: $(UPPDIR1)ide/Help.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -10503,37 +11400,41 @@ $(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 $(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 \ @@ -10600,8 +11501,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 \ @@ -10628,6 +11527,7 @@ $(OutDir_ide)SlideShow.o: $(UPPDIR1)ide/SlideShow.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -10637,7 +11537,10 @@ $(OutDir_ide)SlideShow.o: $(UPPDIR1)ide/SlideShow.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 \ @@ -10667,6 +11570,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 \ @@ -10677,35 +11581,47 @@ $(OutDir_ide)SlideShow.o: $(UPPDIR1)ide/SlideShow.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -10715,37 +11631,41 @@ $(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 $(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 \ @@ -10812,8 +11732,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 \ @@ -10840,6 +11758,7 @@ $(OutDir_ide)OnlineSearch.o: $(UPPDIR1)ide/OnlineSearch.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -10849,7 +11768,10 @@ $(OutDir_ide)OnlineSearch.o: $(UPPDIR1)ide/OnlineSearch.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 \ @@ -10879,6 +11801,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 \ @@ -10889,35 +11812,47 @@ $(OutDir_ide)OnlineSearch.o: $(UPPDIR1)ide/OnlineSearch.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -10927,37 +11862,41 @@ $(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 $(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 \ @@ -11024,8 +11963,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 \ @@ -11052,6 +11989,7 @@ $(OutDir_ide)Errors.o: $(UPPDIR1)ide/Errors.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -11061,7 +11999,10 @@ $(OutDir_ide)Errors.o: $(UPPDIR1)ide/Errors.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 \ @@ -11091,6 +12032,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 \ @@ -11101,35 +12043,47 @@ $(OutDir_ide)Errors.o: $(UPPDIR1)ide/Errors.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -11139,37 +12093,41 @@ $(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 $(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 \ @@ -11236,8 +12194,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 \ @@ -11264,6 +12220,7 @@ $(OutDir_ide)Calc.o: $(UPPDIR1)ide/Calc.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -11273,7 +12230,10 @@ $(OutDir_ide)Calc.o: $(UPPDIR1)ide/Calc.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 \ @@ -11303,6 +12263,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 \ @@ -11313,35 +12274,47 @@ $(OutDir_ide)Calc.o: $(UPPDIR1)ide/Calc.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -11351,37 +12324,41 @@ $(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 $(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 \ @@ -11448,8 +12425,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 \ @@ -11476,6 +12451,7 @@ $(OutDir_ide)FormatCode.o: $(UPPDIR1)ide/FormatCode.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -11485,7 +12461,10 @@ $(OutDir_ide)FormatCode.o: $(UPPDIR1)ide/FormatCode.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 \ @@ -11515,6 +12494,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 \ @@ -11525,35 +12505,47 @@ $(OutDir_ide)FormatCode.o: $(UPPDIR1)ide/FormatCode.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -11563,37 +12555,41 @@ $(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 $(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 \ @@ -11660,8 +12656,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 \ @@ -11688,6 +12682,7 @@ $(OutDir_ide)Abbr.o: $(UPPDIR1)ide/Abbr.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -11697,7 +12692,10 @@ $(OutDir_ide)Abbr.o: $(UPPDIR1)ide/Abbr.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 \ @@ -11727,6 +12725,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 \ @@ -11737,35 +12736,47 @@ $(OutDir_ide)Abbr.o: $(UPPDIR1)ide/Abbr.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -11775,37 +12786,41 @@ $(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 $(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 \ @@ -11872,8 +12887,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 \ @@ -11900,6 +12913,7 @@ $(OutDir_ide)Qtf.o: $(UPPDIR1)ide/Qtf.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -11909,7 +12923,10 @@ $(OutDir_ide)Qtf.o: $(UPPDIR1)ide/Qtf.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 \ @@ -11939,6 +12956,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 \ @@ -11949,35 +12967,47 @@ $(OutDir_ide)Qtf.o: $(UPPDIR1)ide/Qtf.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -11987,37 +13017,41 @@ $(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 $(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 \ @@ -12084,8 +13118,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 \ @@ -12112,6 +13144,7 @@ $(OutDir_ide)Xml.o: $(UPPDIR1)ide/Xml.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -12121,7 +13154,10 @@ $(OutDir_ide)Xml.o: $(UPPDIR1)ide/Xml.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 \ @@ -12151,6 +13187,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 \ @@ -12161,36 +13198,48 @@ $(OutDir_ide)Xml.o: $(UPPDIR1)ide/Xml.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -12199,37 +13248,41 @@ $(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 $(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 \ @@ -12296,8 +13349,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 \ @@ -12324,6 +13375,7 @@ $(OutDir_ide)Json.o: $(UPPDIR1)ide/Json.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -12333,7 +13385,10 @@ $(OutDir_ide)Json.o: $(UPPDIR1)ide/Json.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 \ @@ -12363,6 +13418,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 \ @@ -12373,35 +13429,47 @@ $(OutDir_ide)Json.o: $(UPPDIR1)ide/Json.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -12411,37 +13479,41 @@ $(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 $(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 \ @@ -12508,8 +13580,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 \ @@ -12536,6 +13606,7 @@ $(OutDir_ide)MacroManager.o: $(UPPDIR1)ide/MacroManager.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -12545,7 +13616,10 @@ $(OutDir_ide)MacroManager.o: $(UPPDIR1)ide/MacroManager.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 \ @@ -12575,6 +13649,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 \ @@ -12585,36 +13660,50 @@ $(OutDir_ide)MacroManager.o: $(UPPDIR1)ide/MacroManager.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -12624,37 +13713,41 @@ $(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 $(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 \ @@ -12721,8 +13814,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 \ @@ -12749,6 +13840,7 @@ $(OutDir_ide)SetupGIT.o: $(UPPDIR1)ide/SetupGIT.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -12758,7 +13850,10 @@ $(OutDir_ide)SetupGIT.o: $(UPPDIR1)ide/SetupGIT.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 \ @@ -12788,6 +13883,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 \ @@ -12798,35 +13894,47 @@ $(OutDir_ide)SetupGIT.o: $(UPPDIR1)ide/SetupGIT.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -12836,37 +13944,41 @@ $(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 $(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 \ @@ -12933,8 +14045,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 \ @@ -12961,6 +14071,7 @@ $(OutDir_ide)Upgrade.o: $(UPPDIR1)ide/Upgrade.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -12970,7 +14081,10 @@ $(OutDir_ide)Upgrade.o: $(UPPDIR1)ide/Upgrade.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 \ @@ -13000,6 +14114,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 \ @@ -13010,35 +14125,47 @@ $(OutDir_ide)Upgrade.o: $(UPPDIR1)ide/Upgrade.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -13048,37 +14175,41 @@ $(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 $(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 \ @@ -13145,8 +14276,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 \ @@ -13173,6 +14302,7 @@ $(OutDir_ide)UppHub.o: $(UPPDIR1)ide/UppHub.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -13182,7 +14312,10 @@ $(OutDir_ide)UppHub.o: $(UPPDIR1)ide/UppHub.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 \ @@ -13212,6 +14345,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 \ @@ -13222,35 +14356,47 @@ $(OutDir_ide)UppHub.o: $(UPPDIR1)ide/UppHub.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -13260,37 +14406,41 @@ $(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 $(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 \ @@ -13357,8 +14507,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 \ @@ -13385,6 +14533,7 @@ $(OutDir_ide)MethodsCtrls.o: $(UPPDIR1)ide/MethodsCtrls.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -13394,7 +14543,10 @@ $(OutDir_ide)MethodsCtrls.o: $(UPPDIR1)ide/MethodsCtrls.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 \ @@ -13424,6 +14576,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 \ @@ -13434,35 +14587,47 @@ $(OutDir_ide)MethodsCtrls.o: $(UPPDIR1)ide/MethodsCtrls.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -13472,37 +14637,41 @@ $(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 $(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 \ @@ -13569,8 +14738,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 \ @@ -13597,6 +14764,7 @@ $(OutDir_ide)Methods.o: $(UPPDIR1)ide/Methods.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -13606,7 +14774,10 @@ $(OutDir_ide)Methods.o: $(UPPDIR1)ide/Methods.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 \ @@ -13636,6 +14807,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 \ @@ -13646,37 +14818,49 @@ $(OutDir_ide)Methods.o: $(UPPDIR1)ide/Methods.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -13686,37 +14870,41 @@ $(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 $(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 \ @@ -13783,8 +14971,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 \ @@ -13811,6 +14997,7 @@ $(OutDir_ide)AutoSetup.o: $(UPPDIR1)ide/AutoSetup.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -13820,7 +15007,10 @@ $(OutDir_ide)AutoSetup.o: $(UPPDIR1)ide/AutoSetup.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 \ @@ -13850,6 +15040,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 \ @@ -13860,35 +15051,47 @@ $(OutDir_ide)AutoSetup.o: $(UPPDIR1)ide/AutoSetup.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -13898,37 +15101,41 @@ $(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 $(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 \ @@ -13995,8 +15202,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 \ @@ -14023,6 +15228,7 @@ $(OutDir_ide)InstantSetup.o: $(UPPDIR1)ide/InstantSetup.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -14032,7 +15238,10 @@ $(OutDir_ide)InstantSetup.o: $(UPPDIR1)ide/InstantSetup.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 \ @@ -14062,6 +15271,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 \ @@ -14072,35 +15282,47 @@ $(OutDir_ide)InstantSetup.o: $(UPPDIR1)ide/InstantSetup.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -14110,37 +15332,41 @@ $(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 $(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 \ @@ -14207,8 +15433,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 \ @@ -14235,6 +15459,7 @@ $(OutDir_ide)OutputMode.o: $(UPPDIR1)ide/OutputMode.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -14244,7 +15469,10 @@ $(OutDir_ide)OutputMode.o: $(UPPDIR1)ide/OutputMode.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 \ @@ -14274,6 +15502,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 \ @@ -14284,35 +15513,47 @@ $(OutDir_ide)OutputMode.o: $(UPPDIR1)ide/OutputMode.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -14322,37 +15563,41 @@ $(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 $(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 \ @@ -14419,8 +15664,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 \ @@ -14447,6 +15690,7 @@ $(OutDir_ide)Build.o: $(UPPDIR1)ide/Build.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -14456,7 +15700,10 @@ $(OutDir_ide)Build.o: $(UPPDIR1)ide/Build.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 \ @@ -14486,6 +15733,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 \ @@ -14496,35 +15744,47 @@ $(OutDir_ide)Build.o: $(UPPDIR1)ide/Build.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -14534,37 +15794,41 @@ $(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 $(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 \ @@ -14631,8 +15895,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 \ @@ -14659,6 +15921,7 @@ $(OutDir_ide)Debug.o: $(UPPDIR1)ide/Debug.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -14668,7 +15931,10 @@ $(OutDir_ide)Debug.o: $(UPPDIR1)ide/Debug.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 \ @@ -14698,6 +15964,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 \ @@ -14708,35 +15975,47 @@ $(OutDir_ide)Debug.o: $(UPPDIR1)ide/Debug.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -14746,37 +16025,41 @@ $(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 $(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 \ @@ -14843,8 +16126,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 \ @@ -14871,6 +16152,7 @@ $(OutDir_ide)Valgrind.o: $(UPPDIR1)ide/Valgrind.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -14880,7 +16162,10 @@ $(OutDir_ide)Valgrind.o: $(UPPDIR1)ide/Valgrind.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 \ @@ -14910,6 +16195,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 \ @@ -14920,35 +16206,47 @@ $(OutDir_ide)Valgrind.o: $(UPPDIR1)ide/Valgrind.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -14958,37 +16256,41 @@ $(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 $(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 \ @@ -15055,8 +16357,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 \ @@ -15083,6 +16383,7 @@ $(OutDir_ide)Export.o: $(UPPDIR1)ide/Export.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -15092,7 +16393,10 @@ $(OutDir_ide)Export.o: $(UPPDIR1)ide/Export.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 \ @@ -15122,6 +16426,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 \ @@ -15132,35 +16437,47 @@ $(OutDir_ide)Export.o: $(UPPDIR1)ide/Export.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -15170,37 +16487,41 @@ $(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 $(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 \ @@ -15267,8 +16588,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 \ @@ -15295,6 +16614,7 @@ $(OutDir_ide)RepoConsole.o: $(UPPDIR1)ide/RepoConsole.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -15304,7 +16624,10 @@ $(OutDir_ide)RepoConsole.o: $(UPPDIR1)ide/RepoConsole.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 \ @@ -15334,6 +16657,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 \ @@ -15344,35 +16668,47 @@ $(OutDir_ide)RepoConsole.o: $(UPPDIR1)ide/RepoConsole.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -15382,37 +16718,41 @@ $(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 $(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 \ @@ -15479,8 +16819,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 \ @@ -15507,6 +16845,7 @@ $(OutDir_ide)RepoSync.o: $(UPPDIR1)ide/RepoSync.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -15516,7 +16855,10 @@ $(OutDir_ide)RepoSync.o: $(UPPDIR1)ide/RepoSync.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 \ @@ -15546,6 +16888,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 \ @@ -15556,35 +16899,47 @@ $(OutDir_ide)RepoSync.o: $(UPPDIR1)ide/RepoSync.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -15594,37 +16949,41 @@ $(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 $(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 \ @@ -15691,8 +17050,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 \ @@ -15719,6 +17076,7 @@ $(OutDir_ide)Credentials.o: $(UPPDIR1)ide/Credentials.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -15728,7 +17086,10 @@ $(OutDir_ide)Credentials.o: $(UPPDIR1)ide/Credentials.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 \ @@ -15758,6 +17119,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 \ @@ -15768,35 +17130,47 @@ $(OutDir_ide)Credentials.o: $(UPPDIR1)ide/Credentials.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -15806,37 +17180,41 @@ $(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 $(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 \ @@ -15903,8 +17281,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 \ @@ -15931,6 +17307,7 @@ $(OutDir_ide)Diff.o: $(UPPDIR1)ide/Diff.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -15940,7 +17317,10 @@ $(OutDir_ide)Diff.o: $(UPPDIR1)ide/Diff.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 \ @@ -15970,6 +17350,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 \ @@ -15980,35 +17361,47 @@ $(OutDir_ide)Diff.o: $(UPPDIR1)ide/Diff.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -16018,37 +17411,41 @@ $(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 $(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 \ @@ -16115,8 +17512,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 \ @@ -16143,6 +17538,7 @@ $(OutDir_ide)DirRepoDiff.o: $(UPPDIR1)ide/DirRepoDiff.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -16152,7 +17548,10 @@ $(OutDir_ide)DirRepoDiff.o: $(UPPDIR1)ide/DirRepoDiff.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 \ @@ -16182,6 +17581,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 \ @@ -16192,35 +17592,47 @@ $(OutDir_ide)DirRepoDiff.o: $(UPPDIR1)ide/DirRepoDiff.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -16230,31 +17642,33 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/DirRepoDiff.cpp -o $(OutDir_ide)DirRepoDiff.o @@ -16264,6 +17678,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 \ @@ -16330,8 +17746,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 \ @@ -16358,6 +17772,7 @@ $(OutDir_ide_Common)ComDlg.o: $(UPPDIR1)ide/Common/ComDlg.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -16367,7 +17782,10 @@ $(OutDir_ide_Common)ComDlg.o: $(UPPDIR1)ide/Common/ComDlg.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 \ @@ -16396,6 +17814,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 \ @@ -16406,7 +17825,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 \ @@ -16416,20 +17837,20 @@ $(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)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -16438,6 +17859,8 @@ $(OutDir_ide_Common)ComDlg.o: $(UPPDIR1)ide/Common/ComDlg.cpp \ $(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 \ @@ -16504,8 +17927,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 \ @@ -16532,6 +17953,7 @@ $(OutDir_ide_Common)Module.o: $(UPPDIR1)ide/Common/Module.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -16541,7 +17963,10 @@ $(OutDir_ide_Common)Module.o: $(UPPDIR1)ide/Common/Module.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 \ @@ -16570,6 +17995,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 \ @@ -16580,6 +18006,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 \ @@ -16589,20 +18017,20 @@ $(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)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -16611,6 +18039,8 @@ $(OutDir_ide_Common)Module.o: $(UPPDIR1)ide/Common/Module.cpp \ $(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 \ @@ -16677,8 +18107,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 \ @@ -16705,6 +18133,7 @@ $(OutDir_ide_Common)Util.o: $(UPPDIR1)ide/Common/Util.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -16714,7 +18143,10 @@ $(OutDir_ide_Common)Util.o: $(UPPDIR1)ide/Common/Util.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 \ @@ -16743,6 +18175,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 \ @@ -16753,6 +18186,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 \ @@ -16762,20 +18197,20 @@ $(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)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -16853,8 +18288,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 \ @@ -16883,13 +18316,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 @@ -16954,8 +18385,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 \ @@ -16982,15 +18411,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 @@ -17055,8 +18482,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 \ @@ -17083,15 +18508,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 @@ -17156,8 +18579,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 \ @@ -17184,15 +18605,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 @@ -17257,8 +18676,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 \ @@ -17288,12 +18705,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 @@ -17358,8 +18773,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 \ @@ -17386,15 +18799,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 @@ -17459,8 +18870,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 \ @@ -17490,12 +18899,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 @@ -17560,8 +18967,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 \ @@ -17591,12 +18996,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 @@ -17661,8 +19064,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 \ @@ -17692,12 +19093,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 @@ -17762,8 +19161,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 \ @@ -17790,15 +19187,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 @@ -17863,8 +19258,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 \ @@ -17894,12 +19287,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 @@ -17964,8 +19355,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 \ @@ -17993,14 +19382,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 @@ -18064,8 +19451,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 \ @@ -18091,9 +19476,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 @@ -18131,6 +19515,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 \ @@ -18197,8 +19583,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 \ @@ -18225,6 +19609,7 @@ $(OutDir_ide_LayDes)sdiff.o: $(UPPDIR1)ide/LayDes/sdiff.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -18234,7 +19619,10 @@ $(OutDir_ide_LayDes)sdiff.o: $(UPPDIR1)ide/LayDes/sdiff.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 \ @@ -18264,6 +19652,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 \ @@ -18274,14 +19663,22 @@ $(OutDir_ide_LayDes)sdiff.o: $(UPPDIR1)ide/LayDes/sdiff.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/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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -18290,21 +19687,21 @@ $(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 \ @@ -18313,6 +19710,8 @@ $(OutDir_ide_LayDes)sdiff.o: $(UPPDIR1)ide/LayDes/sdiff.cpp \ $(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 \ @@ -18379,8 +19778,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 \ @@ -18407,6 +19804,7 @@ $(OutDir_ide_LayDes)laylib.o: $(UPPDIR1)ide/LayDes/laylib.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -18416,7 +19814,10 @@ $(OutDir_ide_LayDes)laylib.o: $(UPPDIR1)ide/LayDes/laylib.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 \ @@ -18446,6 +19847,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 \ @@ -18456,14 +19858,22 @@ $(OutDir_ide_LayDes)laylib.o: $(UPPDIR1)ide/LayDes/laylib.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/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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -18472,21 +19882,21 @@ $(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 \ @@ -18495,6 +19905,8 @@ $(OutDir_ide_LayDes)laylib.o: $(UPPDIR1)ide/LayDes/laylib.cpp \ $(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 \ @@ -18561,8 +19973,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 \ @@ -18589,6 +19999,7 @@ $(OutDir_ide_LayDes)layusc.o: $(UPPDIR1)ide/LayDes/layusc.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -18598,7 +20009,10 @@ $(OutDir_ide_LayDes)layusc.o: $(UPPDIR1)ide/LayDes/layusc.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 \ @@ -18628,6 +20042,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 \ @@ -18638,14 +20053,22 @@ $(OutDir_ide_LayDes)layusc.o: $(UPPDIR1)ide/LayDes/layusc.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/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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -18654,21 +20077,21 @@ $(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 \ @@ -18677,6 +20100,8 @@ $(OutDir_ide_LayDes)layusc.o: $(UPPDIR1)ide/LayDes/layusc.cpp \ $(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 \ @@ -18743,8 +20168,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 \ @@ -18771,6 +20194,7 @@ $(OutDir_ide_LayDes)property.o: $(UPPDIR1)ide/LayDes/property.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -18780,7 +20204,10 @@ $(OutDir_ide_LayDes)property.o: $(UPPDIR1)ide/LayDes/property.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 \ @@ -18810,6 +20237,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 \ @@ -18820,14 +20248,22 @@ $(OutDir_ide_LayDes)property.o: $(UPPDIR1)ide/LayDes/property.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/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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -18836,21 +20272,21 @@ $(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 \ @@ -18859,6 +20295,8 @@ $(OutDir_ide_LayDes)property.o: $(UPPDIR1)ide/LayDes/property.cpp \ $(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 \ @@ -18925,8 +20363,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 \ @@ -18953,6 +20389,7 @@ $(OutDir_ide_LayDes)textprop.o: $(UPPDIR1)ide/LayDes/textprop.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -18962,7 +20399,10 @@ $(OutDir_ide_LayDes)textprop.o: $(UPPDIR1)ide/LayDes/textprop.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 \ @@ -18992,6 +20432,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 \ @@ -19002,14 +20443,22 @@ $(OutDir_ide_LayDes)textprop.o: $(UPPDIR1)ide/LayDes/textprop.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/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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -19018,21 +20467,21 @@ $(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 \ @@ -19041,6 +20490,8 @@ $(OutDir_ide_LayDes)textprop.o: $(UPPDIR1)ide/LayDes/textprop.cpp \ $(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 \ @@ -19107,8 +20558,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 \ @@ -19135,6 +20584,7 @@ $(OutDir_ide_LayDes)fontprop.o: $(UPPDIR1)ide/LayDes/fontprop.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -19144,7 +20594,10 @@ $(OutDir_ide_LayDes)fontprop.o: $(UPPDIR1)ide/LayDes/fontprop.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 \ @@ -19174,6 +20627,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 \ @@ -19184,14 +20638,22 @@ $(OutDir_ide_LayDes)fontprop.o: $(UPPDIR1)ide/LayDes/fontprop.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/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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ + $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -19200,21 +20662,21 @@ $(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 \ @@ -19223,6 +20685,8 @@ $(OutDir_ide_LayDes)fontprop.o: $(UPPDIR1)ide/LayDes/fontprop.cpp \ $(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 \ @@ -19289,8 +20753,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 \ @@ -19317,6 +20779,7 @@ $(OutDir_ide_LayDes)propane.o: $(UPPDIR1)ide/LayDes/propane.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -19326,7 +20789,10 @@ $(OutDir_ide_LayDes)propane.o: $(UPPDIR1)ide/LayDes/propane.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 \ @@ -19356,6 +20822,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 \ @@ -19366,14 +20833,22 @@ $(OutDir_ide_LayDes)propane.o: $(UPPDIR1)ide/LayDes/propane.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/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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -19382,21 +20857,21 @@ $(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 \ @@ -19405,6 +20880,8 @@ $(OutDir_ide_LayDes)propane.o: $(UPPDIR1)ide/LayDes/propane.cpp \ $(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 \ @@ -19471,8 +20948,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 \ @@ -19499,6 +20974,7 @@ $(OutDir_ide_LayDes)item.o: $(UPPDIR1)ide/LayDes/item.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -19508,7 +20984,10 @@ $(OutDir_ide_LayDes)item.o: $(UPPDIR1)ide/LayDes/item.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 \ @@ -19538,6 +21017,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 \ @@ -19548,14 +21028,22 @@ $(OutDir_ide_LayDes)item.o: $(UPPDIR1)ide/LayDes/item.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/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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ + $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -19564,21 +21052,21 @@ $(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 \ @@ -19587,6 +21075,8 @@ $(OutDir_ide_LayDes)item.o: $(UPPDIR1)ide/LayDes/item.cpp \ $(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 \ @@ -19653,8 +21143,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 \ @@ -19681,6 +21169,7 @@ $(OutDir_ide_LayDes)layout.o: $(UPPDIR1)ide/LayDes/layout.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -19690,7 +21179,10 @@ $(OutDir_ide_LayDes)layout.o: $(UPPDIR1)ide/LayDes/layout.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 \ @@ -19720,6 +21212,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 \ @@ -19730,14 +21223,22 @@ $(OutDir_ide_LayDes)layout.o: $(UPPDIR1)ide/LayDes/layout.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/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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -19746,21 +21247,21 @@ $(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 \ @@ -19769,6 +21270,8 @@ $(OutDir_ide_LayDes)layout.o: $(UPPDIR1)ide/LayDes/layout.cpp \ $(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 \ @@ -19835,8 +21338,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 \ @@ -19863,6 +21364,7 @@ $(OutDir_ide_LayDes)visgen.o: $(UPPDIR1)ide/LayDes/visgen.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -19872,7 +21374,10 @@ $(OutDir_ide_LayDes)visgen.o: $(UPPDIR1)ide/LayDes/visgen.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 \ @@ -19902,6 +21407,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 \ @@ -19912,14 +21418,22 @@ $(OutDir_ide_LayDes)visgen.o: $(UPPDIR1)ide/LayDes/visgen.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/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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -19928,21 +21442,21 @@ $(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 \ @@ -19951,6 +21465,8 @@ $(OutDir_ide_LayDes)visgen.o: $(UPPDIR1)ide/LayDes/visgen.cpp \ $(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 \ @@ -20017,8 +21533,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 \ @@ -20045,6 +21559,7 @@ $(OutDir_ide_LayDes)laydes.o: $(UPPDIR1)ide/LayDes/laydes.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -20054,7 +21569,10 @@ $(OutDir_ide_LayDes)laydes.o: $(UPPDIR1)ide/LayDes/laydes.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 \ @@ -20084,6 +21602,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 \ @@ -20095,14 +21614,22 @@ $(OutDir_ide_LayDes)laydes.o: $(UPPDIR1)ide/LayDes/laydes.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/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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ + $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -20111,21 +21638,21 @@ $(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 \ @@ -20134,6 +21661,8 @@ $(OutDir_ide_LayDes)laydes.o: $(UPPDIR1)ide/LayDes/laydes.cpp \ $(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 \ @@ -20200,8 +21729,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 \ @@ -20228,6 +21755,7 @@ $(OutDir_ide_LayDes)layfile.o: $(UPPDIR1)ide/LayDes/layfile.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -20237,7 +21765,10 @@ $(OutDir_ide_LayDes)layfile.o: $(UPPDIR1)ide/LayDes/layfile.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 \ @@ -20267,6 +21798,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 \ @@ -20277,14 +21809,22 @@ $(OutDir_ide_LayDes)layfile.o: $(UPPDIR1)ide/LayDes/layfile.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/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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -20293,21 +21833,21 @@ $(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 \ @@ -20316,6 +21856,8 @@ $(OutDir_ide_LayDes)layfile.o: $(UPPDIR1)ide/LayDes/layfile.cpp \ $(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 \ @@ -20382,8 +21924,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 \ @@ -20410,17 +21950,20 @@ $(OutDir_ide_LayDes)laywin.o: $(UPPDIR1)ide/LayDes/laywin.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)CtrlLib/AKeys.h \ - $(UPPDIR1)CtrlLib/akt_.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -20451,6 +21994,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 \ @@ -20461,35 +22005,47 @@ $(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)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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -20499,31 +22055,33 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_LayDes) $(UPPDIR1)ide/LayDes/laywin.cpp -o $(OutDir_ide_LayDes)laywin.o @@ -20619,8 +22177,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 \ @@ -20651,15 +22207,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 @@ -20724,8 +22278,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 \ @@ -20756,15 +22308,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 @@ -20829,8 +22379,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 \ @@ -20861,15 +22409,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 @@ -20934,8 +22480,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 \ @@ -20967,15 +22511,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 @@ -21040,8 +22582,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 \ @@ -21073,15 +22613,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 @@ -21146,8 +22684,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 \ @@ -21178,15 +22714,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 @@ -21251,8 +22785,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 \ @@ -21283,15 +22815,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 @@ -21356,8 +22886,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 \ @@ -21383,32 +22911,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 @@ -21472,8 +22986,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 \ @@ -21500,8 +23012,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 @@ -21563,8 +23074,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 \ @@ -21591,8 +23100,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 @@ -21654,8 +23162,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 \ @@ -21682,8 +23188,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 @@ -21745,8 +23250,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 \ @@ -21773,8 +23276,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 @@ -21837,8 +23339,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 \ @@ -21869,6 +23369,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 \ @@ -21879,11 +23380,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 @@ -21948,8 +23446,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 \ @@ -21981,16 +23477,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 @@ -22055,8 +23549,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 \ @@ -22088,16 +23580,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 @@ -22162,8 +23652,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 \ @@ -22195,16 +23683,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 @@ -22269,8 +23755,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 \ @@ -22298,6 +23782,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 \ @@ -22305,11 +23790,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 @@ -22374,8 +23856,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 \ @@ -22407,6 +23887,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 \ @@ -22415,11 +23896,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 @@ -22484,8 +23962,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 \ @@ -22516,15 +23992,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 @@ -22588,8 +24062,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 \ @@ -22615,9 +24087,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 @@ -22669,6 +24140,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 \ @@ -22735,8 +24208,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 \ @@ -22763,6 +24234,7 @@ $(OutDir_ide_Debuggers)Terminal.o: $(UPPDIR1)ide/Debuggers/Terminal.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -22772,7 +24244,10 @@ $(OutDir_ide_Debuggers)Terminal.o: $(UPPDIR1)ide/Debuggers/Terminal.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 \ @@ -22802,6 +24277,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 \ @@ -22812,36 +24288,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -22850,6 +24328,8 @@ $(OutDir_ide_Debuggers)Terminal.o: $(UPPDIR1)ide/Debuggers/Terminal.cpp \ $(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 \ @@ -22916,8 +24396,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 \ @@ -22944,6 +24422,7 @@ $(OutDir_ide_Debuggers)Disas.o: $(UPPDIR1)ide/Debuggers/Disas.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -22953,7 +24432,10 @@ $(OutDir_ide_Debuggers)Disas.o: $(UPPDIR1)ide/Debuggers/Disas.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 \ @@ -22983,6 +24465,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 \ @@ -22993,36 +24476,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -23031,6 +24516,8 @@ $(OutDir_ide_Debuggers)Disas.o: $(UPPDIR1)ide/Debuggers/Disas.cpp \ $(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 \ @@ -23097,8 +24584,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 \ @@ -23125,6 +24610,7 @@ $(OutDir_ide_Debuggers)GdbCmd.o: $(UPPDIR1)ide/Debuggers/GdbCmd.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -23134,7 +24620,10 @@ $(OutDir_ide_Debuggers)GdbCmd.o: $(UPPDIR1)ide/Debuggers/GdbCmd.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 \ @@ -23164,6 +24653,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 \ @@ -23175,36 +24665,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -23213,6 +24705,8 @@ $(OutDir_ide_Debuggers)GdbCmd.o: $(UPPDIR1)ide/Debuggers/GdbCmd.cpp \ $(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 \ @@ -23279,8 +24773,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 \ @@ -23307,6 +24799,7 @@ $(OutDir_ide_Debuggers)GdbData.o: $(UPPDIR1)ide/Debuggers/GdbData.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -23316,7 +24809,10 @@ $(OutDir_ide_Debuggers)GdbData.o: $(UPPDIR1)ide/Debuggers/GdbData.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 \ @@ -23346,6 +24842,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 \ @@ -23356,36 +24853,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -23394,6 +24893,8 @@ $(OutDir_ide_Debuggers)GdbData.o: $(UPPDIR1)ide/Debuggers/GdbData.cpp \ $(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 \ @@ -23460,8 +24961,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 \ @@ -23488,6 +24987,7 @@ $(OutDir_ide_Debuggers)Gdb.o: $(UPPDIR1)ide/Debuggers/Gdb.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -23497,7 +24997,10 @@ $(OutDir_ide_Debuggers)Gdb.o: $(UPPDIR1)ide/Debuggers/Gdb.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 \ @@ -23527,6 +25030,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 \ @@ -23537,36 +25041,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -23575,6 +25081,8 @@ $(OutDir_ide_Debuggers)Gdb.o: $(UPPDIR1)ide/Debuggers/Gdb.cpp \ $(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 \ @@ -23641,8 +25149,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 \ @@ -23669,6 +25175,7 @@ $(OutDir_ide_Debuggers)GdbMem.o: $(UPPDIR1)ide/Debuggers/GdbMem.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -23678,7 +25185,10 @@ $(OutDir_ide_Debuggers)GdbMem.o: $(UPPDIR1)ide/Debuggers/GdbMem.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 \ @@ -23708,6 +25218,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 \ @@ -23718,36 +25229,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -23812,8 +25325,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 \ @@ -23841,14 +25352,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 \ @@ -23915,8 +25427,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 \ @@ -23943,6 +25453,7 @@ $(OutDir_ide_Debuggers)Cpu.o: $(UPPDIR1)ide/Debuggers/Cpu.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -23952,7 +25463,10 @@ $(OutDir_ide_Debuggers)Cpu.o: $(UPPDIR1)ide/Debuggers/Cpu.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 \ @@ -23982,6 +25496,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 \ @@ -23992,38 +25507,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -24032,6 +25547,8 @@ $(OutDir_ide_Debuggers)Cpu.o: $(UPPDIR1)ide/Debuggers/Cpu.cpp \ $(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 \ @@ -24098,8 +25615,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 \ @@ -24126,6 +25641,7 @@ $(OutDir_ide_Debuggers)Debug.o: $(UPPDIR1)ide/Debuggers/Debug.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -24135,7 +25651,10 @@ $(OutDir_ide_Debuggers)Debug.o: $(UPPDIR1)ide/Debuggers/Debug.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 \ @@ -24165,6 +25684,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 \ @@ -24175,36 +25695,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -24213,6 +25735,8 @@ $(OutDir_ide_Debuggers)Debug.o: $(UPPDIR1)ide/Debuggers/Debug.cpp \ $(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 \ @@ -24279,8 +25803,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 \ @@ -24307,6 +25829,7 @@ $(OutDir_ide_Debuggers)Mem.o: $(UPPDIR1)ide/Debuggers/Mem.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -24316,7 +25839,10 @@ $(OutDir_ide_Debuggers)Mem.o: $(UPPDIR1)ide/Debuggers/Mem.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 \ @@ -24346,6 +25872,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 \ @@ -24356,36 +25883,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -24394,6 +25923,8 @@ $(OutDir_ide_Debuggers)Mem.o: $(UPPDIR1)ide/Debuggers/Mem.cpp \ $(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 \ @@ -24460,8 +25991,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 \ @@ -24488,6 +26017,7 @@ $(OutDir_ide_Debuggers)Sym.o: $(UPPDIR1)ide/Debuggers/Sym.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -24497,7 +26027,10 @@ $(OutDir_ide_Debuggers)Sym.o: $(UPPDIR1)ide/Debuggers/Sym.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 \ @@ -24527,6 +26060,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 \ @@ -24537,36 +26071,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -24575,6 +26111,8 @@ $(OutDir_ide_Debuggers)Sym.o: $(UPPDIR1)ide/Debuggers/Sym.cpp \ $(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 \ @@ -24641,8 +26179,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 \ @@ -24669,6 +26205,7 @@ $(OutDir_ide_Debuggers)Exp.o: $(UPPDIR1)ide/Debuggers/Exp.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -24678,7 +26215,10 @@ $(OutDir_ide_Debuggers)Exp.o: $(UPPDIR1)ide/Debuggers/Exp.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 \ @@ -24708,6 +26248,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 \ @@ -24718,36 +26259,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -24756,6 +26299,8 @@ $(OutDir_ide_Debuggers)Exp.o: $(UPPDIR1)ide/Debuggers/Exp.cpp \ $(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 \ @@ -24822,8 +26367,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 \ @@ -24850,6 +26393,7 @@ $(OutDir_ide_Debuggers)PrettyUpp.o: $(UPPDIR1)ide/Debuggers/PrettyUpp.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -24859,7 +26403,10 @@ $(OutDir_ide_Debuggers)PrettyUpp.o: $(UPPDIR1)ide/Debuggers/PrettyUpp.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 \ @@ -24889,6 +26436,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 \ @@ -24899,36 +26447,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -24937,6 +26487,8 @@ $(OutDir_ide_Debuggers)PrettyUpp.o: $(UPPDIR1)ide/Debuggers/PrettyUpp.cpp \ $(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 \ @@ -25003,8 +26555,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 \ @@ -25031,6 +26581,7 @@ $(OutDir_ide_Debuggers)PrettyStd.o: $(UPPDIR1)ide/Debuggers/PrettyStd.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -25040,7 +26591,10 @@ $(OutDir_ide_Debuggers)PrettyStd.o: $(UPPDIR1)ide/Debuggers/PrettyStd.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 \ @@ -25070,6 +26624,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 \ @@ -25080,36 +26635,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -25118,6 +26675,8 @@ $(OutDir_ide_Debuggers)PrettyStd.o: $(UPPDIR1)ide/Debuggers/PrettyStd.cpp \ $(OutDir_ide_Debuggers)Scripts.o: $(UPPDIR1)ide/Debuggers/Scripts.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -25184,8 +26743,6 @@ $(OutDir_ide_Debuggers)Scripts.o: $(UPPDIR1)ide/Debuggers/Scripts.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -25212,6 +26769,7 @@ $(OutDir_ide_Debuggers)Scripts.o: $(UPPDIR1)ide/Debuggers/Scripts.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -25221,7 +26779,10 @@ $(OutDir_ide_Debuggers)Scripts.o: $(UPPDIR1)ide/Debuggers/Scripts.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 \ @@ -25251,6 +26812,7 @@ $(OutDir_ide_Debuggers)Scripts.o: $(UPPDIR1)ide/Debuggers/Scripts.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -25261,36 +26823,38 @@ $(OutDir_ide_Debuggers)Scripts.o: $(UPPDIR1)ide/Debuggers/Scripts.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/Scripts.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -25299,6 +26863,8 @@ $(OutDir_ide_Debuggers)Scripts.o: $(UPPDIR1)ide/Debuggers/Scripts.cpp \ $(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 \ @@ -25365,8 +26931,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 \ @@ -25393,6 +26957,7 @@ $(OutDir_ide_Debuggers)Pretty.o: $(UPPDIR1)ide/Debuggers/Pretty.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -25402,7 +26967,10 @@ $(OutDir_ide_Debuggers)Pretty.o: $(UPPDIR1)ide/Debuggers/Pretty.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 \ @@ -25432,6 +27000,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 \ @@ -25442,36 +27011,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -25480,6 +27051,8 @@ $(OutDir_ide_Debuggers)Pretty.o: $(UPPDIR1)ide/Debuggers/Pretty.cpp \ $(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 \ @@ -25546,8 +27119,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 \ @@ -25574,6 +27145,7 @@ $(OutDir_ide_Debuggers)Visualise.o: $(UPPDIR1)ide/Debuggers/Visualise.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -25583,7 +27155,10 @@ $(OutDir_ide_Debuggers)Visualise.o: $(UPPDIR1)ide/Debuggers/Visualise.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 \ @@ -25613,6 +27188,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 \ @@ -25623,36 +27199,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -25661,6 +27239,8 @@ $(OutDir_ide_Debuggers)Visualise.o: $(UPPDIR1)ide/Debuggers/Visualise.cpp \ $(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 \ @@ -25727,8 +27307,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 \ @@ -25755,6 +27333,7 @@ $(OutDir_ide_Debuggers)Data.o: $(UPPDIR1)ide/Debuggers/Data.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -25764,7 +27343,10 @@ $(OutDir_ide_Debuggers)Data.o: $(UPPDIR1)ide/Debuggers/Data.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 \ @@ -25794,6 +27376,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 \ @@ -25804,36 +27387,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -25842,6 +27427,8 @@ $(OutDir_ide_Debuggers)Data.o: $(UPPDIR1)ide/Debuggers/Data.cpp \ $(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 \ @@ -25908,8 +27495,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 \ @@ -25936,6 +27521,7 @@ $(OutDir_ide_Debuggers)Tree.o: $(UPPDIR1)ide/Debuggers/Tree.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -25945,7 +27531,10 @@ $(OutDir_ide_Debuggers)Tree.o: $(UPPDIR1)ide/Debuggers/Tree.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 \ @@ -25975,6 +27564,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 \ @@ -25985,36 +27575,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -26023,6 +27615,8 @@ $(OutDir_ide_Debuggers)Tree.o: $(UPPDIR1)ide/Debuggers/Tree.cpp \ $(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 \ @@ -26089,8 +27683,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 \ @@ -26117,6 +27709,7 @@ $(OutDir_ide_Debuggers)Stack.o: $(UPPDIR1)ide/Debuggers/Stack.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -26126,7 +27719,10 @@ $(OutDir_ide_Debuggers)Stack.o: $(UPPDIR1)ide/Debuggers/Stack.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 \ @@ -26156,6 +27752,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 \ @@ -26166,36 +27763,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -26204,6 +27803,8 @@ $(OutDir_ide_Debuggers)Stack.o: $(UPPDIR1)ide/Debuggers/Stack.cpp \ $(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 \ @@ -26270,8 +27871,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 \ @@ -26298,6 +27897,7 @@ $(OutDir_ide_Debuggers)Code.o: $(UPPDIR1)ide/Debuggers/Code.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -26307,7 +27907,10 @@ $(OutDir_ide_Debuggers)Code.o: $(UPPDIR1)ide/Debuggers/Code.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 \ @@ -26337,6 +27940,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 \ @@ -26347,36 +27951,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -26385,6 +27991,8 @@ $(OutDir_ide_Debuggers)Code.o: $(UPPDIR1)ide/Debuggers/Code.cpp \ $(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 \ @@ -26451,8 +28059,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 \ @@ -26461,7 +28067,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 \ @@ -26480,17 +28085,20 @@ $(OutDir_ide_Debuggers)Pdb.o: $(UPPDIR1)ide/Debuggers/Pdb.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)CtrlLib/AKeys.h \ - $(UPPDIR1)CtrlLib/akt_.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -26521,6 +28129,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 \ @@ -26531,36 +28140,38 @@ $(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)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -26619,6 +28230,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 \ @@ -26685,8 +28298,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 \ @@ -26713,6 +28324,7 @@ $(OutDir_ide_Browser)Util.o: $(UPPDIR1)ide/Browser/Util.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -26722,7 +28334,10 @@ $(OutDir_ide_Browser)Util.o: $(UPPDIR1)ide/Browser/Util.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 \ @@ -26751,6 +28366,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 \ @@ -26762,9 +28378,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 \ @@ -26775,21 +28395,21 @@ $(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 \ @@ -26798,6 +28418,8 @@ $(OutDir_ide_Browser)Util.o: $(UPPDIR1)ide/Browser/Util.cpp \ $(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 \ @@ -26864,8 +28486,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 \ @@ -26892,6 +28512,7 @@ $(OutDir_ide_Browser)TopicBase.o: $(UPPDIR1)ide/Browser/TopicBase.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -26901,7 +28522,10 @@ $(OutDir_ide_Browser)TopicBase.o: $(UPPDIR1)ide/Browser/TopicBase.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 \ @@ -26930,6 +28554,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 \ @@ -26940,9 +28565,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 \ @@ -26953,21 +28582,21 @@ $(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 \ @@ -26976,6 +28605,8 @@ $(OutDir_ide_Browser)TopicBase.o: $(UPPDIR1)ide/Browser/TopicBase.cpp \ $(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 \ @@ -27042,8 +28673,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 \ @@ -27070,6 +28699,7 @@ $(OutDir_ide_Browser)File.o: $(UPPDIR1)ide/Browser/File.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -27079,7 +28709,10 @@ $(OutDir_ide_Browser)File.o: $(UPPDIR1)ide/Browser/File.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 \ @@ -27108,6 +28741,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 \ @@ -27118,9 +28752,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 \ @@ -27131,21 +28769,21 @@ $(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 \ @@ -27154,6 +28792,8 @@ $(OutDir_ide_Browser)File.o: $(UPPDIR1)ide/Browser/File.cpp \ $(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 \ @@ -27220,8 +28860,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 \ @@ -27248,6 +28886,7 @@ $(OutDir_ide_Browser)Topic.o: $(UPPDIR1)ide/Browser/Topic.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -27257,7 +28896,10 @@ $(OutDir_ide_Browser)Topic.o: $(UPPDIR1)ide/Browser/Topic.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 \ @@ -27286,6 +28928,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 \ @@ -27296,9 +28939,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 \ @@ -27309,21 +28956,21 @@ $(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 \ @@ -27332,6 +28979,8 @@ $(OutDir_ide_Browser)Topic.o: $(UPPDIR1)ide/Browser/Topic.cpp \ $(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 \ @@ -27398,8 +29047,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 \ @@ -27426,6 +29073,7 @@ $(OutDir_ide_Browser)Template.o: $(UPPDIR1)ide/Browser/Template.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -27435,7 +29083,10 @@ $(OutDir_ide_Browser)Template.o: $(UPPDIR1)ide/Browser/Template.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 \ @@ -27464,6 +29115,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 \ @@ -27474,9 +29126,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 \ @@ -27487,21 +29143,21 @@ $(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 \ @@ -27510,6 +29166,8 @@ $(OutDir_ide_Browser)Template.o: $(UPPDIR1)ide/Browser/Template.cpp \ $(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 \ @@ -27576,8 +29234,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 \ @@ -27604,6 +29260,7 @@ $(OutDir_ide_Browser)Link.o: $(UPPDIR1)ide/Browser/Link.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -27613,7 +29270,10 @@ $(OutDir_ide_Browser)Link.o: $(UPPDIR1)ide/Browser/Link.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 \ @@ -27642,6 +29302,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 \ @@ -27652,9 +29313,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 \ @@ -27665,21 +29330,21 @@ $(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 \ @@ -27688,6 +29353,8 @@ $(OutDir_ide_Browser)Link.o: $(UPPDIR1)ide/Browser/Link.cpp \ $(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 \ @@ -27754,8 +29421,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 \ @@ -27782,6 +29447,7 @@ $(OutDir_ide_Browser)TopicWin.o: $(UPPDIR1)ide/Browser/TopicWin.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -27791,7 +29457,10 @@ $(OutDir_ide_Browser)TopicWin.o: $(UPPDIR1)ide/Browser/TopicWin.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 \ @@ -27820,6 +29489,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 \ @@ -27831,9 +29501,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 \ @@ -27844,21 +29518,21 @@ $(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 \ @@ -27867,6 +29541,8 @@ $(OutDir_ide_Browser)TopicWin.o: $(UPPDIR1)ide/Browser/TopicWin.cpp \ $(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 \ @@ -27933,8 +29609,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 \ @@ -27961,6 +29635,7 @@ $(OutDir_ide_Browser)Move.o: $(UPPDIR1)ide/Browser/Move.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -27970,7 +29645,10 @@ $(OutDir_ide_Browser)Move.o: $(UPPDIR1)ide/Browser/Move.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 \ @@ -28000,6 +29678,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 \ @@ -28010,35 +29689,47 @@ $(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)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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -28048,37 +29739,41 @@ $(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 $(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 \ @@ -28145,8 +29840,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 \ @@ -28173,6 +29866,7 @@ $(OutDir_ide_Browser)CodeRef.o: $(UPPDIR1)ide/Browser/CodeRef.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -28182,7 +29876,10 @@ $(OutDir_ide_Browser)CodeRef.o: $(UPPDIR1)ide/Browser/CodeRef.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 \ @@ -28211,6 +29908,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 \ @@ -28221,9 +29919,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 \ @@ -28234,21 +29936,21 @@ $(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 \ @@ -28257,6 +29959,8 @@ $(OutDir_ide_Browser)CodeRef.o: $(UPPDIR1)ide/Browser/CodeRef.cpp \ $(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 \ @@ -28323,8 +30027,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 \ @@ -28351,6 +30053,7 @@ $(OutDir_ide_Browser)TopicI.o: $(UPPDIR1)ide/Browser/TopicI.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -28360,7 +30063,10 @@ $(OutDir_ide_Browser)TopicI.o: $(UPPDIR1)ide/Browser/TopicI.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 \ @@ -28390,6 +30096,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 \ @@ -28400,35 +30107,47 @@ $(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)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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -28438,31 +30157,33 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Browser) $(UPPDIR1)ide/Browser/TopicI.cpp -o $(OutDir_ide_Browser)TopicI.o @@ -28495,11 +30216,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 \ @@ -28560,8 +30284,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 \ @@ -28588,6 +30310,7 @@ $(OutDir_CodeEditor)Register.o: $(UPPDIR1)CodeEditor/Register.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -28597,7 +30320,10 @@ $(OutDir_CodeEditor)Register.o: $(UPPDIR1)CodeEditor/Register.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 \ @@ -28626,6 +30352,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 \ @@ -28643,10 +30370,9 @@ $(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 \ @@ -28655,8 +30381,11 @@ $(OutDir_CodeEditor)Register.o: $(UPPDIR1)CodeEditor/Register.cpp \ $(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 \ @@ -28720,8 +30449,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 \ @@ -28748,6 +30475,7 @@ $(OutDir_CodeEditor)HighlightOut.o: $(UPPDIR1)CodeEditor/HighlightOut.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -28757,7 +30485,10 @@ $(OutDir_CodeEditor)HighlightOut.o: $(UPPDIR1)CodeEditor/HighlightOut.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 \ @@ -28786,6 +30517,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 \ @@ -28803,10 +30535,9 @@ $(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 \ @@ -28815,11 +30546,14 @@ $(OutDir_CodeEditor)HighlightOut.o: $(UPPDIR1)CodeEditor/HighlightOut.cpp \ $(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 \ @@ -28880,8 +30614,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 \ @@ -28908,6 +30640,7 @@ $(OutDir_CodeEditor)Syntax.o: $(UPPDIR1)CodeEditor/Syntax.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -28917,7 +30650,10 @@ $(OutDir_CodeEditor)Syntax.o: $(UPPDIR1)CodeEditor/Syntax.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 \ @@ -28946,6 +30682,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 \ @@ -28963,10 +30700,9 @@ $(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 \ @@ -28975,11 +30711,14 @@ $(OutDir_CodeEditor)Syntax.o: $(UPPDIR1)CodeEditor/Syntax.cpp \ $(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 \ @@ -29040,8 +30779,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 \ @@ -29068,6 +30805,7 @@ $(OutDir_CodeEditor)Style.o: $(UPPDIR1)CodeEditor/Style.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -29077,7 +30815,10 @@ $(OutDir_CodeEditor)Style.o: $(UPPDIR1)CodeEditor/Style.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 \ @@ -29106,6 +30847,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 \ @@ -29123,10 +30865,9 @@ $(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 \ @@ -29135,11 +30876,14 @@ $(OutDir_CodeEditor)Style.o: $(UPPDIR1)CodeEditor/Style.cpp \ $(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 \ @@ -29200,8 +30944,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 \ @@ -29228,6 +30970,7 @@ $(OutDir_CodeEditor)RegisterSyntax.o: $(UPPDIR1)CodeEditor/RegisterSyntax.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -29237,7 +30980,10 @@ $(OutDir_CodeEditor)RegisterSyntax.o: $(UPPDIR1)CodeEditor/RegisterSyntax.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 \ @@ -29266,6 +31012,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 \ @@ -29283,10 +31030,9 @@ $(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 \ @@ -29295,6 +31041,9 @@ $(OutDir_CodeEditor)RegisterSyntax.o: $(UPPDIR1)CodeEditor/RegisterSyntax.cpp \ $(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 \ @@ -29360,8 +31109,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 \ @@ -29388,6 +31135,7 @@ $(OutDir_CodeEditor)CSyntax.o: $(UPPDIR1)CodeEditor/CSyntax.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -29397,7 +31145,10 @@ $(OutDir_CodeEditor)CSyntax.o: $(UPPDIR1)CodeEditor/CSyntax.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 \ @@ -29426,6 +31177,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 \ @@ -29443,10 +31195,9 @@ $(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 \ @@ -29454,7 +31205,10 @@ $(OutDir_CodeEditor)CSyntax.o: $(UPPDIR1)CodeEditor/CSyntax.cpp \ $(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 \ @@ -29520,8 +31274,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 \ @@ -29548,6 +31300,7 @@ $(OutDir_CodeEditor)CInit.o: $(UPPDIR1)CodeEditor/CInit.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -29557,7 +31310,10 @@ $(OutDir_CodeEditor)CInit.o: $(UPPDIR1)CodeEditor/CInit.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 \ @@ -29586,6 +31342,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 \ @@ -29603,10 +31360,9 @@ $(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 \ @@ -29614,7 +31370,10 @@ $(OutDir_CodeEditor)CInit.o: $(UPPDIR1)CodeEditor/CInit.cpp \ $(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 \ @@ -29680,8 +31439,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 \ @@ -29708,6 +31465,7 @@ $(OutDir_CodeEditor)CHighlight.o: $(UPPDIR1)CodeEditor/CHighlight.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -29717,7 +31475,10 @@ $(OutDir_CodeEditor)CHighlight.o: $(UPPDIR1)CodeEditor/CHighlight.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 \ @@ -29746,6 +31507,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 \ @@ -29763,10 +31525,9 @@ $(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 \ @@ -29774,7 +31535,10 @@ $(OutDir_CodeEditor)CHighlight.o: $(UPPDIR1)CodeEditor/CHighlight.cpp \ $(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 \ @@ -29840,8 +31604,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 \ @@ -29868,6 +31630,7 @@ $(OutDir_CodeEditor)CLogic.o: $(UPPDIR1)CodeEditor/CLogic.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -29877,7 +31640,10 @@ $(OutDir_CodeEditor)CLogic.o: $(UPPDIR1)CodeEditor/CLogic.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 \ @@ -29906,6 +31672,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 \ @@ -29923,10 +31690,9 @@ $(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 \ @@ -29935,7 +31701,10 @@ $(OutDir_CodeEditor)CLogic.o: $(UPPDIR1)CodeEditor/CLogic.cpp \ $(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 \ @@ -30000,8 +31769,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 \ @@ -30028,6 +31795,7 @@ $(OutDir_CodeEditor)DiffSyntax.o: $(UPPDIR1)CodeEditor/DiffSyntax.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -30037,7 +31805,10 @@ $(OutDir_CodeEditor)DiffSyntax.o: $(UPPDIR1)CodeEditor/DiffSyntax.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 \ @@ -30066,6 +31837,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 \ @@ -30083,10 +31855,9 @@ $(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 \ @@ -30095,12 +31866,15 @@ $(OutDir_CodeEditor)DiffSyntax.o: $(UPPDIR1)CodeEditor/DiffSyntax.cpp \ $(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 \ @@ -30160,8 +31934,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 \ @@ -30188,6 +31960,7 @@ $(OutDir_CodeEditor)TagSyntax.o: $(UPPDIR1)CodeEditor/TagSyntax.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -30197,7 +31970,10 @@ $(OutDir_CodeEditor)TagSyntax.o: $(UPPDIR1)CodeEditor/TagSyntax.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 \ @@ -30226,6 +32002,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 \ @@ -30243,10 +32020,9 @@ $(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 \ @@ -30255,10 +32031,13 @@ $(OutDir_CodeEditor)TagSyntax.o: $(UPPDIR1)CodeEditor/TagSyntax.cpp \ $(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 \ @@ -30320,8 +32099,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 \ @@ -30348,6 +32125,7 @@ $(OutDir_CodeEditor)PythonSyntax.o: $(UPPDIR1)CodeEditor/PythonSyntax.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -30357,7 +32135,10 @@ $(OutDir_CodeEditor)PythonSyntax.o: $(UPPDIR1)CodeEditor/PythonSyntax.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 \ @@ -30386,6 +32167,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 \ @@ -30403,10 +32185,9 @@ $(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 \ @@ -30415,9 +32196,12 @@ $(OutDir_CodeEditor)PythonSyntax.o: $(UPPDIR1)CodeEditor/PythonSyntax.cpp \ $(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 \ @@ -30480,8 +32264,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 \ @@ -30508,6 +32290,7 @@ $(OutDir_CodeEditor)LogSyntax.o: $(UPPDIR1)CodeEditor/LogSyntax.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -30517,7 +32300,10 @@ $(OutDir_CodeEditor)LogSyntax.o: $(UPPDIR1)CodeEditor/LogSyntax.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 \ @@ -30546,6 +32332,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 \ @@ -30563,10 +32350,9 @@ $(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 \ @@ -30575,8 +32361,11 @@ $(OutDir_CodeEditor)LogSyntax.o: $(UPPDIR1)CodeEditor/LogSyntax.cpp \ $(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 \ @@ -30640,8 +32429,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 \ @@ -30668,6 +32455,7 @@ $(OutDir_CodeEditor)EditorBar.o: $(UPPDIR1)CodeEditor/EditorBar.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -30677,7 +32465,10 @@ $(OutDir_CodeEditor)EditorBar.o: $(UPPDIR1)CodeEditor/EditorBar.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 \ @@ -30706,6 +32497,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 \ @@ -30723,10 +32515,9 @@ $(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 \ @@ -30735,8 +32526,11 @@ $(OutDir_CodeEditor)EditorBar.o: $(UPPDIR1)CodeEditor/EditorBar.cpp \ $(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 \ @@ -30800,8 +32594,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 \ @@ -30828,6 +32620,7 @@ $(OutDir_CodeEditor)FindReplace.o: $(UPPDIR1)CodeEditor/FindReplace.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -30837,7 +32630,10 @@ $(OutDir_CodeEditor)FindReplace.o: $(UPPDIR1)CodeEditor/FindReplace.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 \ @@ -30866,6 +32662,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 \ @@ -30883,10 +32680,9 @@ $(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 \ @@ -30895,9 +32691,12 @@ $(OutDir_CodeEditor)FindReplace.o: $(UPPDIR1)CodeEditor/FindReplace.cpp \ $(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 \ @@ -30960,8 +32759,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 \ @@ -30988,6 +32785,7 @@ $(OutDir_CodeEditor)Lang.o: $(UPPDIR1)CodeEditor/Lang.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -30997,7 +32795,10 @@ $(OutDir_CodeEditor)Lang.o: $(UPPDIR1)CodeEditor/Lang.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 \ @@ -31026,6 +32827,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 \ @@ -31043,10 +32845,9 @@ $(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 \ @@ -31054,7 +32855,10 @@ $(OutDir_CodeEditor)Lang.o: $(UPPDIR1)CodeEditor/Lang.cpp \ $(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 \ @@ -31120,8 +32924,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 \ @@ -31149,6 +32951,7 @@ $(OutDir_CodeEditor)CodeEditor.o: $(UPPDIR1)CodeEditor/CodeEditor.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -31158,7 +32961,10 @@ $(OutDir_CodeEditor)CodeEditor.o: $(UPPDIR1)CodeEditor/CodeEditor.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 \ @@ -31187,6 +32993,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 \ @@ -31205,10 +33012,9 @@ $(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 \ @@ -31314,8 +33120,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 \ @@ -31343,6 +33147,7 @@ $(OutDir_CtrlLib)CtrlLibInit.o: $(UPPDIR1)CtrlLib/CtrlLibInit.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -31352,7 +33157,11 @@ $(OutDir_CtrlLib)CtrlLibInit.o: $(UPPDIR1)CtrlLib/CtrlLibInit.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/CtrlLibInit.cpp \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -31381,6 +33190,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 \ @@ -31395,10 +33205,9 @@ $(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 \ @@ -31464,8 +33273,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 \ @@ -31492,6 +33299,7 @@ $(OutDir_CtrlLib)LabelBase.o: $(UPPDIR1)CtrlLib/LabelBase.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -31501,7 +33309,10 @@ $(OutDir_CtrlLib)LabelBase.o: $(UPPDIR1)CtrlLib/LabelBase.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 \ @@ -31511,6 +33322,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 \ @@ -31530,6 +33342,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 \ @@ -31544,10 +33357,9 @@ $(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 \ @@ -31613,8 +33425,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 \ @@ -31641,6 +33451,7 @@ $(OutDir_CtrlLib)DisplayPopup.o: $(UPPDIR1)CtrlLib/DisplayPopup.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -31650,9 +33461,13 @@ $(OutDir_CtrlLib)DisplayPopup.o: $(UPPDIR1)CtrlLib/DisplayPopup.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.cpp \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ $(UPPDIR1)CtrlLib/DlgColor.h \ $(UPPDIR1)CtrlLib/DropChoice.h \ @@ -31679,6 +33494,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 \ @@ -31693,10 +33509,9 @@ $(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 \ @@ -31762,8 +33577,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 \ @@ -31790,6 +33603,7 @@ $(OutDir_CtrlLib)Button.o: $(UPPDIR1)CtrlLib/Button.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -31797,9 +33611,13 @@ $(OutDir_CtrlLib)Button.o: $(UPPDIR1)CtrlLib/Button.cpp \ $(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 \ @@ -31828,6 +33646,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 \ @@ -31842,10 +33661,9 @@ $(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 \ @@ -31911,8 +33729,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 \ @@ -31939,6 +33755,7 @@ $(OutDir_CtrlLib)Switch.o: $(UPPDIR1)CtrlLib/Switch.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -31948,7 +33765,10 @@ $(OutDir_CtrlLib)Switch.o: $(UPPDIR1)CtrlLib/Switch.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 \ @@ -31970,6 +33790,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 \ @@ -31977,6 +33798,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 \ @@ -31991,10 +33813,9 @@ $(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 \ @@ -32060,8 +33881,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 \ @@ -32088,6 +33907,7 @@ $(OutDir_CtrlLib)VirtualButtons.o: $(UPPDIR1)CtrlLib/VirtualButtons.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -32097,7 +33917,10 @@ $(OutDir_CtrlLib)VirtualButtons.o: $(UPPDIR1)CtrlLib/VirtualButtons.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 \ @@ -32122,10 +33945,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 \ @@ -32140,10 +33965,9 @@ $(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 \ @@ -32209,8 +34033,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 \ @@ -32237,6 +34059,7 @@ $(OutDir_CtrlLib)EditField.o: $(UPPDIR1)CtrlLib/EditField.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -32246,7 +34069,10 @@ $(OutDir_CtrlLib)EditField.o: $(UPPDIR1)CtrlLib/EditField.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 \ @@ -32254,6 +34080,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 \ @@ -32275,6 +34102,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 \ @@ -32289,10 +34117,9 @@ $(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 \ @@ -32358,8 +34185,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 \ @@ -32386,6 +34211,7 @@ $(OutDir_CtrlLib)Text.o: $(UPPDIR1)CtrlLib/Text.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -32395,7 +34221,10 @@ $(OutDir_CtrlLib)Text.o: $(UPPDIR1)CtrlLib/Text.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 \ @@ -32418,12 +34247,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 \ @@ -32438,10 +34269,9 @@ $(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 \ @@ -32507,8 +34337,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 \ @@ -32535,6 +34363,7 @@ $(OutDir_CtrlLib)LineEdit.o: $(UPPDIR1)CtrlLib/LineEdit.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -32544,7 +34373,10 @@ $(OutDir_CtrlLib)LineEdit.o: $(UPPDIR1)CtrlLib/LineEdit.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 \ @@ -32556,6 +34388,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 \ @@ -32573,6 +34406,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 \ @@ -32587,10 +34421,9 @@ $(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 \ @@ -32656,8 +34489,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 \ @@ -32684,6 +34515,7 @@ $(OutDir_CtrlLib)DocEdit.o: $(UPPDIR1)CtrlLib/DocEdit.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -32693,11 +34525,15 @@ $(OutDir_CtrlLib)DocEdit.o: $(UPPDIR1)CtrlLib/DocEdit.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 \ $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DocEdit.cpp \ $(UPPDIR1)CtrlLib/DropChoice.h \ $(UPPDIR1)CtrlLib/EditCtrl.h \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ @@ -32722,6 +34558,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 \ @@ -32736,10 +34573,9 @@ $(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 \ @@ -32805,8 +34641,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 \ @@ -32833,6 +34667,7 @@ $(OutDir_CtrlLib)ScrollBar.o: $(UPPDIR1)CtrlLib/ScrollBar.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -32842,7 +34677,10 @@ $(OutDir_CtrlLib)ScrollBar.o: $(UPPDIR1)CtrlLib/ScrollBar.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 \ @@ -32858,6 +34696,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 \ @@ -32871,6 +34710,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 \ @@ -32885,10 +34725,9 @@ $(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 \ @@ -32954,8 +34793,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 \ @@ -32982,6 +34819,7 @@ $(OutDir_CtrlLib)HeaderCtrl.o: $(UPPDIR1)CtrlLib/HeaderCtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -32991,7 +34829,10 @@ $(OutDir_CtrlLib)HeaderCtrl.o: $(UPPDIR1)CtrlLib/HeaderCtrl.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 \ @@ -33000,6 +34841,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 \ @@ -33020,6 +34862,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 \ @@ -33034,10 +34877,9 @@ $(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 \ @@ -33103,8 +34945,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 \ @@ -33131,16 +34971,21 @@ $(OutDir_CtrlLib)ArrayCtrl.o: $(UPPDIR1)CtrlLib/ArrayCtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.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 \ @@ -33169,6 +35014,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 \ @@ -33183,10 +35029,9 @@ $(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 \ @@ -33252,8 +35097,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 \ @@ -33280,6 +35123,7 @@ $(OutDir_CtrlLib)MultiButton.o: $(UPPDIR1)CtrlLib/MultiButton.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -33289,7 +35133,10 @@ $(OutDir_CtrlLib)MultiButton.o: $(UPPDIR1)CtrlLib/MultiButton.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 \ @@ -33301,6 +35148,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 \ @@ -33318,6 +35166,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 \ @@ -33332,10 +35181,9 @@ $(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 \ @@ -33401,8 +35249,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 \ @@ -33429,6 +35275,7 @@ $(OutDir_CtrlLib)PopupTable.o: $(UPPDIR1)CtrlLib/PopupTable.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -33438,7 +35285,10 @@ $(OutDir_CtrlLib)PopupTable.o: $(UPPDIR1)CtrlLib/PopupTable.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 \ @@ -33451,6 +35301,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 \ @@ -33467,6 +35318,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 \ @@ -33481,10 +35333,9 @@ $(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 \ @@ -33550,8 +35401,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 \ @@ -33578,6 +35427,7 @@ $(OutDir_CtrlLib)PopUpList.o: $(UPPDIR1)CtrlLib/PopUpList.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -33587,7 +35437,10 @@ $(OutDir_CtrlLib)PopUpList.o: $(UPPDIR1)CtrlLib/PopUpList.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 \ @@ -33600,6 +35453,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 \ @@ -33616,6 +35470,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 \ @@ -33630,10 +35485,9 @@ $(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 \ @@ -33699,8 +35553,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 \ @@ -33727,6 +35579,7 @@ $(OutDir_CtrlLib)DropList.o: $(UPPDIR1)CtrlLib/DropList.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -33736,12 +35589,16 @@ $(OutDir_CtrlLib)DropList.o: $(UPPDIR1)CtrlLib/DropList.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 \ $(UPPDIR1)CtrlLib/DlgColor.h \ $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/DropList.cpp \ $(UPPDIR1)CtrlLib/EditCtrl.h \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ $(UPPDIR1)CtrlLib/FileSel.h \ @@ -33765,6 +35622,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 \ @@ -33779,10 +35637,9 @@ $(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 \ @@ -33848,8 +35705,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 \ @@ -33876,6 +35731,7 @@ $(OutDir_CtrlLib)DropChoice.o: $(UPPDIR1)CtrlLib/DropChoice.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -33885,11 +35741,15 @@ $(OutDir_CtrlLib)DropChoice.o: $(UPPDIR1)CtrlLib/DropChoice.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 \ $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.cpp \ $(UPPDIR1)CtrlLib/DropChoice.h \ $(UPPDIR1)CtrlLib/EditCtrl.h \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ @@ -33914,6 +35774,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 \ @@ -33928,10 +35789,9 @@ $(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 \ @@ -33997,8 +35857,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 \ @@ -34025,6 +35883,7 @@ $(OutDir_CtrlLib)Static.o: $(UPPDIR1)CtrlLib/Static.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -34034,7 +35893,10 @@ $(OutDir_CtrlLib)Static.o: $(UPPDIR1)CtrlLib/Static.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 \ @@ -34053,6 +35915,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 \ @@ -34063,6 +35926,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 \ @@ -34077,10 +35941,9 @@ $(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 \ @@ -34146,8 +36009,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 \ @@ -34174,6 +36035,7 @@ $(OutDir_CtrlLib)Splitter.o: $(UPPDIR1)CtrlLib/Splitter.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -34183,7 +36045,10 @@ $(OutDir_CtrlLib)Splitter.o: $(UPPDIR1)CtrlLib/Splitter.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 \ @@ -34201,6 +36066,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 \ @@ -34212,6 +36078,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 \ @@ -34226,10 +36093,9 @@ $(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 \ @@ -34295,8 +36161,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 \ @@ -34323,6 +36187,7 @@ $(OutDir_CtrlLib)FrameSplitter.o: $(UPPDIR1)CtrlLib/FrameSplitter.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -34332,7 +36197,10 @@ $(OutDir_CtrlLib)FrameSplitter.o: $(UPPDIR1)CtrlLib/FrameSplitter.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 \ @@ -34341,6 +36209,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 \ @@ -34361,6 +36230,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 \ @@ -34375,10 +36245,9 @@ $(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 \ @@ -34444,8 +36313,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 \ @@ -34472,6 +36339,7 @@ $(OutDir_CtrlLib)SliderCtrl.o: $(UPPDIR1)CtrlLib/SliderCtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -34481,7 +36349,10 @@ $(OutDir_CtrlLib)SliderCtrl.o: $(UPPDIR1)CtrlLib/SliderCtrl.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 \ @@ -34498,6 +36369,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 \ @@ -34510,6 +36382,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 \ @@ -34524,10 +36397,9 @@ $(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 \ @@ -34593,8 +36465,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 \ @@ -34621,6 +36491,7 @@ $(OutDir_CtrlLib)ColumnList.o: $(UPPDIR1)CtrlLib/ColumnList.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -34629,8 +36500,12 @@ $(OutDir_CtrlLib)ColumnList.o: $(UPPDIR1)CtrlLib/ColumnList.cpp \ $(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 \ @@ -34659,6 +36534,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 \ @@ -34673,10 +36549,9 @@ $(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 \ @@ -34742,8 +36617,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 \ @@ -34770,6 +36643,7 @@ $(OutDir_CtrlLib)Progress.o: $(UPPDIR1)CtrlLib/Progress.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -34779,7 +36653,10 @@ $(OutDir_CtrlLib)Progress.o: $(UPPDIR1)CtrlLib/Progress.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 \ @@ -34792,6 +36669,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 \ @@ -34808,6 +36686,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 \ @@ -34822,10 +36701,9 @@ $(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 \ @@ -34891,8 +36769,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 \ @@ -34919,16 +36795,21 @@ $(OutDir_CtrlLib)AKeys.o: $(UPPDIR1)CtrlLib/AKeys.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.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 \ @@ -34957,6 +36838,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 \ @@ -34971,10 +36853,9 @@ $(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 \ @@ -35040,8 +36921,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 \ @@ -35068,6 +36947,7 @@ $(OutDir_CtrlLib)RichTextView.o: $(UPPDIR1)CtrlLib/RichTextView.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -35077,7 +36957,10 @@ $(OutDir_CtrlLib)RichTextView.o: $(UPPDIR1)CtrlLib/RichTextView.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 \ @@ -35093,6 +36976,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 \ @@ -35106,6 +36990,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 \ @@ -35120,10 +37005,9 @@ $(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 \ @@ -35189,8 +37073,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 \ @@ -35217,6 +37099,7 @@ $(OutDir_CtrlLib)Prompt.o: $(UPPDIR1)CtrlLib/Prompt.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -35226,7 +37109,10 @@ $(OutDir_CtrlLib)Prompt.o: $(UPPDIR1)CtrlLib/Prompt.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 \ @@ -35240,6 +37126,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 \ @@ -35255,6 +37142,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 \ @@ -35269,10 +37157,9 @@ $(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 \ @@ -35338,8 +37225,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 \ @@ -35366,6 +37251,7 @@ $(OutDir_CtrlLib)Help.o: $(UPPDIR1)CtrlLib/Help.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -35375,7 +37261,10 @@ $(OutDir_CtrlLib)Help.o: $(UPPDIR1)CtrlLib/Help.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 \ @@ -35385,6 +37274,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 \ @@ -35404,6 +37294,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 \ @@ -35418,10 +37309,9 @@ $(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 \ @@ -35487,8 +37377,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 \ @@ -35515,6 +37403,7 @@ $(OutDir_CtrlLib)DateTimeCtrl.o: $(UPPDIR1)CtrlLib/DateTimeCtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -35524,8 +37413,12 @@ $(OutDir_CtrlLib)DateTimeCtrl.o: $(UPPDIR1)CtrlLib/DateTimeCtrl.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.cpp \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ $(UPPDIR1)CtrlLib/DlgColor.h \ @@ -35553,6 +37446,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 \ @@ -35567,10 +37461,9 @@ $(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 \ @@ -35636,8 +37529,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 \ @@ -35664,6 +37555,7 @@ $(OutDir_CtrlLib)SuggestCtrl.o: $(UPPDIR1)CtrlLib/SuggestCtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -35673,7 +37565,10 @@ $(OutDir_CtrlLib)SuggestCtrl.o: $(UPPDIR1)CtrlLib/SuggestCtrl.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 \ @@ -35694,6 +37589,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 \ @@ -35702,6 +37598,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 \ @@ -35716,10 +37613,9 @@ $(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 \ @@ -35785,8 +37681,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 \ @@ -35813,16 +37707,21 @@ $(OutDir_CtrlLib)Bar.o: $(UPPDIR1)CtrlLib/Bar.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.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 \ @@ -35851,6 +37750,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 \ @@ -35865,10 +37765,9 @@ $(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 \ @@ -35934,8 +37833,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 \ @@ -35962,6 +37859,7 @@ $(OutDir_CtrlLib)MenuItem.o: $(UPPDIR1)CtrlLib/MenuItem.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -35971,7 +37869,10 @@ $(OutDir_CtrlLib)MenuItem.o: $(UPPDIR1)CtrlLib/MenuItem.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 \ @@ -35984,6 +37885,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 \ @@ -36001,6 +37903,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 \ @@ -36015,10 +37918,9 @@ $(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 \ @@ -36084,8 +37986,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 \ @@ -36112,6 +38012,7 @@ $(OutDir_CtrlLib)MenuBar.o: $(UPPDIR1)CtrlLib/MenuBar.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -36121,7 +38022,10 @@ $(OutDir_CtrlLib)MenuBar.o: $(UPPDIR1)CtrlLib/MenuBar.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 \ @@ -36133,6 +38037,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 \ @@ -36151,6 +38056,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 \ @@ -36165,10 +38071,9 @@ $(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 \ @@ -36234,8 +38139,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 \ @@ -36262,6 +38165,7 @@ $(OutDir_CtrlLib)ToolButton.o: $(UPPDIR1)CtrlLib/ToolButton.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -36271,7 +38175,10 @@ $(OutDir_CtrlLib)ToolButton.o: $(UPPDIR1)CtrlLib/ToolButton.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 \ @@ -36295,11 +38202,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 \ @@ -36314,10 +38223,9 @@ $(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 \ @@ -36383,8 +38291,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 \ @@ -36411,6 +38317,7 @@ $(OutDir_CtrlLib)ToolBar.o: $(UPPDIR1)CtrlLib/ToolBar.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -36420,7 +38327,10 @@ $(OutDir_CtrlLib)ToolBar.o: $(UPPDIR1)CtrlLib/ToolBar.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 \ @@ -36444,11 +38354,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 \ @@ -36463,10 +38375,9 @@ $(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 \ @@ -36532,8 +38443,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 \ @@ -36560,6 +38469,7 @@ $(OutDir_CtrlLib)ToolTip.o: $(UPPDIR1)CtrlLib/ToolTip.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -36569,7 +38479,10 @@ $(OutDir_CtrlLib)ToolTip.o: $(UPPDIR1)CtrlLib/ToolTip.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 \ @@ -36593,11 +38506,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 \ @@ -36612,10 +38527,9 @@ $(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 \ @@ -36681,8 +38595,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 \ @@ -36709,6 +38621,7 @@ $(OutDir_CtrlLib)StatusBar.o: $(UPPDIR1)CtrlLib/StatusBar.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -36718,7 +38631,10 @@ $(OutDir_CtrlLib)StatusBar.o: $(UPPDIR1)CtrlLib/StatusBar.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 \ @@ -36738,6 +38654,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 \ @@ -36747,6 +38664,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 \ @@ -36761,10 +38679,9 @@ $(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 \ @@ -36830,8 +38747,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 \ @@ -36858,6 +38773,7 @@ $(OutDir_CtrlLib)TabCtrl.o: $(UPPDIR1)CtrlLib/TabCtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -36867,7 +38783,10 @@ $(OutDir_CtrlLib)TabCtrl.o: $(UPPDIR1)CtrlLib/TabCtrl.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 \ @@ -36889,6 +38808,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 \ @@ -36896,6 +38816,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 \ @@ -36910,10 +38831,9 @@ $(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 \ @@ -36979,8 +38899,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 \ @@ -37007,6 +38925,7 @@ $(OutDir_CtrlLib)TreeCtrl.o: $(UPPDIR1)CtrlLib/TreeCtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -37016,7 +38935,10 @@ $(OutDir_CtrlLib)TreeCtrl.o: $(UPPDIR1)CtrlLib/TreeCtrl.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 \ @@ -37040,11 +38962,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 \ @@ -37059,10 +38983,9 @@ $(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 \ @@ -37128,8 +39051,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 \ @@ -37156,6 +39077,7 @@ $(OutDir_CtrlLib)DropTree.o: $(UPPDIR1)CtrlLib/DropTree.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -37165,12 +39087,16 @@ $(OutDir_CtrlLib)DropTree.o: $(UPPDIR1)CtrlLib/DropTree.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 \ $(UPPDIR1)CtrlLib/DlgColor.h \ $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/DropTree.cpp \ $(UPPDIR1)CtrlLib/EditCtrl.h \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ $(UPPDIR1)CtrlLib/FileSel.h \ @@ -37194,6 +39120,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 \ @@ -37208,10 +39135,9 @@ $(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 \ @@ -37277,8 +39203,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 \ @@ -37305,6 +39229,7 @@ $(OutDir_CtrlLib)DlgColor.o: $(UPPDIR1)CtrlLib/DlgColor.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -37314,10 +39239,14 @@ $(OutDir_CtrlLib)DlgColor.o: $(UPPDIR1)CtrlLib/DlgColor.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 \ + $(UPPDIR1)CtrlLib/DlgColor.cpp \ $(UPPDIR1)CtrlLib/DlgColor.h \ $(UPPDIR1)CtrlLib/DropChoice.h \ $(UPPDIR1)CtrlLib/EditCtrl.h \ @@ -37343,6 +39272,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 \ @@ -37357,10 +39287,9 @@ $(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 \ @@ -37426,8 +39355,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 \ @@ -37454,6 +39381,7 @@ $(OutDir_CtrlLib)ColorPopup.o: $(UPPDIR1)CtrlLib/ColorPopup.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -37462,8 +39390,12 @@ $(OutDir_CtrlLib)ColorPopup.o: $(UPPDIR1)CtrlLib/ColorPopup.cpp \ $(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 \ @@ -37492,6 +39424,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 \ @@ -37506,10 +39439,9 @@ $(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 \ @@ -37575,8 +39507,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 \ @@ -37603,6 +39533,7 @@ $(OutDir_CtrlLib)ColorPusher.o: $(UPPDIR1)CtrlLib/ColorPusher.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -37611,8 +39542,12 @@ $(OutDir_CtrlLib)ColorPusher.o: $(UPPDIR1)CtrlLib/ColorPusher.cpp \ $(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 \ @@ -37641,6 +39576,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 \ @@ -37655,10 +39591,9 @@ $(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 \ @@ -37724,8 +39659,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 \ @@ -37752,6 +39685,7 @@ $(OutDir_CtrlLib)FileList.o: $(UPPDIR1)CtrlLib/FileList.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -37761,7 +39695,10 @@ $(OutDir_CtrlLib)FileList.o: $(UPPDIR1)CtrlLib/FileList.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 \ @@ -37769,6 +39706,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 \ @@ -37790,6 +39728,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 \ @@ -37804,10 +39743,9 @@ $(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 \ @@ -37873,8 +39811,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 \ @@ -37901,6 +39837,7 @@ $(OutDir_CtrlLib)FileSel.o: $(UPPDIR1)CtrlLib/FileSel.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -37910,7 +39847,10 @@ $(OutDir_CtrlLib)FileSel.o: $(UPPDIR1)CtrlLib/FileSel.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 \ @@ -37918,6 +39858,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 \ @@ -37939,6 +39880,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 \ @@ -37953,10 +39895,9 @@ $(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 \ @@ -38022,8 +39963,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 \ @@ -38050,6 +39989,7 @@ $(OutDir_CtrlLib)FileSelUtil.o: $(UPPDIR1)CtrlLib/FileSelUtil.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -38059,7 +39999,10 @@ $(OutDir_CtrlLib)FileSelUtil.o: $(UPPDIR1)CtrlLib/FileSelUtil.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 \ @@ -38068,6 +40011,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 \ @@ -38088,6 +40032,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 \ @@ -38102,10 +40047,9 @@ $(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 \ @@ -38171,8 +40115,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 \ @@ -38199,6 +40141,7 @@ $(OutDir_CtrlLib)PrinterJob.o: $(UPPDIR1)CtrlLib/PrinterJob.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -38208,7 +40151,10 @@ $(OutDir_CtrlLib)PrinterJob.o: $(UPPDIR1)CtrlLib/PrinterJob.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 \ @@ -38221,6 +40167,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 \ @@ -38237,6 +40184,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 \ @@ -38250,13 +40198,10 @@ $(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 \ @@ -38322,8 +40267,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 \ @@ -38350,6 +40293,7 @@ $(OutDir_CtrlLib)Windows.o: $(UPPDIR1)CtrlLib/Windows.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -38359,7 +40303,10 @@ $(OutDir_CtrlLib)Windows.o: $(UPPDIR1)CtrlLib/Windows.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 \ @@ -38384,10 +40331,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 \ @@ -38402,10 +40351,9 @@ $(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 \ @@ -38471,8 +40419,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 \ @@ -38499,6 +40445,7 @@ $(OutDir_CtrlLib)Win32.o: $(UPPDIR1)CtrlLib/Win32.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -38508,7 +40455,10 @@ $(OutDir_CtrlLib)Win32.o: $(UPPDIR1)CtrlLib/Win32.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 \ @@ -38533,10 +40483,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 \ @@ -38551,10 +40503,9 @@ $(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 \ @@ -38620,8 +40571,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 \ @@ -38648,6 +40597,7 @@ $(OutDir_CtrlLib)Gtk.o: $(UPPDIR1)CtrlLib/Gtk.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -38657,7 +40607,10 @@ $(OutDir_CtrlLib)Gtk.o: $(UPPDIR1)CtrlLib/Gtk.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 \ @@ -38666,6 +40619,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 \ @@ -38686,6 +40640,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 \ @@ -38700,10 +40655,9 @@ $(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 \ @@ -38769,8 +40723,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 \ @@ -38797,6 +40749,7 @@ $(OutDir_CtrlLib)TrayIconWin32.o: $(UPPDIR1)CtrlLib/TrayIconWin32.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -38806,7 +40759,10 @@ $(OutDir_CtrlLib)TrayIconWin32.o: $(UPPDIR1)CtrlLib/TrayIconWin32.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 \ @@ -38830,11 +40786,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 \ @@ -38849,10 +40807,9 @@ $(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 \ @@ -38918,8 +40875,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 \ @@ -38946,6 +40901,7 @@ $(OutDir_CtrlLib)TrayIconX11.o: $(UPPDIR1)CtrlLib/TrayIconX11.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -38955,7 +40911,10 @@ $(OutDir_CtrlLib)TrayIconX11.o: $(UPPDIR1)CtrlLib/TrayIconX11.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 \ @@ -38979,11 +40938,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 \ @@ -38998,10 +40959,9 @@ $(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 \ @@ -39067,8 +41027,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 \ @@ -39095,6 +41053,7 @@ $(OutDir_CtrlLib)TrayIconGtk.o: $(UPPDIR1)CtrlLib/TrayIconGtk.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -39104,7 +41063,10 @@ $(OutDir_CtrlLib)TrayIconGtk.o: $(UPPDIR1)CtrlLib/TrayIconGtk.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 \ @@ -39128,11 +41090,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 \ @@ -39147,10 +41111,9 @@ $(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 \ @@ -39216,8 +41179,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 \ @@ -39244,6 +41205,7 @@ $(OutDir_CtrlLib)Update.o: $(UPPDIR1)CtrlLib/Update.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -39253,7 +41215,10 @@ $(OutDir_CtrlLib)Update.o: $(UPPDIR1)CtrlLib/Update.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 \ @@ -39278,10 +41243,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 \ @@ -39296,10 +41263,9 @@ $(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 \ @@ -39365,8 +41331,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 \ @@ -39393,6 +41357,7 @@ $(OutDir_CtrlLib)CtrlUtil.o: $(UPPDIR1)CtrlLib/CtrlUtil.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -39402,7 +41367,11 @@ $(OutDir_CtrlLib)CtrlUtil.o: $(UPPDIR1)CtrlLib/CtrlUtil.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.cpp \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -39431,6 +41400,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 \ @@ -39446,10 +41416,9 @@ $(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 \ @@ -39515,8 +41484,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 \ @@ -39543,6 +41510,7 @@ $(OutDir_CtrlLib)LNGCtrl.o: $(UPPDIR1)CtrlLib/LNGCtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -39552,7 +41520,10 @@ $(OutDir_CtrlLib)LNGCtrl.o: $(UPPDIR1)CtrlLib/LNGCtrl.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 \ @@ -39564,6 +41535,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 \ @@ -39581,6 +41553,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 \ @@ -39595,10 +41568,9 @@ $(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 \ @@ -39664,8 +41636,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 \ @@ -39692,6 +41662,7 @@ $(OutDir_CtrlLib)Ch.o: $(UPPDIR1)CtrlLib/Ch.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -39699,9 +41670,13 @@ $(OutDir_CtrlLib)Ch.o: $(UPPDIR1)CtrlLib/Ch.cpp \ $(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 \ @@ -39730,6 +41705,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 \ @@ -39745,10 +41721,9 @@ $(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 \ @@ -39778,7 +41753,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/FileMapping.h \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ @@ -39815,8 +41789,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 \ @@ -39843,6 +41815,7 @@ $(OutDir_CtrlLib)ChWin32.o: $(UPPDIR1)CtrlLib/ChWin32.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -39851,8 +41824,12 @@ $(OutDir_CtrlLib)ChWin32.o: $(UPPDIR1)CtrlLib/ChWin32.cpp \ $(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 \ @@ -39877,11 +41854,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 \ @@ -39896,10 +41873,9 @@ $(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 \ @@ -39965,8 +41941,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 \ @@ -39993,6 +41967,7 @@ $(OutDir_CtrlLib)ChGtk3.o: $(UPPDIR1)CtrlLib/ChGtk3.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -40001,8 +41976,12 @@ $(OutDir_CtrlLib)ChGtk3.o: $(UPPDIR1)CtrlLib/ChGtk3.cpp \ $(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 \ @@ -40031,6 +42010,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 \ @@ -40045,10 +42025,9 @@ $(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 \ @@ -40114,8 +42093,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 \ @@ -40142,6 +42119,7 @@ $(OutDir_CtrlLib)ChCoco.o: $(UPPDIR1)CtrlLib/ChCoco.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -40150,9 +42128,13 @@ $(OutDir_CtrlLib)ChCoco.o: $(UPPDIR1)CtrlLib/ChCoco.cpp \ $(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 \ @@ -40181,6 +42163,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 \ @@ -40195,10 +42178,9 @@ $(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 \ @@ -40389,8 +42371,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 \ @@ -40417,22 +42397,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: \ @@ -40504,8 +42474,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 \ @@ -40532,6 +42500,7 @@ $(OutDir_HexView)HexView.o: $(UPPDIR1)HexView/HexView.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -40541,7 +42510,10 @@ $(OutDir_HexView)HexView.o: $(UPPDIR1)HexView/HexView.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 \ @@ -40570,6 +42542,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 \ @@ -40578,17 +42551,18 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -40662,8 +42636,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 \ @@ -40690,6 +42662,7 @@ $(OutDir_TextDiffCtrl)TextDiff.o: $(UPPDIR1)TextDiffCtrl/TextDiff.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -40699,7 +42672,10 @@ $(OutDir_TextDiffCtrl)TextDiff.o: $(UPPDIR1)TextDiffCtrl/TextDiff.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 \ @@ -40728,6 +42704,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 \ @@ -40742,13 +42719,14 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_TextDiffCtrl) $(UPPDIR1)TextDiffCtrl/TextDiff.cpp -o $(OutDir_TextDiffCtrl)TextDiff.o @@ -40812,8 +42790,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 \ @@ -40840,6 +42816,7 @@ $(OutDir_TextDiffCtrl)TextCtrl.o: $(UPPDIR1)TextDiffCtrl/TextCtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -40849,7 +42826,10 @@ $(OutDir_TextDiffCtrl)TextCtrl.o: $(UPPDIR1)TextDiffCtrl/TextCtrl.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 \ @@ -40878,6 +42858,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 \ @@ -40892,13 +42873,14 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_TextDiffCtrl) $(UPPDIR1)TextDiffCtrl/TextCtrl.cpp -o $(OutDir_TextDiffCtrl)TextCtrl.o @@ -40962,8 +42944,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 \ @@ -40990,6 +42970,7 @@ $(OutDir_TextDiffCtrl)DiffCtrl.o: $(UPPDIR1)TextDiffCtrl/DiffCtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -40999,7 +42980,10 @@ $(OutDir_TextDiffCtrl)DiffCtrl.o: $(UPPDIR1)TextDiffCtrl/DiffCtrl.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 \ @@ -41028,6 +43012,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 \ @@ -41043,13 +43028,14 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_TextDiffCtrl) $(UPPDIR1)TextDiffCtrl/DiffCtrl.cpp -o $(OutDir_TextDiffCtrl)DiffCtrl.o @@ -41113,8 +43099,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 \ @@ -41141,6 +43125,7 @@ $(OutDir_TextDiffCtrl)DirDiff.o: $(UPPDIR1)TextDiffCtrl/DirDiff.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -41150,7 +43135,10 @@ $(OutDir_TextDiffCtrl)DirDiff.o: $(UPPDIR1)TextDiffCtrl/DirDiff.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 \ @@ -41179,6 +43167,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 \ @@ -41193,13 +43182,14 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_TextDiffCtrl) $(UPPDIR1)TextDiffCtrl/DirDiff.cpp -o $(OutDir_TextDiffCtrl)DirDiff.o @@ -41263,8 +43253,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 \ @@ -41291,6 +43279,7 @@ $(OutDir_TextDiffCtrl)patch.o: $(UPPDIR1)TextDiffCtrl/patch.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -41300,7 +43289,10 @@ $(OutDir_TextDiffCtrl)patch.o: $(UPPDIR1)TextDiffCtrl/patch.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 \ @@ -41329,6 +43321,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 \ @@ -41343,13 +43336,14 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_TextDiffCtrl) $(UPPDIR1)TextDiffCtrl/patch.cpp -o $(OutDir_TextDiffCtrl)patch.o @@ -41413,8 +43407,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 \ @@ -41441,6 +43433,7 @@ $(OutDir_TextDiffCtrl)PatchDiff.o: $(UPPDIR1)TextDiffCtrl/PatchDiff.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -41450,7 +43443,10 @@ $(OutDir_TextDiffCtrl)PatchDiff.o: $(UPPDIR1)TextDiffCtrl/PatchDiff.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 \ @@ -41479,6 +43475,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 \ @@ -41493,13 +43490,14 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_TextDiffCtrl) $(UPPDIR1)TextDiffCtrl/PatchDiff.cpp -o $(OutDir_TextDiffCtrl)PatchDiff.o @@ -41581,8 +43579,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 \ @@ -41610,6 +43606,7 @@ $(OutDir_TabBar)TabBar.o: $(UPPDIR1)TabBar/TabBar.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -41619,7 +43616,10 @@ $(OutDir_TabBar)TabBar.o: $(UPPDIR1)TabBar/TabBar.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 \ @@ -41648,6 +43648,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 \ @@ -41663,15 +43664,16 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_TabBar) $(UPPDIR1)TabBar/TabBar.cpp -o $(OutDir_TabBar)TabBar.o @@ -41735,8 +43737,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 \ @@ -41763,6 +43763,7 @@ $(OutDir_TabBar)FileTabs.o: $(UPPDIR1)TabBar/FileTabs.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -41772,7 +43773,10 @@ $(OutDir_TabBar)FileTabs.o: $(UPPDIR1)TabBar/FileTabs.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 \ @@ -41801,6 +43805,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 \ @@ -41815,15 +43820,16 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_TabBar) $(UPPDIR1)TabBar/FileTabs.cpp -o $(OutDir_TabBar)FileTabs.o @@ -41887,8 +43893,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 \ @@ -41915,6 +43919,7 @@ $(OutDir_TabBar)TabBarCtrl.o: $(UPPDIR1)TabBar/TabBarCtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -41924,7 +43929,10 @@ $(OutDir_TabBar)TabBarCtrl.o: $(UPPDIR1)TabBar/TabBarCtrl.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 \ @@ -41953,6 +43961,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 \ @@ -41967,15 +43976,16 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_TabBar) $(UPPDIR1)TabBar/TabBarCtrl.cpp -o $(OutDir_TabBar)TabBarCtrl.o @@ -41994,6 +44004,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 \ @@ -42060,8 +44072,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 \ @@ -42088,6 +44098,7 @@ $(OutDir_ide_Designers)Png.o: $(UPPDIR1)ide/Designers/Png.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -42097,7 +44108,10 @@ $(OutDir_ide_Designers)Png.o: $(UPPDIR1)ide/Designers/Png.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 \ @@ -42127,6 +44141,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 \ @@ -42137,35 +44152,47 @@ $(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)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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -42175,37 +44202,41 @@ $(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 $(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 \ @@ -42272,8 +44303,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 \ @@ -42300,6 +44329,7 @@ $(OutDir_ide_Designers)Img.o: $(UPPDIR1)ide/Designers/Img.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -42309,7 +44339,10 @@ $(OutDir_ide_Designers)Img.o: $(UPPDIR1)ide/Designers/Img.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 \ @@ -42339,6 +44372,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 \ @@ -42349,35 +44383,47 @@ $(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)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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -42387,37 +44433,41 @@ $(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 $(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 \ @@ -42484,8 +44534,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 \ @@ -42512,6 +44560,7 @@ $(OutDir_ide_Designers)Qtf.o: $(UPPDIR1)ide/Designers/Qtf.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -42521,7 +44570,10 @@ $(OutDir_ide_Designers)Qtf.o: $(UPPDIR1)ide/Designers/Qtf.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 \ @@ -42551,6 +44603,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 \ @@ -42561,35 +44614,47 @@ $(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)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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -42599,37 +44664,41 @@ $(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 $(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 \ @@ -42696,8 +44765,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 \ @@ -42724,6 +44791,7 @@ $(OutDir_ide_Designers)HexView.o: $(UPPDIR1)ide/Designers/HexView.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -42733,7 +44801,10 @@ $(OutDir_ide_Designers)HexView.o: $(UPPDIR1)ide/Designers/HexView.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 \ @@ -42763,6 +44834,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 \ @@ -42773,35 +44845,47 @@ $(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)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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -42811,37 +44895,41 @@ $(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 $(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 \ @@ -42908,8 +44996,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 \ @@ -42936,6 +45022,7 @@ $(OutDir_ide_Designers)TreeDes.o: $(UPPDIR1)ide/Designers/TreeDes.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -42945,7 +45032,10 @@ $(OutDir_ide_Designers)TreeDes.o: $(UPPDIR1)ide/Designers/TreeDes.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 \ @@ -42975,6 +45065,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 \ @@ -42985,35 +45076,47 @@ $(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)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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -43023,37 +45126,41 @@ $(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 $(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 \ @@ -43120,8 +45227,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 \ @@ -43148,6 +45253,7 @@ $(OutDir_ide_Designers)Xml.o: $(UPPDIR1)ide/Designers/Xml.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -43157,7 +45263,10 @@ $(OutDir_ide_Designers)Xml.o: $(UPPDIR1)ide/Designers/Xml.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 \ @@ -43187,6 +45296,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 \ @@ -43197,35 +45307,47 @@ $(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)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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -43235,37 +45357,41 @@ $(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 $(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 \ @@ -43332,8 +45458,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 \ @@ -43360,6 +45484,7 @@ $(OutDir_ide_Designers)Json.o: $(UPPDIR1)ide/Designers/Json.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -43369,7 +45494,10 @@ $(OutDir_ide_Designers)Json.o: $(UPPDIR1)ide/Designers/Json.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 \ @@ -43399,6 +45527,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 \ @@ -43409,35 +45538,47 @@ $(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)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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -43447,37 +45588,41 @@ $(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 $(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 \ @@ -43544,8 +45689,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 \ @@ -43572,6 +45715,7 @@ $(OutDir_ide_Designers)md.o: $(UPPDIR1)ide/Designers/md.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -43581,7 +45725,10 @@ $(OutDir_ide_Designers)md.o: $(UPPDIR1)ide/Designers/md.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 \ @@ -43611,6 +45758,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 \ @@ -43621,35 +45769,47 @@ $(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)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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -43659,31 +45819,33 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Designers) $(UPPDIR1)ide/Designers/md.cpp -o $(OutDir_ide_Designers)md.o @@ -43769,8 +45931,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 \ @@ -43797,6 +45957,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 \ @@ -43804,11 +45965,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 @@ -43873,8 +46031,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 \ @@ -43902,20 +46058,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 @@ -43980,8 +46134,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 \ @@ -44009,17 +46161,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 @@ -44084,8 +46234,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 \ @@ -44113,17 +46261,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 @@ -44188,8 +46334,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 \ @@ -44217,17 +46361,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 @@ -44292,8 +46434,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 \ @@ -44320,6 +46460,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 \ @@ -44327,11 +46468,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 @@ -44396,8 +46534,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 \ @@ -44425,15 +46561,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 @@ -44498,8 +46632,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 \ @@ -44527,15 +46659,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 @@ -44622,8 +46752,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 \ @@ -44654,12 +46782,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 @@ -44724,8 +46850,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 \ @@ -44755,13 +46879,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 @@ -44826,8 +46948,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 \ @@ -44858,12 +46978,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 @@ -44883,6 +47001,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 \ @@ -44949,8 +47069,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 \ @@ -44977,6 +47095,7 @@ $(OutDir_ide_MacroManager)MacroElement.o: $(UPPDIR1)ide/MacroManager/MacroElemen $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -44986,7 +47105,10 @@ $(OutDir_ide_MacroManager)MacroElement.o: $(UPPDIR1)ide/MacroManager/MacroElemen $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -45015,6 +47137,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 \ @@ -45027,26 +47150,27 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -45055,6 +47179,8 @@ $(OutDir_ide_MacroManager)MacroElement.o: $(UPPDIR1)ide/MacroManager/MacroElemen $(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 \ @@ -45121,8 +47247,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 \ @@ -45149,6 +47273,7 @@ $(OutDir_ide_MacroManager)MacroManager.o: $(UPPDIR1)ide/MacroManager/MacroManage $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -45158,7 +47283,10 @@ $(OutDir_ide_MacroManager)MacroManager.o: $(UPPDIR1)ide/MacroManager/MacroManage $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -45187,6 +47315,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 \ @@ -45198,30 +47327,34 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -45230,6 +47363,8 @@ $(OutDir_ide_MacroManager)MacroManager.o: $(UPPDIR1)ide/MacroManager/MacroManage $(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 \ @@ -45296,8 +47431,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 \ @@ -45324,6 +47457,7 @@ $(OutDir_ide_MacroManager)UscFileParser.o: $(UPPDIR1)ide/MacroManager/UscFilePar $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -45333,7 +47467,10 @@ $(OutDir_ide_MacroManager)UscFileParser.o: $(UPPDIR1)ide/MacroManager/UscFilePar $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -45362,6 +47499,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 \ @@ -45375,25 +47513,26 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -45471,8 +47610,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 \ @@ -45499,6 +47636,7 @@ $(OutDir_Report)Report.o: $(UPPDIR1)Report/Report.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -45508,7 +47646,10 @@ $(OutDir_Report)Report.o: $(UPPDIR1)Report/Report.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 \ @@ -45537,6 +47678,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 \ @@ -45551,11 +47693,12 @@ $(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 \ @@ -45621,8 +47764,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 \ @@ -45650,6 +47791,7 @@ $(OutDir_Report)ReportDlg.o: $(UPPDIR1)Report/ReportDlg.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -45659,7 +47801,10 @@ $(OutDir_Report)ReportDlg.o: $(UPPDIR1)Report/ReportDlg.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 \ @@ -45688,6 +47833,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 \ @@ -45702,11 +47848,12 @@ $(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 \ @@ -45781,12 +47928,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 \ @@ -45809,8 +47955,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 @@ -45872,11 +48016,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 \ @@ -45900,8 +48043,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 @@ -45963,11 +48104,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 \ @@ -45991,8 +48131,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 @@ -46054,11 +48192,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 \ @@ -46082,8 +48219,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 @@ -46145,12 +48280,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 \ @@ -46173,8 +48307,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 @@ -46250,8 +48382,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 \ @@ -46277,14 +48407,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 @@ -46300,6 +48430,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 \ @@ -46329,7 +48461,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/FileMapping.h \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ @@ -46367,8 +48498,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 \ @@ -46395,6 +48524,7 @@ $(OutDir_ide_clang)libclang.o: $(UPPDIR1)ide/clang/libclang.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -46404,7 +48534,10 @@ $(OutDir_ide_clang)libclang.o: $(UPPDIR1)ide/clang/libclang.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 \ @@ -46433,6 +48566,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 \ @@ -46443,8 +48577,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 \ @@ -46454,20 +48589,20 @@ $(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)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -46476,6 +48611,8 @@ $(OutDir_ide_clang)libclang.o: $(UPPDIR1)ide/clang/libclang.cpp \ $(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 \ @@ -46542,8 +48679,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 \ @@ -46570,6 +48705,7 @@ $(OutDir_ide_clang)util.o: $(UPPDIR1)ide/clang/util.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -46579,7 +48715,10 @@ $(OutDir_ide_clang)util.o: $(UPPDIR1)ide/clang/util.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 \ @@ -46608,6 +48747,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 \ @@ -46618,8 +48758,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 \ @@ -46629,20 +48770,20 @@ $(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)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -46651,6 +48792,8 @@ $(OutDir_ide_clang)util.o: $(UPPDIR1)ide/clang/util.cpp \ $(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 \ @@ -46717,8 +48860,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 \ @@ -46745,6 +48886,7 @@ $(OutDir_ide_clang)macros.o: $(UPPDIR1)ide/clang/macros.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -46754,7 +48896,10 @@ $(OutDir_ide_clang)macros.o: $(UPPDIR1)ide/clang/macros.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 \ @@ -46783,6 +48928,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 \ @@ -46793,8 +48939,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 \ @@ -46804,20 +48951,20 @@ $(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)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -46826,6 +48973,8 @@ $(OutDir_ide_clang)macros.o: $(UPPDIR1)ide/clang/macros.cpp \ $(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 \ @@ -46892,8 +49041,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 \ @@ -46920,6 +49067,7 @@ $(OutDir_ide_clang)Signature.o: $(UPPDIR1)ide/clang/Signature.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -46929,7 +49077,10 @@ $(OutDir_ide_clang)Signature.o: $(UPPDIR1)ide/clang/Signature.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 \ @@ -46958,6 +49109,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 \ @@ -46968,8 +49120,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 \ @@ -46979,20 +49132,20 @@ $(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)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -47001,6 +49154,8 @@ $(OutDir_ide_clang)Signature.o: $(UPPDIR1)ide/clang/Signature.cpp \ $(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 \ @@ -47067,8 +49222,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 \ @@ -47095,6 +49248,7 @@ $(OutDir_ide_clang)clang.o: $(UPPDIR1)ide/clang/clang.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -47104,7 +49258,10 @@ $(OutDir_ide_clang)clang.o: $(UPPDIR1)ide/clang/clang.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 \ @@ -47133,6 +49290,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 \ @@ -47142,9 +49300,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 \ @@ -47154,20 +49313,20 @@ $(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)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -47176,6 +49335,8 @@ $(OutDir_ide_clang)clang.o: $(UPPDIR1)ide/clang/clang.cpp \ $(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 \ @@ -47242,8 +49403,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 \ @@ -47270,6 +49429,7 @@ $(OutDir_ide_clang)Visitor.o: $(UPPDIR1)ide/clang/Visitor.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -47279,7 +49439,10 @@ $(OutDir_ide_clang)Visitor.o: $(UPPDIR1)ide/clang/Visitor.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 \ @@ -47308,6 +49471,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 \ @@ -47318,8 +49482,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 \ @@ -47329,20 +49494,20 @@ $(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)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -47351,6 +49516,8 @@ $(OutDir_ide_clang)Visitor.o: $(UPPDIR1)ide/clang/Visitor.cpp \ $(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 \ @@ -47417,8 +49584,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 \ @@ -47445,6 +49610,7 @@ $(OutDir_ide_clang)CurrentFile.o: $(UPPDIR1)ide/clang/CurrentFile.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -47454,7 +49620,10 @@ $(OutDir_ide_clang)CurrentFile.o: $(UPPDIR1)ide/clang/CurrentFile.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 \ @@ -47483,6 +49652,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 \ @@ -47493,8 +49663,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 \ @@ -47504,20 +49675,20 @@ $(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)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -47526,6 +49697,8 @@ $(OutDir_ide_clang)CurrentFile.o: $(UPPDIR1)ide/clang/CurrentFile.cpp \ $(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 \ @@ -47592,8 +49765,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 \ @@ -47620,6 +49791,7 @@ $(OutDir_ide_clang)Indexer.o: $(UPPDIR1)ide/clang/Indexer.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -47629,7 +49801,10 @@ $(OutDir_ide_clang)Indexer.o: $(UPPDIR1)ide/clang/Indexer.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 \ @@ -47659,6 +49834,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 \ @@ -47669,35 +49845,47 @@ $(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)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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -47707,31 +49895,33 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_clang) $(UPPDIR1)ide/clang/Indexer.cpp -o $(OutDir_ide_clang)Indexer.o @@ -47816,8 +50006,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 \ @@ -47844,8 +50032,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 @@ -47907,8 +50094,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 \ @@ -47935,8 +50120,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 @@ -47998,8 +50182,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 \ @@ -48026,8 +50208,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 @@ -48089,8 +50270,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 \ @@ -48116,9 +50295,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 @@ -48180,8 +50358,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 \ @@ -48208,8 +50384,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 @@ -48271,8 +50446,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 \ @@ -48299,8 +50472,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 @@ -48362,8 +50534,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 \ @@ -48390,8 +50560,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 @@ -48436,6 +50605,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/FileMapping.h \ @@ -48473,8 +50643,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 \ @@ -48500,8 +50668,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 @@ -48552,6 +50718,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 \ @@ -48563,8 +50730,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 \ @@ -48590,8 +50755,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 @@ -48653,8 +50816,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 \ @@ -48680,8 +50842,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 @@ -48733,6 +50893,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 \ @@ -48743,8 +50904,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 \ @@ -48770,8 +50929,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 @@ -48807,7 +50964,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/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ @@ -48834,8 +50991,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 \ @@ -48861,8 +51016,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 @@ -48898,7 +51051,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/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ @@ -48925,8 +51078,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 \ @@ -48952,8 +51103,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 @@ -48989,7 +51138,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/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ @@ -49016,14 +51164,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 \ @@ -49044,8 +51190,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 @@ -49081,7 +51225,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/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ @@ -49094,6 +51237,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 \ @@ -49108,8 +51252,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 \ @@ -49135,8 +51277,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 @@ -49171,8 +51311,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/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ @@ -49199,8 +51339,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 \ @@ -49226,8 +51364,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 @@ -49263,7 +51399,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/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ @@ -49290,8 +51426,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 \ @@ -49317,8 +51451,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 @@ -49380,13 +51512,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 \ @@ -49407,8 +51538,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 @@ -49470,14 +51599,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 \ @@ -49498,8 +51625,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 @@ -49561,8 +51686,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 \ @@ -49584,12 +51707,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 @@ -49651,13 +51773,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 \ @@ -49678,8 +51799,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 @@ -49741,10 +51860,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 \ @@ -49768,8 +51886,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 @@ -49831,8 +51947,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 \ @@ -49843,6 +51957,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 \ @@ -49858,8 +51973,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 @@ -49921,8 +52034,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 \ @@ -49933,6 +52044,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 \ @@ -49948,8 +52060,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 @@ -49963,6 +52073,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 \ @@ -50011,8 +52122,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 \ @@ -50038,8 +52147,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 @@ -50049,6 +52156,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 \ @@ -50101,8 +52209,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 \ @@ -50128,8 +52234,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 @@ -50187,12 +52291,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 \ @@ -50218,8 +52321,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 @@ -50272,6 +52373,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 \ @@ -50281,8 +52383,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 \ @@ -50308,13 +52408,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 \ @@ -50371,8 +52470,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 \ @@ -50398,8 +52495,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 @@ -50436,6 +52531,7 @@ $(OutDir_Core)Huge.o: $(UPPDIR1)Core/Huge.cpp \ $(UPPDIR1)Core/Hash.h \ $(UPPDIR1)Core/Heap.h \ $(UPPDIR1)Core/HttpStatusCode.i \ + $(UPPDIR1)Core/Huge.cpp \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ $(UPPDIR1)Core/Index.h \ @@ -50461,8 +52557,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 \ @@ -50488,8 +52582,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 @@ -50551,11 +52643,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 \ @@ -50578,8 +52669,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 @@ -50589,6 +52678,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 \ @@ -50641,8 +52731,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 \ @@ -50668,8 +52756,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 @@ -50697,6 +52783,7 @@ $(OutDir_Core)FilterStream.o: $(UPPDIR1)Core/FilterStream.cpp \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ $(UPPDIR1)Core/FileMapping.h \ + $(UPPDIR1)Core/FilterStream.cpp \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ $(UPPDIR1)Core/Fn.h \ @@ -50731,8 +52818,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 \ @@ -50758,8 +52843,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 @@ -50786,6 +52869,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/FileMapping.h \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ @@ -50821,8 +52905,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 \ @@ -50848,8 +52930,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 @@ -50898,6 +52978,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 \ @@ -50911,8 +52992,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 \ @@ -50938,8 +53017,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 @@ -50964,6 +53041,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/FileMapping.h \ @@ -51001,8 +53079,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 \ @@ -51028,8 +53104,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 @@ -51071,6 +53145,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 \ @@ -51091,8 +53166,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 \ @@ -51118,8 +53191,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 @@ -51181,8 +53252,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 \ @@ -51194,6 +53263,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 \ @@ -51208,8 +53278,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 @@ -51260,6 +53328,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 \ @@ -51271,8 +53340,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 \ @@ -51298,8 +53365,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 @@ -51360,9 +53425,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 \ @@ -51388,8 +53452,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 @@ -51451,10 +53513,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 \ @@ -51478,8 +53539,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 @@ -51527,6 +53586,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 \ @@ -51541,8 +53601,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 \ @@ -51568,8 +53626,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 @@ -51626,13 +53682,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 \ @@ -51658,8 +53713,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 @@ -51721,8 +53774,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 \ @@ -51741,6 +53792,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 \ @@ -51748,8 +53800,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 @@ -51788,6 +53838,7 @@ $(OutDir_Core)Index.o: $(UPPDIR1)Core/Index.cpp \ $(UPPDIR1)Core/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.cpp \ $(UPPDIR1)Core/Index.h \ $(UPPDIR1)Core/Index.hpp \ $(UPPDIR1)Core/Inet.h \ @@ -51811,8 +53862,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 \ @@ -51838,8 +53887,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 @@ -51901,14 +53948,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 \ @@ -51928,8 +53974,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 @@ -51991,8 +54035,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 \ @@ -52006,6 +54048,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 \ @@ -52018,8 +54061,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 @@ -52081,8 +54122,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 \ @@ -52099,6 +54138,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 \ @@ -52108,8 +54148,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 @@ -52140,6 +54178,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 \ @@ -52171,8 +54210,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 \ @@ -52198,8 +54235,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 @@ -52224,6 +54259,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/FileMapping.h \ @@ -52262,8 +54298,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 \ @@ -52289,8 +54323,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 @@ -52310,6 +54342,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 \ @@ -52352,8 +54385,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 \ @@ -52379,8 +54410,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 @@ -52397,6 +54426,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 \ @@ -52442,8 +54472,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 \ @@ -52469,8 +54497,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 @@ -52503,6 +54529,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 \ @@ -52532,8 +54559,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 \ @@ -52559,8 +54584,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 @@ -52622,13 +54645,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 \ @@ -52650,8 +54672,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 @@ -52697,6 +54717,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 \ @@ -52713,8 +54734,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 \ @@ -52740,8 +54759,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 @@ -52789,6 +54806,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 \ @@ -52803,8 +54821,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 \ @@ -52830,8 +54846,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 @@ -52888,13 +54902,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 \ @@ -52920,8 +54933,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 @@ -52983,8 +54994,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 \ @@ -53006,12 +55015,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 @@ -53073,8 +55081,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 \ @@ -53097,11 +55103,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 @@ -53146,6 +55151,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 \ @@ -53163,8 +55169,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 \ @@ -53190,8 +55194,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 @@ -53253,8 +55255,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 \ @@ -53267,6 +55267,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 \ @@ -53280,8 +55281,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 @@ -53341,10 +55340,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 \ @@ -53370,8 +55368,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 @@ -53434,8 +55430,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 \ @@ -53460,14 +55454,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 \ - $(UPPDIR1)Core/lib/lz4.h + $(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 \ @@ -53528,8 +55521,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 \ @@ -53537,6 +55528,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 \ @@ -53555,8 +55547,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 @@ -53580,6 +55570,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 \ @@ -53618,8 +55609,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 \ @@ -53645,8 +55634,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 @@ -53708,8 +55695,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 \ @@ -53725,6 +55710,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 \ @@ -53735,8 +55721,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 @@ -53787,6 +55771,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 \ @@ -53798,8 +55783,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 \ @@ -53825,8 +55808,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 @@ -53888,8 +55869,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 \ @@ -53915,8 +55895,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 @@ -53978,8 +55956,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 \ @@ -54005,12 +55982,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 @@ -54073,8 +56049,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 \ @@ -54099,9 +56073,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 @@ -54143,6 +56116,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 \ @@ -54163,8 +56137,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 \ @@ -54190,8 +56162,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 @@ -54243,6 +56213,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 \ @@ -54253,8 +56224,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 \ @@ -54280,8 +56249,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 @@ -54343,8 +56310,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 \ @@ -54370,8 +56336,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 @@ -54407,6 +56371,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/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ @@ -54433,8 +56398,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 \ @@ -54460,8 +56423,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 @@ -54523,8 +56484,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 \ @@ -54545,13 +56504,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 @@ -54578,6 +56536,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/FileMapping.h \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ @@ -54613,8 +56572,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 \ @@ -54640,8 +56597,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 @@ -54703,8 +56658,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 \ @@ -54725,13 +56678,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 @@ -54943,8 +56895,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 \ @@ -54971,10 +56921,10 @@ $(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 @@ -54982,6 +56932,7 @@ $(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/CpuArch.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 @@ -54990,6 +56941,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 @@ -54999,14 +56951,15 @@ $(OutDir_plugin_lzma)LzmaEnc.o: $(UPPDIR1)plugin/lzma/lib/LzmaEnc.c \ $(UPPDIR1)plugin/lzma/lib/Compiler.h \ $(UPPDIR1)plugin/lzma/lib/CpuArch.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 $(OutDir_plugin_lzma)CpuArch.o: $(UPPDIR1)plugin/lzma/lib/CpuArch.c \ $(UPPDIR1)plugin/lzma/lib/7zTypes.h \ - $(UPPDIR1)plugin/lzma/lib/7zWindows.h \ $(UPPDIR1)plugin/lzma/lib/Compiler.h \ + $(UPPDIR1)plugin/lzma/lib/CpuArch.c \ $(UPPDIR1)plugin/lzma/lib/CpuArch.h \ $(UPPDIR1)plugin/lzma/lib/Precomp.h $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_lzma) $(UPPDIR1)plugin/lzma/lib/CpuArch.c -o $(OutDir_plugin_lzma)CpuArch.o @@ -55086,8 +57039,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 \ @@ -55113,9 +57064,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 @@ -55178,8 +57128,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 \ @@ -55205,9 +57153,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 @@ -55270,8 +57217,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 \ @@ -55298,8 +57243,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 @@ -55373,8 +57317,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 \ @@ -55400,8 +57342,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 @@ -55465,8 +57406,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 \ @@ -55492,8 +57431,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 @@ -55557,8 +57495,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 \ @@ -55584,9 +57520,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 @@ -55600,20 +57535,18 @@ $(OutDir_plugin_zstd)huf_decompress.o: $(UPPDIR1)plugin/zstd/lib/huf_decompress. $(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/portability_macros.h \ $(UPPDIR1)plugin/zstd/lib/xxhash.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.h + $(UPPDIR1)plugin/zstd/lib/zstd_internal.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/allocations.h \ - $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -55624,40 +57557,20 @@ $(OutDir_plugin_zstd)zstd_ddict.o: $(UPPDIR1)plugin/zstd/lib/zstd_ddict.c \ $(UPPDIR1)plugin/zstd/lib/portability_macros.h \ $(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_deps.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.h + $(UPPDIR1)plugin/zstd/lib/zstd_internal.h $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/zstd_ddict.c -o $(OutDir_plugin_zstd)zstd_ddict.o $(OutDir_plugin_zstd)zstd_decompress.o: $(UPPDIR1)plugin/zstd/lib/zstd_decompress.c \ - $(UPPDIR1)plugin/zstd/lib/allocations.h \ - $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(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/portability_macros.h \ - $(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_deps.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.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/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -55669,19 +57582,19 @@ $(OutDir_plugin_zstd)zstd_decompress_block.o: $(UPPDIR1)plugin/zstd/lib/zstd_dec $(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_deps.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.h + $(UPPDIR1)plugin/zstd/lib/zstd_internal.h $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/zstd_decompress_block.c -o $(OutDir_plugin_zstd)zstd_decompress_block.o $(OutDir_plugin_zstd)entropy_common.o: $(UPPDIR1)plugin/zstd/lib/entropy_common.c \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(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 \ @@ -55697,6 +57610,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/portability_macros.h \ @@ -55710,6 +57625,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/portability_macros.h \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.h \ @@ -55725,6 +57642,7 @@ $(OutDir_plugin_zstd)huf_compress.o: $(UPPDIR1)plugin/zstd/lib/huf_compress.c \ $(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/portability_macros.h \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.h \ @@ -55732,8 +57650,6 @@ $(OutDir_plugin_zstd)huf_compress.o: $(UPPDIR1)plugin/zstd/lib/huf_compress.c \ $(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/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -55744,16 +57660,15 @@ $(OutDir_plugin_zstd)zstd_common.o: $(UPPDIR1)plugin/zstd/lib/zstd_common.c \ $(UPPDIR1)plugin/zstd/lib/portability_macros.h \ $(UPPDIR1)plugin/zstd/lib/xxhash.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_common.c \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/clevels.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ @@ -55766,6 +57681,7 @@ $(OutDir_plugin_zstd)zstd_compress.o: $(UPPDIR1)plugin/zstd/lib/zstd_compress.c $(UPPDIR1)plugin/zstd/lib/portability_macros.h \ $(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 \ @@ -55778,15 +57694,12 @@ $(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/zstd_trace.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -55803,15 +57716,13 @@ $(OutDir_plugin_zstd)zstd_opt.o: $(UPPDIR1)plugin/zstd/lib/zstd_opt.c \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.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/zstd_trace.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -55830,14 +57741,13 @@ $(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/zstd_trace.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -55853,15 +57763,13 @@ $(OutDir_plugin_zstd)zstd_lazy.o: $(UPPDIR1)plugin/zstd/lib/zstd_lazy.c \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.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/zstd_trace.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -55879,16 +57787,14 @@ $(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.c \ $(UPPDIR1)plugin/zstd/lib/zstd_ldm.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_ldm_geartab.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.h \ - $(UPPDIR1)plugin/zstd/lib/zstdmt_compress.h + $(UPPDIR1)plugin/zstd/lib/zstd_ldm_geartab.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -55903,15 +57809,15 @@ $(OutDir_plugin_zstd)zstd_fast.o: $(UPPDIR1)plugin/zstd/lib/zstd_fast.c \ $(UPPDIR1)plugin/zstd/lib/zstd_cwksp.h \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.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/zstd_trace.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/compiler.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(UPPDIR1)plugin/zstd/lib/error_private.c \ $(UPPDIR1)plugin/zstd/lib/error_private.h \ $(UPPDIR1)plugin/zstd/lib/portability_macros.h \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.h \ @@ -55922,6 +57828,7 @@ $(OutDir_plugin_zstd)hist.o: $(UPPDIR1)plugin/zstd/lib/hist.c \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(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/portability_macros.h \ @@ -55933,9 +57840,9 @@ $(OutDir_plugin_zstd)pool.o: $(UPPDIR1)plugin/zstd/lib/pool.c \ $(UPPDIR1)plugin/zstd/lib/allocations.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(UPPDIR1)plugin/zstd/lib/pool.c \ $(UPPDIR1)plugin/zstd/lib/pool.h \ $(UPPDIR1)plugin/zstd/lib/portability_macros.h \ - $(UPPDIR1)plugin/zstd/lib/threading.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.h $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/pool.c -o $(OutDir_plugin_zstd)pool.o @@ -55943,7 +57850,6 @@ $(OutDir_plugin_zstd)pool.o: $(UPPDIR1)plugin/zstd/lib/pool.c \ $(OutDir_plugin_zstd)zstd_double_fast.o: $(UPPDIR1)plugin/zstd/lib/zstd_double_fast.c \ $(UPPDIR1)plugin/zstd/lib/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -55957,17 +57863,15 @@ $(OutDir_plugin_zstd)zstd_double_fast.o: $(UPPDIR1)plugin/zstd/lib/zstd_double_f $(UPPDIR1)plugin/zstd/lib/zstd_compress_internal.h \ $(UPPDIR1)plugin/zstd/lib/zstd_cwksp.h \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.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/zstd_trace.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -55982,18 +57886,15 @@ $(OutDir_plugin_zstd)zstd_compress_superblock.o: $(UPPDIR1)plugin/zstd/lib/zstd_ $(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_deps.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.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/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -56004,17 +57905,16 @@ $(OutDir_plugin_zstd)zstd_compress_sequences.o: $(UPPDIR1)plugin/zstd/lib/zstd_c $(UPPDIR1)plugin/zstd/lib/portability_macros.h \ $(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_deps.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -56026,16 +57926,16 @@ $(OutDir_plugin_zstd)zstd_compress_literals.o: $(UPPDIR1)plugin/zstd/lib/zstd_co $(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_deps.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.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)xxhash.o: $(UPPDIR1)plugin/zstd/lib/xxhash.c \ + $(UPPDIR1)plugin/zstd/lib/xxhash.c \ $(UPPDIR1)plugin/zstd/lib/xxhash.h $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/xxhash.c -o $(OutDir_plugin_zstd)xxhash.o @@ -56156,8 +58056,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 \ @@ -56184,6 +58082,7 @@ $(OutDir_RichEdit)Ruler.o: $(UPPDIR1)RichEdit/Ruler.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -56193,7 +58092,10 @@ $(OutDir_RichEdit)Ruler.o: $(UPPDIR1)RichEdit/Ruler.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 \ @@ -56222,6 +58124,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 \ @@ -56237,11 +58140,13 @@ $(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 \ @@ -56307,8 +58212,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 \ @@ -56335,6 +58238,7 @@ $(OutDir_RichEdit)UnitEdit.o: $(UPPDIR1)RichEdit/UnitEdit.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -56344,7 +58248,10 @@ $(OutDir_RichEdit)UnitEdit.o: $(UPPDIR1)RichEdit/UnitEdit.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 \ @@ -56373,6 +58280,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 \ @@ -56387,11 +58295,13 @@ $(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 \ @@ -56457,8 +58367,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 \ @@ -56486,6 +58394,7 @@ $(OutDir_RichEdit)Editor.o: $(UPPDIR1)RichEdit/Editor.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -56495,7 +58404,10 @@ $(OutDir_RichEdit)Editor.o: $(UPPDIR1)RichEdit/Editor.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 \ @@ -56524,6 +58436,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 \ @@ -56538,11 +58451,13 @@ $(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 \ @@ -56608,8 +58523,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 \ @@ -56636,6 +58549,7 @@ $(OutDir_RichEdit)Speller.o: $(UPPDIR1)RichEdit/Speller.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -56645,7 +58559,10 @@ $(OutDir_RichEdit)Speller.o: $(UPPDIR1)RichEdit/Speller.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 \ @@ -56674,6 +58591,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 \ @@ -56688,11 +58606,13 @@ $(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 \ @@ -56758,8 +58678,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 \ @@ -56786,6 +58704,7 @@ $(OutDir_RichEdit)Kbd.o: $(UPPDIR1)RichEdit/Kbd.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -56795,7 +58714,10 @@ $(OutDir_RichEdit)Kbd.o: $(UPPDIR1)RichEdit/Kbd.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 \ @@ -56824,6 +58746,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 \ @@ -56838,11 +58761,13 @@ $(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 \ @@ -56908,8 +58833,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 \ @@ -56936,6 +58859,7 @@ $(OutDir_RichEdit)Mouse.o: $(UPPDIR1)RichEdit/Mouse.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -56945,7 +58869,10 @@ $(OutDir_RichEdit)Mouse.o: $(UPPDIR1)RichEdit/Mouse.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 \ @@ -56974,6 +58901,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 \ @@ -56988,11 +58916,13 @@ $(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 \ @@ -57058,8 +58988,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 \ @@ -57086,6 +59014,7 @@ $(OutDir_RichEdit)Cursor.o: $(UPPDIR1)RichEdit/Cursor.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -57095,7 +59024,10 @@ $(OutDir_RichEdit)Cursor.o: $(UPPDIR1)RichEdit/Cursor.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 \ @@ -57124,6 +59056,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 \ @@ -57138,11 +59071,13 @@ $(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 \ @@ -57208,8 +59143,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 \ @@ -57236,6 +59169,7 @@ $(OutDir_RichEdit)Undo.o: $(UPPDIR1)RichEdit/Undo.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -57245,7 +59179,10 @@ $(OutDir_RichEdit)Undo.o: $(UPPDIR1)RichEdit/Undo.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 \ @@ -57274,6 +59211,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 \ @@ -57288,11 +59226,13 @@ $(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 \ @@ -57358,8 +59298,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 \ @@ -57386,6 +59324,7 @@ $(OutDir_RichEdit)Modify.o: $(UPPDIR1)RichEdit/Modify.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -57395,7 +59334,10 @@ $(OutDir_RichEdit)Modify.o: $(UPPDIR1)RichEdit/Modify.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 \ @@ -57424,6 +59366,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 \ @@ -57438,11 +59381,13 @@ $(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 \ @@ -57508,8 +59453,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 \ @@ -57536,6 +59479,7 @@ $(OutDir_RichEdit)Formating.o: $(UPPDIR1)RichEdit/Formating.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -57545,7 +59489,10 @@ $(OutDir_RichEdit)Formating.o: $(UPPDIR1)RichEdit/Formating.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 \ @@ -57574,6 +59521,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 \ @@ -57588,11 +59536,13 @@ $(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 \ @@ -57658,8 +59608,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 \ @@ -57686,6 +59634,7 @@ $(OutDir_RichEdit)FormatDlg.o: $(UPPDIR1)RichEdit/FormatDlg.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -57695,7 +59644,10 @@ $(OutDir_RichEdit)FormatDlg.o: $(UPPDIR1)RichEdit/FormatDlg.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 \ @@ -57724,6 +59676,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 \ @@ -57738,11 +59691,13 @@ $(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 \ @@ -57808,8 +59763,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 \ @@ -57836,6 +59789,7 @@ $(OutDir_RichEdit)ParaFormat.o: $(UPPDIR1)RichEdit/ParaFormat.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -57845,7 +59799,10 @@ $(OutDir_RichEdit)ParaFormat.o: $(UPPDIR1)RichEdit/ParaFormat.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 \ @@ -57874,6 +59831,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 \ @@ -57888,11 +59846,13 @@ $(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 \ @@ -57958,8 +59918,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 \ @@ -57986,6 +59944,7 @@ $(OutDir_RichEdit)TableUndo.o: $(UPPDIR1)RichEdit/TableUndo.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -57995,7 +59954,10 @@ $(OutDir_RichEdit)TableUndo.o: $(UPPDIR1)RichEdit/TableUndo.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 \ @@ -58024,6 +59986,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 \ @@ -58038,11 +60001,13 @@ $(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 \ @@ -58108,8 +60073,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 \ @@ -58136,6 +60099,7 @@ $(OutDir_RichEdit)Table.o: $(UPPDIR1)RichEdit/Table.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -58145,7 +60109,10 @@ $(OutDir_RichEdit)Table.o: $(UPPDIR1)RichEdit/Table.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 \ @@ -58174,6 +60141,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 \ @@ -58188,11 +60156,13 @@ $(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 \ @@ -58258,8 +60228,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 \ @@ -58286,6 +60254,7 @@ $(OutDir_RichEdit)Find.o: $(UPPDIR1)RichEdit/Find.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -58295,7 +60264,10 @@ $(OutDir_RichEdit)Find.o: $(UPPDIR1)RichEdit/Find.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 \ @@ -58324,6 +60296,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 \ @@ -58338,11 +60311,13 @@ $(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 \ @@ -58408,8 +60383,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 \ @@ -58436,6 +60409,7 @@ $(OutDir_RichEdit)Tool.o: $(UPPDIR1)RichEdit/Tool.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -58445,7 +60419,10 @@ $(OutDir_RichEdit)Tool.o: $(UPPDIR1)RichEdit/Tool.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 \ @@ -58474,6 +60451,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 \ @@ -58488,11 +60466,13 @@ $(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 \ @@ -58558,8 +60538,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 \ @@ -58586,6 +60564,7 @@ $(OutDir_RichEdit)Clip.o: $(UPPDIR1)RichEdit/Clip.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -58595,7 +60574,10 @@ $(OutDir_RichEdit)Clip.o: $(UPPDIR1)RichEdit/Clip.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 \ @@ -58624,6 +60606,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 \ @@ -58638,11 +60621,13 @@ $(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 \ @@ -58708,8 +60693,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 \ @@ -58736,6 +60719,7 @@ $(OutDir_RichEdit)StyleKeys.o: $(UPPDIR1)RichEdit/StyleKeys.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -58745,7 +60729,10 @@ $(OutDir_RichEdit)StyleKeys.o: $(UPPDIR1)RichEdit/StyleKeys.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 \ @@ -58774,6 +60761,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 \ @@ -58788,11 +60776,13 @@ $(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 \ @@ -58858,8 +60848,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 \ @@ -58886,6 +60874,7 @@ $(OutDir_RichEdit)HeaderFooter.o: $(UPPDIR1)RichEdit/HeaderFooter.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -58895,7 +60884,10 @@ $(OutDir_RichEdit)HeaderFooter.o: $(UPPDIR1)RichEdit/HeaderFooter.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 \ @@ -58924,6 +60916,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 \ @@ -58938,11 +60931,13 @@ $(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 \ @@ -58994,35 +60989,7 @@ $(OutDir_plugin_png): mkdir -p $(OutDir_plugin_png) $(OutDir_plugin_png)pnglib.o: $(UPPDIR1)plugin/png/pnglib.c \ - $(UPPDIR1)plugin/png/lib/arm/arm_init.c \ - $(UPPDIR1)plugin/png/lib/arm/filter_neon_intrinsics.c \ - $(UPPDIR1)plugin/png/lib/arm/palette_neon_intrinsics.c \ - $(UPPDIR1)plugin/png/lib/png.c \ - $(UPPDIR1)plugin/png/lib/png.h \ - $(UPPDIR1)plugin/png/lib/pngconf.h \ - $(UPPDIR1)plugin/png/lib/pngdebug.h \ - $(UPPDIR1)plugin/png/lib/pngerror.c \ - $(UPPDIR1)plugin/png/lib/pnggccrd.c \ - $(UPPDIR1)plugin/png/lib/pngget.c \ - $(UPPDIR1)plugin/png/lib/pnginfo.h \ - $(UPPDIR1)plugin/png/lib/pnglibconf.h \ - $(UPPDIR1)plugin/png/lib/pngmem.c \ - $(UPPDIR1)plugin/png/lib/pngpread.c \ - $(UPPDIR1)plugin/png/lib/pngpriv.h \ - $(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/pngstruct.h \ - $(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 \ @@ -59083,8 +61050,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 \ @@ -59114,6 +61079,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 \ @@ -59121,12 +61087,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/lib/pnglibconf.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 @@ -59188,8 +61150,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 \ @@ -59219,6 +61179,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 \ @@ -59227,8 +61188,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 @@ -59300,8 +61260,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 \ @@ -59331,6 +61289,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 \ @@ -59338,8 +61298,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 @@ -59401,8 +61359,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 \ @@ -59432,6 +61388,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 \ @@ -59440,8 +61398,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 @@ -59503,8 +61459,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 \ @@ -59534,15 +61488,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 @@ -59604,8 +61558,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 \ @@ -59635,6 +61587,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 \ @@ -59642,8 +61596,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 @@ -59705,8 +61657,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 \ @@ -59736,6 +61686,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 \ @@ -59743,8 +61695,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 @@ -59806,8 +61756,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 \ @@ -59836,7 +61784,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 \ @@ -59844,8 +61794,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 @@ -59907,8 +61855,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 \ @@ -59938,6 +61884,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 \ @@ -59945,8 +61893,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 @@ -60008,8 +61954,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 \ @@ -60039,6 +61983,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 \ @@ -60046,8 +61992,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 @@ -60109,8 +62053,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 \ @@ -60140,6 +62082,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 \ @@ -60147,8 +62091,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 @@ -60210,8 +62152,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 \ @@ -60241,15 +62181,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 @@ -60311,8 +62251,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 \ @@ -60342,6 +62280,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 \ @@ -60349,8 +62289,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 @@ -60412,8 +62350,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 \ @@ -60443,6 +62379,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 \ @@ -60450,8 +62388,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 @@ -60513,8 +62449,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 \ @@ -60542,8 +62476,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 \ @@ -60552,8 +62488,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 @@ -60615,8 +62549,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 \ @@ -60646,15 +62578,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 @@ -60716,8 +62648,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 \ @@ -60747,15 +62677,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 @@ -60817,8 +62747,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 \ @@ -60848,15 +62776,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 @@ -60918,8 +62846,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 \ @@ -60949,15 +62875,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 @@ -61019,8 +62945,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 \ @@ -61050,15 +62974,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 @@ -61120,8 +63044,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 \ @@ -61151,15 +63073,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 @@ -61221,8 +63143,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 \ @@ -61252,15 +63172,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 @@ -61322,8 +63242,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 \ @@ -61353,15 +63271,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 @@ -61423,8 +63341,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 \ @@ -61454,15 +63370,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 @@ -61524,8 +63440,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 \ @@ -61555,15 +63469,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 @@ -61625,8 +63539,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 \ @@ -61656,15 +63568,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 @@ -61726,8 +63638,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 \ @@ -61757,15 +63667,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 @@ -61827,8 +63737,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 \ @@ -61858,15 +63766,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 @@ -61928,8 +63836,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 \ @@ -61959,6 +63865,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 \ @@ -61966,8 +63874,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 @@ -62029,8 +63935,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 \ @@ -62060,6 +63964,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 \ @@ -62067,8 +63972,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 @@ -62130,8 +64034,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 \ @@ -62161,15 +64063,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 @@ -62231,8 +64133,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 \ @@ -62259,9 +64159,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 \ @@ -62269,8 +64171,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 @@ -62332,8 +64232,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 \ @@ -62363,15 +64261,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 @@ -62433,8 +64331,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 \ @@ -62464,15 +64360,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 @@ -62534,8 +64430,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 \ @@ -62565,15 +64459,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 @@ -62635,8 +64529,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 \ @@ -62666,15 +64558,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 @@ -62736,8 +64628,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 \ @@ -62767,15 +64657,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 @@ -62837,8 +64727,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 \ @@ -62864,10 +64752,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 \ @@ -62875,9 +64765,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 @@ -62939,8 +64826,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 \ @@ -62970,15 +64855,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 @@ -63120,8 +65005,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 \ @@ -63151,6 +65034,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 \ @@ -63164,8 +65048,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 @@ -63228,8 +65111,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 \ @@ -63259,6 +65140,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 \ @@ -63272,8 +65154,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 @@ -63336,8 +65217,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 \ @@ -63367,6 +65246,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 \ @@ -63380,8 +65260,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 @@ -63444,8 +65323,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 \ @@ -63475,6 +65352,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 \ @@ -63488,8 +65366,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 @@ -63552,8 +65429,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 \ @@ -63583,6 +65458,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 \ @@ -63596,9 +65472,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 @@ -63661,8 +65536,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 \ @@ -63692,6 +65565,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 \ @@ -63705,8 +65579,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 @@ -63769,8 +65642,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 \ @@ -63800,6 +65671,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 \ @@ -63813,8 +65685,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 @@ -63895,8 +65766,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 \ @@ -63926,6 +65795,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 \ @@ -63935,11 +65805,10 @@ $(OutDir_Painter)Painter.o: $(UPPDIR1)Painter/Painter.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(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 @@ -64001,8 +65870,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 \ @@ -64032,6 +65899,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 \ @@ -64044,8 +65912,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 @@ -64107,8 +65974,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 \ @@ -64138,6 +66003,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 \ @@ -64149,9 +66015,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 @@ -64213,8 +66078,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 \ @@ -64244,6 +66107,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 \ @@ -64252,12 +66116,11 @@ $(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/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 @@ -64319,8 +66182,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 \ @@ -64350,6 +66211,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 \ @@ -64361,9 +66223,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 @@ -64425,8 +66286,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 \ @@ -64456,6 +66315,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 \ @@ -64468,8 +66328,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 @@ -64531,8 +66390,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 \ @@ -64562,6 +66419,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 \ @@ -64573,9 +66431,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 @@ -64637,8 +66494,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 \ @@ -64668,6 +66523,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 \ @@ -64680,8 +66536,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 @@ -64743,8 +66598,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 \ @@ -64774,6 +66627,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 \ @@ -64781,13 +66635,12 @@ $(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/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 @@ -64849,8 +66702,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 \ @@ -64880,6 +66731,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 \ @@ -64892,8 +66744,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 @@ -64955,8 +66806,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 \ @@ -64986,6 +66835,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 \ @@ -64994,12 +66844,11 @@ $(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/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 @@ -65061,8 +66910,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 \ @@ -65092,6 +66939,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 \ @@ -65104,8 +66952,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 @@ -65167,8 +67014,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 \ @@ -65198,6 +67043,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 \ @@ -65210,8 +67056,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 @@ -65273,8 +67118,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 \ @@ -65304,6 +67147,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 \ @@ -65316,8 +67160,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 @@ -65379,8 +67222,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 \ @@ -65410,6 +67251,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 \ @@ -65422,8 +67264,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 @@ -65485,8 +67326,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 \ @@ -65516,6 +67355,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 \ @@ -65525,13 +67365,12 @@ $(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/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 @@ -65593,8 +67432,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 \ @@ -65624,6 +67461,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 \ @@ -65632,12 +67470,11 @@ $(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/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 @@ -65699,8 +67536,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 \ @@ -65730,6 +67565,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 \ @@ -65742,8 +67578,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 @@ -65805,8 +67640,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 \ @@ -65836,6 +67669,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 \ @@ -65849,8 +67683,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 @@ -65912,8 +67745,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 \ @@ -65943,6 +67774,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 \ @@ -65951,12 +67783,11 @@ $(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/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 @@ -66018,8 +67849,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 \ @@ -66049,6 +67878,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 \ @@ -66058,11 +67888,10 @@ $(OutDir_Painter)Mask.o: $(UPPDIR1)Painter/Mask.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(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 @@ -66124,8 +67953,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 \ @@ -66155,6 +67982,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 \ @@ -66163,12 +67991,11 @@ $(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/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 @@ -66230,8 +68057,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 \ @@ -66261,6 +68086,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 \ @@ -66273,8 +68099,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 @@ -66336,8 +68161,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 \ @@ -66367,6 +68190,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 \ @@ -66376,11 +68200,10 @@ $(OutDir_Painter)OnPath.o: $(UPPDIR1)Painter/OnPath.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(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 @@ -66442,8 +68265,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 \ @@ -66473,6 +68294,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 \ @@ -66486,8 +68308,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 @@ -66549,8 +68370,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 \ @@ -66580,6 +68399,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 \ @@ -66592,9 +68412,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 @@ -66656,8 +68475,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 \ @@ -66687,6 +68504,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 \ @@ -66700,8 +68518,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 @@ -66763,8 +68580,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 \ @@ -66794,6 +68609,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 \ @@ -66807,8 +68623,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 @@ -66930,8 +68745,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 \ @@ -66959,14 +68772,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 \ @@ -67061,8 +68873,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 \ @@ -67089,12 +68899,15 @@ $(OutDir_CtrlCore)SystemDraw.o: $(UPPDIR1)CtrlCore/SystemDraw.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/SystemDraw.cpp \ $(UPPDIR1)CtrlCore/TopWindow.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 \ @@ -67109,10 +68922,9 @@ $(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 \ @@ -67177,8 +68989,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 \ @@ -67205,12 +69015,15 @@ $(OutDir_CtrlCore)Frame.o: $(UPPDIR1)CtrlCore/Frame.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Frame.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -67225,10 +69038,9 @@ $(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 \ @@ -67293,8 +69105,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 \ @@ -67321,12 +69131,15 @@ $(OutDir_CtrlCore)CtrlMt.o: $(UPPDIR1)CtrlCore/CtrlMt.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlMt.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -67341,10 +69154,9 @@ $(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 \ @@ -67409,8 +69221,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 \ @@ -67436,13 +69246,16 @@ $(OutDir_CtrlCore)Ctrl.o: $(UPPDIR1)CtrlCore/Ctrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Ctrl.cpp \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -67458,10 +69271,9 @@ $(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 \ @@ -67526,8 +69338,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 \ @@ -67553,13 +69363,16 @@ $(OutDir_CtrlCore)CtrlAttr.o: $(UPPDIR1)CtrlCore/CtrlAttr.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlAttr.cpp \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -67574,10 +69387,9 @@ $(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 \ @@ -67642,8 +69454,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 \ @@ -67669,13 +69479,16 @@ $(OutDir_CtrlCore)CtrlChild.o: $(UPPDIR1)CtrlCore/CtrlChild.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlChild.cpp \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -67690,10 +69503,9 @@ $(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 \ @@ -67758,8 +69570,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 \ @@ -67786,12 +69596,15 @@ $(OutDir_CtrlCore)CtrlFrame.o: $(UPPDIR1)CtrlCore/CtrlFrame.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlFrame.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -67806,10 +69619,9 @@ $(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 \ @@ -67874,8 +69686,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 \ @@ -67902,12 +69712,15 @@ $(OutDir_CtrlCore)CtrlPos.o: $(UPPDIR1)CtrlCore/CtrlPos.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlPos.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -67922,10 +69735,9 @@ $(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 \ @@ -67990,8 +69802,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 \ @@ -68018,12 +69828,15 @@ $(OutDir_CtrlCore)CtrlDraw.o: $(UPPDIR1)CtrlCore/CtrlDraw.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlDraw.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -68038,10 +69851,9 @@ $(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 \ @@ -68106,8 +69918,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 \ @@ -68134,12 +69944,15 @@ $(OutDir_CtrlCore)CtrlMouse.o: $(UPPDIR1)CtrlCore/CtrlMouse.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlMouse.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -68154,10 +69967,9 @@ $(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 \ @@ -68222,8 +70034,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 \ @@ -68250,12 +70060,15 @@ $(OutDir_CtrlCore)CtrlKbd.o: $(UPPDIR1)CtrlCore/CtrlKbd.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlKbd.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -68270,10 +70083,9 @@ $(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 \ @@ -68338,8 +70150,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 \ @@ -68366,12 +70176,15 @@ $(OutDir_CtrlCore)CtrlTimer.o: $(UPPDIR1)CtrlCore/CtrlTimer.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlTimer.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -68386,10 +70199,9 @@ $(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 \ @@ -68454,8 +70266,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 \ @@ -68481,13 +70291,16 @@ $(OutDir_CtrlCore)CtrlClip.o: $(UPPDIR1)CtrlCore/CtrlClip.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlClip.cpp \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -68502,10 +70315,9 @@ $(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 \ @@ -68570,8 +70382,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 \ @@ -68598,12 +70408,15 @@ $(OutDir_CtrlCore)LocalLoop.o: $(UPPDIR1)CtrlCore/LocalLoop.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/LocalLoop.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -68618,10 +70431,9 @@ $(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 \ @@ -68686,8 +70498,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 \ @@ -68714,12 +70524,15 @@ $(OutDir_CtrlCore)Preedit.o: $(UPPDIR1)CtrlCore/Preedit.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/Preedit.cpp \ $(UPPDIR1)CtrlCore/TopWindow.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 \ @@ -68734,10 +70547,9 @@ $(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 \ @@ -68802,8 +70614,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 \ @@ -68831,12 +70641,15 @@ $(OutDir_CtrlCore)CtrlCoreInit.o: $(UPPDIR1)CtrlCore/CtrlCoreInit.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlCoreInit.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -68851,10 +70664,9 @@ $(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 \ @@ -68919,8 +70731,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 \ @@ -68947,12 +70757,15 @@ $(OutDir_CtrlCore)TopWindow.o: $(UPPDIR1)CtrlCore/TopWindow.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.cpp \ $(UPPDIR1)CtrlCore/TopWindow.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 \ @@ -68967,10 +70780,9 @@ $(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 \ @@ -69035,8 +70847,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 \ @@ -69063,12 +70873,15 @@ $(OutDir_CtrlCore)DrawWin32.o: $(UPPDIR1)CtrlCore/DrawWin32.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/DrawWin32.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -69083,10 +70896,9 @@ $(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 \ @@ -69151,8 +70963,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 \ @@ -69179,12 +70989,15 @@ $(OutDir_CtrlCore)DrawOpWin32.o: $(UPPDIR1)CtrlCore/DrawOpWin32.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/DrawOpWin32.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -69199,10 +71012,9 @@ $(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 \ @@ -69267,8 +71079,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 \ @@ -69295,12 +71105,15 @@ $(OutDir_CtrlCore)DrawTextWin32.o: $(UPPDIR1)CtrlCore/DrawTextWin32.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/DrawTextWin32.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -69315,10 +71128,9 @@ $(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 \ @@ -69383,8 +71195,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 \ @@ -69411,12 +71221,15 @@ $(OutDir_CtrlCore)ImageWin32.o: $(UPPDIR1)CtrlCore/ImageWin32.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/ImageWin32.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -69431,10 +71244,9 @@ $(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 \ @@ -69499,8 +71311,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 \ @@ -69527,12 +71337,15 @@ $(OutDir_CtrlCore)MetaFile.o: $(UPPDIR1)CtrlCore/MetaFile.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/MetaFile.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -69547,10 +71360,9 @@ $(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 \ @@ -69615,8 +71427,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 \ @@ -69643,12 +71453,15 @@ $(OutDir_CtrlCore)UtilWin32.o: $(UPPDIR1)CtrlCore/UtilWin32.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/UtilWin32.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 \ @@ -69663,10 +71476,9 @@ $(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 \ @@ -69731,8 +71543,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 \ @@ -69759,12 +71569,15 @@ $(OutDir_CtrlCore)Win32Ctrl.o: $(UPPDIR1)CtrlCore/Win32Ctrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Ctrl.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 \ @@ -69779,10 +71592,9 @@ $(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 \ @@ -69812,7 +71624,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/FileMapping.h \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ @@ -69848,8 +71659,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 \ @@ -69876,13 +71685,15 @@ $(OutDir_CtrlCore)Win32Wnd.o: $(UPPDIR1)CtrlCore/Win32Wnd.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ - $(UPPDIR1)CtrlCore/Win32Msg.i \ + $(UPPDIR1)CtrlCore/Win32Wnd.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 \ @@ -69897,10 +71708,9 @@ $(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 \ @@ -69965,8 +71775,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 \ @@ -69993,12 +71801,15 @@ $(OutDir_CtrlCore)Win32Clip.o: $(UPPDIR1)CtrlCore/Win32Clip.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Clip.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 \ @@ -70014,10 +71825,9 @@ $(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 \ @@ -70082,8 +71892,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 \ @@ -70110,12 +71918,15 @@ $(OutDir_CtrlCore)Win32DnD.o: $(UPPDIR1)CtrlCore/Win32DnD.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32DnD.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 \ @@ -70130,10 +71941,9 @@ $(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 \ @@ -70198,8 +72008,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 \ @@ -70226,12 +72034,15 @@ $(OutDir_CtrlCore)Win32Proc.o: $(UPPDIR1)CtrlCore/Win32Proc.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Proc.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 \ @@ -70246,10 +72057,9 @@ $(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 \ @@ -70314,8 +72124,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 \ @@ -70342,12 +72150,15 @@ $(OutDir_CtrlCore)TopWin32.o: $(UPPDIR1)CtrlCore/TopWin32.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWin32.cpp \ $(UPPDIR1)CtrlCore/TopWindow.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 \ @@ -70362,10 +72173,9 @@ $(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 \ @@ -70430,8 +72240,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 \ @@ -70458,12 +72266,15 @@ $(OutDir_CtrlCore)DHCtrl.o: $(UPPDIR1)CtrlCore/DHCtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/DHCtrl.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -70478,10 +72289,9 @@ $(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 \ @@ -70546,8 +72356,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 \ @@ -70574,12 +72382,15 @@ $(OutDir_CtrlCore)DrawX11.o: $(UPPDIR1)CtrlCore/DrawX11.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/DrawX11.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -70594,10 +72405,9 @@ $(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 \ @@ -70662,8 +72472,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 \ @@ -70690,12 +72498,15 @@ $(OutDir_CtrlCore)DrawOpX11.o: $(UPPDIR1)CtrlCore/DrawOpX11.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/DrawOpX11.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -70710,10 +72521,9 @@ $(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 \ @@ -70778,8 +72588,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 \ @@ -70806,12 +72614,15 @@ $(OutDir_CtrlCore)DrawTextX11.o: $(UPPDIR1)CtrlCore/DrawTextX11.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/DrawTextX11.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -70826,10 +72637,9 @@ $(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 \ @@ -70894,8 +72704,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 \ @@ -70922,12 +72730,15 @@ $(OutDir_CtrlCore)ImageX11.o: $(UPPDIR1)CtrlCore/ImageX11.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/ImageX11.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -70942,10 +72753,9 @@ $(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 \ @@ -71010,8 +72820,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 \ @@ -71038,12 +72846,15 @@ $(OutDir_CtrlCore)UtilX11.o: $(UPPDIR1)CtrlCore/UtilX11.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/UtilX11.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 \ @@ -71058,10 +72869,9 @@ $(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 \ @@ -71126,8 +72936,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 \ @@ -71154,12 +72962,15 @@ $(OutDir_CtrlCore)X11Ctrl.o: $(UPPDIR1)CtrlCore/X11Ctrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/X11Ctrl.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 \ @@ -71174,10 +72985,9 @@ $(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 \ @@ -71242,8 +73052,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 \ @@ -71270,13 +73078,15 @@ $(OutDir_CtrlCore)X11Wnd.o: $(UPPDIR1)CtrlCore/X11Wnd.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ - $(UPPDIR1)CtrlCore/X11Event.i \ + $(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 \ @@ -71291,10 +73101,9 @@ $(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 \ @@ -71359,8 +73168,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 \ @@ -71387,12 +73194,15 @@ $(OutDir_CtrlCore)X11Proc.o: $(UPPDIR1)CtrlCore/X11Proc.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.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 \ @@ -71407,10 +73217,9 @@ $(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 \ @@ -71475,8 +73284,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 \ @@ -71503,12 +73310,15 @@ $(OutDir_CtrlCore)X11Clip.o: $(UPPDIR1)CtrlCore/X11Clip.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/X11Clip.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 \ @@ -71523,10 +73333,9 @@ $(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 \ @@ -71591,8 +73400,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 \ @@ -71619,12 +73426,15 @@ $(OutDir_CtrlCore)X11DnD.o: $(UPPDIR1)CtrlCore/X11DnD.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/X11DnD.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 \ @@ -71639,10 +73449,9 @@ $(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 \ @@ -71707,8 +73516,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 \ @@ -71735,12 +73542,15 @@ $(OutDir_CtrlCore)X11Top.o: $(UPPDIR1)CtrlCore/X11Top.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.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 \ @@ -71755,10 +73565,9 @@ $(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 \ @@ -71823,8 +73632,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 \ @@ -71851,12 +73658,15 @@ $(OutDir_CtrlCore)X11ImgClip.o: $(UPPDIR1)CtrlCore/X11ImgClip.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.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 \ @@ -71870,12 +73680,10 @@ $(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 \ @@ -71940,8 +73748,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 \ @@ -71968,12 +73774,15 @@ $(OutDir_CtrlCore)X11App.o: $(UPPDIR1)CtrlCore/X11App.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/X11App.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 \ @@ -71988,10 +73797,9 @@ $(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 \ @@ -72056,8 +73864,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 \ @@ -72084,12 +73890,15 @@ $(OutDir_CtrlCore)X11DHCtrl.o: $(UPPDIR1)CtrlCore/X11DHCtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/X11DHCtrl.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 \ @@ -72104,10 +73913,9 @@ $(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 \ @@ -72172,8 +73980,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 \ @@ -72200,12 +74006,15 @@ $(OutDir_CtrlCore)GtkDrawOp.o: $(UPPDIR1)CtrlCore/GtkDrawOp.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GtkDrawOp.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -72220,10 +74029,9 @@ $(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 \ @@ -72288,8 +74096,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 \ @@ -72316,12 +74122,15 @@ $(OutDir_CtrlCore)GtkDrawText.o: $(UPPDIR1)CtrlCore/GtkDrawText.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GtkDrawText.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -72336,10 +74145,9 @@ $(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 \ @@ -72404,8 +74212,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 \ @@ -72432,12 +74238,15 @@ $(OutDir_CtrlCore)GtkDrawImage.o: $(UPPDIR1)CtrlCore/GtkDrawImage.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GtkDrawImage.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -72452,10 +74261,9 @@ $(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 \ @@ -72520,8 +74328,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 \ @@ -72548,12 +74354,15 @@ $(OutDir_CtrlCore)GdkImage.o: $(UPPDIR1)CtrlCore/GdkImage.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GdkImage.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -72568,10 +74377,9 @@ $(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 \ @@ -72636,8 +74444,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 \ @@ -72664,12 +74470,15 @@ $(OutDir_CtrlCore)GtkUtil.o: $(UPPDIR1)CtrlCore/GtkUtil.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GtkUtil.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -72684,10 +74493,9 @@ $(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 \ @@ -72752,8 +74560,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 \ @@ -72780,12 +74586,15 @@ $(OutDir_CtrlCore)GtkX11Util.o: $(UPPDIR1)CtrlCore/GtkX11Util.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GtkX11Util.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -72800,10 +74609,9 @@ $(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 \ @@ -72868,8 +74676,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 \ @@ -72896,12 +74702,15 @@ $(OutDir_CtrlCore)GtkCtrl.o: $(UPPDIR1)CtrlCore/GtkCtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GtkCtrl.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -72916,10 +74725,9 @@ $(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 \ @@ -72984,8 +74792,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 \ @@ -73012,12 +74818,15 @@ $(OutDir_CtrlCore)GtkCapture.o: $(UPPDIR1)CtrlCore/GtkCapture.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GtkCapture.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73032,10 +74841,9 @@ $(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 \ @@ -73100,8 +74908,6 @@ $(OutDir_CtrlCore)GtkCSD.o: $(UPPDIR1)CtrlCore/GtkCSD.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -73128,12 +74934,15 @@ $(OutDir_CtrlCore)GtkCSD.o: $(UPPDIR1)CtrlCore/GtkCSD.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GtkCSD.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73148,10 +74957,9 @@ $(OutDir_CtrlCore)GtkCSD.o: $(UPPDIR1)CtrlCore/GtkCSD.cpp \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -73216,8 +75024,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 \ @@ -73244,12 +75050,15 @@ $(OutDir_CtrlCore)GtkWnd.o: $(UPPDIR1)CtrlCore/GtkWnd.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GtkWnd.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73264,10 +75073,9 @@ $(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 \ @@ -73332,8 +75140,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 \ @@ -73360,12 +75166,15 @@ $(OutDir_CtrlCore)GtkCreate.o: $(UPPDIR1)CtrlCore/GtkCreate.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GtkCreate.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73380,10 +75189,9 @@ $(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 \ @@ -73448,8 +75256,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 \ @@ -73476,12 +75282,15 @@ $(OutDir_CtrlCore)GtkEvent.o: $(UPPDIR1)CtrlCore/GtkEvent.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GtkEvent.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73496,10 +75305,9 @@ $(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 \ @@ -73564,8 +75372,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 \ @@ -73592,12 +75398,15 @@ $(OutDir_CtrlCore)GtkTop.o: $(UPPDIR1)CtrlCore/GtkTop.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GtkTop.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73612,10 +75421,9 @@ $(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 \ @@ -73680,8 +75488,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 \ @@ -73708,12 +75514,15 @@ $(OutDir_CtrlCore)GtkClip.o: $(UPPDIR1)CtrlCore/GtkClip.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GtkClip.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73729,10 +75538,9 @@ $(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 \ @@ -73797,8 +75605,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 \ @@ -73825,12 +75631,15 @@ $(OutDir_CtrlCore)GtkDnD.o: $(UPPDIR1)CtrlCore/GtkDnD.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GtkDnD.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73845,10 +75654,9 @@ $(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 \ @@ -73913,8 +75721,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 \ @@ -73941,12 +75747,15 @@ $(OutDir_CtrlCore)GtkApp.o: $(UPPDIR1)CtrlCore/GtkApp.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GtkApp.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73961,10 +75770,9 @@ $(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 \ @@ -74029,8 +75837,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 \ @@ -74056,13 +75862,16 @@ $(OutDir_CtrlCore)CocoCtrl.o: $(UPPDIR1)CtrlCore/CocoCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CocoCtrl.cpp \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -74077,10 +75886,9 @@ $(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 \ @@ -74145,8 +75953,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 \ @@ -74172,13 +75978,16 @@ $(OutDir_CtrlCore)CocoWnd.o: $(UPPDIR1)CtrlCore/CocoWnd.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CocoWnd.cpp \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -74193,10 +76002,9 @@ $(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 \ @@ -74261,8 +76069,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 \ @@ -74288,13 +76094,16 @@ $(OutDir_CtrlCore)CocoTop.o: $(UPPDIR1)CtrlCore/CocoTop.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CocoTop.cpp \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -74309,10 +76118,9 @@ $(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 \ @@ -74368,7 +76176,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 \ @@ -74378,8 +76185,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 \ @@ -74405,45 +76210,16 @@ $(OutDir_CtrlCore)CocoChSysInit.o: $(UPPDIR1)CtrlCore/CocoChSysInit.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CocoChSysInit.cpp \ $(UPPDIR1)CtrlCore/CtrlCore.h \ - $(UPPDIR1)CtrlCore/lay.h \ - $(UPPDIR1)CtrlCore/lay0.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ - $(UPPDIR1)CtrlLib/AKeys.h \ - $(UPPDIR1)CtrlLib/ArrayCtrl.h \ - $(UPPDIR1)CtrlLib/Bar.h \ - $(UPPDIR1)CtrlLib/Ch.h \ - $(UPPDIR1)CtrlLib/ColumnList.h \ - $(UPPDIR1)CtrlLib/CtrlLib.h \ - $(UPPDIR1)CtrlLib/CtrlUtil.h \ - $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ - $(UPPDIR1)CtrlLib/DisplayPopup.h \ - $(UPPDIR1)CtrlLib/DlgColor.h \ - $(UPPDIR1)CtrlLib/DropChoice.h \ - $(UPPDIR1)CtrlLib/EditCtrl.h \ - $(UPPDIR1)CtrlLib/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)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 \ @@ -74458,10 +76234,9 @@ $(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 \ @@ -74526,8 +76301,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 \ @@ -74554,12 +76327,15 @@ $(OutDir_CtrlCore)ParseRTF.o: $(UPPDIR1)CtrlCore/ParseRTF.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/ParseRTF.cpp \ $(UPPDIR1)CtrlCore/TopWindow.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 \ @@ -74574,10 +76350,9 @@ $(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 \ @@ -74642,8 +76417,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 \ @@ -74670,12 +76443,15 @@ $(OutDir_CtrlCore)EncodeRTF.o: $(UPPDIR1)CtrlCore/EncodeRTF.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/EncodeRTF.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -74690,10 +76466,9 @@ $(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 \ @@ -74896,8 +76671,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 \ @@ -74927,6 +76700,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 \ @@ -74934,10 +76708,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 @@ -74999,8 +76772,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 \ @@ -75030,6 +76801,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 \ @@ -75039,8 +76811,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 @@ -75102,8 +76873,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 \ @@ -75133,6 +76902,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 \ @@ -75142,8 +76912,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 @@ -75205,8 +76974,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 \ @@ -75236,6 +77003,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 \ @@ -75244,8 +77012,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 @@ -75319,8 +77086,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 \ @@ -75350,6 +77115,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 \ @@ -75358,10 +77124,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 \ @@ -75426,8 +77192,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 \ @@ -75457,6 +77221,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 \ @@ -75470,10 +77235,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 \ @@ -75538,8 +77303,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 \ @@ -75569,6 +77332,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 \ @@ -75577,10 +77341,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 \ @@ -75645,8 +77409,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 \ @@ -75676,6 +77438,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 \ @@ -75684,10 +77447,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 \ @@ -75752,8 +77515,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 \ @@ -75783,6 +77544,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 \ @@ -75792,10 +77554,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 \ @@ -75860,8 +77622,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 \ @@ -75891,6 +77651,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 \ @@ -75899,10 +77660,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 \ @@ -75967,8 +77728,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 \ @@ -75998,6 +77757,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 \ @@ -76006,13 +77766,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 @@ -76074,8 +77834,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 \ @@ -76105,6 +77863,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 \ @@ -76113,13 +77872,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 @@ -76181,8 +77940,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 \ @@ -76212,6 +77969,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 \ @@ -76220,13 +77978,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 @@ -76288,8 +78046,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 \ @@ -76319,6 +78075,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 \ @@ -76327,10 +78084,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 \ @@ -76395,8 +78152,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 \ @@ -76426,6 +78181,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 \ @@ -76434,11 +78190,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 @@ -76502,8 +78258,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 \ @@ -76533,6 +78287,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 \ @@ -76541,11 +78296,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 @@ -76609,8 +78364,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 \ @@ -76640,6 +78393,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 \ @@ -76648,11 +78402,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 @@ -76716,8 +78470,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 \ @@ -76747,6 +78499,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 \ @@ -76755,11 +78508,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 @@ -76823,8 +78576,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 \ @@ -76854,6 +78605,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 \ @@ -76862,12 +78614,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 @@ -76930,8 +78682,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 \ @@ -76961,6 +78711,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 \ @@ -76969,12 +78720,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 @@ -77037,8 +78788,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 \ @@ -77068,6 +78817,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 \ @@ -77076,12 +78826,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 @@ -77144,8 +78894,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 \ @@ -77175,6 +78923,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 \ @@ -77183,12 +78932,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 @@ -77251,8 +79000,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 \ @@ -77282,6 +79029,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 \ @@ -77290,10 +79038,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 \ @@ -77358,8 +79106,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 \ @@ -77389,6 +79135,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 \ @@ -77397,10 +79144,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 \ @@ -77465,8 +79212,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 \ @@ -77496,6 +79241,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 \ @@ -77504,10 +79250,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 \ @@ -77572,8 +79318,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 \ @@ -77603,6 +79347,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 \ @@ -77611,10 +79356,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 \ @@ -77679,8 +79424,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 \ @@ -77710,6 +79453,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 \ @@ -77718,13 +79462,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 @@ -77782,6 +79526,8 @@ $(OutDir_ide_IconDes): $(OutDir_ide_IconDes)IconDraw.o: $(UPPDIR1)ide/IconDes/IconDraw.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -77848,8 +79594,6 @@ $(OutDir_ide_IconDes)IconDraw.o: $(UPPDIR1)ide/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 \ @@ -77876,6 +79620,7 @@ $(OutDir_ide_IconDes)IconDraw.o: $(UPPDIR1)ide/IconDes/IconDraw.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -77885,7 +79630,10 @@ $(OutDir_ide_IconDes)IconDraw.o: $(UPPDIR1)ide/IconDes/IconDraw.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 \ @@ -77915,6 +79663,7 @@ $(OutDir_ide_IconDes)IconDraw.o: $(UPPDIR1)ide/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 \ @@ -77925,10 +79674,14 @@ $(OutDir_ide_IconDes)IconDraw.o: $(UPPDIR1)ide/IconDes/IconDraw.cpp \ $(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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ + $(UPPDIR1)ide/IconDes/IconDraw.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -77936,20 +79689,20 @@ $(OutDir_ide_IconDes)IconDraw.o: $(UPPDIR1)ide/IconDes/IconDraw.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 \ @@ -77958,6 +79711,8 @@ $(OutDir_ide_IconDes)IconDraw.o: $(UPPDIR1)ide/IconDes/IconDraw.cpp \ $(OutDir_ide_IconDes)AlphaCtrl.o: $(UPPDIR1)ide/IconDes/AlphaCtrl.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -78024,8 +79779,6 @@ $(OutDir_ide_IconDes)AlphaCtrl.o: $(UPPDIR1)ide/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 \ @@ -78052,6 +79805,7 @@ $(OutDir_ide_IconDes)AlphaCtrl.o: $(UPPDIR1)ide/IconDes/AlphaCtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -78061,7 +79815,10 @@ $(OutDir_ide_IconDes)AlphaCtrl.o: $(UPPDIR1)ide/IconDes/AlphaCtrl.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 \ @@ -78091,6 +79848,7 @@ $(OutDir_ide_IconDes)AlphaCtrl.o: $(UPPDIR1)ide/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 \ @@ -78101,10 +79859,14 @@ $(OutDir_ide_IconDes)AlphaCtrl.o: $(UPPDIR1)ide/IconDes/AlphaCtrl.cpp \ $(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/IconDes/AlphaCtrl.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -78112,20 +79874,20 @@ $(OutDir_ide_IconDes)AlphaCtrl.o: $(UPPDIR1)ide/IconDes/AlphaCtrl.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 \ @@ -78134,6 +79896,8 @@ $(OutDir_ide_IconDes)AlphaCtrl.o: $(UPPDIR1)ide/IconDes/AlphaCtrl.cpp \ $(OutDir_ide_IconDes)RGBACtrl.o: $(UPPDIR1)ide/IconDes/RGBACtrl.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -78200,8 +79964,6 @@ $(OutDir_ide_IconDes)RGBACtrl.o: $(UPPDIR1)ide/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 \ @@ -78228,6 +79990,7 @@ $(OutDir_ide_IconDes)RGBACtrl.o: $(UPPDIR1)ide/IconDes/RGBACtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -78237,7 +80000,10 @@ $(OutDir_ide_IconDes)RGBACtrl.o: $(UPPDIR1)ide/IconDes/RGBACtrl.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 \ @@ -78267,6 +80033,7 @@ $(OutDir_ide_IconDes)RGBACtrl.o: $(UPPDIR1)ide/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 \ @@ -78277,10 +80044,14 @@ $(OutDir_ide_IconDes)RGBACtrl.o: $(UPPDIR1)ide/IconDes/RGBACtrl.cpp \ $(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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ + $(UPPDIR1)ide/IconDes/RGBACtrl.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -78288,20 +80059,20 @@ $(OutDir_ide_IconDes)RGBACtrl.o: $(UPPDIR1)ide/IconDes/RGBACtrl.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 \ @@ -78310,6 +80081,8 @@ $(OutDir_ide_IconDes)RGBACtrl.o: $(UPPDIR1)ide/IconDes/RGBACtrl.cpp \ $(OutDir_ide_IconDes)ImageOp.o: $(UPPDIR1)ide/IconDes/ImageOp.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -78376,8 +80149,6 @@ $(OutDir_ide_IconDes)ImageOp.o: $(UPPDIR1)ide/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 \ @@ -78404,6 +80175,7 @@ $(OutDir_ide_IconDes)ImageOp.o: $(UPPDIR1)ide/IconDes/ImageOp.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -78413,7 +80185,10 @@ $(OutDir_ide_IconDes)ImageOp.o: $(UPPDIR1)ide/IconDes/ImageOp.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 \ @@ -78443,6 +80218,7 @@ $(OutDir_ide_IconDes)ImageOp.o: $(UPPDIR1)ide/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 \ @@ -78453,10 +80229,14 @@ $(OutDir_ide_IconDes)ImageOp.o: $(UPPDIR1)ide/IconDes/ImageOp.cpp \ $(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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ + $(UPPDIR1)ide/IconDes/ImageOp.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -78464,20 +80244,20 @@ $(OutDir_ide_IconDes)ImageOp.o: $(UPPDIR1)ide/IconDes/ImageOp.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 \ @@ -78486,6 +80266,8 @@ $(OutDir_ide_IconDes)ImageOp.o: $(UPPDIR1)ide/IconDes/ImageOp.cpp \ $(OutDir_ide_IconDes)Paint.o: $(UPPDIR1)ide/IconDes/Paint.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -78552,8 +80334,6 @@ $(OutDir_ide_IconDes)Paint.o: $(UPPDIR1)ide/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 \ @@ -78580,6 +80360,7 @@ $(OutDir_ide_IconDes)Paint.o: $(UPPDIR1)ide/IconDes/Paint.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -78589,7 +80370,10 @@ $(OutDir_ide_IconDes)Paint.o: $(UPPDIR1)ide/IconDes/Paint.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 \ @@ -78619,6 +80403,7 @@ $(OutDir_ide_IconDes)Paint.o: $(UPPDIR1)ide/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 \ @@ -78630,10 +80415,14 @@ $(OutDir_ide_IconDes)Paint.o: $(UPPDIR1)ide/IconDes/Paint.cpp \ $(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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ + $(UPPDIR1)ide/IconDes/Paint.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -78641,20 +80430,20 @@ $(OutDir_ide_IconDes)Paint.o: $(UPPDIR1)ide/IconDes/Paint.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 \ @@ -78663,6 +80452,8 @@ $(OutDir_ide_IconDes)Paint.o: $(UPPDIR1)ide/IconDes/Paint.cpp \ $(OutDir_ide_IconDes)Event.o: $(UPPDIR1)ide/IconDes/Event.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -78729,8 +80520,6 @@ $(OutDir_ide_IconDes)Event.o: $(UPPDIR1)ide/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 \ @@ -78757,6 +80546,7 @@ $(OutDir_ide_IconDes)Event.o: $(UPPDIR1)ide/IconDes/Event.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -78766,7 +80556,10 @@ $(OutDir_ide_IconDes)Event.o: $(UPPDIR1)ide/IconDes/Event.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 \ @@ -78796,6 +80589,7 @@ $(OutDir_ide_IconDes)Event.o: $(UPPDIR1)ide/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 \ @@ -78806,10 +80600,14 @@ $(OutDir_ide_IconDes)Event.o: $(UPPDIR1)ide/IconDes/Event.cpp \ $(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/IconDes/Event.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -78817,20 +80615,20 @@ $(OutDir_ide_IconDes)Event.o: $(UPPDIR1)ide/IconDes/Event.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 \ @@ -78839,6 +80637,8 @@ $(OutDir_ide_IconDes)Event.o: $(UPPDIR1)ide/IconDes/Event.cpp \ $(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 \ @@ -78905,8 +80705,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 \ @@ -78933,6 +80731,7 @@ $(OutDir_ide_IconDes)IconDes.o: $(UPPDIR1)ide/IconDes/IconDes.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -78942,7 +80741,10 @@ $(OutDir_ide_IconDes)IconDes.o: $(UPPDIR1)ide/IconDes/IconDes.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 \ @@ -78972,6 +80774,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 \ @@ -78982,10 +80785,14 @@ $(OutDir_ide_IconDes)IconDes.o: $(UPPDIR1)ide/IconDes/IconDes.cpp \ $(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/IconDes/IconDes.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -78993,20 +80800,20 @@ $(OutDir_ide_IconDes)IconDes.o: $(UPPDIR1)ide/IconDes/IconDes.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 \ @@ -79015,6 +80822,8 @@ $(OutDir_ide_IconDes)IconDes.o: $(UPPDIR1)ide/IconDes/IconDes.cpp \ $(OutDir_ide_IconDes)List.o: $(UPPDIR1)ide/IconDes/List.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -79081,8 +80890,6 @@ $(OutDir_ide_IconDes)List.o: $(UPPDIR1)ide/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 \ @@ -79109,6 +80916,7 @@ $(OutDir_ide_IconDes)List.o: $(UPPDIR1)ide/IconDes/List.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -79118,7 +80926,10 @@ $(OutDir_ide_IconDes)List.o: $(UPPDIR1)ide/IconDes/List.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 \ @@ -79148,6 +80959,7 @@ $(OutDir_ide_IconDes)List.o: $(UPPDIR1)ide/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 \ @@ -79158,10 +80970,14 @@ $(OutDir_ide_IconDes)List.o: $(UPPDIR1)ide/IconDes/List.cpp \ $(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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ + $(UPPDIR1)ide/IconDes/List.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -79169,20 +80985,20 @@ $(OutDir_ide_IconDes)List.o: $(UPPDIR1)ide/IconDes/List.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 \ @@ -79191,6 +81007,8 @@ $(OutDir_ide_IconDes)List.o: $(UPPDIR1)ide/IconDes/List.cpp \ $(OutDir_ide_IconDes)Image.o: $(UPPDIR1)ide/IconDes/Image.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -79257,8 +81075,6 @@ $(OutDir_ide_IconDes)Image.o: $(UPPDIR1)ide/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 \ @@ -79285,6 +81101,7 @@ $(OutDir_ide_IconDes)Image.o: $(UPPDIR1)ide/IconDes/Image.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -79294,7 +81111,10 @@ $(OutDir_ide_IconDes)Image.o: $(UPPDIR1)ide/IconDes/Image.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 \ @@ -79324,6 +81144,7 @@ $(OutDir_ide_IconDes)Image.o: $(UPPDIR1)ide/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 \ @@ -79334,10 +81155,14 @@ $(OutDir_ide_IconDes)Image.o: $(UPPDIR1)ide/IconDes/Image.cpp \ $(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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ + $(UPPDIR1)ide/IconDes/Image.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -79345,20 +81170,20 @@ $(OutDir_ide_IconDes)Image.o: $(UPPDIR1)ide/IconDes/Image.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 \ @@ -79367,6 +81192,8 @@ $(OutDir_ide_IconDes)Image.o: $(UPPDIR1)ide/IconDes/Image.cpp \ $(OutDir_ide_IconDes)Smoothen.o: $(UPPDIR1)ide/IconDes/Smoothen.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -79433,8 +81260,6 @@ $(OutDir_ide_IconDes)Smoothen.o: $(UPPDIR1)ide/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 \ @@ -79461,6 +81286,7 @@ $(OutDir_ide_IconDes)Smoothen.o: $(UPPDIR1)ide/IconDes/Smoothen.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -79470,7 +81296,10 @@ $(OutDir_ide_IconDes)Smoothen.o: $(UPPDIR1)ide/IconDes/Smoothen.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 \ @@ -79500,6 +81329,7 @@ $(OutDir_ide_IconDes)Smoothen.o: $(UPPDIR1)ide/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 \ @@ -79510,10 +81340,14 @@ $(OutDir_ide_IconDes)Smoothen.o: $(UPPDIR1)ide/IconDes/Smoothen.cpp \ $(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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ + $(UPPDIR1)ide/IconDes/Smoothen.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -79521,20 +81355,20 @@ $(OutDir_ide_IconDes)Smoothen.o: $(UPPDIR1)ide/IconDes/Smoothen.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 \ @@ -79543,6 +81377,8 @@ $(OutDir_ide_IconDes)Smoothen.o: $(UPPDIR1)ide/IconDes/Smoothen.cpp \ $(OutDir_ide_IconDes)Text.o: $(UPPDIR1)ide/IconDes/Text.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -79609,8 +81445,6 @@ $(OutDir_ide_IconDes)Text.o: $(UPPDIR1)ide/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 \ @@ -79637,6 +81471,7 @@ $(OutDir_ide_IconDes)Text.o: $(UPPDIR1)ide/IconDes/Text.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -79646,7 +81481,10 @@ $(OutDir_ide_IconDes)Text.o: $(UPPDIR1)ide/IconDes/Text.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 \ @@ -79676,6 +81514,7 @@ $(OutDir_ide_IconDes)Text.o: $(UPPDIR1)ide/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 \ @@ -79686,10 +81525,14 @@ $(OutDir_ide_IconDes)Text.o: $(UPPDIR1)ide/IconDes/Text.cpp \ $(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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ + $(UPPDIR1)ide/IconDes/Text.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -79697,20 +81540,20 @@ $(OutDir_ide_IconDes)Text.o: $(UPPDIR1)ide/IconDes/Text.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 \ @@ -79719,6 +81562,8 @@ $(OutDir_ide_IconDes)Text.o: $(UPPDIR1)ide/IconDes/Text.cpp \ $(OutDir_ide_IconDes)Bar.o: $(UPPDIR1)ide/IconDes/Bar.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -79785,8 +81630,6 @@ $(OutDir_ide_IconDes)Bar.o: $(UPPDIR1)ide/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 \ @@ -79813,17 +81656,20 @@ $(OutDir_ide_IconDes)Bar.o: $(UPPDIR1)ide/IconDes/Bar.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)CtrlLib/AKeys.h \ - $(UPPDIR1)CtrlLib/akt_.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -79854,6 +81700,7 @@ $(OutDir_ide_IconDes)Bar.o: $(UPPDIR1)ide/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 \ @@ -79864,10 +81711,14 @@ $(OutDir_ide_IconDes)Bar.o: $(UPPDIR1)ide/IconDes/Bar.cpp \ $(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/IconDes/Bar.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -79875,20 +81726,20 @@ $(OutDir_ide_IconDes)Bar.o: $(UPPDIR1)ide/IconDes/Bar.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 \ @@ -79897,6 +81748,8 @@ $(OutDir_ide_IconDes)Bar.o: $(UPPDIR1)ide/IconDes/Bar.cpp \ $(OutDir_ide_IconDes)EditPos.o: $(UPPDIR1)ide/IconDes/EditPos.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -79963,8 +81816,6 @@ $(OutDir_ide_IconDes)EditPos.o: $(UPPDIR1)ide/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 \ @@ -79991,6 +81842,7 @@ $(OutDir_ide_IconDes)EditPos.o: $(UPPDIR1)ide/IconDes/EditPos.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -80000,7 +81852,10 @@ $(OutDir_ide_IconDes)EditPos.o: $(UPPDIR1)ide/IconDes/EditPos.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 \ @@ -80030,6 +81885,7 @@ $(OutDir_ide_IconDes)EditPos.o: $(UPPDIR1)ide/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 \ @@ -80040,10 +81896,14 @@ $(OutDir_ide_IconDes)EditPos.o: $(UPPDIR1)ide/IconDes/EditPos.cpp \ $(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/IconDes/EditPos.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -80051,20 +81911,20 @@ $(OutDir_ide_IconDes)EditPos.o: $(UPPDIR1)ide/IconDes/EditPos.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 \ @@ -80073,6 +81933,8 @@ $(OutDir_ide_IconDes)EditPos.o: $(UPPDIR1)ide/IconDes/EditPos.cpp \ $(OutDir_ide_IconDes)ImlFile.o: $(UPPDIR1)ide/IconDes/ImlFile.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -80139,8 +82001,6 @@ $(OutDir_ide_IconDes)ImlFile.o: $(UPPDIR1)ide/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 \ @@ -80167,6 +82027,7 @@ $(OutDir_ide_IconDes)ImlFile.o: $(UPPDIR1)ide/IconDes/ImlFile.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -80176,7 +82037,10 @@ $(OutDir_ide_IconDes)ImlFile.o: $(UPPDIR1)ide/IconDes/ImlFile.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 \ @@ -80206,6 +82070,7 @@ $(OutDir_ide_IconDes)ImlFile.o: $(UPPDIR1)ide/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 \ @@ -80216,10 +82081,14 @@ $(OutDir_ide_IconDes)ImlFile.o: $(UPPDIR1)ide/IconDes/ImlFile.cpp \ $(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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ + $(UPPDIR1)ide/IconDes/ImlFile.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -80227,20 +82096,20 @@ $(OutDir_ide_IconDes)ImlFile.o: $(UPPDIR1)ide/IconDes/ImlFile.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 \ @@ -80249,6 +82118,8 @@ $(OutDir_ide_IconDes)ImlFile.o: $(UPPDIR1)ide/IconDes/ImlFile.cpp \ $(OutDir_ide_IconDes)IdeIconDes.o: $(UPPDIR1)ide/IconDes/IdeIconDes.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -80315,8 +82186,6 @@ $(OutDir_ide_IconDes)IdeIconDes.o: $(UPPDIR1)ide/IconDes/IdeIconDes.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -80343,6 +82212,7 @@ $(OutDir_ide_IconDes)IdeIconDes.o: $(UPPDIR1)ide/IconDes/IdeIconDes.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -80352,7 +82222,10 @@ $(OutDir_ide_IconDes)IdeIconDes.o: $(UPPDIR1)ide/IconDes/IdeIconDes.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 \ @@ -80382,6 +82255,7 @@ $(OutDir_ide_IconDes)IdeIconDes.o: $(UPPDIR1)ide/IconDes/IdeIconDes.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -80392,35 +82266,47 @@ $(OutDir_ide_IconDes)IdeIconDes.o: $(UPPDIR1)ide/IconDes/IdeIconDes.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ + $(UPPDIR1)ide/IconDes/IdeIconDes.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/LinearPath.h \ @@ -80430,37 +82316,41 @@ $(OutDir_ide_IconDes)IdeIconDes.o: $(UPPDIR1)ide/IconDes/IdeIconDes.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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_IconDes) $(UPPDIR1)ide/IconDes/IdeIconDes.cpp -o $(OutDir_ide_IconDes)IdeIconDes.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 \ @@ -80527,8 +82417,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 \ @@ -80555,6 +82443,7 @@ $(OutDir_ide_IconDes)IdeDes.o: $(UPPDIR1)ide/IconDes/IdeDes.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -80564,7 +82453,10 @@ $(OutDir_ide_IconDes)IdeDes.o: $(UPPDIR1)ide/IconDes/IdeDes.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 \ @@ -80594,6 +82486,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 \ @@ -80604,10 +82497,14 @@ $(OutDir_ide_IconDes)IdeDes.o: $(UPPDIR1)ide/IconDes/IdeDes.cpp \ $(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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ + $(UPPDIR1)ide/IconDes/IdeDes.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -80615,20 +82512,20 @@ $(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 \ @@ -80731,8 +82628,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 \ @@ -80762,6 +82657,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 \ @@ -80770,8 +82666,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 @@ -80833,8 +82728,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 \ @@ -80864,6 +82757,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 \ @@ -80872,8 +82766,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 @@ -80943,8 +82836,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 \ @@ -80974,6 +82865,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 \ @@ -80982,14 +82874,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 @@ -81051,8 +82941,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 \ @@ -81082,6 +82970,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 \ @@ -81090,293 +82979,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 @@ -81384,98 +83272,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 \ @@ -81485,8 +83372,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 \ @@ -81496,8 +83383,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 \ @@ -81507,8 +83394,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 \ @@ -81518,8 +83405,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 \ @@ -81529,8 +83416,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 \ @@ -81540,8 +83427,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 \ @@ -81551,16 +83438,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 @@ -81571,8 +83458,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 \ @@ -81582,8 +83469,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 \ @@ -81593,8 +83480,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 \ @@ -81604,8 +83491,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 \ @@ -81615,8 +83502,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: \ diff --git a/Makefile.in b/Makefile.in index b2488f0cf..3ed8abc4d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,12 +1,15 @@ UPPDIR1 = ./uppsrc/ +UPPDIR2 = /home/cxl/.config/u++/theide/UppHub/gdal/ +UPPDIR3 = /home/cxl/.config/u++/theide/UppHub/eigen/ +UPPDIR4 = /home/cxl/.config/u++/theide/UppHub/Functions4U/ 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` `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) -I$(UPPDIR4) `pkg-config --cflags libpng` `pkg-config --cflags freetype2` `pkg-config --cflags fontconfig` `pkg-config --cflags x11` `pkg-config --cflags xcb` `pkg-config --cflags expat` `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) CFLAGS = -O3 -ffunction-sections -fdata-sections -CXXFLAGS = -O3 -ffunction-sections -fdata-sections -std=c++14 +CXXFLAGS = -O3 -ffunction-sections -fdata-sections -std=c++17 LDFLAGS = -Wl,--gc-sections $(LINKOPTIONS) LIBPATH = AR = ar -sr @@ -409,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 \ @@ -475,8 +480,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 \ @@ -503,6 +506,7 @@ $(OutDir_ide)BaseDlg.o: $(UPPDIR1)ide/BaseDlg.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -512,7 +516,10 @@ $(OutDir_ide)BaseDlg.o: $(UPPDIR1)ide/BaseDlg.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 \ @@ -542,6 +549,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 \ @@ -552,35 +560,47 @@ $(OutDir_ide)BaseDlg.o: $(UPPDIR1)ide/BaseDlg.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -590,37 +610,41 @@ $(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 $(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 \ @@ -687,8 +711,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 \ @@ -715,6 +737,7 @@ $(OutDir_ide)SelectPkg.o: $(UPPDIR1)ide/SelectPkg.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -724,7 +747,10 @@ $(OutDir_ide)SelectPkg.o: $(UPPDIR1)ide/SelectPkg.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 \ @@ -754,6 +780,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 \ @@ -764,35 +791,47 @@ $(OutDir_ide)SelectPkg.o: $(UPPDIR1)ide/SelectPkg.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -802,37 +841,41 @@ $(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 $(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 \ @@ -899,8 +942,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 \ @@ -927,6 +968,7 @@ $(OutDir_ide)UppWspc.o: $(UPPDIR1)ide/UppWspc.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -936,7 +978,10 @@ $(OutDir_ide)UppWspc.o: $(UPPDIR1)ide/UppWspc.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 \ @@ -966,6 +1011,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 \ @@ -976,35 +1022,47 @@ $(OutDir_ide)UppWspc.o: $(UPPDIR1)ide/UppWspc.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -1014,37 +1072,41 @@ $(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 $(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 \ @@ -1111,8 +1173,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 \ @@ -1139,6 +1199,7 @@ $(OutDir_ide)NewPackageFile.o: $(UPPDIR1)ide/NewPackageFile.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -1148,7 +1209,10 @@ $(OutDir_ide)NewPackageFile.o: $(UPPDIR1)ide/NewPackageFile.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 \ @@ -1178,6 +1242,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 \ @@ -1188,35 +1253,47 @@ $(OutDir_ide)NewPackageFile.o: $(UPPDIR1)ide/NewPackageFile.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -1226,37 +1303,41 @@ $(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 $(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 \ @@ -1323,8 +1404,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 \ @@ -1351,6 +1430,7 @@ $(OutDir_ide)Organizer.o: $(UPPDIR1)ide/Organizer.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -1360,7 +1440,10 @@ $(OutDir_ide)Organizer.o: $(UPPDIR1)ide/Organizer.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 \ @@ -1390,6 +1473,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 \ @@ -1400,35 +1484,47 @@ $(OutDir_ide)Organizer.o: $(UPPDIR1)ide/Organizer.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -1438,37 +1534,41 @@ $(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 $(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 \ @@ -1535,8 +1635,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 \ @@ -1563,6 +1661,7 @@ $(OutDir_ide)Template.o: $(UPPDIR1)ide/Template.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -1572,7 +1671,10 @@ $(OutDir_ide)Template.o: $(UPPDIR1)ide/Template.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 \ @@ -1602,6 +1704,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 \ @@ -1612,35 +1715,47 @@ $(OutDir_ide)Template.o: $(UPPDIR1)ide/Template.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -1650,37 +1765,41 @@ $(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 $(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 \ @@ -1747,8 +1866,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 \ @@ -1775,6 +1892,7 @@ $(OutDir_ide)Console.o: $(UPPDIR1)ide/Console.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -1784,7 +1902,10 @@ $(OutDir_ide)Console.o: $(UPPDIR1)ide/Console.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 \ @@ -1814,6 +1935,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 \ @@ -1824,35 +1946,47 @@ $(OutDir_ide)Console.o: $(UPPDIR1)ide/Console.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -1862,37 +1996,41 @@ $(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 $(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 \ @@ -1959,8 +2097,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 \ @@ -1987,6 +2123,7 @@ $(OutDir_ide)FindFile.o: $(UPPDIR1)ide/FindFile.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -1996,7 +2133,10 @@ $(OutDir_ide)FindFile.o: $(UPPDIR1)ide/FindFile.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 \ @@ -2026,6 +2166,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 \ @@ -2036,35 +2177,47 @@ $(OutDir_ide)FindFile.o: $(UPPDIR1)ide/FindFile.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -2074,37 +2227,41 @@ $(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 $(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 \ @@ -2171,8 +2328,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 \ @@ -2199,6 +2354,7 @@ $(OutDir_ide)FindInFiles.o: $(UPPDIR1)ide/FindInFiles.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -2208,7 +2364,10 @@ $(OutDir_ide)FindInFiles.o: $(UPPDIR1)ide/FindInFiles.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 \ @@ -2238,6 +2397,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 \ @@ -2248,35 +2408,47 @@ $(OutDir_ide)FindInFiles.o: $(UPPDIR1)ide/FindInFiles.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -2286,37 +2458,41 @@ $(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 $(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 \ @@ -2383,8 +2559,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 \ @@ -2411,6 +2585,7 @@ $(OutDir_ide)Config.o: $(UPPDIR1)ide/Config.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -2420,7 +2595,10 @@ $(OutDir_ide)Config.o: $(UPPDIR1)ide/Config.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 \ @@ -2450,6 +2628,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 \ @@ -2460,35 +2639,47 @@ $(OutDir_ide)Config.o: $(UPPDIR1)ide/Config.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -2498,37 +2689,41 @@ $(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 $(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 \ @@ -2595,8 +2790,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 \ @@ -2623,6 +2816,7 @@ $(OutDir_ide)ide.o: $(UPPDIR1)ide/ide.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -2632,7 +2826,10 @@ $(OutDir_ide)ide.o: $(UPPDIR1)ide/ide.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 \ @@ -2662,6 +2859,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 \ @@ -2672,35 +2870,47 @@ $(OutDir_ide)ide.o: $(UPPDIR1)ide/ide.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ + $(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/LinearPath.h \ @@ -2710,37 +2920,41 @@ $(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 $(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 \ @@ -2807,8 +3021,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 \ @@ -2835,6 +3047,7 @@ $(OutDir_ide)idefile.o: $(UPPDIR1)ide/idefile.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -2844,7 +3057,10 @@ $(OutDir_ide)idefile.o: $(UPPDIR1)ide/idefile.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 \ @@ -2874,6 +3090,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 \ @@ -2884,35 +3101,47 @@ $(OutDir_ide)idefile.o: $(UPPDIR1)ide/idefile.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -2922,37 +3151,41 @@ $(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 $(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 \ @@ -3019,8 +3252,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 \ @@ -3047,6 +3278,7 @@ $(OutDir_ide)EditorTabBar.o: $(UPPDIR1)ide/EditorTabBar.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -3056,7 +3288,10 @@ $(OutDir_ide)EditorTabBar.o: $(UPPDIR1)ide/EditorTabBar.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 \ @@ -3086,6 +3321,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 \ @@ -3096,35 +3332,47 @@ $(OutDir_ide)EditorTabBar.o: $(UPPDIR1)ide/EditorTabBar.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -3134,37 +3382,41 @@ $(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 $(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 \ @@ -3231,8 +3483,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 \ @@ -3259,6 +3509,7 @@ $(OutDir_ide)Bottom.o: $(UPPDIR1)ide/Bottom.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -3268,7 +3519,10 @@ $(OutDir_ide)Bottom.o: $(UPPDIR1)ide/Bottom.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 \ @@ -3298,6 +3552,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 \ @@ -3308,35 +3563,47 @@ $(OutDir_ide)Bottom.o: $(UPPDIR1)ide/Bottom.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -3346,37 +3613,41 @@ $(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 $(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 \ @@ -3443,8 +3714,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 \ @@ -3471,6 +3740,7 @@ $(OutDir_ide)t.o: $(UPPDIR1)ide/t.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -3480,7 +3750,10 @@ $(OutDir_ide)t.o: $(UPPDIR1)ide/t.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 \ @@ -3510,6 +3783,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 \ @@ -3520,35 +3794,47 @@ $(OutDir_ide)t.o: $(UPPDIR1)ide/t.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -3558,37 +3844,41 @@ $(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 $(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 \ @@ -3655,8 +3945,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 \ @@ -3683,6 +3971,7 @@ $(OutDir_ide)AssistDisplay.o: $(UPPDIR1)ide/AssistDisplay.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -3692,7 +3981,10 @@ $(OutDir_ide)AssistDisplay.o: $(UPPDIR1)ide/AssistDisplay.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 \ @@ -3722,6 +4014,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 \ @@ -3732,35 +4025,47 @@ $(OutDir_ide)AssistDisplay.o: $(UPPDIR1)ide/AssistDisplay.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -3770,37 +4075,41 @@ $(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 $(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 \ @@ -3867,8 +4176,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 \ @@ -3895,6 +4202,7 @@ $(OutDir_ide)IncludeTrick.o: $(UPPDIR1)ide/IncludeTrick.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -3904,7 +4212,10 @@ $(OutDir_ide)IncludeTrick.o: $(UPPDIR1)ide/IncludeTrick.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 \ @@ -3934,6 +4245,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 \ @@ -3944,35 +4256,47 @@ $(OutDir_ide)IncludeTrick.o: $(UPPDIR1)ide/IncludeTrick.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -3982,37 +4306,41 @@ $(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 $(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 \ @@ -4079,8 +4407,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 \ @@ -4107,6 +4433,7 @@ $(OutDir_ide)Assist.o: $(UPPDIR1)ide/Assist.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -4116,7 +4443,10 @@ $(OutDir_ide)Assist.o: $(UPPDIR1)ide/Assist.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 \ @@ -4146,6 +4476,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 \ @@ -4156,35 +4487,47 @@ $(OutDir_ide)Assist.o: $(UPPDIR1)ide/Assist.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -4194,37 +4537,41 @@ $(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 $(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 \ @@ -4291,8 +4638,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 \ @@ -4319,6 +4664,7 @@ $(OutDir_ide)DCopy.o: $(UPPDIR1)ide/DCopy.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -4328,7 +4674,10 @@ $(OutDir_ide)DCopy.o: $(UPPDIR1)ide/DCopy.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 \ @@ -4358,6 +4707,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 \ @@ -4368,35 +4718,47 @@ $(OutDir_ide)DCopy.o: $(UPPDIR1)ide/DCopy.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -4406,37 +4768,41 @@ $(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 $(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 \ @@ -4503,8 +4869,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 \ @@ -4531,6 +4895,7 @@ $(OutDir_ide)ContextGoto.o: $(UPPDIR1)ide/ContextGoto.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -4540,7 +4905,10 @@ $(OutDir_ide)ContextGoto.o: $(UPPDIR1)ide/ContextGoto.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 \ @@ -4570,6 +4938,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 \ @@ -4580,35 +4949,47 @@ $(OutDir_ide)ContextGoto.o: $(UPPDIR1)ide/ContextGoto.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -4618,37 +4999,41 @@ $(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 $(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 \ @@ -4715,8 +5100,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 \ @@ -4743,6 +5126,7 @@ $(OutDir_ide)GoToLine.o: $(UPPDIR1)ide/GoToLine.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -4752,7 +5136,10 @@ $(OutDir_ide)GoToLine.o: $(UPPDIR1)ide/GoToLine.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 \ @@ -4782,6 +5169,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 \ @@ -4792,35 +5180,47 @@ $(OutDir_ide)GoToLine.o: $(UPPDIR1)ide/GoToLine.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -4830,37 +5230,41 @@ $(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 $(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 \ @@ -4927,8 +5331,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 \ @@ -4955,6 +5357,7 @@ $(OutDir_ide)Swaps.o: $(UPPDIR1)ide/Swaps.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -4964,7 +5367,10 @@ $(OutDir_ide)Swaps.o: $(UPPDIR1)ide/Swaps.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 \ @@ -4994,6 +5400,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 \ @@ -5004,35 +5411,47 @@ $(OutDir_ide)Swaps.o: $(UPPDIR1)ide/Swaps.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -5042,37 +5461,41 @@ $(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 $(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 \ @@ -5139,8 +5562,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 \ @@ -5167,6 +5588,7 @@ $(OutDir_ide)Usage.o: $(UPPDIR1)ide/Usage.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -5176,7 +5598,10 @@ $(OutDir_ide)Usage.o: $(UPPDIR1)ide/Usage.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 \ @@ -5206,6 +5631,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 \ @@ -5216,35 +5642,47 @@ $(OutDir_ide)Usage.o: $(UPPDIR1)ide/Usage.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -5254,37 +5692,41 @@ $(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 $(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 \ @@ -5351,8 +5793,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 \ @@ -5379,6 +5819,7 @@ $(OutDir_ide)ParamInfo.o: $(UPPDIR1)ide/ParamInfo.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -5388,7 +5829,10 @@ $(OutDir_ide)ParamInfo.o: $(UPPDIR1)ide/ParamInfo.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 \ @@ -5418,6 +5862,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 \ @@ -5428,35 +5873,47 @@ $(OutDir_ide)ParamInfo.o: $(UPPDIR1)ide/ParamInfo.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -5466,37 +5923,41 @@ $(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 $(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 \ @@ -5563,8 +6024,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 \ @@ -5591,6 +6050,7 @@ $(OutDir_ide)Navigator.o: $(UPPDIR1)ide/Navigator.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -5600,7 +6060,10 @@ $(OutDir_ide)Navigator.o: $(UPPDIR1)ide/Navigator.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 \ @@ -5630,6 +6093,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 \ @@ -5640,35 +6104,47 @@ $(OutDir_ide)Navigator.o: $(UPPDIR1)ide/Navigator.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -5678,37 +6154,41 @@ $(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 $(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 \ @@ -5775,8 +6255,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 \ @@ -5803,6 +6281,7 @@ $(OutDir_ide)Annotations.o: $(UPPDIR1)ide/Annotations.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -5812,7 +6291,10 @@ $(OutDir_ide)Annotations.o: $(UPPDIR1)ide/Annotations.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 \ @@ -5842,6 +6324,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 \ @@ -5852,35 +6335,47 @@ $(OutDir_ide)Annotations.o: $(UPPDIR1)ide/Annotations.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -5890,37 +6385,41 @@ $(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 $(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 \ @@ -5987,8 +6486,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 \ @@ -6015,6 +6512,7 @@ $(OutDir_ide)Virtuals.o: $(UPPDIR1)ide/Virtuals.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -6024,7 +6522,10 @@ $(OutDir_ide)Virtuals.o: $(UPPDIR1)ide/Virtuals.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 \ @@ -6054,6 +6555,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 \ @@ -6064,36 +6566,48 @@ $(OutDir_ide)Virtuals.o: $(UPPDIR1)ide/Virtuals.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -6102,37 +6616,41 @@ $(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 $(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 \ @@ -6199,8 +6717,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 \ @@ -6227,6 +6743,7 @@ $(OutDir_ide)Events.o: $(UPPDIR1)ide/Events.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -6236,7 +6753,10 @@ $(OutDir_ide)Events.o: $(UPPDIR1)ide/Events.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 \ @@ -6266,6 +6786,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 \ @@ -6276,35 +6797,47 @@ $(OutDir_ide)Events.o: $(UPPDIR1)ide/Events.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -6314,37 +6847,41 @@ $(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 $(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 \ @@ -6411,8 +6948,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 \ @@ -6439,6 +6974,7 @@ $(OutDir_ide)NavDlg.o: $(UPPDIR1)ide/NavDlg.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -6448,7 +6984,10 @@ $(OutDir_ide)NavDlg.o: $(UPPDIR1)ide/NavDlg.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 \ @@ -6478,6 +7017,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 \ @@ -6488,35 +7028,47 @@ $(OutDir_ide)NavDlg.o: $(UPPDIR1)ide/NavDlg.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -6526,37 +7078,41 @@ $(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 $(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 \ @@ -6623,8 +7179,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 \ @@ -6651,6 +7205,7 @@ $(OutDir_ide)Log.o: $(UPPDIR1)ide/Log.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -6660,7 +7215,10 @@ $(OutDir_ide)Log.o: $(UPPDIR1)ide/Log.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 \ @@ -6690,6 +7248,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 \ @@ -6700,35 +7259,47 @@ $(OutDir_ide)Log.o: $(UPPDIR1)ide/Log.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -6738,37 +7309,41 @@ $(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 $(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 \ @@ -6835,8 +7410,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 \ @@ -6863,6 +7436,7 @@ $(OutDir_ide)MainConfig.o: $(UPPDIR1)ide/MainConfig.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -6872,7 +7446,10 @@ $(OutDir_ide)MainConfig.o: $(UPPDIR1)ide/MainConfig.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 \ @@ -6902,6 +7479,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 \ @@ -6912,35 +7490,47 @@ $(OutDir_ide)MainConfig.o: $(UPPDIR1)ide/MainConfig.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -6950,37 +7540,41 @@ $(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 $(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 \ @@ -7047,8 +7641,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 \ @@ -7075,6 +7667,7 @@ $(OutDir_ide)Setup.o: $(UPPDIR1)ide/Setup.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -7084,7 +7677,10 @@ $(OutDir_ide)Setup.o: $(UPPDIR1)ide/Setup.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 \ @@ -7114,6 +7710,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 \ @@ -7124,35 +7721,47 @@ $(OutDir_ide)Setup.o: $(UPPDIR1)ide/Setup.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -7162,37 +7771,41 @@ $(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 $(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 \ @@ -7259,8 +7872,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 \ @@ -7287,6 +7898,7 @@ $(OutDir_ide)Custom.o: $(UPPDIR1)ide/Custom.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -7296,7 +7908,10 @@ $(OutDir_ide)Custom.o: $(UPPDIR1)ide/Custom.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 \ @@ -7326,6 +7941,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 \ @@ -7336,35 +7952,47 @@ $(OutDir_ide)Custom.o: $(UPPDIR1)ide/Custom.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -7374,37 +8002,41 @@ $(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 $(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 \ @@ -7471,8 +8103,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 \ @@ -7499,6 +8129,7 @@ $(OutDir_ide)Print.o: $(UPPDIR1)ide/Print.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -7508,7 +8139,10 @@ $(OutDir_ide)Print.o: $(UPPDIR1)ide/Print.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 \ @@ -7538,6 +8172,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 \ @@ -7548,35 +8183,47 @@ $(OutDir_ide)Print.o: $(UPPDIR1)ide/Print.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -7586,37 +8233,41 @@ $(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 $(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 \ @@ -7683,8 +8334,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 \ @@ -7711,6 +8360,7 @@ $(OutDir_ide)InsertImage.o: $(UPPDIR1)ide/InsertImage.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -7720,7 +8370,10 @@ $(OutDir_ide)InsertImage.o: $(UPPDIR1)ide/InsertImage.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 \ @@ -7750,6 +8403,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 \ @@ -7760,35 +8414,47 @@ $(OutDir_ide)InsertImage.o: $(UPPDIR1)ide/InsertImage.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -7798,37 +8464,41 @@ $(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 $(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 \ @@ -7895,8 +8565,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 \ @@ -7923,6 +8591,7 @@ $(OutDir_ide)Insert.o: $(UPPDIR1)ide/Insert.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -7932,7 +8601,10 @@ $(OutDir_ide)Insert.o: $(UPPDIR1)ide/Insert.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 \ @@ -7962,6 +8634,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 \ @@ -7972,35 +8645,47 @@ $(OutDir_ide)Insert.o: $(UPPDIR1)ide/Insert.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -8010,37 +8695,41 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Insert.cpp -o $(OutDir_ide)Insert.o $(OutDir_ide)Sequence.o: $(UPPDIR1)ide/Sequence.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -8107,8 +8796,6 @@ $(OutDir_ide)Sequence.o: $(UPPDIR1)ide/Sequence.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -8135,6 +8822,7 @@ $(OutDir_ide)Sequence.o: $(UPPDIR1)ide/Sequence.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -8144,7 +8832,10 @@ $(OutDir_ide)Sequence.o: $(UPPDIR1)ide/Sequence.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 \ @@ -8174,6 +8865,7 @@ $(OutDir_ide)Sequence.o: $(UPPDIR1)ide/Sequence.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -8184,35 +8876,47 @@ $(OutDir_ide)Sequence.o: $(UPPDIR1)ide/Sequence.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/Sequence.cpp \ $(UPPDIR1)ide/UppDlg.h \ $(UPPDIR1)ide/urepo.h \ + $(UPPDIR1)ide/urepo.lay \ $(UPPDIR1)ide/version.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ @@ -8222,37 +8926,41 @@ $(OutDir_ide)Sequence.o: $(UPPDIR1)ide/Sequence.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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/Sequence.cpp -o $(OutDir_ide)Sequence.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 \ @@ -8319,8 +9027,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 \ @@ -8347,6 +9053,7 @@ $(OutDir_ide)idetool.o: $(UPPDIR1)ide/idetool.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -8356,7 +9063,10 @@ $(OutDir_ide)idetool.o: $(UPPDIR1)ide/idetool.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 \ @@ -8386,6 +9096,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 \ @@ -8396,35 +9107,47 @@ $(OutDir_ide)idetool.o: $(UPPDIR1)ide/idetool.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -8434,37 +9157,41 @@ $(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 $(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 \ @@ -8531,8 +9258,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 \ @@ -8559,6 +9284,7 @@ $(OutDir_ide)Install.o: $(UPPDIR1)ide/Install.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -8568,7 +9294,10 @@ $(OutDir_ide)Install.o: $(UPPDIR1)ide/Install.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 \ @@ -8598,6 +9327,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 \ @@ -8608,35 +9338,47 @@ $(OutDir_ide)Install.o: $(UPPDIR1)ide/Install.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -8646,37 +9388,41 @@ $(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 $(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 \ @@ -8743,8 +9489,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 \ @@ -8771,6 +9515,7 @@ $(OutDir_ide)Android.o: $(UPPDIR1)ide/Android.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -8780,7 +9525,10 @@ $(OutDir_ide)Android.o: $(UPPDIR1)ide/Android.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 \ @@ -8810,6 +9558,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 \ @@ -8820,35 +9569,47 @@ $(OutDir_ide)Android.o: $(UPPDIR1)ide/Android.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -8858,37 +9619,41 @@ $(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 $(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 \ @@ -8955,8 +9720,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 \ @@ -8983,17 +9746,20 @@ $(OutDir_ide)idebar.o: $(UPPDIR1)ide/idebar.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)CtrlLib/AKeys.h \ - $(UPPDIR1)CtrlLib/akt_.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -9024,6 +9790,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 \ @@ -9034,35 +9801,47 @@ $(OutDir_ide)idebar.o: $(UPPDIR1)ide/idebar.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -9072,37 +9851,41 @@ $(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 $(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 \ @@ -9169,8 +9952,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 \ @@ -9197,6 +9978,7 @@ $(OutDir_ide)background.o: $(UPPDIR1)ide/background.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -9206,7 +9988,10 @@ $(OutDir_ide)background.o: $(UPPDIR1)ide/background.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 \ @@ -9236,6 +10021,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 \ @@ -9246,35 +10032,47 @@ $(OutDir_ide)background.o: $(UPPDIR1)ide/background.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -9284,37 +10082,41 @@ $(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 $(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 \ @@ -9381,8 +10183,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 \ @@ -9409,6 +10209,7 @@ $(OutDir_ide)idewin.o: $(UPPDIR1)ide/idewin.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -9418,7 +10219,10 @@ $(OutDir_ide)idewin.o: $(UPPDIR1)ide/idewin.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 \ @@ -9448,6 +10252,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 \ @@ -9459,35 +10264,47 @@ $(OutDir_ide)idewin.o: $(UPPDIR1)ide/idewin.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -9497,37 +10314,41 @@ $(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 $(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 \ @@ -9594,8 +10415,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 \ @@ -9622,6 +10441,7 @@ $(OutDir_ide)main.o: $(UPPDIR1)ide/main.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -9631,7 +10451,10 @@ $(OutDir_ide)main.o: $(UPPDIR1)ide/main.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 \ @@ -9661,6 +10484,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 \ @@ -9671,36 +10495,48 @@ $(OutDir_ide)main.o: $(UPPDIR1)ide/main.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -9710,31 +10546,33 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/main.cpp -o $(OutDir_ide)main.o @@ -9798,8 +10636,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 \ @@ -9826,6 +10662,7 @@ $(OutDir_ide)CommandLineHandler.o: $(UPPDIR1)ide/CommandLineHandler.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -9835,7 +10672,10 @@ $(OutDir_ide)CommandLineHandler.o: $(UPPDIR1)ide/CommandLineHandler.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 \ @@ -9864,6 +10704,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 \ @@ -9873,6 +10714,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 \ @@ -9882,21 +10724,23 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/CommandLineHandler.cpp -o $(OutDir_ide)CommandLineHandler.o -$(OutDir_ide)BuildInfo.o: $(UPPDIR1)ide/BuildInfo.cpp +$(OutDir_ide)BuildInfo.o: $(UPPDIR1)ide/BuildInfo.cpp \ + $(UPPDIR1)ide/BuildInfo.cpp $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/BuildInfo.cpp -o $(OutDir_ide)BuildInfo.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 \ @@ -9963,8 +10807,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 \ @@ -9992,6 +10834,7 @@ $(OutDir_ide)About.o: $(UPPDIR1)ide/About.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -10001,7 +10844,10 @@ $(OutDir_ide)About.o: $(UPPDIR1)ide/About.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 \ @@ -10031,6 +10877,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 \ @@ -10041,35 +10888,47 @@ $(OutDir_ide)About.o: $(UPPDIR1)ide/About.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -10079,37 +10938,41 @@ $(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 $(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 \ @@ -10176,8 +11039,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 \ @@ -10204,6 +11065,7 @@ $(OutDir_ide)Macro.o: $(UPPDIR1)ide/Macro.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -10213,7 +11075,10 @@ $(OutDir_ide)Macro.o: $(UPPDIR1)ide/Macro.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 \ @@ -10243,6 +11108,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 \ @@ -10253,35 +11119,47 @@ $(OutDir_ide)Macro.o: $(UPPDIR1)ide/Macro.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -10291,37 +11169,41 @@ $(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 $(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 \ @@ -10388,8 +11270,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 \ @@ -10416,6 +11296,7 @@ $(OutDir_ide)Help.o: $(UPPDIR1)ide/Help.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -10425,7 +11306,10 @@ $(OutDir_ide)Help.o: $(UPPDIR1)ide/Help.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 \ @@ -10455,6 +11339,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 \ @@ -10465,35 +11350,47 @@ $(OutDir_ide)Help.o: $(UPPDIR1)ide/Help.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -10503,37 +11400,41 @@ $(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 $(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 \ @@ -10600,8 +11501,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 \ @@ -10628,6 +11527,7 @@ $(OutDir_ide)SlideShow.o: $(UPPDIR1)ide/SlideShow.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -10637,7 +11537,10 @@ $(OutDir_ide)SlideShow.o: $(UPPDIR1)ide/SlideShow.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 \ @@ -10667,6 +11570,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 \ @@ -10677,35 +11581,47 @@ $(OutDir_ide)SlideShow.o: $(UPPDIR1)ide/SlideShow.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -10715,37 +11631,41 @@ $(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 $(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 \ @@ -10812,8 +11732,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 \ @@ -10840,6 +11758,7 @@ $(OutDir_ide)OnlineSearch.o: $(UPPDIR1)ide/OnlineSearch.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -10849,7 +11768,10 @@ $(OutDir_ide)OnlineSearch.o: $(UPPDIR1)ide/OnlineSearch.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 \ @@ -10879,6 +11801,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 \ @@ -10889,35 +11812,47 @@ $(OutDir_ide)OnlineSearch.o: $(UPPDIR1)ide/OnlineSearch.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -10927,37 +11862,41 @@ $(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 $(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 \ @@ -11024,8 +11963,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 \ @@ -11052,6 +11989,7 @@ $(OutDir_ide)Errors.o: $(UPPDIR1)ide/Errors.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -11061,7 +11999,10 @@ $(OutDir_ide)Errors.o: $(UPPDIR1)ide/Errors.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 \ @@ -11091,6 +12032,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 \ @@ -11101,35 +12043,47 @@ $(OutDir_ide)Errors.o: $(UPPDIR1)ide/Errors.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -11139,37 +12093,41 @@ $(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 $(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 \ @@ -11236,8 +12194,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 \ @@ -11264,6 +12220,7 @@ $(OutDir_ide)Calc.o: $(UPPDIR1)ide/Calc.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -11273,7 +12230,10 @@ $(OutDir_ide)Calc.o: $(UPPDIR1)ide/Calc.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 \ @@ -11303,6 +12263,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 \ @@ -11313,35 +12274,47 @@ $(OutDir_ide)Calc.o: $(UPPDIR1)ide/Calc.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -11351,37 +12324,41 @@ $(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 $(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 \ @@ -11448,8 +12425,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 \ @@ -11476,6 +12451,7 @@ $(OutDir_ide)FormatCode.o: $(UPPDIR1)ide/FormatCode.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -11485,7 +12461,10 @@ $(OutDir_ide)FormatCode.o: $(UPPDIR1)ide/FormatCode.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 \ @@ -11515,6 +12494,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 \ @@ -11525,35 +12505,47 @@ $(OutDir_ide)FormatCode.o: $(UPPDIR1)ide/FormatCode.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -11563,37 +12555,41 @@ $(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 $(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 \ @@ -11660,8 +12656,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 \ @@ -11688,6 +12682,7 @@ $(OutDir_ide)Abbr.o: $(UPPDIR1)ide/Abbr.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -11697,7 +12692,10 @@ $(OutDir_ide)Abbr.o: $(UPPDIR1)ide/Abbr.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 \ @@ -11727,6 +12725,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 \ @@ -11737,35 +12736,47 @@ $(OutDir_ide)Abbr.o: $(UPPDIR1)ide/Abbr.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -11775,37 +12786,41 @@ $(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 $(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 \ @@ -11872,8 +12887,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 \ @@ -11900,6 +12913,7 @@ $(OutDir_ide)Qtf.o: $(UPPDIR1)ide/Qtf.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -11909,7 +12923,10 @@ $(OutDir_ide)Qtf.o: $(UPPDIR1)ide/Qtf.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 \ @@ -11939,6 +12956,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 \ @@ -11949,35 +12967,47 @@ $(OutDir_ide)Qtf.o: $(UPPDIR1)ide/Qtf.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -11987,37 +13017,41 @@ $(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 $(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 \ @@ -12084,8 +13118,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 \ @@ -12112,6 +13144,7 @@ $(OutDir_ide)Xml.o: $(UPPDIR1)ide/Xml.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -12121,7 +13154,10 @@ $(OutDir_ide)Xml.o: $(UPPDIR1)ide/Xml.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 \ @@ -12151,6 +13187,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 \ @@ -12161,36 +13198,48 @@ $(OutDir_ide)Xml.o: $(UPPDIR1)ide/Xml.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -12199,37 +13248,41 @@ $(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 $(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 \ @@ -12296,8 +13349,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 \ @@ -12324,6 +13375,7 @@ $(OutDir_ide)Json.o: $(UPPDIR1)ide/Json.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -12333,7 +13385,10 @@ $(OutDir_ide)Json.o: $(UPPDIR1)ide/Json.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 \ @@ -12363,6 +13418,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 \ @@ -12373,35 +13429,47 @@ $(OutDir_ide)Json.o: $(UPPDIR1)ide/Json.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -12411,37 +13479,41 @@ $(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 $(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 \ @@ -12508,8 +13580,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 \ @@ -12536,6 +13606,7 @@ $(OutDir_ide)MacroManager.o: $(UPPDIR1)ide/MacroManager.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -12545,7 +13616,10 @@ $(OutDir_ide)MacroManager.o: $(UPPDIR1)ide/MacroManager.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 \ @@ -12575,6 +13649,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 \ @@ -12585,36 +13660,50 @@ $(OutDir_ide)MacroManager.o: $(UPPDIR1)ide/MacroManager.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -12624,37 +13713,41 @@ $(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 $(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 \ @@ -12721,8 +13814,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 \ @@ -12749,6 +13840,7 @@ $(OutDir_ide)SetupGIT.o: $(UPPDIR1)ide/SetupGIT.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -12758,7 +13850,10 @@ $(OutDir_ide)SetupGIT.o: $(UPPDIR1)ide/SetupGIT.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 \ @@ -12788,6 +13883,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 \ @@ -12798,35 +13894,47 @@ $(OutDir_ide)SetupGIT.o: $(UPPDIR1)ide/SetupGIT.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -12836,37 +13944,41 @@ $(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 $(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 \ @@ -12933,8 +14045,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 \ @@ -12961,6 +14071,7 @@ $(OutDir_ide)Upgrade.o: $(UPPDIR1)ide/Upgrade.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -12970,7 +14081,10 @@ $(OutDir_ide)Upgrade.o: $(UPPDIR1)ide/Upgrade.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 \ @@ -13000,6 +14114,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 \ @@ -13010,35 +14125,47 @@ $(OutDir_ide)Upgrade.o: $(UPPDIR1)ide/Upgrade.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -13048,37 +14175,41 @@ $(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 $(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 \ @@ -13145,8 +14276,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 \ @@ -13173,6 +14302,7 @@ $(OutDir_ide)UppHub.o: $(UPPDIR1)ide/UppHub.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -13182,7 +14312,10 @@ $(OutDir_ide)UppHub.o: $(UPPDIR1)ide/UppHub.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 \ @@ -13212,6 +14345,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 \ @@ -13222,35 +14356,47 @@ $(OutDir_ide)UppHub.o: $(UPPDIR1)ide/UppHub.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -13260,37 +14406,41 @@ $(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 $(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 \ @@ -13357,8 +14507,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 \ @@ -13385,6 +14533,7 @@ $(OutDir_ide)MethodsCtrls.o: $(UPPDIR1)ide/MethodsCtrls.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -13394,7 +14543,10 @@ $(OutDir_ide)MethodsCtrls.o: $(UPPDIR1)ide/MethodsCtrls.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 \ @@ -13424,6 +14576,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 \ @@ -13434,35 +14587,47 @@ $(OutDir_ide)MethodsCtrls.o: $(UPPDIR1)ide/MethodsCtrls.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -13472,37 +14637,41 @@ $(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 $(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 \ @@ -13569,8 +14738,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 \ @@ -13597,6 +14764,7 @@ $(OutDir_ide)Methods.o: $(UPPDIR1)ide/Methods.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -13606,7 +14774,10 @@ $(OutDir_ide)Methods.o: $(UPPDIR1)ide/Methods.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 \ @@ -13636,6 +14807,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 \ @@ -13646,37 +14818,49 @@ $(OutDir_ide)Methods.o: $(UPPDIR1)ide/Methods.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -13686,37 +14870,41 @@ $(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 $(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 \ @@ -13783,8 +14971,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 \ @@ -13811,6 +14997,7 @@ $(OutDir_ide)AutoSetup.o: $(UPPDIR1)ide/AutoSetup.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -13820,7 +15007,10 @@ $(OutDir_ide)AutoSetup.o: $(UPPDIR1)ide/AutoSetup.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 \ @@ -13850,6 +15040,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 \ @@ -13860,35 +15051,47 @@ $(OutDir_ide)AutoSetup.o: $(UPPDIR1)ide/AutoSetup.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -13898,37 +15101,41 @@ $(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 $(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 \ @@ -13995,8 +15202,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 \ @@ -14023,6 +15228,7 @@ $(OutDir_ide)InstantSetup.o: $(UPPDIR1)ide/InstantSetup.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -14032,7 +15238,10 @@ $(OutDir_ide)InstantSetup.o: $(UPPDIR1)ide/InstantSetup.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 \ @@ -14062,6 +15271,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 \ @@ -14072,35 +15282,47 @@ $(OutDir_ide)InstantSetup.o: $(UPPDIR1)ide/InstantSetup.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -14110,37 +15332,41 @@ $(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 $(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 \ @@ -14207,8 +15433,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 \ @@ -14235,6 +15459,7 @@ $(OutDir_ide)OutputMode.o: $(UPPDIR1)ide/OutputMode.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -14244,7 +15469,10 @@ $(OutDir_ide)OutputMode.o: $(UPPDIR1)ide/OutputMode.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 \ @@ -14274,6 +15502,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 \ @@ -14284,35 +15513,47 @@ $(OutDir_ide)OutputMode.o: $(UPPDIR1)ide/OutputMode.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -14322,37 +15563,41 @@ $(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 $(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 \ @@ -14419,8 +15664,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 \ @@ -14447,6 +15690,7 @@ $(OutDir_ide)Build.o: $(UPPDIR1)ide/Build.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -14456,7 +15700,10 @@ $(OutDir_ide)Build.o: $(UPPDIR1)ide/Build.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 \ @@ -14486,6 +15733,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 \ @@ -14496,35 +15744,47 @@ $(OutDir_ide)Build.o: $(UPPDIR1)ide/Build.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -14534,37 +15794,41 @@ $(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 $(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 \ @@ -14631,8 +15895,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 \ @@ -14659,6 +15921,7 @@ $(OutDir_ide)Debug.o: $(UPPDIR1)ide/Debug.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -14668,7 +15931,10 @@ $(OutDir_ide)Debug.o: $(UPPDIR1)ide/Debug.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 \ @@ -14698,6 +15964,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 \ @@ -14708,35 +15975,47 @@ $(OutDir_ide)Debug.o: $(UPPDIR1)ide/Debug.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -14746,37 +16025,41 @@ $(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 $(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 \ @@ -14843,8 +16126,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 \ @@ -14871,6 +16152,7 @@ $(OutDir_ide)Valgrind.o: $(UPPDIR1)ide/Valgrind.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -14880,7 +16162,10 @@ $(OutDir_ide)Valgrind.o: $(UPPDIR1)ide/Valgrind.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 \ @@ -14910,6 +16195,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 \ @@ -14920,35 +16206,47 @@ $(OutDir_ide)Valgrind.o: $(UPPDIR1)ide/Valgrind.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -14958,37 +16256,41 @@ $(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 $(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 \ @@ -15055,8 +16357,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 \ @@ -15083,6 +16383,7 @@ $(OutDir_ide)Export.o: $(UPPDIR1)ide/Export.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -15092,7 +16393,10 @@ $(OutDir_ide)Export.o: $(UPPDIR1)ide/Export.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 \ @@ -15122,6 +16426,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 \ @@ -15132,35 +16437,47 @@ $(OutDir_ide)Export.o: $(UPPDIR1)ide/Export.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -15170,37 +16487,41 @@ $(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 $(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 \ @@ -15267,8 +16588,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 \ @@ -15295,6 +16614,7 @@ $(OutDir_ide)RepoConsole.o: $(UPPDIR1)ide/RepoConsole.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -15304,7 +16624,10 @@ $(OutDir_ide)RepoConsole.o: $(UPPDIR1)ide/RepoConsole.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 \ @@ -15334,6 +16657,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 \ @@ -15344,35 +16668,47 @@ $(OutDir_ide)RepoConsole.o: $(UPPDIR1)ide/RepoConsole.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -15382,37 +16718,41 @@ $(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 $(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 \ @@ -15479,8 +16819,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 \ @@ -15507,6 +16845,7 @@ $(OutDir_ide)RepoSync.o: $(UPPDIR1)ide/RepoSync.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -15516,7 +16855,10 @@ $(OutDir_ide)RepoSync.o: $(UPPDIR1)ide/RepoSync.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 \ @@ -15546,6 +16888,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 \ @@ -15556,35 +16899,47 @@ $(OutDir_ide)RepoSync.o: $(UPPDIR1)ide/RepoSync.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -15594,37 +16949,41 @@ $(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 $(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 \ @@ -15691,8 +17050,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 \ @@ -15719,6 +17076,7 @@ $(OutDir_ide)Credentials.o: $(UPPDIR1)ide/Credentials.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -15728,7 +17086,10 @@ $(OutDir_ide)Credentials.o: $(UPPDIR1)ide/Credentials.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 \ @@ -15758,6 +17119,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 \ @@ -15768,35 +17130,47 @@ $(OutDir_ide)Credentials.o: $(UPPDIR1)ide/Credentials.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -15806,37 +17180,41 @@ $(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 $(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 \ @@ -15903,8 +17281,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 \ @@ -15931,6 +17307,7 @@ $(OutDir_ide)Diff.o: $(UPPDIR1)ide/Diff.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -15940,7 +17317,10 @@ $(OutDir_ide)Diff.o: $(UPPDIR1)ide/Diff.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 \ @@ -15970,6 +17350,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 \ @@ -15980,35 +17361,47 @@ $(OutDir_ide)Diff.o: $(UPPDIR1)ide/Diff.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -16018,37 +17411,41 @@ $(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 $(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 \ @@ -16115,8 +17512,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 \ @@ -16143,6 +17538,7 @@ $(OutDir_ide)DirRepoDiff.o: $(UPPDIR1)ide/DirRepoDiff.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -16152,7 +17548,10 @@ $(OutDir_ide)DirRepoDiff.o: $(UPPDIR1)ide/DirRepoDiff.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 \ @@ -16182,6 +17581,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 \ @@ -16192,35 +17592,47 @@ $(OutDir_ide)DirRepoDiff.o: $(UPPDIR1)ide/DirRepoDiff.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -16230,31 +17642,33 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/DirRepoDiff.cpp -o $(OutDir_ide)DirRepoDiff.o @@ -16264,6 +17678,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 \ @@ -16330,8 +17746,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 \ @@ -16358,6 +17772,7 @@ $(OutDir_ide_Common)ComDlg.o: $(UPPDIR1)ide/Common/ComDlg.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -16367,7 +17782,10 @@ $(OutDir_ide_Common)ComDlg.o: $(UPPDIR1)ide/Common/ComDlg.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 \ @@ -16396,6 +17814,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 \ @@ -16406,7 +17825,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 \ @@ -16416,20 +17837,20 @@ $(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)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -16438,6 +17859,8 @@ $(OutDir_ide_Common)ComDlg.o: $(UPPDIR1)ide/Common/ComDlg.cpp \ $(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 \ @@ -16504,8 +17927,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 \ @@ -16532,6 +17953,7 @@ $(OutDir_ide_Common)Module.o: $(UPPDIR1)ide/Common/Module.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -16541,7 +17963,10 @@ $(OutDir_ide_Common)Module.o: $(UPPDIR1)ide/Common/Module.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 \ @@ -16570,6 +17995,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 \ @@ -16580,6 +18006,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 \ @@ -16589,20 +18017,20 @@ $(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)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -16611,6 +18039,8 @@ $(OutDir_ide_Common)Module.o: $(UPPDIR1)ide/Common/Module.cpp \ $(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 \ @@ -16677,8 +18107,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 \ @@ -16705,6 +18133,7 @@ $(OutDir_ide_Common)Util.o: $(UPPDIR1)ide/Common/Util.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -16714,7 +18143,10 @@ $(OutDir_ide_Common)Util.o: $(UPPDIR1)ide/Common/Util.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 \ @@ -16743,6 +18175,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 \ @@ -16753,6 +18186,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 \ @@ -16762,20 +18197,20 @@ $(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)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -16853,8 +18288,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 \ @@ -16883,13 +18316,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 @@ -16954,8 +18385,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 \ @@ -16982,15 +18411,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 @@ -17055,8 +18482,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 \ @@ -17083,15 +18508,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 @@ -17156,8 +18579,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 \ @@ -17184,15 +18605,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 @@ -17257,8 +18676,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 \ @@ -17288,12 +18705,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 @@ -17358,8 +18773,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 \ @@ -17386,15 +18799,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 @@ -17459,8 +18870,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 \ @@ -17490,12 +18899,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 @@ -17560,8 +18967,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 \ @@ -17591,12 +18996,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 @@ -17661,8 +19064,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 \ @@ -17692,12 +19093,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 @@ -17762,8 +19161,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 \ @@ -17790,15 +19187,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 @@ -17863,8 +19258,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 \ @@ -17894,12 +19287,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 @@ -17964,8 +19355,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 \ @@ -17993,14 +19382,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 @@ -18064,8 +19451,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 \ @@ -18091,9 +19476,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 @@ -18131,6 +19515,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 \ @@ -18197,8 +19583,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 \ @@ -18225,6 +19609,7 @@ $(OutDir_ide_LayDes)sdiff.o: $(UPPDIR1)ide/LayDes/sdiff.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -18234,7 +19619,10 @@ $(OutDir_ide_LayDes)sdiff.o: $(UPPDIR1)ide/LayDes/sdiff.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 \ @@ -18264,6 +19652,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 \ @@ -18274,14 +19663,22 @@ $(OutDir_ide_LayDes)sdiff.o: $(UPPDIR1)ide/LayDes/sdiff.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/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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -18290,21 +19687,21 @@ $(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 \ @@ -18313,6 +19710,8 @@ $(OutDir_ide_LayDes)sdiff.o: $(UPPDIR1)ide/LayDes/sdiff.cpp \ $(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 \ @@ -18379,8 +19778,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 \ @@ -18407,6 +19804,7 @@ $(OutDir_ide_LayDes)laylib.o: $(UPPDIR1)ide/LayDes/laylib.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -18416,7 +19814,10 @@ $(OutDir_ide_LayDes)laylib.o: $(UPPDIR1)ide/LayDes/laylib.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 \ @@ -18446,6 +19847,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 \ @@ -18456,14 +19858,22 @@ $(OutDir_ide_LayDes)laylib.o: $(UPPDIR1)ide/LayDes/laylib.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/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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -18472,21 +19882,21 @@ $(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 \ @@ -18495,6 +19905,8 @@ $(OutDir_ide_LayDes)laylib.o: $(UPPDIR1)ide/LayDes/laylib.cpp \ $(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 \ @@ -18561,8 +19973,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 \ @@ -18589,6 +19999,7 @@ $(OutDir_ide_LayDes)layusc.o: $(UPPDIR1)ide/LayDes/layusc.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -18598,7 +20009,10 @@ $(OutDir_ide_LayDes)layusc.o: $(UPPDIR1)ide/LayDes/layusc.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 \ @@ -18628,6 +20042,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 \ @@ -18638,14 +20053,22 @@ $(OutDir_ide_LayDes)layusc.o: $(UPPDIR1)ide/LayDes/layusc.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/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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -18654,21 +20077,21 @@ $(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 \ @@ -18677,6 +20100,8 @@ $(OutDir_ide_LayDes)layusc.o: $(UPPDIR1)ide/LayDes/layusc.cpp \ $(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 \ @@ -18743,8 +20168,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 \ @@ -18771,6 +20194,7 @@ $(OutDir_ide_LayDes)property.o: $(UPPDIR1)ide/LayDes/property.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -18780,7 +20204,10 @@ $(OutDir_ide_LayDes)property.o: $(UPPDIR1)ide/LayDes/property.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 \ @@ -18810,6 +20237,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 \ @@ -18820,14 +20248,22 @@ $(OutDir_ide_LayDes)property.o: $(UPPDIR1)ide/LayDes/property.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/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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -18836,21 +20272,21 @@ $(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 \ @@ -18859,6 +20295,8 @@ $(OutDir_ide_LayDes)property.o: $(UPPDIR1)ide/LayDes/property.cpp \ $(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 \ @@ -18925,8 +20363,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 \ @@ -18953,6 +20389,7 @@ $(OutDir_ide_LayDes)textprop.o: $(UPPDIR1)ide/LayDes/textprop.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -18962,7 +20399,10 @@ $(OutDir_ide_LayDes)textprop.o: $(UPPDIR1)ide/LayDes/textprop.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 \ @@ -18992,6 +20432,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 \ @@ -19002,14 +20443,22 @@ $(OutDir_ide_LayDes)textprop.o: $(UPPDIR1)ide/LayDes/textprop.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/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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -19018,21 +20467,21 @@ $(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 \ @@ -19041,6 +20490,8 @@ $(OutDir_ide_LayDes)textprop.o: $(UPPDIR1)ide/LayDes/textprop.cpp \ $(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 \ @@ -19107,8 +20558,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 \ @@ -19135,6 +20584,7 @@ $(OutDir_ide_LayDes)fontprop.o: $(UPPDIR1)ide/LayDes/fontprop.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -19144,7 +20594,10 @@ $(OutDir_ide_LayDes)fontprop.o: $(UPPDIR1)ide/LayDes/fontprop.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 \ @@ -19174,6 +20627,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 \ @@ -19184,14 +20638,22 @@ $(OutDir_ide_LayDes)fontprop.o: $(UPPDIR1)ide/LayDes/fontprop.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/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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ + $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -19200,21 +20662,21 @@ $(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 \ @@ -19223,6 +20685,8 @@ $(OutDir_ide_LayDes)fontprop.o: $(UPPDIR1)ide/LayDes/fontprop.cpp \ $(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 \ @@ -19289,8 +20753,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 \ @@ -19317,6 +20779,7 @@ $(OutDir_ide_LayDes)propane.o: $(UPPDIR1)ide/LayDes/propane.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -19326,7 +20789,10 @@ $(OutDir_ide_LayDes)propane.o: $(UPPDIR1)ide/LayDes/propane.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 \ @@ -19356,6 +20822,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 \ @@ -19366,14 +20833,22 @@ $(OutDir_ide_LayDes)propane.o: $(UPPDIR1)ide/LayDes/propane.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/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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -19382,21 +20857,21 @@ $(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 \ @@ -19405,6 +20880,8 @@ $(OutDir_ide_LayDes)propane.o: $(UPPDIR1)ide/LayDes/propane.cpp \ $(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 \ @@ -19471,8 +20948,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 \ @@ -19499,6 +20974,7 @@ $(OutDir_ide_LayDes)item.o: $(UPPDIR1)ide/LayDes/item.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -19508,7 +20984,10 @@ $(OutDir_ide_LayDes)item.o: $(UPPDIR1)ide/LayDes/item.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 \ @@ -19538,6 +21017,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 \ @@ -19548,14 +21028,22 @@ $(OutDir_ide_LayDes)item.o: $(UPPDIR1)ide/LayDes/item.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/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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ + $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -19564,21 +21052,21 @@ $(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 \ @@ -19587,6 +21075,8 @@ $(OutDir_ide_LayDes)item.o: $(UPPDIR1)ide/LayDes/item.cpp \ $(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 \ @@ -19653,8 +21143,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 \ @@ -19681,6 +21169,7 @@ $(OutDir_ide_LayDes)layout.o: $(UPPDIR1)ide/LayDes/layout.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -19690,7 +21179,10 @@ $(OutDir_ide_LayDes)layout.o: $(UPPDIR1)ide/LayDes/layout.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 \ @@ -19720,6 +21212,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 \ @@ -19730,14 +21223,22 @@ $(OutDir_ide_LayDes)layout.o: $(UPPDIR1)ide/LayDes/layout.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/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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -19746,21 +21247,21 @@ $(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 \ @@ -19769,6 +21270,8 @@ $(OutDir_ide_LayDes)layout.o: $(UPPDIR1)ide/LayDes/layout.cpp \ $(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 \ @@ -19835,8 +21338,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 \ @@ -19863,6 +21364,7 @@ $(OutDir_ide_LayDes)visgen.o: $(UPPDIR1)ide/LayDes/visgen.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -19872,7 +21374,10 @@ $(OutDir_ide_LayDes)visgen.o: $(UPPDIR1)ide/LayDes/visgen.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 \ @@ -19902,6 +21407,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 \ @@ -19912,14 +21418,22 @@ $(OutDir_ide_LayDes)visgen.o: $(UPPDIR1)ide/LayDes/visgen.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/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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -19928,21 +21442,21 @@ $(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 \ @@ -19951,6 +21465,8 @@ $(OutDir_ide_LayDes)visgen.o: $(UPPDIR1)ide/LayDes/visgen.cpp \ $(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 \ @@ -20017,8 +21533,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 \ @@ -20045,6 +21559,7 @@ $(OutDir_ide_LayDes)laydes.o: $(UPPDIR1)ide/LayDes/laydes.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -20054,7 +21569,10 @@ $(OutDir_ide_LayDes)laydes.o: $(UPPDIR1)ide/LayDes/laydes.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 \ @@ -20084,6 +21602,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 \ @@ -20095,14 +21614,22 @@ $(OutDir_ide_LayDes)laydes.o: $(UPPDIR1)ide/LayDes/laydes.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/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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ + $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -20111,21 +21638,21 @@ $(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 \ @@ -20134,6 +21661,8 @@ $(OutDir_ide_LayDes)laydes.o: $(UPPDIR1)ide/LayDes/laydes.cpp \ $(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 \ @@ -20200,8 +21729,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 \ @@ -20228,6 +21755,7 @@ $(OutDir_ide_LayDes)layfile.o: $(UPPDIR1)ide/LayDes/layfile.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -20237,7 +21765,10 @@ $(OutDir_ide_LayDes)layfile.o: $(UPPDIR1)ide/LayDes/layfile.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 \ @@ -20267,6 +21798,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 \ @@ -20277,14 +21809,22 @@ $(OutDir_ide_LayDes)layfile.o: $(UPPDIR1)ide/LayDes/layfile.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/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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -20293,21 +21833,21 @@ $(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 \ @@ -20316,6 +21856,8 @@ $(OutDir_ide_LayDes)layfile.o: $(UPPDIR1)ide/LayDes/layfile.cpp \ $(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 \ @@ -20382,8 +21924,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 \ @@ -20410,17 +21950,20 @@ $(OutDir_ide_LayDes)laywin.o: $(UPPDIR1)ide/LayDes/laywin.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)CtrlLib/AKeys.h \ - $(UPPDIR1)CtrlLib/akt_.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -20451,6 +21994,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 \ @@ -20461,35 +22005,47 @@ $(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)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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -20499,31 +22055,33 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_LayDes) $(UPPDIR1)ide/LayDes/laywin.cpp -o $(OutDir_ide_LayDes)laywin.o @@ -20619,8 +22177,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 \ @@ -20651,15 +22207,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 @@ -20724,8 +22278,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 \ @@ -20756,15 +22308,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 @@ -20829,8 +22379,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 \ @@ -20861,15 +22409,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 @@ -20934,8 +22480,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 \ @@ -20967,15 +22511,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 @@ -21040,8 +22582,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 \ @@ -21073,15 +22613,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 @@ -21146,8 +22684,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 \ @@ -21178,15 +22714,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 @@ -21251,8 +22785,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 \ @@ -21283,15 +22815,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 @@ -21356,8 +22886,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 \ @@ -21383,32 +22911,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 @@ -21472,8 +22986,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 \ @@ -21500,8 +23012,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 @@ -21563,8 +23074,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 \ @@ -21591,8 +23100,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 @@ -21654,8 +23162,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 \ @@ -21682,8 +23188,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 @@ -21745,8 +23250,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 \ @@ -21773,8 +23276,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 @@ -21837,8 +23339,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 \ @@ -21869,6 +23369,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 \ @@ -21879,11 +23380,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 @@ -21948,8 +23446,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 \ @@ -21981,16 +23477,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 @@ -22055,8 +23549,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 \ @@ -22088,16 +23580,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 @@ -22162,8 +23652,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 \ @@ -22195,16 +23683,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 @@ -22269,8 +23755,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 \ @@ -22298,6 +23782,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 \ @@ -22305,11 +23790,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 @@ -22374,8 +23856,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 \ @@ -22407,6 +23887,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 \ @@ -22415,11 +23896,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 @@ -22484,8 +23962,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 \ @@ -22516,15 +23992,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 @@ -22588,8 +24062,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 \ @@ -22615,9 +24087,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 @@ -22669,6 +24140,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 \ @@ -22735,8 +24208,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 \ @@ -22763,6 +24234,7 @@ $(OutDir_ide_Debuggers)Terminal.o: $(UPPDIR1)ide/Debuggers/Terminal.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -22772,7 +24244,10 @@ $(OutDir_ide_Debuggers)Terminal.o: $(UPPDIR1)ide/Debuggers/Terminal.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 \ @@ -22802,6 +24277,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 \ @@ -22812,36 +24288,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -22850,6 +24328,8 @@ $(OutDir_ide_Debuggers)Terminal.o: $(UPPDIR1)ide/Debuggers/Terminal.cpp \ $(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 \ @@ -22916,8 +24396,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 \ @@ -22944,6 +24422,7 @@ $(OutDir_ide_Debuggers)Disas.o: $(UPPDIR1)ide/Debuggers/Disas.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -22953,7 +24432,10 @@ $(OutDir_ide_Debuggers)Disas.o: $(UPPDIR1)ide/Debuggers/Disas.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 \ @@ -22983,6 +24465,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 \ @@ -22993,36 +24476,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -23031,6 +24516,8 @@ $(OutDir_ide_Debuggers)Disas.o: $(UPPDIR1)ide/Debuggers/Disas.cpp \ $(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 \ @@ -23097,8 +24584,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 \ @@ -23125,6 +24610,7 @@ $(OutDir_ide_Debuggers)GdbCmd.o: $(UPPDIR1)ide/Debuggers/GdbCmd.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -23134,7 +24620,10 @@ $(OutDir_ide_Debuggers)GdbCmd.o: $(UPPDIR1)ide/Debuggers/GdbCmd.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 \ @@ -23164,6 +24653,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 \ @@ -23175,36 +24665,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -23213,6 +24705,8 @@ $(OutDir_ide_Debuggers)GdbCmd.o: $(UPPDIR1)ide/Debuggers/GdbCmd.cpp \ $(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 \ @@ -23279,8 +24773,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 \ @@ -23307,6 +24799,7 @@ $(OutDir_ide_Debuggers)GdbData.o: $(UPPDIR1)ide/Debuggers/GdbData.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -23316,7 +24809,10 @@ $(OutDir_ide_Debuggers)GdbData.o: $(UPPDIR1)ide/Debuggers/GdbData.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 \ @@ -23346,6 +24842,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 \ @@ -23356,36 +24853,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -23394,6 +24893,8 @@ $(OutDir_ide_Debuggers)GdbData.o: $(UPPDIR1)ide/Debuggers/GdbData.cpp \ $(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 \ @@ -23460,8 +24961,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 \ @@ -23488,6 +24987,7 @@ $(OutDir_ide_Debuggers)Gdb.o: $(UPPDIR1)ide/Debuggers/Gdb.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -23497,7 +24997,10 @@ $(OutDir_ide_Debuggers)Gdb.o: $(UPPDIR1)ide/Debuggers/Gdb.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 \ @@ -23527,6 +25030,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 \ @@ -23537,36 +25041,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -23575,6 +25081,8 @@ $(OutDir_ide_Debuggers)Gdb.o: $(UPPDIR1)ide/Debuggers/Gdb.cpp \ $(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 \ @@ -23641,8 +25149,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 \ @@ -23669,6 +25175,7 @@ $(OutDir_ide_Debuggers)GdbMem.o: $(UPPDIR1)ide/Debuggers/GdbMem.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -23678,7 +25185,10 @@ $(OutDir_ide_Debuggers)GdbMem.o: $(UPPDIR1)ide/Debuggers/GdbMem.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 \ @@ -23708,6 +25218,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 \ @@ -23718,36 +25229,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -23812,8 +25325,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 \ @@ -23841,14 +25352,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 \ @@ -23915,8 +25427,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 \ @@ -23943,6 +25453,7 @@ $(OutDir_ide_Debuggers)Cpu.o: $(UPPDIR1)ide/Debuggers/Cpu.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -23952,7 +25463,10 @@ $(OutDir_ide_Debuggers)Cpu.o: $(UPPDIR1)ide/Debuggers/Cpu.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 \ @@ -23982,6 +25496,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 \ @@ -23992,38 +25507,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -24032,6 +25547,8 @@ $(OutDir_ide_Debuggers)Cpu.o: $(UPPDIR1)ide/Debuggers/Cpu.cpp \ $(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 \ @@ -24098,8 +25615,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 \ @@ -24126,6 +25641,7 @@ $(OutDir_ide_Debuggers)Debug.o: $(UPPDIR1)ide/Debuggers/Debug.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -24135,7 +25651,10 @@ $(OutDir_ide_Debuggers)Debug.o: $(UPPDIR1)ide/Debuggers/Debug.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 \ @@ -24165,6 +25684,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 \ @@ -24175,36 +25695,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -24213,6 +25735,8 @@ $(OutDir_ide_Debuggers)Debug.o: $(UPPDIR1)ide/Debuggers/Debug.cpp \ $(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 \ @@ -24279,8 +25803,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 \ @@ -24307,6 +25829,7 @@ $(OutDir_ide_Debuggers)Mem.o: $(UPPDIR1)ide/Debuggers/Mem.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -24316,7 +25839,10 @@ $(OutDir_ide_Debuggers)Mem.o: $(UPPDIR1)ide/Debuggers/Mem.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 \ @@ -24346,6 +25872,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 \ @@ -24356,36 +25883,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -24394,6 +25923,8 @@ $(OutDir_ide_Debuggers)Mem.o: $(UPPDIR1)ide/Debuggers/Mem.cpp \ $(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 \ @@ -24460,8 +25991,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 \ @@ -24488,6 +26017,7 @@ $(OutDir_ide_Debuggers)Sym.o: $(UPPDIR1)ide/Debuggers/Sym.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -24497,7 +26027,10 @@ $(OutDir_ide_Debuggers)Sym.o: $(UPPDIR1)ide/Debuggers/Sym.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 \ @@ -24527,6 +26060,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 \ @@ -24537,36 +26071,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -24575,6 +26111,8 @@ $(OutDir_ide_Debuggers)Sym.o: $(UPPDIR1)ide/Debuggers/Sym.cpp \ $(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 \ @@ -24641,8 +26179,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 \ @@ -24669,6 +26205,7 @@ $(OutDir_ide_Debuggers)Exp.o: $(UPPDIR1)ide/Debuggers/Exp.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -24678,7 +26215,10 @@ $(OutDir_ide_Debuggers)Exp.o: $(UPPDIR1)ide/Debuggers/Exp.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 \ @@ -24708,6 +26248,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 \ @@ -24718,36 +26259,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -24756,6 +26299,8 @@ $(OutDir_ide_Debuggers)Exp.o: $(UPPDIR1)ide/Debuggers/Exp.cpp \ $(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 \ @@ -24822,8 +26367,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 \ @@ -24850,6 +26393,7 @@ $(OutDir_ide_Debuggers)PrettyUpp.o: $(UPPDIR1)ide/Debuggers/PrettyUpp.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -24859,7 +26403,10 @@ $(OutDir_ide_Debuggers)PrettyUpp.o: $(UPPDIR1)ide/Debuggers/PrettyUpp.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 \ @@ -24889,6 +26436,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 \ @@ -24899,36 +26447,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -24937,6 +26487,8 @@ $(OutDir_ide_Debuggers)PrettyUpp.o: $(UPPDIR1)ide/Debuggers/PrettyUpp.cpp \ $(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 \ @@ -25003,8 +26555,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 \ @@ -25031,6 +26581,7 @@ $(OutDir_ide_Debuggers)PrettyStd.o: $(UPPDIR1)ide/Debuggers/PrettyStd.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -25040,7 +26591,10 @@ $(OutDir_ide_Debuggers)PrettyStd.o: $(UPPDIR1)ide/Debuggers/PrettyStd.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 \ @@ -25070,6 +26624,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 \ @@ -25080,36 +26635,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -25118,6 +26675,8 @@ $(OutDir_ide_Debuggers)PrettyStd.o: $(UPPDIR1)ide/Debuggers/PrettyStd.cpp \ $(OutDir_ide_Debuggers)Scripts.o: $(UPPDIR1)ide/Debuggers/Scripts.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -25184,8 +26743,6 @@ $(OutDir_ide_Debuggers)Scripts.o: $(UPPDIR1)ide/Debuggers/Scripts.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -25212,6 +26769,7 @@ $(OutDir_ide_Debuggers)Scripts.o: $(UPPDIR1)ide/Debuggers/Scripts.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -25221,7 +26779,10 @@ $(OutDir_ide_Debuggers)Scripts.o: $(UPPDIR1)ide/Debuggers/Scripts.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 \ @@ -25251,6 +26812,7 @@ $(OutDir_ide_Debuggers)Scripts.o: $(UPPDIR1)ide/Debuggers/Scripts.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -25261,36 +26823,38 @@ $(OutDir_ide_Debuggers)Scripts.o: $(UPPDIR1)ide/Debuggers/Scripts.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/Scripts.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -25299,6 +26863,8 @@ $(OutDir_ide_Debuggers)Scripts.o: $(UPPDIR1)ide/Debuggers/Scripts.cpp \ $(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 \ @@ -25365,8 +26931,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 \ @@ -25393,6 +26957,7 @@ $(OutDir_ide_Debuggers)Pretty.o: $(UPPDIR1)ide/Debuggers/Pretty.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -25402,7 +26967,10 @@ $(OutDir_ide_Debuggers)Pretty.o: $(UPPDIR1)ide/Debuggers/Pretty.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 \ @@ -25432,6 +27000,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 \ @@ -25442,36 +27011,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -25480,6 +27051,8 @@ $(OutDir_ide_Debuggers)Pretty.o: $(UPPDIR1)ide/Debuggers/Pretty.cpp \ $(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 \ @@ -25546,8 +27119,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 \ @@ -25574,6 +27145,7 @@ $(OutDir_ide_Debuggers)Visualise.o: $(UPPDIR1)ide/Debuggers/Visualise.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -25583,7 +27155,10 @@ $(OutDir_ide_Debuggers)Visualise.o: $(UPPDIR1)ide/Debuggers/Visualise.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 \ @@ -25613,6 +27188,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 \ @@ -25623,36 +27199,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -25661,6 +27239,8 @@ $(OutDir_ide_Debuggers)Visualise.o: $(UPPDIR1)ide/Debuggers/Visualise.cpp \ $(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 \ @@ -25727,8 +27307,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 \ @@ -25755,6 +27333,7 @@ $(OutDir_ide_Debuggers)Data.o: $(UPPDIR1)ide/Debuggers/Data.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -25764,7 +27343,10 @@ $(OutDir_ide_Debuggers)Data.o: $(UPPDIR1)ide/Debuggers/Data.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 \ @@ -25794,6 +27376,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 \ @@ -25804,36 +27387,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -25842,6 +27427,8 @@ $(OutDir_ide_Debuggers)Data.o: $(UPPDIR1)ide/Debuggers/Data.cpp \ $(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 \ @@ -25908,8 +27495,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 \ @@ -25936,6 +27521,7 @@ $(OutDir_ide_Debuggers)Tree.o: $(UPPDIR1)ide/Debuggers/Tree.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -25945,7 +27531,10 @@ $(OutDir_ide_Debuggers)Tree.o: $(UPPDIR1)ide/Debuggers/Tree.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 \ @@ -25975,6 +27564,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 \ @@ -25985,36 +27575,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -26023,6 +27615,8 @@ $(OutDir_ide_Debuggers)Tree.o: $(UPPDIR1)ide/Debuggers/Tree.cpp \ $(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 \ @@ -26089,8 +27683,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 \ @@ -26117,6 +27709,7 @@ $(OutDir_ide_Debuggers)Stack.o: $(UPPDIR1)ide/Debuggers/Stack.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -26126,7 +27719,10 @@ $(OutDir_ide_Debuggers)Stack.o: $(UPPDIR1)ide/Debuggers/Stack.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 \ @@ -26156,6 +27752,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 \ @@ -26166,36 +27763,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -26204,6 +27803,8 @@ $(OutDir_ide_Debuggers)Stack.o: $(UPPDIR1)ide/Debuggers/Stack.cpp \ $(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 \ @@ -26270,8 +27871,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 \ @@ -26298,6 +27897,7 @@ $(OutDir_ide_Debuggers)Code.o: $(UPPDIR1)ide/Debuggers/Code.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -26307,7 +27907,10 @@ $(OutDir_ide_Debuggers)Code.o: $(UPPDIR1)ide/Debuggers/Code.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 \ @@ -26337,6 +27940,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 \ @@ -26347,36 +27951,38 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -26385,6 +27991,8 @@ $(OutDir_ide_Debuggers)Code.o: $(UPPDIR1)ide/Debuggers/Code.cpp \ $(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 \ @@ -26451,8 +28059,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 \ @@ -26461,7 +28067,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 \ @@ -26480,17 +28085,20 @@ $(OutDir_ide_Debuggers)Pdb.o: $(UPPDIR1)ide/Debuggers/Pdb.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)CtrlLib/AKeys.h \ - $(UPPDIR1)CtrlLib/akt_.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -26521,6 +28129,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 \ @@ -26531,36 +28140,38 @@ $(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)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ - $(UPPDIR1)plugin/ndisasm/ndisasm.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -26619,6 +28230,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 \ @@ -26685,8 +28298,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 \ @@ -26713,6 +28324,7 @@ $(OutDir_ide_Browser)Util.o: $(UPPDIR1)ide/Browser/Util.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -26722,7 +28334,10 @@ $(OutDir_ide_Browser)Util.o: $(UPPDIR1)ide/Browser/Util.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 \ @@ -26751,6 +28366,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 \ @@ -26762,9 +28378,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 \ @@ -26775,21 +28395,21 @@ $(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 \ @@ -26798,6 +28418,8 @@ $(OutDir_ide_Browser)Util.o: $(UPPDIR1)ide/Browser/Util.cpp \ $(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 \ @@ -26864,8 +28486,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 \ @@ -26892,6 +28512,7 @@ $(OutDir_ide_Browser)TopicBase.o: $(UPPDIR1)ide/Browser/TopicBase.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -26901,7 +28522,10 @@ $(OutDir_ide_Browser)TopicBase.o: $(UPPDIR1)ide/Browser/TopicBase.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 \ @@ -26930,6 +28554,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 \ @@ -26940,9 +28565,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 \ @@ -26953,21 +28582,21 @@ $(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 \ @@ -26976,6 +28605,8 @@ $(OutDir_ide_Browser)TopicBase.o: $(UPPDIR1)ide/Browser/TopicBase.cpp \ $(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 \ @@ -27042,8 +28673,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 \ @@ -27070,6 +28699,7 @@ $(OutDir_ide_Browser)File.o: $(UPPDIR1)ide/Browser/File.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -27079,7 +28709,10 @@ $(OutDir_ide_Browser)File.o: $(UPPDIR1)ide/Browser/File.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 \ @@ -27108,6 +28741,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 \ @@ -27118,9 +28752,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 \ @@ -27131,21 +28769,21 @@ $(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 \ @@ -27154,6 +28792,8 @@ $(OutDir_ide_Browser)File.o: $(UPPDIR1)ide/Browser/File.cpp \ $(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 \ @@ -27220,8 +28860,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 \ @@ -27248,6 +28886,7 @@ $(OutDir_ide_Browser)Topic.o: $(UPPDIR1)ide/Browser/Topic.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -27257,7 +28896,10 @@ $(OutDir_ide_Browser)Topic.o: $(UPPDIR1)ide/Browser/Topic.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 \ @@ -27286,6 +28928,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 \ @@ -27296,9 +28939,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 \ @@ -27309,21 +28956,21 @@ $(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 \ @@ -27332,6 +28979,8 @@ $(OutDir_ide_Browser)Topic.o: $(UPPDIR1)ide/Browser/Topic.cpp \ $(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 \ @@ -27398,8 +29047,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 \ @@ -27426,6 +29073,7 @@ $(OutDir_ide_Browser)Template.o: $(UPPDIR1)ide/Browser/Template.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -27435,7 +29083,10 @@ $(OutDir_ide_Browser)Template.o: $(UPPDIR1)ide/Browser/Template.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 \ @@ -27464,6 +29115,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 \ @@ -27474,9 +29126,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 \ @@ -27487,21 +29143,21 @@ $(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 \ @@ -27510,6 +29166,8 @@ $(OutDir_ide_Browser)Template.o: $(UPPDIR1)ide/Browser/Template.cpp \ $(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 \ @@ -27576,8 +29234,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 \ @@ -27604,6 +29260,7 @@ $(OutDir_ide_Browser)Link.o: $(UPPDIR1)ide/Browser/Link.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -27613,7 +29270,10 @@ $(OutDir_ide_Browser)Link.o: $(UPPDIR1)ide/Browser/Link.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 \ @@ -27642,6 +29302,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 \ @@ -27652,9 +29313,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 \ @@ -27665,21 +29330,21 @@ $(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 \ @@ -27688,6 +29353,8 @@ $(OutDir_ide_Browser)Link.o: $(UPPDIR1)ide/Browser/Link.cpp \ $(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 \ @@ -27754,8 +29421,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 \ @@ -27782,6 +29447,7 @@ $(OutDir_ide_Browser)TopicWin.o: $(UPPDIR1)ide/Browser/TopicWin.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -27791,7 +29457,10 @@ $(OutDir_ide_Browser)TopicWin.o: $(UPPDIR1)ide/Browser/TopicWin.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 \ @@ -27820,6 +29489,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 \ @@ -27831,9 +29501,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 \ @@ -27844,21 +29518,21 @@ $(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 \ @@ -27867,6 +29541,8 @@ $(OutDir_ide_Browser)TopicWin.o: $(UPPDIR1)ide/Browser/TopicWin.cpp \ $(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 \ @@ -27933,8 +29609,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 \ @@ -27961,6 +29635,7 @@ $(OutDir_ide_Browser)Move.o: $(UPPDIR1)ide/Browser/Move.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -27970,7 +29645,10 @@ $(OutDir_ide_Browser)Move.o: $(UPPDIR1)ide/Browser/Move.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 \ @@ -28000,6 +29678,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 \ @@ -28010,35 +29689,47 @@ $(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)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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -28048,37 +29739,41 @@ $(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 $(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 \ @@ -28145,8 +29840,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 \ @@ -28173,6 +29866,7 @@ $(OutDir_ide_Browser)CodeRef.o: $(UPPDIR1)ide/Browser/CodeRef.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -28182,7 +29876,10 @@ $(OutDir_ide_Browser)CodeRef.o: $(UPPDIR1)ide/Browser/CodeRef.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 \ @@ -28211,6 +29908,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 \ @@ -28221,9 +29919,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 \ @@ -28234,21 +29936,21 @@ $(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 \ @@ -28257,6 +29959,8 @@ $(OutDir_ide_Browser)CodeRef.o: $(UPPDIR1)ide/Browser/CodeRef.cpp \ $(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 \ @@ -28323,8 +30027,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 \ @@ -28351,6 +30053,7 @@ $(OutDir_ide_Browser)TopicI.o: $(UPPDIR1)ide/Browser/TopicI.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -28360,7 +30063,10 @@ $(OutDir_ide_Browser)TopicI.o: $(UPPDIR1)ide/Browser/TopicI.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 \ @@ -28390,6 +30096,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 \ @@ -28400,35 +30107,47 @@ $(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)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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -28438,31 +30157,33 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Browser) $(UPPDIR1)ide/Browser/TopicI.cpp -o $(OutDir_ide_Browser)TopicI.o @@ -28495,11 +30216,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 \ @@ -28560,8 +30284,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 \ @@ -28588,6 +30310,7 @@ $(OutDir_CodeEditor)Register.o: $(UPPDIR1)CodeEditor/Register.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -28597,7 +30320,10 @@ $(OutDir_CodeEditor)Register.o: $(UPPDIR1)CodeEditor/Register.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 \ @@ -28626,6 +30352,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 \ @@ -28643,10 +30370,9 @@ $(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 \ @@ -28655,8 +30381,11 @@ $(OutDir_CodeEditor)Register.o: $(UPPDIR1)CodeEditor/Register.cpp \ $(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 \ @@ -28720,8 +30449,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 \ @@ -28748,6 +30475,7 @@ $(OutDir_CodeEditor)HighlightOut.o: $(UPPDIR1)CodeEditor/HighlightOut.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -28757,7 +30485,10 @@ $(OutDir_CodeEditor)HighlightOut.o: $(UPPDIR1)CodeEditor/HighlightOut.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 \ @@ -28786,6 +30517,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 \ @@ -28803,10 +30535,9 @@ $(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 \ @@ -28815,11 +30546,14 @@ $(OutDir_CodeEditor)HighlightOut.o: $(UPPDIR1)CodeEditor/HighlightOut.cpp \ $(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 \ @@ -28880,8 +30614,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 \ @@ -28908,6 +30640,7 @@ $(OutDir_CodeEditor)Syntax.o: $(UPPDIR1)CodeEditor/Syntax.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -28917,7 +30650,10 @@ $(OutDir_CodeEditor)Syntax.o: $(UPPDIR1)CodeEditor/Syntax.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 \ @@ -28946,6 +30682,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 \ @@ -28963,10 +30700,9 @@ $(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 \ @@ -28975,11 +30711,14 @@ $(OutDir_CodeEditor)Syntax.o: $(UPPDIR1)CodeEditor/Syntax.cpp \ $(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 \ @@ -29040,8 +30779,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 \ @@ -29068,6 +30805,7 @@ $(OutDir_CodeEditor)Style.o: $(UPPDIR1)CodeEditor/Style.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -29077,7 +30815,10 @@ $(OutDir_CodeEditor)Style.o: $(UPPDIR1)CodeEditor/Style.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 \ @@ -29106,6 +30847,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 \ @@ -29123,10 +30865,9 @@ $(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 \ @@ -29135,11 +30876,14 @@ $(OutDir_CodeEditor)Style.o: $(UPPDIR1)CodeEditor/Style.cpp \ $(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 \ @@ -29200,8 +30944,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 \ @@ -29228,6 +30970,7 @@ $(OutDir_CodeEditor)RegisterSyntax.o: $(UPPDIR1)CodeEditor/RegisterSyntax.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -29237,7 +30980,10 @@ $(OutDir_CodeEditor)RegisterSyntax.o: $(UPPDIR1)CodeEditor/RegisterSyntax.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 \ @@ -29266,6 +31012,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 \ @@ -29283,10 +31030,9 @@ $(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 \ @@ -29295,6 +31041,9 @@ $(OutDir_CodeEditor)RegisterSyntax.o: $(UPPDIR1)CodeEditor/RegisterSyntax.cpp \ $(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 \ @@ -29360,8 +31109,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 \ @@ -29388,6 +31135,7 @@ $(OutDir_CodeEditor)CSyntax.o: $(UPPDIR1)CodeEditor/CSyntax.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -29397,7 +31145,10 @@ $(OutDir_CodeEditor)CSyntax.o: $(UPPDIR1)CodeEditor/CSyntax.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 \ @@ -29426,6 +31177,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 \ @@ -29443,10 +31195,9 @@ $(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 \ @@ -29454,7 +31205,10 @@ $(OutDir_CodeEditor)CSyntax.o: $(UPPDIR1)CodeEditor/CSyntax.cpp \ $(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 \ @@ -29520,8 +31274,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 \ @@ -29548,6 +31300,7 @@ $(OutDir_CodeEditor)CInit.o: $(UPPDIR1)CodeEditor/CInit.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -29557,7 +31310,10 @@ $(OutDir_CodeEditor)CInit.o: $(UPPDIR1)CodeEditor/CInit.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 \ @@ -29586,6 +31342,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 \ @@ -29603,10 +31360,9 @@ $(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 \ @@ -29614,7 +31370,10 @@ $(OutDir_CodeEditor)CInit.o: $(UPPDIR1)CodeEditor/CInit.cpp \ $(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 \ @@ -29680,8 +31439,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 \ @@ -29708,6 +31465,7 @@ $(OutDir_CodeEditor)CHighlight.o: $(UPPDIR1)CodeEditor/CHighlight.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -29717,7 +31475,10 @@ $(OutDir_CodeEditor)CHighlight.o: $(UPPDIR1)CodeEditor/CHighlight.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 \ @@ -29746,6 +31507,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 \ @@ -29763,10 +31525,9 @@ $(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 \ @@ -29774,7 +31535,10 @@ $(OutDir_CodeEditor)CHighlight.o: $(UPPDIR1)CodeEditor/CHighlight.cpp \ $(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 \ @@ -29840,8 +31604,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 \ @@ -29868,6 +31630,7 @@ $(OutDir_CodeEditor)CLogic.o: $(UPPDIR1)CodeEditor/CLogic.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -29877,7 +31640,10 @@ $(OutDir_CodeEditor)CLogic.o: $(UPPDIR1)CodeEditor/CLogic.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 \ @@ -29906,6 +31672,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 \ @@ -29923,10 +31690,9 @@ $(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 \ @@ -29935,7 +31701,10 @@ $(OutDir_CodeEditor)CLogic.o: $(UPPDIR1)CodeEditor/CLogic.cpp \ $(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 \ @@ -30000,8 +31769,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 \ @@ -30028,6 +31795,7 @@ $(OutDir_CodeEditor)DiffSyntax.o: $(UPPDIR1)CodeEditor/DiffSyntax.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -30037,7 +31805,10 @@ $(OutDir_CodeEditor)DiffSyntax.o: $(UPPDIR1)CodeEditor/DiffSyntax.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 \ @@ -30066,6 +31837,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 \ @@ -30083,10 +31855,9 @@ $(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 \ @@ -30095,12 +31866,15 @@ $(OutDir_CodeEditor)DiffSyntax.o: $(UPPDIR1)CodeEditor/DiffSyntax.cpp \ $(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 \ @@ -30160,8 +31934,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 \ @@ -30188,6 +31960,7 @@ $(OutDir_CodeEditor)TagSyntax.o: $(UPPDIR1)CodeEditor/TagSyntax.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -30197,7 +31970,10 @@ $(OutDir_CodeEditor)TagSyntax.o: $(UPPDIR1)CodeEditor/TagSyntax.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 \ @@ -30226,6 +32002,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 \ @@ -30243,10 +32020,9 @@ $(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 \ @@ -30255,10 +32031,13 @@ $(OutDir_CodeEditor)TagSyntax.o: $(UPPDIR1)CodeEditor/TagSyntax.cpp \ $(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 \ @@ -30320,8 +32099,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 \ @@ -30348,6 +32125,7 @@ $(OutDir_CodeEditor)PythonSyntax.o: $(UPPDIR1)CodeEditor/PythonSyntax.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -30357,7 +32135,10 @@ $(OutDir_CodeEditor)PythonSyntax.o: $(UPPDIR1)CodeEditor/PythonSyntax.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 \ @@ -30386,6 +32167,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 \ @@ -30403,10 +32185,9 @@ $(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 \ @@ -30415,9 +32196,12 @@ $(OutDir_CodeEditor)PythonSyntax.o: $(UPPDIR1)CodeEditor/PythonSyntax.cpp \ $(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 \ @@ -30480,8 +32264,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 \ @@ -30508,6 +32290,7 @@ $(OutDir_CodeEditor)LogSyntax.o: $(UPPDIR1)CodeEditor/LogSyntax.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -30517,7 +32300,10 @@ $(OutDir_CodeEditor)LogSyntax.o: $(UPPDIR1)CodeEditor/LogSyntax.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 \ @@ -30546,6 +32332,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 \ @@ -30563,10 +32350,9 @@ $(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 \ @@ -30575,8 +32361,11 @@ $(OutDir_CodeEditor)LogSyntax.o: $(UPPDIR1)CodeEditor/LogSyntax.cpp \ $(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 \ @@ -30640,8 +32429,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 \ @@ -30668,6 +32455,7 @@ $(OutDir_CodeEditor)EditorBar.o: $(UPPDIR1)CodeEditor/EditorBar.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -30677,7 +32465,10 @@ $(OutDir_CodeEditor)EditorBar.o: $(UPPDIR1)CodeEditor/EditorBar.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 \ @@ -30706,6 +32497,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 \ @@ -30723,10 +32515,9 @@ $(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 \ @@ -30735,8 +32526,11 @@ $(OutDir_CodeEditor)EditorBar.o: $(UPPDIR1)CodeEditor/EditorBar.cpp \ $(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 \ @@ -30800,8 +32594,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 \ @@ -30828,6 +32620,7 @@ $(OutDir_CodeEditor)FindReplace.o: $(UPPDIR1)CodeEditor/FindReplace.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -30837,7 +32630,10 @@ $(OutDir_CodeEditor)FindReplace.o: $(UPPDIR1)CodeEditor/FindReplace.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 \ @@ -30866,6 +32662,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 \ @@ -30883,10 +32680,9 @@ $(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 \ @@ -30895,9 +32691,12 @@ $(OutDir_CodeEditor)FindReplace.o: $(UPPDIR1)CodeEditor/FindReplace.cpp \ $(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 \ @@ -30960,8 +32759,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 \ @@ -30988,6 +32785,7 @@ $(OutDir_CodeEditor)Lang.o: $(UPPDIR1)CodeEditor/Lang.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -30997,7 +32795,10 @@ $(OutDir_CodeEditor)Lang.o: $(UPPDIR1)CodeEditor/Lang.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 \ @@ -31026,6 +32827,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 \ @@ -31043,10 +32845,9 @@ $(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 \ @@ -31054,7 +32855,10 @@ $(OutDir_CodeEditor)Lang.o: $(UPPDIR1)CodeEditor/Lang.cpp \ $(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 \ @@ -31120,8 +32924,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 \ @@ -31149,6 +32951,7 @@ $(OutDir_CodeEditor)CodeEditor.o: $(UPPDIR1)CodeEditor/CodeEditor.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -31158,7 +32961,10 @@ $(OutDir_CodeEditor)CodeEditor.o: $(UPPDIR1)CodeEditor/CodeEditor.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 \ @@ -31187,6 +32993,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 \ @@ -31205,10 +33012,9 @@ $(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 \ @@ -31314,8 +33120,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 \ @@ -31343,6 +33147,7 @@ $(OutDir_CtrlLib)CtrlLibInit.o: $(UPPDIR1)CtrlLib/CtrlLibInit.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -31352,7 +33157,11 @@ $(OutDir_CtrlLib)CtrlLibInit.o: $(UPPDIR1)CtrlLib/CtrlLibInit.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/CtrlLibInit.cpp \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -31381,6 +33190,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 \ @@ -31395,10 +33205,9 @@ $(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 \ @@ -31464,8 +33273,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 \ @@ -31492,6 +33299,7 @@ $(OutDir_CtrlLib)LabelBase.o: $(UPPDIR1)CtrlLib/LabelBase.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -31501,7 +33309,10 @@ $(OutDir_CtrlLib)LabelBase.o: $(UPPDIR1)CtrlLib/LabelBase.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 \ @@ -31511,6 +33322,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 \ @@ -31530,6 +33342,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 \ @@ -31544,10 +33357,9 @@ $(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 \ @@ -31613,8 +33425,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 \ @@ -31641,6 +33451,7 @@ $(OutDir_CtrlLib)DisplayPopup.o: $(UPPDIR1)CtrlLib/DisplayPopup.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -31650,9 +33461,13 @@ $(OutDir_CtrlLib)DisplayPopup.o: $(UPPDIR1)CtrlLib/DisplayPopup.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.cpp \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ $(UPPDIR1)CtrlLib/DlgColor.h \ $(UPPDIR1)CtrlLib/DropChoice.h \ @@ -31679,6 +33494,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 \ @@ -31693,10 +33509,9 @@ $(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 \ @@ -31762,8 +33577,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 \ @@ -31790,6 +33603,7 @@ $(OutDir_CtrlLib)Button.o: $(UPPDIR1)CtrlLib/Button.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -31797,9 +33611,13 @@ $(OutDir_CtrlLib)Button.o: $(UPPDIR1)CtrlLib/Button.cpp \ $(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 \ @@ -31828,6 +33646,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 \ @@ -31842,10 +33661,9 @@ $(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 \ @@ -31911,8 +33729,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 \ @@ -31939,6 +33755,7 @@ $(OutDir_CtrlLib)Switch.o: $(UPPDIR1)CtrlLib/Switch.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -31948,7 +33765,10 @@ $(OutDir_CtrlLib)Switch.o: $(UPPDIR1)CtrlLib/Switch.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 \ @@ -31970,6 +33790,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 \ @@ -31977,6 +33798,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 \ @@ -31991,10 +33813,9 @@ $(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 \ @@ -32060,8 +33881,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 \ @@ -32088,6 +33907,7 @@ $(OutDir_CtrlLib)VirtualButtons.o: $(UPPDIR1)CtrlLib/VirtualButtons.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -32097,7 +33917,10 @@ $(OutDir_CtrlLib)VirtualButtons.o: $(UPPDIR1)CtrlLib/VirtualButtons.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 \ @@ -32122,10 +33945,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 \ @@ -32140,10 +33965,9 @@ $(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 \ @@ -32209,8 +34033,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 \ @@ -32237,6 +34059,7 @@ $(OutDir_CtrlLib)EditField.o: $(UPPDIR1)CtrlLib/EditField.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -32246,7 +34069,10 @@ $(OutDir_CtrlLib)EditField.o: $(UPPDIR1)CtrlLib/EditField.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 \ @@ -32254,6 +34080,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 \ @@ -32275,6 +34102,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 \ @@ -32289,10 +34117,9 @@ $(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 \ @@ -32358,8 +34185,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 \ @@ -32386,6 +34211,7 @@ $(OutDir_CtrlLib)Text.o: $(UPPDIR1)CtrlLib/Text.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -32395,7 +34221,10 @@ $(OutDir_CtrlLib)Text.o: $(UPPDIR1)CtrlLib/Text.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 \ @@ -32418,12 +34247,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 \ @@ -32438,10 +34269,9 @@ $(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 \ @@ -32507,8 +34337,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 \ @@ -32535,6 +34363,7 @@ $(OutDir_CtrlLib)LineEdit.o: $(UPPDIR1)CtrlLib/LineEdit.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -32544,7 +34373,10 @@ $(OutDir_CtrlLib)LineEdit.o: $(UPPDIR1)CtrlLib/LineEdit.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 \ @@ -32556,6 +34388,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 \ @@ -32573,6 +34406,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 \ @@ -32587,10 +34421,9 @@ $(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 \ @@ -32656,8 +34489,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 \ @@ -32684,6 +34515,7 @@ $(OutDir_CtrlLib)DocEdit.o: $(UPPDIR1)CtrlLib/DocEdit.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -32693,11 +34525,15 @@ $(OutDir_CtrlLib)DocEdit.o: $(UPPDIR1)CtrlLib/DocEdit.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 \ $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DocEdit.cpp \ $(UPPDIR1)CtrlLib/DropChoice.h \ $(UPPDIR1)CtrlLib/EditCtrl.h \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ @@ -32722,6 +34558,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 \ @@ -32736,10 +34573,9 @@ $(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 \ @@ -32805,8 +34641,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 \ @@ -32833,6 +34667,7 @@ $(OutDir_CtrlLib)ScrollBar.o: $(UPPDIR1)CtrlLib/ScrollBar.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -32842,7 +34677,10 @@ $(OutDir_CtrlLib)ScrollBar.o: $(UPPDIR1)CtrlLib/ScrollBar.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 \ @@ -32858,6 +34696,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 \ @@ -32871,6 +34710,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 \ @@ -32885,10 +34725,9 @@ $(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 \ @@ -32954,8 +34793,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 \ @@ -32982,6 +34819,7 @@ $(OutDir_CtrlLib)HeaderCtrl.o: $(UPPDIR1)CtrlLib/HeaderCtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -32991,7 +34829,10 @@ $(OutDir_CtrlLib)HeaderCtrl.o: $(UPPDIR1)CtrlLib/HeaderCtrl.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 \ @@ -33000,6 +34841,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 \ @@ -33020,6 +34862,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 \ @@ -33034,10 +34877,9 @@ $(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 \ @@ -33103,8 +34945,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 \ @@ -33131,16 +34971,21 @@ $(OutDir_CtrlLib)ArrayCtrl.o: $(UPPDIR1)CtrlLib/ArrayCtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.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 \ @@ -33169,6 +35014,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 \ @@ -33183,10 +35029,9 @@ $(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 \ @@ -33252,8 +35097,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 \ @@ -33280,6 +35123,7 @@ $(OutDir_CtrlLib)MultiButton.o: $(UPPDIR1)CtrlLib/MultiButton.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -33289,7 +35133,10 @@ $(OutDir_CtrlLib)MultiButton.o: $(UPPDIR1)CtrlLib/MultiButton.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 \ @@ -33301,6 +35148,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 \ @@ -33318,6 +35166,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 \ @@ -33332,10 +35181,9 @@ $(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 \ @@ -33401,8 +35249,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 \ @@ -33429,6 +35275,7 @@ $(OutDir_CtrlLib)PopupTable.o: $(UPPDIR1)CtrlLib/PopupTable.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -33438,7 +35285,10 @@ $(OutDir_CtrlLib)PopupTable.o: $(UPPDIR1)CtrlLib/PopupTable.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 \ @@ -33451,6 +35301,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 \ @@ -33467,6 +35318,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 \ @@ -33481,10 +35333,9 @@ $(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 \ @@ -33550,8 +35401,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 \ @@ -33578,6 +35427,7 @@ $(OutDir_CtrlLib)PopUpList.o: $(UPPDIR1)CtrlLib/PopUpList.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -33587,7 +35437,10 @@ $(OutDir_CtrlLib)PopUpList.o: $(UPPDIR1)CtrlLib/PopUpList.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 \ @@ -33600,6 +35453,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 \ @@ -33616,6 +35470,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 \ @@ -33630,10 +35485,9 @@ $(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 \ @@ -33699,8 +35553,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 \ @@ -33727,6 +35579,7 @@ $(OutDir_CtrlLib)DropList.o: $(UPPDIR1)CtrlLib/DropList.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -33736,12 +35589,16 @@ $(OutDir_CtrlLib)DropList.o: $(UPPDIR1)CtrlLib/DropList.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 \ $(UPPDIR1)CtrlLib/DlgColor.h \ $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/DropList.cpp \ $(UPPDIR1)CtrlLib/EditCtrl.h \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ $(UPPDIR1)CtrlLib/FileSel.h \ @@ -33765,6 +35622,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 \ @@ -33779,10 +35637,9 @@ $(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 \ @@ -33848,8 +35705,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 \ @@ -33876,6 +35731,7 @@ $(OutDir_CtrlLib)DropChoice.o: $(UPPDIR1)CtrlLib/DropChoice.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -33885,11 +35741,15 @@ $(OutDir_CtrlLib)DropChoice.o: $(UPPDIR1)CtrlLib/DropChoice.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 \ $(UPPDIR1)CtrlLib/DlgColor.h \ + $(UPPDIR1)CtrlLib/DropChoice.cpp \ $(UPPDIR1)CtrlLib/DropChoice.h \ $(UPPDIR1)CtrlLib/EditCtrl.h \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ @@ -33914,6 +35774,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 \ @@ -33928,10 +35789,9 @@ $(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 \ @@ -33997,8 +35857,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 \ @@ -34025,6 +35883,7 @@ $(OutDir_CtrlLib)Static.o: $(UPPDIR1)CtrlLib/Static.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -34034,7 +35893,10 @@ $(OutDir_CtrlLib)Static.o: $(UPPDIR1)CtrlLib/Static.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 \ @@ -34053,6 +35915,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 \ @@ -34063,6 +35926,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 \ @@ -34077,10 +35941,9 @@ $(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 \ @@ -34146,8 +36009,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 \ @@ -34174,6 +36035,7 @@ $(OutDir_CtrlLib)Splitter.o: $(UPPDIR1)CtrlLib/Splitter.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -34183,7 +36045,10 @@ $(OutDir_CtrlLib)Splitter.o: $(UPPDIR1)CtrlLib/Splitter.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 \ @@ -34201,6 +36066,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 \ @@ -34212,6 +36078,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 \ @@ -34226,10 +36093,9 @@ $(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 \ @@ -34295,8 +36161,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 \ @@ -34323,6 +36187,7 @@ $(OutDir_CtrlLib)FrameSplitter.o: $(UPPDIR1)CtrlLib/FrameSplitter.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -34332,7 +36197,10 @@ $(OutDir_CtrlLib)FrameSplitter.o: $(UPPDIR1)CtrlLib/FrameSplitter.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 \ @@ -34341,6 +36209,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 \ @@ -34361,6 +36230,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 \ @@ -34375,10 +36245,9 @@ $(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 \ @@ -34444,8 +36313,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 \ @@ -34472,6 +36339,7 @@ $(OutDir_CtrlLib)SliderCtrl.o: $(UPPDIR1)CtrlLib/SliderCtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -34481,7 +36349,10 @@ $(OutDir_CtrlLib)SliderCtrl.o: $(UPPDIR1)CtrlLib/SliderCtrl.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 \ @@ -34498,6 +36369,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 \ @@ -34510,6 +36382,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 \ @@ -34524,10 +36397,9 @@ $(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 \ @@ -34593,8 +36465,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 \ @@ -34621,6 +36491,7 @@ $(OutDir_CtrlLib)ColumnList.o: $(UPPDIR1)CtrlLib/ColumnList.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -34629,8 +36500,12 @@ $(OutDir_CtrlLib)ColumnList.o: $(UPPDIR1)CtrlLib/ColumnList.cpp \ $(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 \ @@ -34659,6 +36534,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 \ @@ -34673,10 +36549,9 @@ $(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 \ @@ -34742,8 +36617,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 \ @@ -34770,6 +36643,7 @@ $(OutDir_CtrlLib)Progress.o: $(UPPDIR1)CtrlLib/Progress.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -34779,7 +36653,10 @@ $(OutDir_CtrlLib)Progress.o: $(UPPDIR1)CtrlLib/Progress.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 \ @@ -34792,6 +36669,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 \ @@ -34808,6 +36686,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 \ @@ -34822,10 +36701,9 @@ $(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 \ @@ -34891,8 +36769,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 \ @@ -34919,16 +36795,21 @@ $(OutDir_CtrlLib)AKeys.o: $(UPPDIR1)CtrlLib/AKeys.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.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 \ @@ -34957,6 +36838,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 \ @@ -34971,10 +36853,9 @@ $(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 \ @@ -35040,8 +36921,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 \ @@ -35068,6 +36947,7 @@ $(OutDir_CtrlLib)RichTextView.o: $(UPPDIR1)CtrlLib/RichTextView.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -35077,7 +36957,10 @@ $(OutDir_CtrlLib)RichTextView.o: $(UPPDIR1)CtrlLib/RichTextView.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 \ @@ -35093,6 +36976,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 \ @@ -35106,6 +36990,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 \ @@ -35120,10 +37005,9 @@ $(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 \ @@ -35189,8 +37073,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 \ @@ -35217,6 +37099,7 @@ $(OutDir_CtrlLib)Prompt.o: $(UPPDIR1)CtrlLib/Prompt.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -35226,7 +37109,10 @@ $(OutDir_CtrlLib)Prompt.o: $(UPPDIR1)CtrlLib/Prompt.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 \ @@ -35240,6 +37126,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 \ @@ -35255,6 +37142,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 \ @@ -35269,10 +37157,9 @@ $(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 \ @@ -35338,8 +37225,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 \ @@ -35366,6 +37251,7 @@ $(OutDir_CtrlLib)Help.o: $(UPPDIR1)CtrlLib/Help.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -35375,7 +37261,10 @@ $(OutDir_CtrlLib)Help.o: $(UPPDIR1)CtrlLib/Help.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 \ @@ -35385,6 +37274,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 \ @@ -35404,6 +37294,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 \ @@ -35418,10 +37309,9 @@ $(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 \ @@ -35487,8 +37377,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 \ @@ -35515,6 +37403,7 @@ $(OutDir_CtrlLib)DateTimeCtrl.o: $(UPPDIR1)CtrlLib/DateTimeCtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -35524,8 +37413,12 @@ $(OutDir_CtrlLib)DateTimeCtrl.o: $(UPPDIR1)CtrlLib/DateTimeCtrl.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.cpp \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ $(UPPDIR1)CtrlLib/DlgColor.h \ @@ -35553,6 +37446,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 \ @@ -35567,10 +37461,9 @@ $(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 \ @@ -35636,8 +37529,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 \ @@ -35664,6 +37555,7 @@ $(OutDir_CtrlLib)SuggestCtrl.o: $(UPPDIR1)CtrlLib/SuggestCtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -35673,7 +37565,10 @@ $(OutDir_CtrlLib)SuggestCtrl.o: $(UPPDIR1)CtrlLib/SuggestCtrl.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 \ @@ -35694,6 +37589,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 \ @@ -35702,6 +37598,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 \ @@ -35716,10 +37613,9 @@ $(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 \ @@ -35785,8 +37681,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 \ @@ -35813,16 +37707,21 @@ $(OutDir_CtrlLib)Bar.o: $(UPPDIR1)CtrlLib/Bar.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.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 \ @@ -35851,6 +37750,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 \ @@ -35865,10 +37765,9 @@ $(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 \ @@ -35934,8 +37833,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 \ @@ -35962,6 +37859,7 @@ $(OutDir_CtrlLib)MenuItem.o: $(UPPDIR1)CtrlLib/MenuItem.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -35971,7 +37869,10 @@ $(OutDir_CtrlLib)MenuItem.o: $(UPPDIR1)CtrlLib/MenuItem.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 \ @@ -35984,6 +37885,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 \ @@ -36001,6 +37903,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 \ @@ -36015,10 +37918,9 @@ $(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 \ @@ -36084,8 +37986,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 \ @@ -36112,6 +38012,7 @@ $(OutDir_CtrlLib)MenuBar.o: $(UPPDIR1)CtrlLib/MenuBar.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -36121,7 +38022,10 @@ $(OutDir_CtrlLib)MenuBar.o: $(UPPDIR1)CtrlLib/MenuBar.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 \ @@ -36133,6 +38037,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 \ @@ -36151,6 +38056,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 \ @@ -36165,10 +38071,9 @@ $(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 \ @@ -36234,8 +38139,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 \ @@ -36262,6 +38165,7 @@ $(OutDir_CtrlLib)ToolButton.o: $(UPPDIR1)CtrlLib/ToolButton.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -36271,7 +38175,10 @@ $(OutDir_CtrlLib)ToolButton.o: $(UPPDIR1)CtrlLib/ToolButton.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 \ @@ -36295,11 +38202,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 \ @@ -36314,10 +38223,9 @@ $(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 \ @@ -36383,8 +38291,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 \ @@ -36411,6 +38317,7 @@ $(OutDir_CtrlLib)ToolBar.o: $(UPPDIR1)CtrlLib/ToolBar.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -36420,7 +38327,10 @@ $(OutDir_CtrlLib)ToolBar.o: $(UPPDIR1)CtrlLib/ToolBar.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 \ @@ -36444,11 +38354,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 \ @@ -36463,10 +38375,9 @@ $(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 \ @@ -36532,8 +38443,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 \ @@ -36560,6 +38469,7 @@ $(OutDir_CtrlLib)ToolTip.o: $(UPPDIR1)CtrlLib/ToolTip.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -36569,7 +38479,10 @@ $(OutDir_CtrlLib)ToolTip.o: $(UPPDIR1)CtrlLib/ToolTip.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 \ @@ -36593,11 +38506,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 \ @@ -36612,10 +38527,9 @@ $(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 \ @@ -36681,8 +38595,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 \ @@ -36709,6 +38621,7 @@ $(OutDir_CtrlLib)StatusBar.o: $(UPPDIR1)CtrlLib/StatusBar.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -36718,7 +38631,10 @@ $(OutDir_CtrlLib)StatusBar.o: $(UPPDIR1)CtrlLib/StatusBar.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 \ @@ -36738,6 +38654,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 \ @@ -36747,6 +38664,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 \ @@ -36761,10 +38679,9 @@ $(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 \ @@ -36830,8 +38747,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 \ @@ -36858,6 +38773,7 @@ $(OutDir_CtrlLib)TabCtrl.o: $(UPPDIR1)CtrlLib/TabCtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -36867,7 +38783,10 @@ $(OutDir_CtrlLib)TabCtrl.o: $(UPPDIR1)CtrlLib/TabCtrl.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 \ @@ -36889,6 +38808,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 \ @@ -36896,6 +38816,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 \ @@ -36910,10 +38831,9 @@ $(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 \ @@ -36979,8 +38899,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 \ @@ -37007,6 +38925,7 @@ $(OutDir_CtrlLib)TreeCtrl.o: $(UPPDIR1)CtrlLib/TreeCtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -37016,7 +38935,10 @@ $(OutDir_CtrlLib)TreeCtrl.o: $(UPPDIR1)CtrlLib/TreeCtrl.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 \ @@ -37040,11 +38962,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 \ @@ -37059,10 +38983,9 @@ $(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 \ @@ -37128,8 +39051,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 \ @@ -37156,6 +39077,7 @@ $(OutDir_CtrlLib)DropTree.o: $(UPPDIR1)CtrlLib/DropTree.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -37165,12 +39087,16 @@ $(OutDir_CtrlLib)DropTree.o: $(UPPDIR1)CtrlLib/DropTree.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 \ $(UPPDIR1)CtrlLib/DlgColor.h \ $(UPPDIR1)CtrlLib/DropChoice.h \ + $(UPPDIR1)CtrlLib/DropTree.cpp \ $(UPPDIR1)CtrlLib/EditCtrl.h \ $(UPPDIR1)CtrlLib/EditCtrl.hpp \ $(UPPDIR1)CtrlLib/FileSel.h \ @@ -37194,6 +39120,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 \ @@ -37208,10 +39135,9 @@ $(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 \ @@ -37277,8 +39203,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 \ @@ -37305,6 +39229,7 @@ $(OutDir_CtrlLib)DlgColor.o: $(UPPDIR1)CtrlLib/DlgColor.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -37314,10 +39239,14 @@ $(OutDir_CtrlLib)DlgColor.o: $(UPPDIR1)CtrlLib/DlgColor.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 \ + $(UPPDIR1)CtrlLib/DlgColor.cpp \ $(UPPDIR1)CtrlLib/DlgColor.h \ $(UPPDIR1)CtrlLib/DropChoice.h \ $(UPPDIR1)CtrlLib/EditCtrl.h \ @@ -37343,6 +39272,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 \ @@ -37357,10 +39287,9 @@ $(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 \ @@ -37426,8 +39355,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 \ @@ -37454,6 +39381,7 @@ $(OutDir_CtrlLib)ColorPopup.o: $(UPPDIR1)CtrlLib/ColorPopup.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -37462,8 +39390,12 @@ $(OutDir_CtrlLib)ColorPopup.o: $(UPPDIR1)CtrlLib/ColorPopup.cpp \ $(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 \ @@ -37492,6 +39424,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 \ @@ -37506,10 +39439,9 @@ $(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 \ @@ -37575,8 +39507,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 \ @@ -37603,6 +39533,7 @@ $(OutDir_CtrlLib)ColorPusher.o: $(UPPDIR1)CtrlLib/ColorPusher.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -37611,8 +39542,12 @@ $(OutDir_CtrlLib)ColorPusher.o: $(UPPDIR1)CtrlLib/ColorPusher.cpp \ $(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 \ @@ -37641,6 +39576,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 \ @@ -37655,10 +39591,9 @@ $(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 \ @@ -37724,8 +39659,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 \ @@ -37752,6 +39685,7 @@ $(OutDir_CtrlLib)FileList.o: $(UPPDIR1)CtrlLib/FileList.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -37761,7 +39695,10 @@ $(OutDir_CtrlLib)FileList.o: $(UPPDIR1)CtrlLib/FileList.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 \ @@ -37769,6 +39706,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 \ @@ -37790,6 +39728,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 \ @@ -37804,10 +39743,9 @@ $(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 \ @@ -37873,8 +39811,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 \ @@ -37901,6 +39837,7 @@ $(OutDir_CtrlLib)FileSel.o: $(UPPDIR1)CtrlLib/FileSel.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -37910,7 +39847,10 @@ $(OutDir_CtrlLib)FileSel.o: $(UPPDIR1)CtrlLib/FileSel.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 \ @@ -37918,6 +39858,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 \ @@ -37939,6 +39880,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 \ @@ -37953,10 +39895,9 @@ $(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 \ @@ -38022,8 +39963,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 \ @@ -38050,6 +39989,7 @@ $(OutDir_CtrlLib)FileSelUtil.o: $(UPPDIR1)CtrlLib/FileSelUtil.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -38059,7 +39999,10 @@ $(OutDir_CtrlLib)FileSelUtil.o: $(UPPDIR1)CtrlLib/FileSelUtil.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 \ @@ -38068,6 +40011,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 \ @@ -38088,6 +40032,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 \ @@ -38102,10 +40047,9 @@ $(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 \ @@ -38171,8 +40115,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 \ @@ -38199,6 +40141,7 @@ $(OutDir_CtrlLib)PrinterJob.o: $(UPPDIR1)CtrlLib/PrinterJob.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -38208,7 +40151,10 @@ $(OutDir_CtrlLib)PrinterJob.o: $(UPPDIR1)CtrlLib/PrinterJob.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 \ @@ -38221,6 +40167,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 \ @@ -38237,6 +40184,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 \ @@ -38250,13 +40198,10 @@ $(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 \ @@ -38322,8 +40267,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 \ @@ -38350,6 +40293,7 @@ $(OutDir_CtrlLib)Windows.o: $(UPPDIR1)CtrlLib/Windows.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -38359,7 +40303,10 @@ $(OutDir_CtrlLib)Windows.o: $(UPPDIR1)CtrlLib/Windows.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 \ @@ -38384,10 +40331,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 \ @@ -38402,10 +40351,9 @@ $(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 \ @@ -38471,8 +40419,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 \ @@ -38499,6 +40445,7 @@ $(OutDir_CtrlLib)Win32.o: $(UPPDIR1)CtrlLib/Win32.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -38508,7 +40455,10 @@ $(OutDir_CtrlLib)Win32.o: $(UPPDIR1)CtrlLib/Win32.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 \ @@ -38533,10 +40483,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 \ @@ -38551,10 +40503,9 @@ $(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 \ @@ -38620,8 +40571,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 \ @@ -38648,6 +40597,7 @@ $(OutDir_CtrlLib)Gtk.o: $(UPPDIR1)CtrlLib/Gtk.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -38657,7 +40607,10 @@ $(OutDir_CtrlLib)Gtk.o: $(UPPDIR1)CtrlLib/Gtk.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 \ @@ -38666,6 +40619,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 \ @@ -38686,6 +40640,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 \ @@ -38700,10 +40655,9 @@ $(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 \ @@ -38769,8 +40723,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 \ @@ -38797,6 +40749,7 @@ $(OutDir_CtrlLib)TrayIconWin32.o: $(UPPDIR1)CtrlLib/TrayIconWin32.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -38806,7 +40759,10 @@ $(OutDir_CtrlLib)TrayIconWin32.o: $(UPPDIR1)CtrlLib/TrayIconWin32.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 \ @@ -38830,11 +40786,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 \ @@ -38849,10 +40807,9 @@ $(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 \ @@ -38918,8 +40875,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 \ @@ -38946,6 +40901,7 @@ $(OutDir_CtrlLib)TrayIconX11.o: $(UPPDIR1)CtrlLib/TrayIconX11.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -38955,7 +40911,10 @@ $(OutDir_CtrlLib)TrayIconX11.o: $(UPPDIR1)CtrlLib/TrayIconX11.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 \ @@ -38979,11 +40938,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 \ @@ -38998,10 +40959,9 @@ $(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 \ @@ -39067,8 +41027,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 \ @@ -39095,6 +41053,7 @@ $(OutDir_CtrlLib)TrayIconGtk.o: $(UPPDIR1)CtrlLib/TrayIconGtk.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -39104,7 +41063,10 @@ $(OutDir_CtrlLib)TrayIconGtk.o: $(UPPDIR1)CtrlLib/TrayIconGtk.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 \ @@ -39128,11 +41090,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 \ @@ -39147,10 +41111,9 @@ $(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 \ @@ -39216,8 +41179,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 \ @@ -39244,6 +41205,7 @@ $(OutDir_CtrlLib)Update.o: $(UPPDIR1)CtrlLib/Update.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -39253,7 +41215,10 @@ $(OutDir_CtrlLib)Update.o: $(UPPDIR1)CtrlLib/Update.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 \ @@ -39278,10 +41243,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 \ @@ -39296,10 +41263,9 @@ $(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 \ @@ -39365,8 +41331,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 \ @@ -39393,6 +41357,7 @@ $(OutDir_CtrlLib)CtrlUtil.o: $(UPPDIR1)CtrlLib/CtrlUtil.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -39402,7 +41367,11 @@ $(OutDir_CtrlLib)CtrlUtil.o: $(UPPDIR1)CtrlLib/CtrlUtil.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.cpp \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -39431,6 +41400,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 \ @@ -39446,10 +41416,9 @@ $(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 \ @@ -39515,8 +41484,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 \ @@ -39543,6 +41510,7 @@ $(OutDir_CtrlLib)LNGCtrl.o: $(UPPDIR1)CtrlLib/LNGCtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -39552,7 +41520,10 @@ $(OutDir_CtrlLib)LNGCtrl.o: $(UPPDIR1)CtrlLib/LNGCtrl.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 \ @@ -39564,6 +41535,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 \ @@ -39581,6 +41553,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 \ @@ -39595,10 +41568,9 @@ $(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 \ @@ -39664,8 +41636,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 \ @@ -39692,6 +41662,7 @@ $(OutDir_CtrlLib)Ch.o: $(UPPDIR1)CtrlLib/Ch.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -39699,9 +41670,13 @@ $(OutDir_CtrlLib)Ch.o: $(UPPDIR1)CtrlLib/Ch.cpp \ $(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 \ @@ -39730,6 +41705,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 \ @@ -39745,10 +41721,9 @@ $(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 \ @@ -39778,7 +41753,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/FileMapping.h \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ @@ -39815,8 +41789,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 \ @@ -39843,6 +41815,7 @@ $(OutDir_CtrlLib)ChWin32.o: $(UPPDIR1)CtrlLib/ChWin32.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -39851,8 +41824,12 @@ $(OutDir_CtrlLib)ChWin32.o: $(UPPDIR1)CtrlLib/ChWin32.cpp \ $(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 \ @@ -39877,11 +41854,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 \ @@ -39896,10 +41873,9 @@ $(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 \ @@ -39965,8 +41941,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 \ @@ -39993,6 +41967,7 @@ $(OutDir_CtrlLib)ChGtk3.o: $(UPPDIR1)CtrlLib/ChGtk3.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -40001,8 +41976,12 @@ $(OutDir_CtrlLib)ChGtk3.o: $(UPPDIR1)CtrlLib/ChGtk3.cpp \ $(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 \ @@ -40031,6 +42010,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 \ @@ -40045,10 +42025,9 @@ $(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 \ @@ -40114,8 +42093,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 \ @@ -40142,6 +42119,7 @@ $(OutDir_CtrlLib)ChCoco.o: $(UPPDIR1)CtrlLib/ChCoco.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -40150,9 +42128,13 @@ $(OutDir_CtrlLib)ChCoco.o: $(UPPDIR1)CtrlLib/ChCoco.cpp \ $(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 \ @@ -40181,6 +42163,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 \ @@ -40195,10 +42178,9 @@ $(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 \ @@ -40389,8 +42371,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 \ @@ -40417,22 +42397,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: \ @@ -40504,8 +42474,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 \ @@ -40532,6 +42500,7 @@ $(OutDir_HexView)HexView.o: $(UPPDIR1)HexView/HexView.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -40541,7 +42510,10 @@ $(OutDir_HexView)HexView.o: $(UPPDIR1)HexView/HexView.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 \ @@ -40570,6 +42542,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 \ @@ -40578,17 +42551,18 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -40662,8 +42636,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 \ @@ -40690,6 +42662,7 @@ $(OutDir_TextDiffCtrl)TextDiff.o: $(UPPDIR1)TextDiffCtrl/TextDiff.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -40699,7 +42672,10 @@ $(OutDir_TextDiffCtrl)TextDiff.o: $(UPPDIR1)TextDiffCtrl/TextDiff.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 \ @@ -40728,6 +42704,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 \ @@ -40742,13 +42719,14 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_TextDiffCtrl) $(UPPDIR1)TextDiffCtrl/TextDiff.cpp -o $(OutDir_TextDiffCtrl)TextDiff.o @@ -40812,8 +42790,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 \ @@ -40840,6 +42816,7 @@ $(OutDir_TextDiffCtrl)TextCtrl.o: $(UPPDIR1)TextDiffCtrl/TextCtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -40849,7 +42826,10 @@ $(OutDir_TextDiffCtrl)TextCtrl.o: $(UPPDIR1)TextDiffCtrl/TextCtrl.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 \ @@ -40878,6 +42858,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 \ @@ -40892,13 +42873,14 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_TextDiffCtrl) $(UPPDIR1)TextDiffCtrl/TextCtrl.cpp -o $(OutDir_TextDiffCtrl)TextCtrl.o @@ -40962,8 +42944,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 \ @@ -40990,6 +42970,7 @@ $(OutDir_TextDiffCtrl)DiffCtrl.o: $(UPPDIR1)TextDiffCtrl/DiffCtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -40999,7 +42980,10 @@ $(OutDir_TextDiffCtrl)DiffCtrl.o: $(UPPDIR1)TextDiffCtrl/DiffCtrl.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 \ @@ -41028,6 +43012,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 \ @@ -41043,13 +43028,14 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_TextDiffCtrl) $(UPPDIR1)TextDiffCtrl/DiffCtrl.cpp -o $(OutDir_TextDiffCtrl)DiffCtrl.o @@ -41113,8 +43099,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 \ @@ -41141,6 +43125,7 @@ $(OutDir_TextDiffCtrl)DirDiff.o: $(UPPDIR1)TextDiffCtrl/DirDiff.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -41150,7 +43135,10 @@ $(OutDir_TextDiffCtrl)DirDiff.o: $(UPPDIR1)TextDiffCtrl/DirDiff.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 \ @@ -41179,6 +43167,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 \ @@ -41193,13 +43182,14 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_TextDiffCtrl) $(UPPDIR1)TextDiffCtrl/DirDiff.cpp -o $(OutDir_TextDiffCtrl)DirDiff.o @@ -41263,8 +43253,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 \ @@ -41291,6 +43279,7 @@ $(OutDir_TextDiffCtrl)patch.o: $(UPPDIR1)TextDiffCtrl/patch.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -41300,7 +43289,10 @@ $(OutDir_TextDiffCtrl)patch.o: $(UPPDIR1)TextDiffCtrl/patch.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 \ @@ -41329,6 +43321,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 \ @@ -41343,13 +43336,14 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_TextDiffCtrl) $(UPPDIR1)TextDiffCtrl/patch.cpp -o $(OutDir_TextDiffCtrl)patch.o @@ -41413,8 +43407,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 \ @@ -41441,6 +43433,7 @@ $(OutDir_TextDiffCtrl)PatchDiff.o: $(UPPDIR1)TextDiffCtrl/PatchDiff.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -41450,7 +43443,10 @@ $(OutDir_TextDiffCtrl)PatchDiff.o: $(UPPDIR1)TextDiffCtrl/PatchDiff.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 \ @@ -41479,6 +43475,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 \ @@ -41493,13 +43490,14 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_TextDiffCtrl) $(UPPDIR1)TextDiffCtrl/PatchDiff.cpp -o $(OutDir_TextDiffCtrl)PatchDiff.o @@ -41581,8 +43579,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 \ @@ -41610,6 +43606,7 @@ $(OutDir_TabBar)TabBar.o: $(UPPDIR1)TabBar/TabBar.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -41619,7 +43616,10 @@ $(OutDir_TabBar)TabBar.o: $(UPPDIR1)TabBar/TabBar.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 \ @@ -41648,6 +43648,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 \ @@ -41663,15 +43664,16 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_TabBar) $(UPPDIR1)TabBar/TabBar.cpp -o $(OutDir_TabBar)TabBar.o @@ -41735,8 +43737,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 \ @@ -41763,6 +43763,7 @@ $(OutDir_TabBar)FileTabs.o: $(UPPDIR1)TabBar/FileTabs.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -41772,7 +43773,10 @@ $(OutDir_TabBar)FileTabs.o: $(UPPDIR1)TabBar/FileTabs.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 \ @@ -41801,6 +43805,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 \ @@ -41815,15 +43820,16 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_TabBar) $(UPPDIR1)TabBar/FileTabs.cpp -o $(OutDir_TabBar)FileTabs.o @@ -41887,8 +43893,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 \ @@ -41915,6 +43919,7 @@ $(OutDir_TabBar)TabBarCtrl.o: $(UPPDIR1)TabBar/TabBarCtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -41924,7 +43929,10 @@ $(OutDir_TabBar)TabBarCtrl.o: $(UPPDIR1)TabBar/TabBarCtrl.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 \ @@ -41953,6 +43961,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 \ @@ -41967,15 +43976,16 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_TabBar) $(UPPDIR1)TabBar/TabBarCtrl.cpp -o $(OutDir_TabBar)TabBarCtrl.o @@ -41994,6 +44004,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 \ @@ -42060,8 +44072,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 \ @@ -42088,6 +44098,7 @@ $(OutDir_ide_Designers)Png.o: $(UPPDIR1)ide/Designers/Png.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -42097,7 +44108,10 @@ $(OutDir_ide_Designers)Png.o: $(UPPDIR1)ide/Designers/Png.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 \ @@ -42127,6 +44141,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 \ @@ -42137,35 +44152,47 @@ $(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)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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -42175,37 +44202,41 @@ $(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 $(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 \ @@ -42272,8 +44303,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 \ @@ -42300,6 +44329,7 @@ $(OutDir_ide_Designers)Img.o: $(UPPDIR1)ide/Designers/Img.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -42309,7 +44339,10 @@ $(OutDir_ide_Designers)Img.o: $(UPPDIR1)ide/Designers/Img.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 \ @@ -42339,6 +44372,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 \ @@ -42349,35 +44383,47 @@ $(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)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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -42387,37 +44433,41 @@ $(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 $(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 \ @@ -42484,8 +44534,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 \ @@ -42512,6 +44560,7 @@ $(OutDir_ide_Designers)Qtf.o: $(UPPDIR1)ide/Designers/Qtf.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -42521,7 +44570,10 @@ $(OutDir_ide_Designers)Qtf.o: $(UPPDIR1)ide/Designers/Qtf.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 \ @@ -42551,6 +44603,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 \ @@ -42561,35 +44614,47 @@ $(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)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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -42599,37 +44664,41 @@ $(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 $(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 \ @@ -42696,8 +44765,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 \ @@ -42724,6 +44791,7 @@ $(OutDir_ide_Designers)HexView.o: $(UPPDIR1)ide/Designers/HexView.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -42733,7 +44801,10 @@ $(OutDir_ide_Designers)HexView.o: $(UPPDIR1)ide/Designers/HexView.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 \ @@ -42763,6 +44834,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 \ @@ -42773,35 +44845,47 @@ $(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)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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -42811,37 +44895,41 @@ $(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 $(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 \ @@ -42908,8 +44996,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 \ @@ -42936,6 +45022,7 @@ $(OutDir_ide_Designers)TreeDes.o: $(UPPDIR1)ide/Designers/TreeDes.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -42945,7 +45032,10 @@ $(OutDir_ide_Designers)TreeDes.o: $(UPPDIR1)ide/Designers/TreeDes.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 \ @@ -42975,6 +45065,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 \ @@ -42985,35 +45076,47 @@ $(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)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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -43023,37 +45126,41 @@ $(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 $(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 \ @@ -43120,8 +45227,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 \ @@ -43148,6 +45253,7 @@ $(OutDir_ide_Designers)Xml.o: $(UPPDIR1)ide/Designers/Xml.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -43157,7 +45263,10 @@ $(OutDir_ide_Designers)Xml.o: $(UPPDIR1)ide/Designers/Xml.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 \ @@ -43187,6 +45296,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 \ @@ -43197,35 +45307,47 @@ $(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)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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -43235,37 +45357,41 @@ $(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 $(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 \ @@ -43332,8 +45458,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 \ @@ -43360,6 +45484,7 @@ $(OutDir_ide_Designers)Json.o: $(UPPDIR1)ide/Designers/Json.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -43369,7 +45494,10 @@ $(OutDir_ide_Designers)Json.o: $(UPPDIR1)ide/Designers/Json.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 \ @@ -43399,6 +45527,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 \ @@ -43409,35 +45538,47 @@ $(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)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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -43447,37 +45588,41 @@ $(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 $(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 \ @@ -43544,8 +45689,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 \ @@ -43572,6 +45715,7 @@ $(OutDir_ide_Designers)md.o: $(UPPDIR1)ide/Designers/md.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -43581,7 +45725,10 @@ $(OutDir_ide_Designers)md.o: $(UPPDIR1)ide/Designers/md.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 \ @@ -43611,6 +45758,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 \ @@ -43621,35 +45769,47 @@ $(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)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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -43659,31 +45819,33 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_Designers) $(UPPDIR1)ide/Designers/md.cpp -o $(OutDir_ide_Designers)md.o @@ -43769,8 +45931,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 \ @@ -43797,6 +45957,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 \ @@ -43804,11 +45965,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 @@ -43873,8 +46031,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 \ @@ -43902,20 +46058,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 @@ -43980,8 +46134,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 \ @@ -44009,17 +46161,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 @@ -44084,8 +46234,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 \ @@ -44113,17 +46261,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 @@ -44188,8 +46334,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 \ @@ -44217,17 +46361,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 @@ -44292,8 +46434,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 \ @@ -44320,6 +46460,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 \ @@ -44327,11 +46468,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 @@ -44396,8 +46534,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 \ @@ -44425,15 +46561,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 @@ -44498,8 +46632,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 \ @@ -44527,15 +46659,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 @@ -44622,8 +46752,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 \ @@ -44654,12 +46782,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 @@ -44724,8 +46850,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 \ @@ -44755,13 +46879,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 @@ -44826,8 +46948,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 \ @@ -44858,12 +46978,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 @@ -44883,6 +47001,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 \ @@ -44949,8 +47069,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 \ @@ -44977,6 +47095,7 @@ $(OutDir_ide_MacroManager)MacroElement.o: $(UPPDIR1)ide/MacroManager/MacroElemen $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -44986,7 +47105,10 @@ $(OutDir_ide_MacroManager)MacroElement.o: $(UPPDIR1)ide/MacroManager/MacroElemen $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -45015,6 +47137,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 \ @@ -45027,26 +47150,27 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -45055,6 +47179,8 @@ $(OutDir_ide_MacroManager)MacroElement.o: $(UPPDIR1)ide/MacroManager/MacroElemen $(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 \ @@ -45121,8 +47247,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 \ @@ -45149,6 +47273,7 @@ $(OutDir_ide_MacroManager)MacroManager.o: $(UPPDIR1)ide/MacroManager/MacroManage $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -45158,7 +47283,10 @@ $(OutDir_ide_MacroManager)MacroManager.o: $(UPPDIR1)ide/MacroManager/MacroManage $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -45187,6 +47315,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 \ @@ -45198,30 +47327,34 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -45230,6 +47363,8 @@ $(OutDir_ide_MacroManager)MacroManager.o: $(UPPDIR1)ide/MacroManager/MacroManage $(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 \ @@ -45296,8 +47431,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 \ @@ -45324,6 +47457,7 @@ $(OutDir_ide_MacroManager)UscFileParser.o: $(UPPDIR1)ide/MacroManager/UscFilePar $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -45333,7 +47467,10 @@ $(OutDir_ide_MacroManager)UscFileParser.o: $(UPPDIR1)ide/MacroManager/UscFilePar $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -45362,6 +47499,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 \ @@ -45375,25 +47513,26 @@ $(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/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/bz2/bz2.h \ - $(UPPDIR1)plugin/bz2/lib/bzlib.h \ $(UPPDIR1)plugin/lz4/lz4.h \ $(UPPDIR1)plugin/lzma/lzma.h \ $(UPPDIR1)plugin/pcre/lib/pcre.h \ $(UPPDIR1)plugin/pcre/Pcre.h \ $(UPPDIR1)plugin/pcre/RegExp.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/zstd.h \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -45471,8 +47610,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 \ @@ -45499,6 +47636,7 @@ $(OutDir_Report)Report.o: $(UPPDIR1)Report/Report.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -45508,7 +47646,10 @@ $(OutDir_Report)Report.o: $(UPPDIR1)Report/Report.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 \ @@ -45537,6 +47678,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 \ @@ -45551,11 +47693,12 @@ $(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 \ @@ -45621,8 +47764,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 \ @@ -45650,6 +47791,7 @@ $(OutDir_Report)ReportDlg.o: $(UPPDIR1)Report/ReportDlg.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -45659,7 +47801,10 @@ $(OutDir_Report)ReportDlg.o: $(UPPDIR1)Report/ReportDlg.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 \ @@ -45688,6 +47833,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 \ @@ -45702,11 +47848,12 @@ $(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 \ @@ -45781,12 +47928,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 \ @@ -45809,8 +47955,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 @@ -45872,11 +48016,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 \ @@ -45900,8 +48043,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 @@ -45963,11 +48104,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 \ @@ -45991,8 +48131,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 @@ -46054,11 +48192,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 \ @@ -46082,8 +48219,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 @@ -46145,12 +48280,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 \ @@ -46173,8 +48307,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 @@ -46250,8 +48382,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 \ @@ -46277,14 +48407,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 @@ -46300,6 +48430,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 \ @@ -46329,7 +48461,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/FileMapping.h \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ @@ -46367,8 +48498,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 \ @@ -46395,6 +48524,7 @@ $(OutDir_ide_clang)libclang.o: $(UPPDIR1)ide/clang/libclang.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -46404,7 +48534,10 @@ $(OutDir_ide_clang)libclang.o: $(UPPDIR1)ide/clang/libclang.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 \ @@ -46433,6 +48566,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 \ @@ -46443,8 +48577,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 \ @@ -46454,20 +48589,20 @@ $(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)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -46476,6 +48611,8 @@ $(OutDir_ide_clang)libclang.o: $(UPPDIR1)ide/clang/libclang.cpp \ $(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 \ @@ -46542,8 +48679,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 \ @@ -46570,6 +48705,7 @@ $(OutDir_ide_clang)util.o: $(UPPDIR1)ide/clang/util.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -46579,7 +48715,10 @@ $(OutDir_ide_clang)util.o: $(UPPDIR1)ide/clang/util.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 \ @@ -46608,6 +48747,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 \ @@ -46618,8 +48758,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 \ @@ -46629,20 +48770,20 @@ $(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)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -46651,6 +48792,8 @@ $(OutDir_ide_clang)util.o: $(UPPDIR1)ide/clang/util.cpp \ $(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 \ @@ -46717,8 +48860,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 \ @@ -46745,6 +48886,7 @@ $(OutDir_ide_clang)macros.o: $(UPPDIR1)ide/clang/macros.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -46754,7 +48896,10 @@ $(OutDir_ide_clang)macros.o: $(UPPDIR1)ide/clang/macros.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 \ @@ -46783,6 +48928,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 \ @@ -46793,8 +48939,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 \ @@ -46804,20 +48951,20 @@ $(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)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -46826,6 +48973,8 @@ $(OutDir_ide_clang)macros.o: $(UPPDIR1)ide/clang/macros.cpp \ $(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 \ @@ -46892,8 +49041,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 \ @@ -46920,6 +49067,7 @@ $(OutDir_ide_clang)Signature.o: $(UPPDIR1)ide/clang/Signature.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -46929,7 +49077,10 @@ $(OutDir_ide_clang)Signature.o: $(UPPDIR1)ide/clang/Signature.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 \ @@ -46958,6 +49109,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 \ @@ -46968,8 +49120,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 \ @@ -46979,20 +49132,20 @@ $(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)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -47001,6 +49154,8 @@ $(OutDir_ide_clang)Signature.o: $(UPPDIR1)ide/clang/Signature.cpp \ $(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 \ @@ -47067,8 +49222,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 \ @@ -47095,6 +49248,7 @@ $(OutDir_ide_clang)clang.o: $(UPPDIR1)ide/clang/clang.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -47104,7 +49258,10 @@ $(OutDir_ide_clang)clang.o: $(UPPDIR1)ide/clang/clang.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 \ @@ -47133,6 +49290,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 \ @@ -47142,9 +49300,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 \ @@ -47154,20 +49313,20 @@ $(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)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -47176,6 +49335,8 @@ $(OutDir_ide_clang)clang.o: $(UPPDIR1)ide/clang/clang.cpp \ $(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 \ @@ -47242,8 +49403,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 \ @@ -47270,6 +49429,7 @@ $(OutDir_ide_clang)Visitor.o: $(UPPDIR1)ide/clang/Visitor.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -47279,7 +49439,10 @@ $(OutDir_ide_clang)Visitor.o: $(UPPDIR1)ide/clang/Visitor.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 \ @@ -47308,6 +49471,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 \ @@ -47318,8 +49482,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 \ @@ -47329,20 +49494,20 @@ $(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)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -47351,6 +49516,8 @@ $(OutDir_ide_clang)Visitor.o: $(UPPDIR1)ide/clang/Visitor.cpp \ $(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 \ @@ -47417,8 +49584,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 \ @@ -47445,6 +49610,7 @@ $(OutDir_ide_clang)CurrentFile.o: $(UPPDIR1)ide/clang/CurrentFile.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -47454,7 +49620,10 @@ $(OutDir_ide_clang)CurrentFile.o: $(UPPDIR1)ide/clang/CurrentFile.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 \ @@ -47483,6 +49652,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 \ @@ -47493,8 +49663,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 \ @@ -47504,20 +49675,20 @@ $(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)RichEdit/RichEdit.h \ + $(UPPDIR1)RichEdit/RichEdit.iml \ + $(UPPDIR1)RichEdit/RichEdit.lay \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -47526,6 +49697,8 @@ $(OutDir_ide_clang)CurrentFile.o: $(UPPDIR1)ide/clang/CurrentFile.cpp \ $(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 \ @@ -47592,8 +49765,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 \ @@ -47620,6 +49791,7 @@ $(OutDir_ide_clang)Indexer.o: $(UPPDIR1)ide/clang/Indexer.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -47629,7 +49801,10 @@ $(OutDir_ide_clang)Indexer.o: $(UPPDIR1)ide/clang/Indexer.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 \ @@ -47659,6 +49834,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 \ @@ -47669,35 +49845,47 @@ $(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)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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(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/LinearPath.h \ @@ -47707,31 +49895,33 @@ $(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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_clang) $(UPPDIR1)ide/clang/Indexer.cpp -o $(OutDir_ide_clang)Indexer.o @@ -47816,8 +50006,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 \ @@ -47844,8 +50032,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 @@ -47907,8 +50094,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 \ @@ -47935,8 +50120,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 @@ -47998,8 +50182,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 \ @@ -48026,8 +50208,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 @@ -48089,8 +50270,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 \ @@ -48116,9 +50295,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 @@ -48180,8 +50358,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 \ @@ -48208,8 +50384,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 @@ -48271,8 +50446,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 \ @@ -48299,8 +50472,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 @@ -48362,8 +50534,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 \ @@ -48390,8 +50560,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 @@ -48436,6 +50605,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/FileMapping.h \ @@ -48473,8 +50643,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 \ @@ -48500,8 +50668,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 @@ -48552,6 +50718,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 \ @@ -48563,8 +50730,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 \ @@ -48590,8 +50755,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 @@ -48653,8 +50816,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 \ @@ -48680,8 +50842,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 @@ -48733,6 +50893,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 \ @@ -48743,8 +50904,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 \ @@ -48770,8 +50929,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 @@ -48807,7 +50964,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/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ @@ -48834,8 +50991,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 \ @@ -48861,8 +51016,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 @@ -48898,7 +51051,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/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ @@ -48925,8 +51078,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 \ @@ -48952,8 +51103,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 @@ -48989,7 +51138,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/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ @@ -49016,14 +51164,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 \ @@ -49044,8 +51190,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 @@ -49081,7 +51225,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/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ @@ -49094,6 +51237,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 \ @@ -49108,8 +51252,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 \ @@ -49135,8 +51277,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 @@ -49171,8 +51311,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/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ @@ -49199,8 +51339,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 \ @@ -49226,8 +51364,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 @@ -49263,7 +51399,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/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ @@ -49290,8 +51426,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 \ @@ -49317,8 +51451,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 @@ -49380,13 +51512,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 \ @@ -49407,8 +51538,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 @@ -49470,14 +51599,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 \ @@ -49498,8 +51625,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 @@ -49561,8 +51686,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 \ @@ -49584,12 +51707,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 @@ -49651,13 +51773,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 \ @@ -49678,8 +51799,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 @@ -49741,10 +51860,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 \ @@ -49768,8 +51886,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 @@ -49831,8 +51947,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 \ @@ -49843,6 +51957,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 \ @@ -49858,8 +51973,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 @@ -49921,8 +52034,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 \ @@ -49933,6 +52044,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 \ @@ -49948,8 +52060,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 @@ -49963,6 +52073,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 \ @@ -50011,8 +52122,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 \ @@ -50038,8 +52147,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 @@ -50049,6 +52156,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 \ @@ -50101,8 +52209,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 \ @@ -50128,8 +52234,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 @@ -50187,12 +52291,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 \ @@ -50218,8 +52321,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 @@ -50272,6 +52373,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 \ @@ -50281,8 +52383,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 \ @@ -50308,13 +52408,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 \ @@ -50371,8 +52470,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 \ @@ -50398,8 +52495,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 @@ -50436,6 +52531,7 @@ $(OutDir_Core)Huge.o: $(UPPDIR1)Core/Huge.cpp \ $(UPPDIR1)Core/Hash.h \ $(UPPDIR1)Core/Heap.h \ $(UPPDIR1)Core/HttpStatusCode.i \ + $(UPPDIR1)Core/Huge.cpp \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ $(UPPDIR1)Core/Index.h \ @@ -50461,8 +52557,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 \ @@ -50488,8 +52582,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 @@ -50551,11 +52643,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 \ @@ -50578,8 +52669,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 @@ -50589,6 +52678,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 \ @@ -50641,8 +52731,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 \ @@ -50668,8 +52756,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 @@ -50697,6 +52783,7 @@ $(OutDir_Core)FilterStream.o: $(UPPDIR1)Core/FilterStream.cpp \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ $(UPPDIR1)Core/FileMapping.h \ + $(UPPDIR1)Core/FilterStream.cpp \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ $(UPPDIR1)Core/Fn.h \ @@ -50731,8 +52818,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 \ @@ -50758,8 +52843,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 @@ -50786,6 +52869,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/FileMapping.h \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ @@ -50821,8 +52905,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 \ @@ -50848,8 +52930,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 @@ -50898,6 +52978,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 \ @@ -50911,8 +52992,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 \ @@ -50938,8 +53017,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 @@ -50964,6 +53041,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/FileMapping.h \ @@ -51001,8 +53079,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 \ @@ -51028,8 +53104,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 @@ -51071,6 +53145,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 \ @@ -51091,8 +53166,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 \ @@ -51118,8 +53191,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 @@ -51181,8 +53252,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 \ @@ -51194,6 +53263,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 \ @@ -51208,8 +53278,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 @@ -51260,6 +53328,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 \ @@ -51271,8 +53340,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 \ @@ -51298,8 +53365,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 @@ -51360,9 +53425,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 \ @@ -51388,8 +53452,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 @@ -51451,10 +53513,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 \ @@ -51478,8 +53539,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 @@ -51527,6 +53586,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 \ @@ -51541,8 +53601,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 \ @@ -51568,8 +53626,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 @@ -51626,13 +53682,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 \ @@ -51658,8 +53713,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 @@ -51721,8 +53774,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 \ @@ -51741,6 +53792,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 \ @@ -51748,8 +53800,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 @@ -51788,6 +53838,7 @@ $(OutDir_Core)Index.o: $(UPPDIR1)Core/Index.cpp \ $(UPPDIR1)Core/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.cpp \ $(UPPDIR1)Core/Index.h \ $(UPPDIR1)Core/Index.hpp \ $(UPPDIR1)Core/Inet.h \ @@ -51811,8 +53862,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 \ @@ -51838,8 +53887,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 @@ -51901,14 +53948,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 \ @@ -51928,8 +53974,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 @@ -51991,8 +54035,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 \ @@ -52006,6 +54048,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 \ @@ -52018,8 +54061,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 @@ -52081,8 +54122,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 \ @@ -52099,6 +54138,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 \ @@ -52108,8 +54148,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 @@ -52140,6 +54178,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 \ @@ -52171,8 +54210,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 \ @@ -52198,8 +54235,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 @@ -52224,6 +54259,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/FileMapping.h \ @@ -52262,8 +54298,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 \ @@ -52289,8 +54323,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 @@ -52310,6 +54342,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 \ @@ -52352,8 +54385,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 \ @@ -52379,8 +54410,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 @@ -52397,6 +54426,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 \ @@ -52442,8 +54472,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 \ @@ -52469,8 +54497,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 @@ -52503,6 +54529,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 \ @@ -52532,8 +54559,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 \ @@ -52559,8 +54584,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 @@ -52622,13 +54645,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 \ @@ -52650,8 +54672,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 @@ -52697,6 +54717,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 \ @@ -52713,8 +54734,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 \ @@ -52740,8 +54759,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 @@ -52789,6 +54806,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 \ @@ -52803,8 +54821,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 \ @@ -52830,8 +54846,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 @@ -52888,13 +54902,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 \ @@ -52920,8 +54933,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 @@ -52983,8 +54994,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 \ @@ -53006,12 +55015,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 @@ -53073,8 +55081,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 \ @@ -53097,11 +55103,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 @@ -53146,6 +55151,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 \ @@ -53163,8 +55169,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 \ @@ -53190,8 +55194,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 @@ -53253,8 +55255,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 \ @@ -53267,6 +55267,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 \ @@ -53280,8 +55281,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 @@ -53341,10 +55340,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 \ @@ -53370,8 +55368,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 @@ -53434,8 +55430,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 \ @@ -53460,14 +55454,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 \ - $(UPPDIR1)Core/lib/lz4.h + $(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 \ @@ -53528,8 +55521,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 \ @@ -53537,6 +55528,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 \ @@ -53555,8 +55547,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 @@ -53580,6 +55570,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 \ @@ -53618,8 +55609,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 \ @@ -53645,8 +55634,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 @@ -53708,8 +55695,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 \ @@ -53725,6 +55710,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 \ @@ -53735,8 +55721,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 @@ -53787,6 +55771,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 \ @@ -53798,8 +55783,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 \ @@ -53825,8 +55808,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 @@ -53888,8 +55869,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 \ @@ -53915,8 +55895,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 @@ -53978,8 +55956,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 \ @@ -54005,12 +55982,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 @@ -54073,8 +56049,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 \ @@ -54099,9 +56073,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 @@ -54143,6 +56116,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 \ @@ -54163,8 +56137,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 \ @@ -54190,8 +56162,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 @@ -54243,6 +56213,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 \ @@ -54253,8 +56224,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 \ @@ -54280,8 +56249,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 @@ -54343,8 +56310,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 \ @@ -54370,8 +56336,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 @@ -54407,6 +56371,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/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ @@ -54433,8 +56398,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 \ @@ -54460,8 +56423,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 @@ -54523,8 +56484,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 \ @@ -54545,13 +56504,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 @@ -54578,6 +56536,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/FileMapping.h \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ @@ -54613,8 +56572,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 \ @@ -54640,8 +56597,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 @@ -54703,8 +56658,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 \ @@ -54725,13 +56678,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 @@ -54943,8 +56895,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 \ @@ -54971,10 +56921,10 @@ $(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 @@ -54982,6 +56932,7 @@ $(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/CpuArch.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 @@ -54990,6 +56941,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 @@ -54999,14 +56951,15 @@ $(OutDir_plugin_lzma)LzmaEnc.o: $(UPPDIR1)plugin/lzma/lib/LzmaEnc.c \ $(UPPDIR1)plugin/lzma/lib/Compiler.h \ $(UPPDIR1)plugin/lzma/lib/CpuArch.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 $(OutDir_plugin_lzma)CpuArch.o: $(UPPDIR1)plugin/lzma/lib/CpuArch.c \ $(UPPDIR1)plugin/lzma/lib/7zTypes.h \ - $(UPPDIR1)plugin/lzma/lib/7zWindows.h \ $(UPPDIR1)plugin/lzma/lib/Compiler.h \ + $(UPPDIR1)plugin/lzma/lib/CpuArch.c \ $(UPPDIR1)plugin/lzma/lib/CpuArch.h \ $(UPPDIR1)plugin/lzma/lib/Precomp.h $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_lzma) $(UPPDIR1)plugin/lzma/lib/CpuArch.c -o $(OutDir_plugin_lzma)CpuArch.o @@ -55086,8 +57039,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 \ @@ -55113,9 +57064,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 @@ -55178,8 +57128,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 \ @@ -55205,9 +57153,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 @@ -55270,8 +57217,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 \ @@ -55298,8 +57243,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 @@ -55373,8 +57317,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 \ @@ -55400,8 +57342,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 @@ -55465,8 +57406,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 \ @@ -55492,8 +57431,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 @@ -55557,8 +57495,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 \ @@ -55584,9 +57520,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 @@ -55600,20 +57535,18 @@ $(OutDir_plugin_zstd)huf_decompress.o: $(UPPDIR1)plugin/zstd/lib/huf_decompress. $(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/portability_macros.h \ $(UPPDIR1)plugin/zstd/lib/xxhash.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.h + $(UPPDIR1)plugin/zstd/lib/zstd_internal.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/allocations.h \ - $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -55624,40 +57557,20 @@ $(OutDir_plugin_zstd)zstd_ddict.o: $(UPPDIR1)plugin/zstd/lib/zstd_ddict.c \ $(UPPDIR1)plugin/zstd/lib/portability_macros.h \ $(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_deps.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.h + $(UPPDIR1)plugin/zstd/lib/zstd_internal.h $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/zstd_ddict.c -o $(OutDir_plugin_zstd)zstd_ddict.o $(OutDir_plugin_zstd)zstd_decompress.o: $(UPPDIR1)plugin/zstd/lib/zstd_decompress.c \ - $(UPPDIR1)plugin/zstd/lib/allocations.h \ - $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(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/portability_macros.h \ - $(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_deps.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.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/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -55669,19 +57582,19 @@ $(OutDir_plugin_zstd)zstd_decompress_block.o: $(UPPDIR1)plugin/zstd/lib/zstd_dec $(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_deps.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.h + $(UPPDIR1)plugin/zstd/lib/zstd_internal.h $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/zstd_decompress_block.c -o $(OutDir_plugin_zstd)zstd_decompress_block.o $(OutDir_plugin_zstd)entropy_common.o: $(UPPDIR1)plugin/zstd/lib/entropy_common.c \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(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 \ @@ -55697,6 +57610,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/portability_macros.h \ @@ -55710,6 +57625,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/portability_macros.h \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.h \ @@ -55725,6 +57642,7 @@ $(OutDir_plugin_zstd)huf_compress.o: $(UPPDIR1)plugin/zstd/lib/huf_compress.c \ $(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/portability_macros.h \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.h \ @@ -55732,8 +57650,6 @@ $(OutDir_plugin_zstd)huf_compress.o: $(UPPDIR1)plugin/zstd/lib/huf_compress.c \ $(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/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -55744,16 +57660,15 @@ $(OutDir_plugin_zstd)zstd_common.o: $(UPPDIR1)plugin/zstd/lib/zstd_common.c \ $(UPPDIR1)plugin/zstd/lib/portability_macros.h \ $(UPPDIR1)plugin/zstd/lib/xxhash.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_common.c \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/clevels.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ @@ -55766,6 +57681,7 @@ $(OutDir_plugin_zstd)zstd_compress.o: $(UPPDIR1)plugin/zstd/lib/zstd_compress.c $(UPPDIR1)plugin/zstd/lib/portability_macros.h \ $(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 \ @@ -55778,15 +57694,12 @@ $(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/zstd_trace.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -55803,15 +57716,13 @@ $(OutDir_plugin_zstd)zstd_opt.o: $(UPPDIR1)plugin/zstd/lib/zstd_opt.c \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.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/zstd_trace.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -55830,14 +57741,13 @@ $(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/zstd_trace.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -55853,15 +57763,13 @@ $(OutDir_plugin_zstd)zstd_lazy.o: $(UPPDIR1)plugin/zstd/lib/zstd_lazy.c \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.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/zstd_trace.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -55879,16 +57787,14 @@ $(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.c \ $(UPPDIR1)plugin/zstd/lib/zstd_ldm.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_ldm_geartab.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.h \ - $(UPPDIR1)plugin/zstd/lib/zstdmt_compress.h + $(UPPDIR1)plugin/zstd/lib/zstd_ldm_geartab.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -55903,15 +57809,15 @@ $(OutDir_plugin_zstd)zstd_fast.o: $(UPPDIR1)plugin/zstd/lib/zstd_fast.c \ $(UPPDIR1)plugin/zstd/lib/zstd_cwksp.h \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.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/zstd_trace.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/compiler.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(UPPDIR1)plugin/zstd/lib/error_private.c \ $(UPPDIR1)plugin/zstd/lib/error_private.h \ $(UPPDIR1)plugin/zstd/lib/portability_macros.h \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.h \ @@ -55922,6 +57828,7 @@ $(OutDir_plugin_zstd)hist.o: $(UPPDIR1)plugin/zstd/lib/hist.c \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(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/portability_macros.h \ @@ -55933,9 +57840,9 @@ $(OutDir_plugin_zstd)pool.o: $(UPPDIR1)plugin/zstd/lib/pool.c \ $(UPPDIR1)plugin/zstd/lib/allocations.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(UPPDIR1)plugin/zstd/lib/pool.c \ $(UPPDIR1)plugin/zstd/lib/pool.h \ $(UPPDIR1)plugin/zstd/lib/portability_macros.h \ - $(UPPDIR1)plugin/zstd/lib/threading.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.h $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/pool.c -o $(OutDir_plugin_zstd)pool.o @@ -55943,7 +57850,6 @@ $(OutDir_plugin_zstd)pool.o: $(UPPDIR1)plugin/zstd/lib/pool.c \ $(OutDir_plugin_zstd)zstd_double_fast.o: $(UPPDIR1)plugin/zstd/lib/zstd_double_fast.c \ $(UPPDIR1)plugin/zstd/lib/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -55957,17 +57863,15 @@ $(OutDir_plugin_zstd)zstd_double_fast.o: $(UPPDIR1)plugin/zstd/lib/zstd_double_f $(UPPDIR1)plugin/zstd/lib/zstd_compress_internal.h \ $(UPPDIR1)plugin/zstd/lib/zstd_cwksp.h \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.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/zstd_trace.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -55982,18 +57886,15 @@ $(OutDir_plugin_zstd)zstd_compress_superblock.o: $(UPPDIR1)plugin/zstd/lib/zstd_ $(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_deps.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.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/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -56004,17 +57905,16 @@ $(OutDir_plugin_zstd)zstd_compress_sequences.o: $(UPPDIR1)plugin/zstd/lib/zstd_c $(UPPDIR1)plugin/zstd/lib/portability_macros.h \ $(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_deps.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -56026,16 +57926,16 @@ $(OutDir_plugin_zstd)zstd_compress_literals.o: $(UPPDIR1)plugin/zstd/lib/zstd_co $(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_deps.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.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)xxhash.o: $(UPPDIR1)plugin/zstd/lib/xxhash.c \ + $(UPPDIR1)plugin/zstd/lib/xxhash.c \ $(UPPDIR1)plugin/zstd/lib/xxhash.h $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/xxhash.c -o $(OutDir_plugin_zstd)xxhash.o @@ -56156,8 +58056,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 \ @@ -56184,6 +58082,7 @@ $(OutDir_RichEdit)Ruler.o: $(UPPDIR1)RichEdit/Ruler.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -56193,7 +58092,10 @@ $(OutDir_RichEdit)Ruler.o: $(UPPDIR1)RichEdit/Ruler.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 \ @@ -56222,6 +58124,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 \ @@ -56237,11 +58140,13 @@ $(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 \ @@ -56307,8 +58212,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 \ @@ -56335,6 +58238,7 @@ $(OutDir_RichEdit)UnitEdit.o: $(UPPDIR1)RichEdit/UnitEdit.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -56344,7 +58248,10 @@ $(OutDir_RichEdit)UnitEdit.o: $(UPPDIR1)RichEdit/UnitEdit.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 \ @@ -56373,6 +58280,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 \ @@ -56387,11 +58295,13 @@ $(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 \ @@ -56457,8 +58367,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 \ @@ -56486,6 +58394,7 @@ $(OutDir_RichEdit)Editor.o: $(UPPDIR1)RichEdit/Editor.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -56495,7 +58404,10 @@ $(OutDir_RichEdit)Editor.o: $(UPPDIR1)RichEdit/Editor.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 \ @@ -56524,6 +58436,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 \ @@ -56538,11 +58451,13 @@ $(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 \ @@ -56608,8 +58523,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 \ @@ -56636,6 +58549,7 @@ $(OutDir_RichEdit)Speller.o: $(UPPDIR1)RichEdit/Speller.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -56645,7 +58559,10 @@ $(OutDir_RichEdit)Speller.o: $(UPPDIR1)RichEdit/Speller.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 \ @@ -56674,6 +58591,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 \ @@ -56688,11 +58606,13 @@ $(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 \ @@ -56758,8 +58678,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 \ @@ -56786,6 +58704,7 @@ $(OutDir_RichEdit)Kbd.o: $(UPPDIR1)RichEdit/Kbd.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -56795,7 +58714,10 @@ $(OutDir_RichEdit)Kbd.o: $(UPPDIR1)RichEdit/Kbd.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 \ @@ -56824,6 +58746,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 \ @@ -56838,11 +58761,13 @@ $(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 \ @@ -56908,8 +58833,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 \ @@ -56936,6 +58859,7 @@ $(OutDir_RichEdit)Mouse.o: $(UPPDIR1)RichEdit/Mouse.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -56945,7 +58869,10 @@ $(OutDir_RichEdit)Mouse.o: $(UPPDIR1)RichEdit/Mouse.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 \ @@ -56974,6 +58901,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 \ @@ -56988,11 +58916,13 @@ $(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 \ @@ -57058,8 +58988,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 \ @@ -57086,6 +59014,7 @@ $(OutDir_RichEdit)Cursor.o: $(UPPDIR1)RichEdit/Cursor.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -57095,7 +59024,10 @@ $(OutDir_RichEdit)Cursor.o: $(UPPDIR1)RichEdit/Cursor.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 \ @@ -57124,6 +59056,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 \ @@ -57138,11 +59071,13 @@ $(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 \ @@ -57208,8 +59143,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 \ @@ -57236,6 +59169,7 @@ $(OutDir_RichEdit)Undo.o: $(UPPDIR1)RichEdit/Undo.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -57245,7 +59179,10 @@ $(OutDir_RichEdit)Undo.o: $(UPPDIR1)RichEdit/Undo.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 \ @@ -57274,6 +59211,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 \ @@ -57288,11 +59226,13 @@ $(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 \ @@ -57358,8 +59298,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 \ @@ -57386,6 +59324,7 @@ $(OutDir_RichEdit)Modify.o: $(UPPDIR1)RichEdit/Modify.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -57395,7 +59334,10 @@ $(OutDir_RichEdit)Modify.o: $(UPPDIR1)RichEdit/Modify.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 \ @@ -57424,6 +59366,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 \ @@ -57438,11 +59381,13 @@ $(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 \ @@ -57508,8 +59453,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 \ @@ -57536,6 +59479,7 @@ $(OutDir_RichEdit)Formating.o: $(UPPDIR1)RichEdit/Formating.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -57545,7 +59489,10 @@ $(OutDir_RichEdit)Formating.o: $(UPPDIR1)RichEdit/Formating.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 \ @@ -57574,6 +59521,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 \ @@ -57588,11 +59536,13 @@ $(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 \ @@ -57658,8 +59608,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 \ @@ -57686,6 +59634,7 @@ $(OutDir_RichEdit)FormatDlg.o: $(UPPDIR1)RichEdit/FormatDlg.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -57695,7 +59644,10 @@ $(OutDir_RichEdit)FormatDlg.o: $(UPPDIR1)RichEdit/FormatDlg.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 \ @@ -57724,6 +59676,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 \ @@ -57738,11 +59691,13 @@ $(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 \ @@ -57808,8 +59763,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 \ @@ -57836,6 +59789,7 @@ $(OutDir_RichEdit)ParaFormat.o: $(UPPDIR1)RichEdit/ParaFormat.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -57845,7 +59799,10 @@ $(OutDir_RichEdit)ParaFormat.o: $(UPPDIR1)RichEdit/ParaFormat.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 \ @@ -57874,6 +59831,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 \ @@ -57888,11 +59846,13 @@ $(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 \ @@ -57958,8 +59918,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 \ @@ -57986,6 +59944,7 @@ $(OutDir_RichEdit)TableUndo.o: $(UPPDIR1)RichEdit/TableUndo.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -57995,7 +59954,10 @@ $(OutDir_RichEdit)TableUndo.o: $(UPPDIR1)RichEdit/TableUndo.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 \ @@ -58024,6 +59986,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 \ @@ -58038,11 +60001,13 @@ $(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 \ @@ -58108,8 +60073,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 \ @@ -58136,6 +60099,7 @@ $(OutDir_RichEdit)Table.o: $(UPPDIR1)RichEdit/Table.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -58145,7 +60109,10 @@ $(OutDir_RichEdit)Table.o: $(UPPDIR1)RichEdit/Table.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 \ @@ -58174,6 +60141,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 \ @@ -58188,11 +60156,13 @@ $(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 \ @@ -58258,8 +60228,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 \ @@ -58286,6 +60254,7 @@ $(OutDir_RichEdit)Find.o: $(UPPDIR1)RichEdit/Find.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -58295,7 +60264,10 @@ $(OutDir_RichEdit)Find.o: $(UPPDIR1)RichEdit/Find.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 \ @@ -58324,6 +60296,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 \ @@ -58338,11 +60311,13 @@ $(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 \ @@ -58408,8 +60383,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 \ @@ -58436,6 +60409,7 @@ $(OutDir_RichEdit)Tool.o: $(UPPDIR1)RichEdit/Tool.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -58445,7 +60419,10 @@ $(OutDir_RichEdit)Tool.o: $(UPPDIR1)RichEdit/Tool.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 \ @@ -58474,6 +60451,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 \ @@ -58488,11 +60466,13 @@ $(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 \ @@ -58558,8 +60538,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 \ @@ -58586,6 +60564,7 @@ $(OutDir_RichEdit)Clip.o: $(UPPDIR1)RichEdit/Clip.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -58595,7 +60574,10 @@ $(OutDir_RichEdit)Clip.o: $(UPPDIR1)RichEdit/Clip.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 \ @@ -58624,6 +60606,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 \ @@ -58638,11 +60621,13 @@ $(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 \ @@ -58708,8 +60693,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 \ @@ -58736,6 +60719,7 @@ $(OutDir_RichEdit)StyleKeys.o: $(UPPDIR1)RichEdit/StyleKeys.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -58745,7 +60729,10 @@ $(OutDir_RichEdit)StyleKeys.o: $(UPPDIR1)RichEdit/StyleKeys.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 \ @@ -58774,6 +60761,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 \ @@ -58788,11 +60776,13 @@ $(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 \ @@ -58858,8 +60848,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 \ @@ -58886,6 +60874,7 @@ $(OutDir_RichEdit)HeaderFooter.o: $(UPPDIR1)RichEdit/HeaderFooter.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -58895,7 +60884,10 @@ $(OutDir_RichEdit)HeaderFooter.o: $(UPPDIR1)RichEdit/HeaderFooter.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 \ @@ -58924,6 +60916,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 \ @@ -58938,11 +60931,13 @@ $(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 \ @@ -58994,35 +60989,7 @@ $(OutDir_plugin_png): mkdir -p $(OutDir_plugin_png) $(OutDir_plugin_png)pnglib.o: $(UPPDIR1)plugin/png/pnglib.c \ - $(UPPDIR1)plugin/png/lib/arm/arm_init.c \ - $(UPPDIR1)plugin/png/lib/arm/filter_neon_intrinsics.c \ - $(UPPDIR1)plugin/png/lib/arm/palette_neon_intrinsics.c \ - $(UPPDIR1)plugin/png/lib/png.c \ - $(UPPDIR1)plugin/png/lib/png.h \ - $(UPPDIR1)plugin/png/lib/pngconf.h \ - $(UPPDIR1)plugin/png/lib/pngdebug.h \ - $(UPPDIR1)plugin/png/lib/pngerror.c \ - $(UPPDIR1)plugin/png/lib/pnggccrd.c \ - $(UPPDIR1)plugin/png/lib/pngget.c \ - $(UPPDIR1)plugin/png/lib/pnginfo.h \ - $(UPPDIR1)plugin/png/lib/pnglibconf.h \ - $(UPPDIR1)plugin/png/lib/pngmem.c \ - $(UPPDIR1)plugin/png/lib/pngpread.c \ - $(UPPDIR1)plugin/png/lib/pngpriv.h \ - $(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/pngstruct.h \ - $(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 \ @@ -59083,8 +61050,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 \ @@ -59114,6 +61079,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 \ @@ -59121,12 +61087,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/lib/pnglibconf.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 @@ -59188,8 +61150,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 \ @@ -59219,6 +61179,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 \ @@ -59227,8 +61188,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 @@ -59300,8 +61260,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 \ @@ -59331,6 +61289,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 \ @@ -59338,8 +61298,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 @@ -59401,8 +61359,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 \ @@ -59432,6 +61388,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 \ @@ -59440,8 +61398,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 @@ -59503,8 +61459,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 \ @@ -59534,15 +61488,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 @@ -59604,8 +61558,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 \ @@ -59635,6 +61587,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 \ @@ -59642,8 +61596,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 @@ -59705,8 +61657,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 \ @@ -59736,6 +61686,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 \ @@ -59743,8 +61695,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 @@ -59806,8 +61756,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 \ @@ -59836,7 +61784,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 \ @@ -59844,8 +61794,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 @@ -59907,8 +61855,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 \ @@ -59938,6 +61884,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 \ @@ -59945,8 +61893,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 @@ -60008,8 +61954,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 \ @@ -60039,6 +61983,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 \ @@ -60046,8 +61992,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 @@ -60109,8 +62053,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 \ @@ -60140,6 +62082,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 \ @@ -60147,8 +62091,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 @@ -60210,8 +62152,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 \ @@ -60241,15 +62181,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 @@ -60311,8 +62251,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 \ @@ -60342,6 +62280,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 \ @@ -60349,8 +62289,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 @@ -60412,8 +62350,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 \ @@ -60443,6 +62379,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 \ @@ -60450,8 +62388,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 @@ -60513,8 +62449,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 \ @@ -60542,8 +62476,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 \ @@ -60552,8 +62488,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 @@ -60615,8 +62549,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 \ @@ -60646,15 +62578,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 @@ -60716,8 +62648,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 \ @@ -60747,15 +62677,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 @@ -60817,8 +62747,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 \ @@ -60848,15 +62776,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 @@ -60918,8 +62846,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 \ @@ -60949,15 +62875,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 @@ -61019,8 +62945,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 \ @@ -61050,15 +62974,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 @@ -61120,8 +63044,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 \ @@ -61151,15 +63073,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 @@ -61221,8 +63143,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 \ @@ -61252,15 +63172,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 @@ -61322,8 +63242,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 \ @@ -61353,15 +63271,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 @@ -61423,8 +63341,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 \ @@ -61454,15 +63370,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 @@ -61524,8 +63440,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 \ @@ -61555,15 +63469,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 @@ -61625,8 +63539,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 \ @@ -61656,15 +63568,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 @@ -61726,8 +63638,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 \ @@ -61757,15 +63667,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 @@ -61827,8 +63737,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 \ @@ -61858,15 +63766,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 @@ -61928,8 +63836,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 \ @@ -61959,6 +63865,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 \ @@ -61966,8 +63874,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 @@ -62029,8 +63935,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 \ @@ -62060,6 +63964,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 \ @@ -62067,8 +63972,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 @@ -62130,8 +64034,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 \ @@ -62161,15 +64063,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 @@ -62231,8 +64133,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 \ @@ -62259,9 +64159,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 \ @@ -62269,8 +64171,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 @@ -62332,8 +64232,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 \ @@ -62363,15 +64261,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 @@ -62433,8 +64331,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 \ @@ -62464,15 +64360,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 @@ -62534,8 +64430,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 \ @@ -62565,15 +64459,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 @@ -62635,8 +64529,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 \ @@ -62666,15 +64558,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 @@ -62736,8 +64628,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 \ @@ -62767,15 +64657,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 @@ -62837,8 +64727,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 \ @@ -62864,10 +64752,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 \ @@ -62875,9 +64765,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 @@ -62939,8 +64826,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 \ @@ -62970,15 +64855,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 @@ -63120,8 +65005,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 \ @@ -63151,6 +65034,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 \ @@ -63164,8 +65048,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 @@ -63228,8 +65111,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 \ @@ -63259,6 +65140,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 \ @@ -63272,8 +65154,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 @@ -63336,8 +65217,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 \ @@ -63367,6 +65246,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 \ @@ -63380,8 +65260,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 @@ -63444,8 +65323,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 \ @@ -63475,6 +65352,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 \ @@ -63488,8 +65366,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 @@ -63552,8 +65429,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 \ @@ -63583,6 +65458,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 \ @@ -63596,9 +65472,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 @@ -63661,8 +65536,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 \ @@ -63692,6 +65565,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 \ @@ -63705,8 +65579,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 @@ -63769,8 +65642,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 \ @@ -63800,6 +65671,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 \ @@ -63813,8 +65685,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 @@ -63895,8 +65766,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 \ @@ -63926,6 +65795,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 \ @@ -63935,11 +65805,10 @@ $(OutDir_Painter)Painter.o: $(UPPDIR1)Painter/Painter.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(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 @@ -64001,8 +65870,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 \ @@ -64032,6 +65899,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 \ @@ -64044,8 +65912,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 @@ -64107,8 +65974,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 \ @@ -64138,6 +66003,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 \ @@ -64149,9 +66015,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 @@ -64213,8 +66078,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 \ @@ -64244,6 +66107,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 \ @@ -64252,12 +66116,11 @@ $(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/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 @@ -64319,8 +66182,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 \ @@ -64350,6 +66211,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 \ @@ -64361,9 +66223,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 @@ -64425,8 +66286,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 \ @@ -64456,6 +66315,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 \ @@ -64468,8 +66328,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 @@ -64531,8 +66390,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 \ @@ -64562,6 +66419,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 \ @@ -64573,9 +66431,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 @@ -64637,8 +66494,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 \ @@ -64668,6 +66523,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 \ @@ -64680,8 +66536,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 @@ -64743,8 +66598,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 \ @@ -64774,6 +66627,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 \ @@ -64781,13 +66635,12 @@ $(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/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 @@ -64849,8 +66702,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 \ @@ -64880,6 +66731,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 \ @@ -64892,8 +66744,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 @@ -64955,8 +66806,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 \ @@ -64986,6 +66835,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 \ @@ -64994,12 +66844,11 @@ $(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/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 @@ -65061,8 +66910,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 \ @@ -65092,6 +66939,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 \ @@ -65104,8 +66952,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 @@ -65167,8 +67014,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 \ @@ -65198,6 +67043,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 \ @@ -65210,8 +67056,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 @@ -65273,8 +67118,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 \ @@ -65304,6 +67147,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 \ @@ -65316,8 +67160,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 @@ -65379,8 +67222,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 \ @@ -65410,6 +67251,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 \ @@ -65422,8 +67264,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 @@ -65485,8 +67326,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 \ @@ -65516,6 +67355,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 \ @@ -65525,13 +67365,12 @@ $(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/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 @@ -65593,8 +67432,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 \ @@ -65624,6 +67461,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 \ @@ -65632,12 +67470,11 @@ $(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/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 @@ -65699,8 +67536,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 \ @@ -65730,6 +67565,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 \ @@ -65742,8 +67578,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 @@ -65805,8 +67640,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 \ @@ -65836,6 +67669,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 \ @@ -65849,8 +67683,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 @@ -65912,8 +67745,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 \ @@ -65943,6 +67774,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 \ @@ -65951,12 +67783,11 @@ $(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/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 @@ -66018,8 +67849,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 \ @@ -66049,6 +67878,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 \ @@ -66058,11 +67888,10 @@ $(OutDir_Painter)Mask.o: $(UPPDIR1)Painter/Mask.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(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 @@ -66124,8 +67953,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 \ @@ -66155,6 +67982,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 \ @@ -66163,12 +67991,11 @@ $(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/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 @@ -66230,8 +68057,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 \ @@ -66261,6 +68086,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 \ @@ -66273,8 +68099,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 @@ -66336,8 +68161,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 \ @@ -66367,6 +68190,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 \ @@ -66376,11 +68200,10 @@ $(OutDir_Painter)OnPath.o: $(UPPDIR1)Painter/OnPath.cpp \ $(UPPDIR1)Draw/SIMD.h \ $(UPPDIR1)Painter/BufferPainter.h \ $(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 @@ -66442,8 +68265,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 \ @@ -66473,6 +68294,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 \ @@ -66486,8 +68308,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 @@ -66549,8 +68370,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 \ @@ -66580,6 +68399,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 \ @@ -66592,9 +68412,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 @@ -66656,8 +68475,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 \ @@ -66687,6 +68504,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 \ @@ -66700,8 +68518,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 @@ -66763,8 +68580,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 \ @@ -66794,6 +68609,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 \ @@ -66807,8 +68623,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 @@ -66930,8 +68745,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 \ @@ -66959,14 +68772,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 \ @@ -67061,8 +68873,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 \ @@ -67089,12 +68899,15 @@ $(OutDir_CtrlCore)SystemDraw.o: $(UPPDIR1)CtrlCore/SystemDraw.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/SystemDraw.cpp \ $(UPPDIR1)CtrlCore/TopWindow.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 \ @@ -67109,10 +68922,9 @@ $(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 \ @@ -67177,8 +68989,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 \ @@ -67205,12 +69015,15 @@ $(OutDir_CtrlCore)Frame.o: $(UPPDIR1)CtrlCore/Frame.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/Frame.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -67225,10 +69038,9 @@ $(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 \ @@ -67293,8 +69105,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 \ @@ -67321,12 +69131,15 @@ $(OutDir_CtrlCore)CtrlMt.o: $(UPPDIR1)CtrlCore/CtrlMt.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlMt.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -67341,10 +69154,9 @@ $(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 \ @@ -67409,8 +69221,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 \ @@ -67436,13 +69246,16 @@ $(OutDir_CtrlCore)Ctrl.o: $(UPPDIR1)CtrlCore/Ctrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/Ctrl.cpp \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -67458,10 +69271,9 @@ $(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 \ @@ -67526,8 +69338,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 \ @@ -67553,13 +69363,16 @@ $(OutDir_CtrlCore)CtrlAttr.o: $(UPPDIR1)CtrlCore/CtrlAttr.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlAttr.cpp \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -67574,10 +69387,9 @@ $(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 \ @@ -67642,8 +69454,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 \ @@ -67669,13 +69479,16 @@ $(OutDir_CtrlCore)CtrlChild.o: $(UPPDIR1)CtrlCore/CtrlChild.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlChild.cpp \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -67690,10 +69503,9 @@ $(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 \ @@ -67758,8 +69570,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 \ @@ -67786,12 +69596,15 @@ $(OutDir_CtrlCore)CtrlFrame.o: $(UPPDIR1)CtrlCore/CtrlFrame.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlFrame.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -67806,10 +69619,9 @@ $(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 \ @@ -67874,8 +69686,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 \ @@ -67902,12 +69712,15 @@ $(OutDir_CtrlCore)CtrlPos.o: $(UPPDIR1)CtrlCore/CtrlPos.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlPos.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -67922,10 +69735,9 @@ $(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 \ @@ -67990,8 +69802,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 \ @@ -68018,12 +69828,15 @@ $(OutDir_CtrlCore)CtrlDraw.o: $(UPPDIR1)CtrlCore/CtrlDraw.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlDraw.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -68038,10 +69851,9 @@ $(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 \ @@ -68106,8 +69918,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 \ @@ -68134,12 +69944,15 @@ $(OutDir_CtrlCore)CtrlMouse.o: $(UPPDIR1)CtrlCore/CtrlMouse.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlMouse.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -68154,10 +69967,9 @@ $(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 \ @@ -68222,8 +70034,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 \ @@ -68250,12 +70060,15 @@ $(OutDir_CtrlCore)CtrlKbd.o: $(UPPDIR1)CtrlCore/CtrlKbd.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlKbd.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -68270,10 +70083,9 @@ $(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 \ @@ -68338,8 +70150,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 \ @@ -68366,12 +70176,15 @@ $(OutDir_CtrlCore)CtrlTimer.o: $(UPPDIR1)CtrlCore/CtrlTimer.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlTimer.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -68386,10 +70199,9 @@ $(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 \ @@ -68454,8 +70266,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 \ @@ -68481,13 +70291,16 @@ $(OutDir_CtrlCore)CtrlClip.o: $(UPPDIR1)CtrlCore/CtrlClip.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CtrlClip.cpp \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -68502,10 +70315,9 @@ $(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 \ @@ -68570,8 +70382,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 \ @@ -68598,12 +70408,15 @@ $(OutDir_CtrlCore)LocalLoop.o: $(UPPDIR1)CtrlCore/LocalLoop.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/LocalLoop.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -68618,10 +70431,9 @@ $(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 \ @@ -68686,8 +70498,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 \ @@ -68714,12 +70524,15 @@ $(OutDir_CtrlCore)Preedit.o: $(UPPDIR1)CtrlCore/Preedit.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/Preedit.cpp \ $(UPPDIR1)CtrlCore/TopWindow.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 \ @@ -68734,10 +70547,9 @@ $(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 \ @@ -68802,8 +70614,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 \ @@ -68831,12 +70641,15 @@ $(OutDir_CtrlCore)CtrlCoreInit.o: $(UPPDIR1)CtrlCore/CtrlCoreInit.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/CtrlCoreInit.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -68851,10 +70664,9 @@ $(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 \ @@ -68919,8 +70731,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 \ @@ -68947,12 +70757,15 @@ $(OutDir_CtrlCore)TopWindow.o: $(UPPDIR1)CtrlCore/TopWindow.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWindow.cpp \ $(UPPDIR1)CtrlCore/TopWindow.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 \ @@ -68967,10 +70780,9 @@ $(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 \ @@ -69035,8 +70847,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 \ @@ -69063,12 +70873,15 @@ $(OutDir_CtrlCore)DrawWin32.o: $(UPPDIR1)CtrlCore/DrawWin32.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/DrawWin32.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -69083,10 +70896,9 @@ $(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 \ @@ -69151,8 +70963,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 \ @@ -69179,12 +70989,15 @@ $(OutDir_CtrlCore)DrawOpWin32.o: $(UPPDIR1)CtrlCore/DrawOpWin32.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/DrawOpWin32.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -69199,10 +71012,9 @@ $(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 \ @@ -69267,8 +71079,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 \ @@ -69295,12 +71105,15 @@ $(OutDir_CtrlCore)DrawTextWin32.o: $(UPPDIR1)CtrlCore/DrawTextWin32.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/DrawTextWin32.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -69315,10 +71128,9 @@ $(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 \ @@ -69383,8 +71195,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 \ @@ -69411,12 +71221,15 @@ $(OutDir_CtrlCore)ImageWin32.o: $(UPPDIR1)CtrlCore/ImageWin32.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/ImageWin32.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -69431,10 +71244,9 @@ $(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 \ @@ -69499,8 +71311,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 \ @@ -69527,12 +71337,15 @@ $(OutDir_CtrlCore)MetaFile.o: $(UPPDIR1)CtrlCore/MetaFile.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/MetaFile.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -69547,10 +71360,9 @@ $(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 \ @@ -69615,8 +71427,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 \ @@ -69643,12 +71453,15 @@ $(OutDir_CtrlCore)UtilWin32.o: $(UPPDIR1)CtrlCore/UtilWin32.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/UtilWin32.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 \ @@ -69663,10 +71476,9 @@ $(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 \ @@ -69731,8 +71543,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 \ @@ -69759,12 +71569,15 @@ $(OutDir_CtrlCore)Win32Ctrl.o: $(UPPDIR1)CtrlCore/Win32Ctrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Ctrl.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 \ @@ -69779,10 +71592,9 @@ $(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 \ @@ -69812,7 +71624,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/FileMapping.h \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ @@ -69848,8 +71659,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 \ @@ -69876,13 +71685,15 @@ $(OutDir_CtrlCore)Win32Wnd.o: $(UPPDIR1)CtrlCore/Win32Wnd.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ - $(UPPDIR1)CtrlCore/Win32Msg.i \ + $(UPPDIR1)CtrlCore/Win32Wnd.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 \ @@ -69897,10 +71708,9 @@ $(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 \ @@ -69965,8 +71775,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 \ @@ -69993,12 +71801,15 @@ $(OutDir_CtrlCore)Win32Clip.o: $(UPPDIR1)CtrlCore/Win32Clip.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Clip.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 \ @@ -70014,10 +71825,9 @@ $(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 \ @@ -70082,8 +71892,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 \ @@ -70110,12 +71918,15 @@ $(OutDir_CtrlCore)Win32DnD.o: $(UPPDIR1)CtrlCore/Win32DnD.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32DnD.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 \ @@ -70130,10 +71941,9 @@ $(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 \ @@ -70198,8 +72008,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 \ @@ -70226,12 +72034,15 @@ $(OutDir_CtrlCore)Win32Proc.o: $(UPPDIR1)CtrlCore/Win32Proc.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/Win32Proc.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 \ @@ -70246,10 +72057,9 @@ $(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 \ @@ -70314,8 +72124,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 \ @@ -70342,12 +72150,15 @@ $(OutDir_CtrlCore)TopWin32.o: $(UPPDIR1)CtrlCore/TopWin32.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/TopWin32.cpp \ $(UPPDIR1)CtrlCore/TopWindow.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 \ @@ -70362,10 +72173,9 @@ $(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 \ @@ -70430,8 +72240,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 \ @@ -70458,12 +72266,15 @@ $(OutDir_CtrlCore)DHCtrl.o: $(UPPDIR1)CtrlCore/DHCtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/DHCtrl.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -70478,10 +72289,9 @@ $(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 \ @@ -70546,8 +72356,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 \ @@ -70574,12 +72382,15 @@ $(OutDir_CtrlCore)DrawX11.o: $(UPPDIR1)CtrlCore/DrawX11.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/DrawX11.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -70594,10 +72405,9 @@ $(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 \ @@ -70662,8 +72472,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 \ @@ -70690,12 +72498,15 @@ $(OutDir_CtrlCore)DrawOpX11.o: $(UPPDIR1)CtrlCore/DrawOpX11.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/DrawOpX11.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -70710,10 +72521,9 @@ $(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 \ @@ -70778,8 +72588,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 \ @@ -70806,12 +72614,15 @@ $(OutDir_CtrlCore)DrawTextX11.o: $(UPPDIR1)CtrlCore/DrawTextX11.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/DrawTextX11.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -70826,10 +72637,9 @@ $(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 \ @@ -70894,8 +72704,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 \ @@ -70922,12 +72730,15 @@ $(OutDir_CtrlCore)ImageX11.o: $(UPPDIR1)CtrlCore/ImageX11.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/ImageX11.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -70942,10 +72753,9 @@ $(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 \ @@ -71010,8 +72820,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 \ @@ -71038,12 +72846,15 @@ $(OutDir_CtrlCore)UtilX11.o: $(UPPDIR1)CtrlCore/UtilX11.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/UtilX11.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 \ @@ -71058,10 +72869,9 @@ $(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 \ @@ -71126,8 +72936,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 \ @@ -71154,12 +72962,15 @@ $(OutDir_CtrlCore)X11Ctrl.o: $(UPPDIR1)CtrlCore/X11Ctrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/X11Ctrl.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 \ @@ -71174,10 +72985,9 @@ $(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 \ @@ -71242,8 +73052,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 \ @@ -71270,13 +73078,15 @@ $(OutDir_CtrlCore)X11Wnd.o: $(UPPDIR1)CtrlCore/X11Wnd.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ - $(UPPDIR1)CtrlCore/X11Event.i \ + $(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 \ @@ -71291,10 +73101,9 @@ $(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 \ @@ -71359,8 +73168,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 \ @@ -71387,12 +73194,15 @@ $(OutDir_CtrlCore)X11Proc.o: $(UPPDIR1)CtrlCore/X11Proc.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.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 \ @@ -71407,10 +73217,9 @@ $(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 \ @@ -71475,8 +73284,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 \ @@ -71503,12 +73310,15 @@ $(OutDir_CtrlCore)X11Clip.o: $(UPPDIR1)CtrlCore/X11Clip.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/X11Clip.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 \ @@ -71523,10 +73333,9 @@ $(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 \ @@ -71591,8 +73400,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 \ @@ -71619,12 +73426,15 @@ $(OutDir_CtrlCore)X11DnD.o: $(UPPDIR1)CtrlCore/X11DnD.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/X11DnD.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 \ @@ -71639,10 +73449,9 @@ $(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 \ @@ -71707,8 +73516,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 \ @@ -71735,12 +73542,15 @@ $(OutDir_CtrlCore)X11Top.o: $(UPPDIR1)CtrlCore/X11Top.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.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 \ @@ -71755,10 +73565,9 @@ $(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 \ @@ -71823,8 +73632,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 \ @@ -71851,12 +73658,15 @@ $(OutDir_CtrlCore)X11ImgClip.o: $(UPPDIR1)CtrlCore/X11ImgClip.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.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 \ @@ -71870,12 +73680,10 @@ $(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 \ @@ -71940,8 +73748,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 \ @@ -71968,12 +73774,15 @@ $(OutDir_CtrlCore)X11App.o: $(UPPDIR1)CtrlCore/X11App.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/X11App.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 \ @@ -71988,10 +73797,9 @@ $(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 \ @@ -72056,8 +73864,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 \ @@ -72084,12 +73890,15 @@ $(OutDir_CtrlCore)X11DHCtrl.o: $(UPPDIR1)CtrlCore/X11DHCtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ + $(UPPDIR1)CtrlCore/X11DHCtrl.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 \ @@ -72104,10 +73913,9 @@ $(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 \ @@ -72172,8 +73980,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 \ @@ -72200,12 +74006,15 @@ $(OutDir_CtrlCore)GtkDrawOp.o: $(UPPDIR1)CtrlCore/GtkDrawOp.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GtkDrawOp.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -72220,10 +74029,9 @@ $(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 \ @@ -72288,8 +74096,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 \ @@ -72316,12 +74122,15 @@ $(OutDir_CtrlCore)GtkDrawText.o: $(UPPDIR1)CtrlCore/GtkDrawText.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GtkDrawText.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -72336,10 +74145,9 @@ $(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 \ @@ -72404,8 +74212,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 \ @@ -72432,12 +74238,15 @@ $(OutDir_CtrlCore)GtkDrawImage.o: $(UPPDIR1)CtrlCore/GtkDrawImage.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GtkDrawImage.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -72452,10 +74261,9 @@ $(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 \ @@ -72520,8 +74328,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 \ @@ -72548,12 +74354,15 @@ $(OutDir_CtrlCore)GdkImage.o: $(UPPDIR1)CtrlCore/GdkImage.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GdkImage.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -72568,10 +74377,9 @@ $(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 \ @@ -72636,8 +74444,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 \ @@ -72664,12 +74470,15 @@ $(OutDir_CtrlCore)GtkUtil.o: $(UPPDIR1)CtrlCore/GtkUtil.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GtkUtil.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -72684,10 +74493,9 @@ $(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 \ @@ -72752,8 +74560,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 \ @@ -72780,12 +74586,15 @@ $(OutDir_CtrlCore)GtkX11Util.o: $(UPPDIR1)CtrlCore/GtkX11Util.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GtkX11Util.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -72800,10 +74609,9 @@ $(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 \ @@ -72868,8 +74676,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 \ @@ -72896,12 +74702,15 @@ $(OutDir_CtrlCore)GtkCtrl.o: $(UPPDIR1)CtrlCore/GtkCtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GtkCtrl.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -72916,10 +74725,9 @@ $(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 \ @@ -72984,8 +74792,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 \ @@ -73012,12 +74818,15 @@ $(OutDir_CtrlCore)GtkCapture.o: $(UPPDIR1)CtrlCore/GtkCapture.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GtkCapture.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73032,10 +74841,9 @@ $(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 \ @@ -73100,8 +74908,6 @@ $(OutDir_CtrlCore)GtkCSD.o: $(UPPDIR1)CtrlCore/GtkCSD.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -73128,12 +74934,15 @@ $(OutDir_CtrlCore)GtkCSD.o: $(UPPDIR1)CtrlCore/GtkCSD.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GtkCSD.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73148,10 +74957,9 @@ $(OutDir_CtrlCore)GtkCSD.o: $(UPPDIR1)CtrlCore/GtkCSD.cpp \ $(UPPDIR1)Painter/Painter.hpp \ $(UPPDIR1)Painter/Painting.h \ $(UPPDIR1)plugin/png/png.h \ - $(UPPDIR1)plugin/z/lib/zconf.h \ - $(UPPDIR1)plugin/z/lib/zlib.h \ $(UPPDIR1)RichText/Para.h \ $(UPPDIR1)RichText/RichText.h \ + $(UPPDIR1)RichText/RichText.iml \ $(UPPDIR1)RichText/Table.h \ $(UPPDIR1)RichText/Text.h \ $(UPPDIR1)RichText/Txt.h \ @@ -73216,8 +75024,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 \ @@ -73244,12 +75050,15 @@ $(OutDir_CtrlCore)GtkWnd.o: $(UPPDIR1)CtrlCore/GtkWnd.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GtkWnd.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73264,10 +75073,9 @@ $(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 \ @@ -73332,8 +75140,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 \ @@ -73360,12 +75166,15 @@ $(OutDir_CtrlCore)GtkCreate.o: $(UPPDIR1)CtrlCore/GtkCreate.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GtkCreate.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73380,10 +75189,9 @@ $(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 \ @@ -73448,8 +75256,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 \ @@ -73476,12 +75282,15 @@ $(OutDir_CtrlCore)GtkEvent.o: $(UPPDIR1)CtrlCore/GtkEvent.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GtkEvent.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73496,10 +75305,9 @@ $(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 \ @@ -73564,8 +75372,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 \ @@ -73592,12 +75398,15 @@ $(OutDir_CtrlCore)GtkTop.o: $(UPPDIR1)CtrlCore/GtkTop.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GtkTop.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73612,10 +75421,9 @@ $(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 \ @@ -73680,8 +75488,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 \ @@ -73708,12 +75514,15 @@ $(OutDir_CtrlCore)GtkClip.o: $(UPPDIR1)CtrlCore/GtkClip.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GtkClip.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73729,10 +75538,9 @@ $(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 \ @@ -73797,8 +75605,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 \ @@ -73825,12 +75631,15 @@ $(OutDir_CtrlCore)GtkDnD.o: $(UPPDIR1)CtrlCore/GtkDnD.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GtkDnD.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73845,10 +75654,9 @@ $(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 \ @@ -73913,8 +75721,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 \ @@ -73941,12 +75747,15 @@ $(OutDir_CtrlCore)GtkApp.o: $(UPPDIR1)CtrlCore/GtkApp.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/GtkApp.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -73961,10 +75770,9 @@ $(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 \ @@ -74029,8 +75837,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 \ @@ -74056,13 +75862,16 @@ $(OutDir_CtrlCore)CocoCtrl.o: $(UPPDIR1)CtrlCore/CocoCtrl.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CocoCtrl.cpp \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -74077,10 +75886,9 @@ $(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 \ @@ -74145,8 +75953,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 \ @@ -74172,13 +75978,16 @@ $(OutDir_CtrlCore)CocoWnd.o: $(UPPDIR1)CtrlCore/CocoWnd.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CocoWnd.cpp \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -74193,10 +76002,9 @@ $(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 \ @@ -74261,8 +76069,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 \ @@ -74288,13 +76094,16 @@ $(OutDir_CtrlCore)CocoTop.o: $(UPPDIR1)CtrlCore/CocoTop.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CocoTop.cpp \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -74309,10 +76118,9 @@ $(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 \ @@ -74368,7 +76176,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 \ @@ -74378,8 +76185,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 \ @@ -74405,45 +76210,16 @@ $(OutDir_CtrlCore)CocoChSysInit.o: $(UPPDIR1)CtrlCore/CocoChSysInit.cpp \ $(UPPDIR1)Core/Xmlize.h \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ + $(UPPDIR1)CtrlCore/CocoChSysInit.cpp \ $(UPPDIR1)CtrlCore/CtrlCore.h \ - $(UPPDIR1)CtrlCore/lay.h \ - $(UPPDIR1)CtrlCore/lay0.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ - $(UPPDIR1)CtrlLib/AKeys.h \ - $(UPPDIR1)CtrlLib/ArrayCtrl.h \ - $(UPPDIR1)CtrlLib/Bar.h \ - $(UPPDIR1)CtrlLib/Ch.h \ - $(UPPDIR1)CtrlLib/ColumnList.h \ - $(UPPDIR1)CtrlLib/CtrlLib.h \ - $(UPPDIR1)CtrlLib/CtrlUtil.h \ - $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ - $(UPPDIR1)CtrlLib/DisplayPopup.h \ - $(UPPDIR1)CtrlLib/DlgColor.h \ - $(UPPDIR1)CtrlLib/DropChoice.h \ - $(UPPDIR1)CtrlLib/EditCtrl.h \ - $(UPPDIR1)CtrlLib/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)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 \ @@ -74458,10 +76234,9 @@ $(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 \ @@ -74526,8 +76301,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 \ @@ -74554,12 +76327,15 @@ $(OutDir_CtrlCore)ParseRTF.o: $(UPPDIR1)CtrlCore/ParseRTF.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/MKeys.h \ + $(UPPDIR1)CtrlCore/ParseRTF.cpp \ $(UPPDIR1)CtrlCore/TopWindow.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 \ @@ -74574,10 +76350,9 @@ $(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 \ @@ -74642,8 +76417,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 \ @@ -74670,12 +76443,15 @@ $(OutDir_CtrlCore)EncodeRTF.o: $(UPPDIR1)CtrlCore/EncodeRTF.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ + $(UPPDIR1)CtrlCore/EncodeRTF.cpp \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)Draw/Cham.h \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -74690,10 +76466,9 @@ $(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 \ @@ -74896,8 +76671,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 \ @@ -74927,6 +76700,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 \ @@ -74934,10 +76708,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 @@ -74999,8 +76772,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 \ @@ -75030,6 +76801,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 \ @@ -75039,8 +76811,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 @@ -75102,8 +76873,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 \ @@ -75133,6 +76902,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 \ @@ -75142,8 +76912,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 @@ -75205,8 +76974,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 \ @@ -75236,6 +77003,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 \ @@ -75244,8 +77012,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 @@ -75319,8 +77086,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 \ @@ -75350,6 +77115,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 \ @@ -75358,10 +77124,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 \ @@ -75426,8 +77192,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 \ @@ -75457,6 +77221,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 \ @@ -75470,10 +77235,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 \ @@ -75538,8 +77303,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 \ @@ -75569,6 +77332,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 \ @@ -75577,10 +77341,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 \ @@ -75645,8 +77409,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 \ @@ -75676,6 +77438,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 \ @@ -75684,10 +77447,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 \ @@ -75752,8 +77515,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 \ @@ -75783,6 +77544,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 \ @@ -75792,10 +77554,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 \ @@ -75860,8 +77622,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 \ @@ -75891,6 +77651,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 \ @@ -75899,10 +77660,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 \ @@ -75967,8 +77728,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 \ @@ -75998,6 +77757,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 \ @@ -76006,13 +77766,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 @@ -76074,8 +77834,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 \ @@ -76105,6 +77863,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 \ @@ -76113,13 +77872,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 @@ -76181,8 +77940,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 \ @@ -76212,6 +77969,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 \ @@ -76220,13 +77978,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 @@ -76288,8 +78046,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 \ @@ -76319,6 +78075,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 \ @@ -76327,10 +78084,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 \ @@ -76395,8 +78152,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 \ @@ -76426,6 +78181,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 \ @@ -76434,11 +78190,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 @@ -76502,8 +78258,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 \ @@ -76533,6 +78287,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 \ @@ -76541,11 +78296,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 @@ -76609,8 +78364,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 \ @@ -76640,6 +78393,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 \ @@ -76648,11 +78402,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 @@ -76716,8 +78470,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 \ @@ -76747,6 +78499,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 \ @@ -76755,11 +78508,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 @@ -76823,8 +78576,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 \ @@ -76854,6 +78605,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 \ @@ -76862,12 +78614,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 @@ -76930,8 +78682,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 \ @@ -76961,6 +78711,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 \ @@ -76969,12 +78720,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 @@ -77037,8 +78788,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 \ @@ -77068,6 +78817,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 \ @@ -77076,12 +78826,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 @@ -77144,8 +78894,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 \ @@ -77175,6 +78923,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 \ @@ -77183,12 +78932,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 @@ -77251,8 +79000,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 \ @@ -77282,6 +79029,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 \ @@ -77290,10 +79038,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 \ @@ -77358,8 +79106,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 \ @@ -77389,6 +79135,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 \ @@ -77397,10 +79144,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 \ @@ -77465,8 +79212,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 \ @@ -77496,6 +79241,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 \ @@ -77504,10 +79250,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 \ @@ -77572,8 +79318,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 \ @@ -77603,6 +79347,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 \ @@ -77611,10 +79356,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 \ @@ -77679,8 +79424,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 \ @@ -77710,6 +79453,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 \ @@ -77718,13 +79462,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 @@ -77782,6 +79526,8 @@ $(OutDir_ide_IconDes): $(OutDir_ide_IconDes)IconDraw.o: $(UPPDIR1)ide/IconDes/IconDraw.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -77848,8 +79594,6 @@ $(OutDir_ide_IconDes)IconDraw.o: $(UPPDIR1)ide/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 \ @@ -77876,6 +79620,7 @@ $(OutDir_ide_IconDes)IconDraw.o: $(UPPDIR1)ide/IconDes/IconDraw.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -77885,7 +79630,10 @@ $(OutDir_ide_IconDes)IconDraw.o: $(UPPDIR1)ide/IconDes/IconDraw.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 \ @@ -77915,6 +79663,7 @@ $(OutDir_ide_IconDes)IconDraw.o: $(UPPDIR1)ide/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 \ @@ -77925,10 +79674,14 @@ $(OutDir_ide_IconDes)IconDraw.o: $(UPPDIR1)ide/IconDes/IconDraw.cpp \ $(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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ + $(UPPDIR1)ide/IconDes/IconDraw.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -77936,20 +79689,20 @@ $(OutDir_ide_IconDes)IconDraw.o: $(UPPDIR1)ide/IconDes/IconDraw.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 \ @@ -77958,6 +79711,8 @@ $(OutDir_ide_IconDes)IconDraw.o: $(UPPDIR1)ide/IconDes/IconDraw.cpp \ $(OutDir_ide_IconDes)AlphaCtrl.o: $(UPPDIR1)ide/IconDes/AlphaCtrl.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -78024,8 +79779,6 @@ $(OutDir_ide_IconDes)AlphaCtrl.o: $(UPPDIR1)ide/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 \ @@ -78052,6 +79805,7 @@ $(OutDir_ide_IconDes)AlphaCtrl.o: $(UPPDIR1)ide/IconDes/AlphaCtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -78061,7 +79815,10 @@ $(OutDir_ide_IconDes)AlphaCtrl.o: $(UPPDIR1)ide/IconDes/AlphaCtrl.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 \ @@ -78091,6 +79848,7 @@ $(OutDir_ide_IconDes)AlphaCtrl.o: $(UPPDIR1)ide/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 \ @@ -78101,10 +79859,14 @@ $(OutDir_ide_IconDes)AlphaCtrl.o: $(UPPDIR1)ide/IconDes/AlphaCtrl.cpp \ $(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/IconDes/AlphaCtrl.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -78112,20 +79874,20 @@ $(OutDir_ide_IconDes)AlphaCtrl.o: $(UPPDIR1)ide/IconDes/AlphaCtrl.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 \ @@ -78134,6 +79896,8 @@ $(OutDir_ide_IconDes)AlphaCtrl.o: $(UPPDIR1)ide/IconDes/AlphaCtrl.cpp \ $(OutDir_ide_IconDes)RGBACtrl.o: $(UPPDIR1)ide/IconDes/RGBACtrl.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -78200,8 +79964,6 @@ $(OutDir_ide_IconDes)RGBACtrl.o: $(UPPDIR1)ide/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 \ @@ -78228,6 +79990,7 @@ $(OutDir_ide_IconDes)RGBACtrl.o: $(UPPDIR1)ide/IconDes/RGBACtrl.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -78237,7 +80000,10 @@ $(OutDir_ide_IconDes)RGBACtrl.o: $(UPPDIR1)ide/IconDes/RGBACtrl.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 \ @@ -78267,6 +80033,7 @@ $(OutDir_ide_IconDes)RGBACtrl.o: $(UPPDIR1)ide/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 \ @@ -78277,10 +80044,14 @@ $(OutDir_ide_IconDes)RGBACtrl.o: $(UPPDIR1)ide/IconDes/RGBACtrl.cpp \ $(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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ + $(UPPDIR1)ide/IconDes/RGBACtrl.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -78288,20 +80059,20 @@ $(OutDir_ide_IconDes)RGBACtrl.o: $(UPPDIR1)ide/IconDes/RGBACtrl.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 \ @@ -78310,6 +80081,8 @@ $(OutDir_ide_IconDes)RGBACtrl.o: $(UPPDIR1)ide/IconDes/RGBACtrl.cpp \ $(OutDir_ide_IconDes)ImageOp.o: $(UPPDIR1)ide/IconDes/ImageOp.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -78376,8 +80149,6 @@ $(OutDir_ide_IconDes)ImageOp.o: $(UPPDIR1)ide/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 \ @@ -78404,6 +80175,7 @@ $(OutDir_ide_IconDes)ImageOp.o: $(UPPDIR1)ide/IconDes/ImageOp.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -78413,7 +80185,10 @@ $(OutDir_ide_IconDes)ImageOp.o: $(UPPDIR1)ide/IconDes/ImageOp.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 \ @@ -78443,6 +80218,7 @@ $(OutDir_ide_IconDes)ImageOp.o: $(UPPDIR1)ide/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 \ @@ -78453,10 +80229,14 @@ $(OutDir_ide_IconDes)ImageOp.o: $(UPPDIR1)ide/IconDes/ImageOp.cpp \ $(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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ + $(UPPDIR1)ide/IconDes/ImageOp.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -78464,20 +80244,20 @@ $(OutDir_ide_IconDes)ImageOp.o: $(UPPDIR1)ide/IconDes/ImageOp.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 \ @@ -78486,6 +80266,8 @@ $(OutDir_ide_IconDes)ImageOp.o: $(UPPDIR1)ide/IconDes/ImageOp.cpp \ $(OutDir_ide_IconDes)Paint.o: $(UPPDIR1)ide/IconDes/Paint.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -78552,8 +80334,6 @@ $(OutDir_ide_IconDes)Paint.o: $(UPPDIR1)ide/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 \ @@ -78580,6 +80360,7 @@ $(OutDir_ide_IconDes)Paint.o: $(UPPDIR1)ide/IconDes/Paint.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -78589,7 +80370,10 @@ $(OutDir_ide_IconDes)Paint.o: $(UPPDIR1)ide/IconDes/Paint.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 \ @@ -78619,6 +80403,7 @@ $(OutDir_ide_IconDes)Paint.o: $(UPPDIR1)ide/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 \ @@ -78630,10 +80415,14 @@ $(OutDir_ide_IconDes)Paint.o: $(UPPDIR1)ide/IconDes/Paint.cpp \ $(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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ + $(UPPDIR1)ide/IconDes/Paint.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -78641,20 +80430,20 @@ $(OutDir_ide_IconDes)Paint.o: $(UPPDIR1)ide/IconDes/Paint.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 \ @@ -78663,6 +80452,8 @@ $(OutDir_ide_IconDes)Paint.o: $(UPPDIR1)ide/IconDes/Paint.cpp \ $(OutDir_ide_IconDes)Event.o: $(UPPDIR1)ide/IconDes/Event.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -78729,8 +80520,6 @@ $(OutDir_ide_IconDes)Event.o: $(UPPDIR1)ide/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 \ @@ -78757,6 +80546,7 @@ $(OutDir_ide_IconDes)Event.o: $(UPPDIR1)ide/IconDes/Event.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -78766,7 +80556,10 @@ $(OutDir_ide_IconDes)Event.o: $(UPPDIR1)ide/IconDes/Event.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 \ @@ -78796,6 +80589,7 @@ $(OutDir_ide_IconDes)Event.o: $(UPPDIR1)ide/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 \ @@ -78806,10 +80600,14 @@ $(OutDir_ide_IconDes)Event.o: $(UPPDIR1)ide/IconDes/Event.cpp \ $(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/IconDes/Event.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -78817,20 +80615,20 @@ $(OutDir_ide_IconDes)Event.o: $(UPPDIR1)ide/IconDes/Event.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 \ @@ -78839,6 +80637,8 @@ $(OutDir_ide_IconDes)Event.o: $(UPPDIR1)ide/IconDes/Event.cpp \ $(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 \ @@ -78905,8 +80705,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 \ @@ -78933,6 +80731,7 @@ $(OutDir_ide_IconDes)IconDes.o: $(UPPDIR1)ide/IconDes/IconDes.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -78942,7 +80741,10 @@ $(OutDir_ide_IconDes)IconDes.o: $(UPPDIR1)ide/IconDes/IconDes.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 \ @@ -78972,6 +80774,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 \ @@ -78982,10 +80785,14 @@ $(OutDir_ide_IconDes)IconDes.o: $(UPPDIR1)ide/IconDes/IconDes.cpp \ $(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/IconDes/IconDes.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -78993,20 +80800,20 @@ $(OutDir_ide_IconDes)IconDes.o: $(UPPDIR1)ide/IconDes/IconDes.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 \ @@ -79015,6 +80822,8 @@ $(OutDir_ide_IconDes)IconDes.o: $(UPPDIR1)ide/IconDes/IconDes.cpp \ $(OutDir_ide_IconDes)List.o: $(UPPDIR1)ide/IconDes/List.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -79081,8 +80890,6 @@ $(OutDir_ide_IconDes)List.o: $(UPPDIR1)ide/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 \ @@ -79109,6 +80916,7 @@ $(OutDir_ide_IconDes)List.o: $(UPPDIR1)ide/IconDes/List.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -79118,7 +80926,10 @@ $(OutDir_ide_IconDes)List.o: $(UPPDIR1)ide/IconDes/List.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 \ @@ -79148,6 +80959,7 @@ $(OutDir_ide_IconDes)List.o: $(UPPDIR1)ide/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 \ @@ -79158,10 +80970,14 @@ $(OutDir_ide_IconDes)List.o: $(UPPDIR1)ide/IconDes/List.cpp \ $(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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ + $(UPPDIR1)ide/IconDes/List.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -79169,20 +80985,20 @@ $(OutDir_ide_IconDes)List.o: $(UPPDIR1)ide/IconDes/List.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 \ @@ -79191,6 +81007,8 @@ $(OutDir_ide_IconDes)List.o: $(UPPDIR1)ide/IconDes/List.cpp \ $(OutDir_ide_IconDes)Image.o: $(UPPDIR1)ide/IconDes/Image.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -79257,8 +81075,6 @@ $(OutDir_ide_IconDes)Image.o: $(UPPDIR1)ide/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 \ @@ -79285,6 +81101,7 @@ $(OutDir_ide_IconDes)Image.o: $(UPPDIR1)ide/IconDes/Image.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -79294,7 +81111,10 @@ $(OutDir_ide_IconDes)Image.o: $(UPPDIR1)ide/IconDes/Image.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 \ @@ -79324,6 +81144,7 @@ $(OutDir_ide_IconDes)Image.o: $(UPPDIR1)ide/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 \ @@ -79334,10 +81155,14 @@ $(OutDir_ide_IconDes)Image.o: $(UPPDIR1)ide/IconDes/Image.cpp \ $(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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ + $(UPPDIR1)ide/IconDes/Image.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -79345,20 +81170,20 @@ $(OutDir_ide_IconDes)Image.o: $(UPPDIR1)ide/IconDes/Image.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 \ @@ -79367,6 +81192,8 @@ $(OutDir_ide_IconDes)Image.o: $(UPPDIR1)ide/IconDes/Image.cpp \ $(OutDir_ide_IconDes)Smoothen.o: $(UPPDIR1)ide/IconDes/Smoothen.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -79433,8 +81260,6 @@ $(OutDir_ide_IconDes)Smoothen.o: $(UPPDIR1)ide/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 \ @@ -79461,6 +81286,7 @@ $(OutDir_ide_IconDes)Smoothen.o: $(UPPDIR1)ide/IconDes/Smoothen.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -79470,7 +81296,10 @@ $(OutDir_ide_IconDes)Smoothen.o: $(UPPDIR1)ide/IconDes/Smoothen.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 \ @@ -79500,6 +81329,7 @@ $(OutDir_ide_IconDes)Smoothen.o: $(UPPDIR1)ide/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 \ @@ -79510,10 +81340,14 @@ $(OutDir_ide_IconDes)Smoothen.o: $(UPPDIR1)ide/IconDes/Smoothen.cpp \ $(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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ + $(UPPDIR1)ide/IconDes/Smoothen.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -79521,20 +81355,20 @@ $(OutDir_ide_IconDes)Smoothen.o: $(UPPDIR1)ide/IconDes/Smoothen.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 \ @@ -79543,6 +81377,8 @@ $(OutDir_ide_IconDes)Smoothen.o: $(UPPDIR1)ide/IconDes/Smoothen.cpp \ $(OutDir_ide_IconDes)Text.o: $(UPPDIR1)ide/IconDes/Text.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -79609,8 +81445,6 @@ $(OutDir_ide_IconDes)Text.o: $(UPPDIR1)ide/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 \ @@ -79637,6 +81471,7 @@ $(OutDir_ide_IconDes)Text.o: $(UPPDIR1)ide/IconDes/Text.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -79646,7 +81481,10 @@ $(OutDir_ide_IconDes)Text.o: $(UPPDIR1)ide/IconDes/Text.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 \ @@ -79676,6 +81514,7 @@ $(OutDir_ide_IconDes)Text.o: $(UPPDIR1)ide/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 \ @@ -79686,10 +81525,14 @@ $(OutDir_ide_IconDes)Text.o: $(UPPDIR1)ide/IconDes/Text.cpp \ $(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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ + $(UPPDIR1)ide/IconDes/Text.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -79697,20 +81540,20 @@ $(OutDir_ide_IconDes)Text.o: $(UPPDIR1)ide/IconDes/Text.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 \ @@ -79719,6 +81562,8 @@ $(OutDir_ide_IconDes)Text.o: $(UPPDIR1)ide/IconDes/Text.cpp \ $(OutDir_ide_IconDes)Bar.o: $(UPPDIR1)ide/IconDes/Bar.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -79785,8 +81630,6 @@ $(OutDir_ide_IconDes)Bar.o: $(UPPDIR1)ide/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 \ @@ -79813,17 +81656,20 @@ $(OutDir_ide_IconDes)Bar.o: $(UPPDIR1)ide/IconDes/Bar.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ $(UPPDIR1)CtrlCore/TopWindow.h \ $(UPPDIR1)CtrlLib/AKeys.h \ - $(UPPDIR1)CtrlLib/akt_.h \ $(UPPDIR1)CtrlLib/ArrayCtrl.h \ $(UPPDIR1)CtrlLib/Bar.h \ $(UPPDIR1)CtrlLib/Ch.h \ $(UPPDIR1)CtrlLib/ColumnList.h \ + $(UPPDIR1)CtrlLib/Ctrl.iml \ + $(UPPDIR1)CtrlLib/Ctrl.lay \ $(UPPDIR1)CtrlLib/CtrlLib.h \ + $(UPPDIR1)CtrlLib/Ctrls.iml \ $(UPPDIR1)CtrlLib/CtrlUtil.h \ $(UPPDIR1)CtrlLib/DateTimeCtrl.h \ $(UPPDIR1)CtrlLib/DisplayPopup.h \ @@ -79854,6 +81700,7 @@ $(OutDir_ide_IconDes)Bar.o: $(UPPDIR1)ide/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 \ @@ -79864,10 +81711,14 @@ $(OutDir_ide_IconDes)Bar.o: $(UPPDIR1)ide/IconDes/Bar.cpp \ $(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/IconDes/Bar.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -79875,20 +81726,20 @@ $(OutDir_ide_IconDes)Bar.o: $(UPPDIR1)ide/IconDes/Bar.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 \ @@ -79897,6 +81748,8 @@ $(OutDir_ide_IconDes)Bar.o: $(UPPDIR1)ide/IconDes/Bar.cpp \ $(OutDir_ide_IconDes)EditPos.o: $(UPPDIR1)ide/IconDes/EditPos.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -79963,8 +81816,6 @@ $(OutDir_ide_IconDes)EditPos.o: $(UPPDIR1)ide/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 \ @@ -79991,6 +81842,7 @@ $(OutDir_ide_IconDes)EditPos.o: $(UPPDIR1)ide/IconDes/EditPos.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -80000,7 +81852,10 @@ $(OutDir_ide_IconDes)EditPos.o: $(UPPDIR1)ide/IconDes/EditPos.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 \ @@ -80030,6 +81885,7 @@ $(OutDir_ide_IconDes)EditPos.o: $(UPPDIR1)ide/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 \ @@ -80040,10 +81896,14 @@ $(OutDir_ide_IconDes)EditPos.o: $(UPPDIR1)ide/IconDes/EditPos.cpp \ $(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/IconDes/EditPos.cpp \ $(UPPDIR1)ide/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -80051,20 +81911,20 @@ $(OutDir_ide_IconDes)EditPos.o: $(UPPDIR1)ide/IconDes/EditPos.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 \ @@ -80073,6 +81933,8 @@ $(OutDir_ide_IconDes)EditPos.o: $(UPPDIR1)ide/IconDes/EditPos.cpp \ $(OutDir_ide_IconDes)ImlFile.o: $(UPPDIR1)ide/IconDes/ImlFile.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -80139,8 +82001,6 @@ $(OutDir_ide_IconDes)ImlFile.o: $(UPPDIR1)ide/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 \ @@ -80167,6 +82027,7 @@ $(OutDir_ide_IconDes)ImlFile.o: $(UPPDIR1)ide/IconDes/ImlFile.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -80176,7 +82037,10 @@ $(OutDir_ide_IconDes)ImlFile.o: $(UPPDIR1)ide/IconDes/ImlFile.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 \ @@ -80206,6 +82070,7 @@ $(OutDir_ide_IconDes)ImlFile.o: $(UPPDIR1)ide/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 \ @@ -80216,10 +82081,14 @@ $(OutDir_ide_IconDes)ImlFile.o: $(UPPDIR1)ide/IconDes/ImlFile.cpp \ $(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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ + $(UPPDIR1)ide/IconDes/ImlFile.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -80227,20 +82096,20 @@ $(OutDir_ide_IconDes)ImlFile.o: $(UPPDIR1)ide/IconDes/ImlFile.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 \ @@ -80249,6 +82118,8 @@ $(OutDir_ide_IconDes)ImlFile.o: $(UPPDIR1)ide/IconDes/ImlFile.cpp \ $(OutDir_ide_IconDes)IdeIconDes.o: $(UPPDIR1)ide/IconDes/IdeIconDes.cpp \ $(UPPDIR1)CodeEditor/CodeEditor.h \ + $(UPPDIR1)CodeEditor/CodeEditor.iml \ + $(UPPDIR1)CodeEditor/CodeEditor.lay \ $(UPPDIR1)CodeEditor/CSyntax.h \ $(UPPDIR1)CodeEditor/DiffSyntax.h \ $(UPPDIR1)CodeEditor/hl_color.i \ @@ -80315,8 +82186,6 @@ $(OutDir_ide_IconDes)IdeIconDes.o: $(UPPDIR1)ide/IconDes/IdeIconDes.cpp \ $(UPPDIR1)Core/Profile.h \ $(UPPDIR1)Core/Ptr.h \ $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/SIMD_NEON.h \ - $(UPPDIR1)Core/SIMD_SSE2.h \ $(UPPDIR1)Core/Sort.h \ $(UPPDIR1)Core/Sorted.h \ $(UPPDIR1)Core/SplitMerge.h \ @@ -80343,6 +82212,7 @@ $(OutDir_ide_IconDes)IdeIconDes.o: $(UPPDIR1)ide/IconDes/IdeIconDes.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -80352,7 +82222,10 @@ $(OutDir_ide_IconDes)IdeIconDes.o: $(UPPDIR1)ide/IconDes/IdeIconDes.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 \ @@ -80382,6 +82255,7 @@ $(OutDir_ide_IconDes)IdeIconDes.o: $(UPPDIR1)ide/IconDes/IdeIconDes.cpp \ $(UPPDIR1)Draw/DDARasterizer.h \ $(UPPDIR1)Draw/Display.h \ $(UPPDIR1)Draw/Draw.h \ + $(UPPDIR1)Draw/DrawImg.iml \ $(UPPDIR1)Draw/FontInt.h \ $(UPPDIR1)Draw/Image.h \ $(UPPDIR1)Draw/ImageOp.h \ @@ -80392,35 +82266,47 @@ $(OutDir_ide_IconDes)IdeIconDes.o: $(UPPDIR1)ide/IconDes/IdeIconDes.cpp \ $(UPPDIR1)Esc/Esc.h \ $(UPPDIR1)guiplatform.h \ $(UPPDIR1)HexView/HexView.h \ + $(UPPDIR1)HexView/HexView.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/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ + $(UPPDIR1)ide/IconDes/IdeIconDes.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/LinearPath.h \ @@ -80430,37 +82316,41 @@ $(OutDir_ide_IconDes)IdeIconDes.o: $(UPPDIR1)ide/IconDes/IdeIconDes.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 $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide_IconDes) $(UPPDIR1)ide/IconDes/IdeIconDes.cpp -o $(OutDir_ide_IconDes)IdeIconDes.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 \ @@ -80527,8 +82417,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 \ @@ -80555,6 +82443,7 @@ $(OutDir_ide_IconDes)IdeDes.o: $(UPPDIR1)ide/IconDes/IdeDes.cpp \ $(UPPDIR1)Core/Xmlize.hpp \ $(UPPDIR1)Core/z.h \ $(UPPDIR1)CtrlCore/CtrlCore.h \ + $(UPPDIR1)CtrlCore/CtrlCore.iml \ $(UPPDIR1)CtrlCore/lay.h \ $(UPPDIR1)CtrlCore/lay0.h \ $(UPPDIR1)CtrlCore/MKeys.h \ @@ -80564,7 +82453,10 @@ $(OutDir_ide_IconDes)IdeDes.o: $(UPPDIR1)ide/IconDes/IdeDes.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 \ @@ -80594,6 +82486,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 \ @@ -80604,10 +82497,14 @@ $(OutDir_ide_IconDes)IdeDes.o: $(UPPDIR1)ide/IconDes/IdeDes.cpp \ $(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/IconDes/IconDes.h \ + $(UPPDIR1)ide/IconDes/IconDes.iml \ + $(UPPDIR1)ide/IconDes/IconDes.lay \ + $(UPPDIR1)ide/IconDes/IdeDes.cpp \ $(UPPDIR1)Painter/BufferPainter.h \ $(UPPDIR1)Painter/LinearPath.h \ $(UPPDIR1)Painter/Painter.h \ @@ -80615,20 +82512,20 @@ $(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 \ @@ -80731,8 +82628,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 \ @@ -80762,6 +82657,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 \ @@ -80770,8 +82666,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 @@ -80833,8 +82728,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 \ @@ -80864,6 +82757,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 \ @@ -80872,8 +82766,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 @@ -80943,8 +82836,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 \ @@ -80974,6 +82865,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 \ @@ -80982,14 +82874,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 @@ -81051,8 +82941,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 \ @@ -81082,6 +82970,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 \ @@ -81090,293 +82979,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 @@ -81384,98 +83272,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 \ @@ -81485,8 +83372,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 \ @@ -81496,8 +83383,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 \ @@ -81507,8 +83394,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 \ @@ -81518,8 +83405,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 \ @@ -81529,8 +83416,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 \ @@ -81540,8 +83427,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 \ @@ -81551,16 +83438,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 @@ -81571,8 +83458,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 \ @@ -81582,8 +83469,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 \ @@ -81593,8 +83480,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 \ @@ -81604,8 +83491,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 \ @@ -81615,8 +83502,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: \ diff --git a/umkMakefile b/umkMakefile index 3206eac74..6b2d17e5e 100644 --- a/umkMakefile +++ b/umkMakefile @@ -1,12 +1,15 @@ UPPDIR1 = ./uppsrc/ +UPPDIR2 = /home/cxl/.config/u++/theide/UppHub/gdal/ +UPPDIR3 = /home/cxl/.config/u++/theide/UppHub/eigen/ +UPPDIR4 = /home/cxl/.config/u++/theide/UppHub/Functions4U/ 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) -I$(UPPDIR4) `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) CFLAGS = -O3 -ffunction-sections -fdata-sections -CXXFLAGS = -O3 -ffunction-sections -fdata-sections -std=c++14 +CXXFLAGS = -O3 -ffunction-sections -fdata-sections -std=c++17 LDFLAGS = -Wl,--gc-sections $(LINKOPTIONS) LIBPATH = AR = ar -sr @@ -185,8 +188,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 \ @@ -221,13 +222,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 @@ -291,8 +290,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 \ @@ -318,17 +315,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 \ @@ -338,13 +324,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 @@ -408,8 +392,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 \ @@ -444,13 +426,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 @@ -514,8 +494,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 \ @@ -550,13 +528,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 @@ -620,8 +596,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 \ @@ -656,14 +630,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 @@ -726,8 +698,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 \ @@ -762,13 +732,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 @@ -835,8 +803,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 \ @@ -867,15 +833,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 @@ -940,8 +904,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 \ @@ -972,15 +934,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 @@ -1045,8 +1005,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 \ @@ -1077,15 +1035,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 @@ -1150,8 +1106,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 \ @@ -1183,15 +1137,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 @@ -1256,8 +1208,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 \ @@ -1289,15 +1239,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 @@ -1362,8 +1310,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 \ @@ -1394,15 +1340,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 @@ -1467,8 +1411,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 \ @@ -1499,15 +1441,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 @@ -1572,8 +1512,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 \ @@ -1599,32 +1537,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 @@ -1688,8 +1612,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 \ @@ -1716,8 +1638,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 @@ -1779,8 +1700,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 \ @@ -1807,8 +1726,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 @@ -1870,8 +1788,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 \ @@ -1898,8 +1814,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 @@ -1961,8 +1876,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 \ @@ -1989,8 +1902,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 @@ -2053,8 +1965,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 \ @@ -2085,6 +1995,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 \ @@ -2095,11 +2006,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 @@ -2164,8 +2072,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 \ @@ -2197,16 +2103,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 @@ -2271,8 +2175,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 \ @@ -2304,16 +2206,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 @@ -2378,8 +2278,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 \ @@ -2411,16 +2309,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 @@ -2485,8 +2381,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 \ @@ -2514,6 +2408,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 \ @@ -2521,11 +2416,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 @@ -2590,8 +2482,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 \ @@ -2623,6 +2513,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 \ @@ -2631,11 +2522,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 @@ -2700,8 +2588,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 \ @@ -2732,15 +2618,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 @@ -2804,8 +2688,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 \ @@ -2831,9 +2713,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 @@ -2942,8 +2823,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 \ @@ -2972,13 +2851,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 @@ -3043,8 +2920,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 \ @@ -3071,15 +2946,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 @@ -3144,8 +3017,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 \ @@ -3172,15 +3043,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 @@ -3245,8 +3114,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 \ @@ -3273,15 +3140,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 @@ -3346,8 +3211,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 \ @@ -3377,12 +3240,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 @@ -3447,8 +3308,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 \ @@ -3475,15 +3334,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 @@ -3548,8 +3405,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 \ @@ -3579,12 +3434,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 @@ -3649,8 +3502,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 \ @@ -3680,12 +3531,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 @@ -3750,8 +3599,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 \ @@ -3781,12 +3628,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 @@ -3851,8 +3696,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 \ @@ -3879,15 +3722,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 @@ -3952,8 +3793,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 \ @@ -3983,12 +3822,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 @@ -4053,8 +3890,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 \ @@ -4082,14 +3917,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 @@ -4153,8 +3986,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 \ @@ -4180,9 +4011,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 @@ -4277,8 +4107,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 \ @@ -4305,6 +4133,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 \ @@ -4312,11 +4141,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 @@ -4381,8 +4207,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 \ @@ -4410,20 +4234,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 @@ -4488,8 +4310,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 \ @@ -4517,17 +4337,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 @@ -4592,8 +4410,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 \ @@ -4621,17 +4437,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 @@ -4696,8 +4510,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 \ @@ -4725,17 +4537,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 @@ -4800,8 +4610,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 \ @@ -4828,6 +4636,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 \ @@ -4835,11 +4644,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 @@ -4904,8 +4710,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 \ @@ -4933,15 +4737,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 @@ -5006,8 +4808,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 \ @@ -5035,15 +4835,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 @@ -5130,8 +4928,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 \ @@ -5162,12 +4958,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 @@ -5232,8 +5026,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 \ @@ -5263,13 +5055,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 @@ -5334,8 +5124,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 \ @@ -5366,12 +5154,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 @@ -5390,35 +5176,7 @@ $(OutDir_plugin_png): mkdir -p $(OutDir_plugin_png) $(OutDir_plugin_png)pnglib.o: $(UPPDIR1)plugin/png/pnglib.c \ - $(UPPDIR1)plugin/png/lib/arm/arm_init.c \ - $(UPPDIR1)plugin/png/lib/arm/filter_neon_intrinsics.c \ - $(UPPDIR1)plugin/png/lib/arm/palette_neon_intrinsics.c \ - $(UPPDIR1)plugin/png/lib/png.c \ - $(UPPDIR1)plugin/png/lib/png.h \ - $(UPPDIR1)plugin/png/lib/pngconf.h \ - $(UPPDIR1)plugin/png/lib/pngdebug.h \ - $(UPPDIR1)plugin/png/lib/pngerror.c \ - $(UPPDIR1)plugin/png/lib/pnggccrd.c \ - $(UPPDIR1)plugin/png/lib/pngget.c \ - $(UPPDIR1)plugin/png/lib/pnginfo.h \ - $(UPPDIR1)plugin/png/lib/pnglibconf.h \ - $(UPPDIR1)plugin/png/lib/pngmem.c \ - $(UPPDIR1)plugin/png/lib/pngpread.c \ - $(UPPDIR1)plugin/png/lib/pngpriv.h \ - $(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/pngstruct.h \ - $(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 \ @@ -5479,8 +5237,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 \ @@ -5510,6 +5266,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 \ @@ -5517,12 +5274,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/lib/pnglibconf.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 @@ -5584,8 +5337,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 \ @@ -5615,6 +5366,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 \ @@ -5623,8 +5375,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 @@ -5696,8 +5447,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 \ @@ -5727,6 +5476,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 \ @@ -5734,8 +5485,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 @@ -5797,8 +5546,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 \ @@ -5828,6 +5575,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 \ @@ -5836,8 +5585,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 @@ -5899,8 +5646,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 \ @@ -5930,15 +5675,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 @@ -6000,8 +5745,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 \ @@ -6031,6 +5774,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 \ @@ -6038,8 +5783,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 @@ -6101,8 +5844,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 \ @@ -6132,6 +5873,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 \ @@ -6139,8 +5882,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 @@ -6202,8 +5943,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 \ @@ -6232,7 +5971,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 \ @@ -6240,8 +5981,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 @@ -6303,8 +6042,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 \ @@ -6334,6 +6071,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 \ @@ -6341,8 +6080,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 @@ -6404,8 +6141,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 \ @@ -6435,6 +6170,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 \ @@ -6442,8 +6179,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 @@ -6505,8 +6240,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 \ @@ -6536,6 +6269,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 \ @@ -6543,8 +6278,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 @@ -6606,8 +6339,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 \ @@ -6637,15 +6368,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 @@ -6707,8 +6438,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 \ @@ -6738,6 +6467,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 \ @@ -6745,8 +6476,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 @@ -6808,8 +6537,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 \ @@ -6839,6 +6566,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 \ @@ -6846,8 +6575,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 @@ -6909,8 +6636,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 \ @@ -6938,8 +6663,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 \ @@ -6948,8 +6675,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 @@ -7011,8 +6736,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 \ @@ -7042,15 +6765,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 @@ -7112,8 +6835,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 \ @@ -7143,15 +6864,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 @@ -7213,8 +6934,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 \ @@ -7244,15 +6963,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 @@ -7314,8 +7033,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 \ @@ -7345,15 +7062,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 @@ -7415,8 +7132,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 \ @@ -7446,15 +7161,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 @@ -7516,8 +7231,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 \ @@ -7547,15 +7260,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 @@ -7617,8 +7330,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 \ @@ -7648,15 +7359,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 @@ -7718,8 +7429,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 \ @@ -7749,15 +7458,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 @@ -7819,8 +7528,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 \ @@ -7850,15 +7557,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 @@ -7920,8 +7627,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 \ @@ -7951,15 +7656,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 @@ -8021,8 +7726,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 \ @@ -8052,15 +7755,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 @@ -8122,8 +7825,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 \ @@ -8153,15 +7854,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 @@ -8223,8 +7924,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 \ @@ -8254,15 +7953,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 @@ -8324,8 +8023,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 \ @@ -8355,6 +8052,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 \ @@ -8362,8 +8061,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 @@ -8425,8 +8122,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 \ @@ -8456,6 +8151,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 \ @@ -8463,8 +8159,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 @@ -8526,8 +8221,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 \ @@ -8557,15 +8250,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 @@ -8627,8 +8320,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 \ @@ -8655,9 +8346,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 \ @@ -8665,8 +8358,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 @@ -8728,8 +8419,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 \ @@ -8759,15 +8448,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 @@ -8829,8 +8518,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 \ @@ -8860,15 +8547,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 @@ -8930,8 +8617,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 \ @@ -8961,15 +8646,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 @@ -9031,8 +8716,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 \ @@ -9062,15 +8745,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 @@ -9132,8 +8815,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 \ @@ -9163,15 +8844,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 @@ -9233,8 +8914,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 \ @@ -9260,10 +8939,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 \ @@ -9271,9 +8952,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 @@ -9335,8 +9013,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 \ @@ -9366,15 +9042,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 @@ -9516,8 +9192,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 \ @@ -9544,8 +9218,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 @@ -9607,8 +9280,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 \ @@ -9635,8 +9306,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 @@ -9698,8 +9368,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 \ @@ -9726,8 +9394,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 @@ -9789,8 +9456,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 \ @@ -9816,9 +9481,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 @@ -9880,8 +9544,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 \ @@ -9908,8 +9570,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 @@ -9971,8 +9632,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 \ @@ -9999,8 +9658,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 @@ -10062,8 +9720,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 \ @@ -10090,8 +9746,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 @@ -10173,8 +9828,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 \ @@ -10201,22 +9854,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: \ @@ -10287,8 +9930,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 \ @@ -10315,10 +9956,10 @@ $(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 @@ -10326,6 +9967,7 @@ $(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/CpuArch.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 @@ -10334,6 +9976,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 @@ -10343,14 +9986,15 @@ $(OutDir_plugin_lzma)LzmaEnc.o: $(UPPDIR1)plugin/lzma/lib/LzmaEnc.c \ $(UPPDIR1)plugin/lzma/lib/Compiler.h \ $(UPPDIR1)plugin/lzma/lib/CpuArch.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 $(OutDir_plugin_lzma)CpuArch.o: $(UPPDIR1)plugin/lzma/lib/CpuArch.c \ $(UPPDIR1)plugin/lzma/lib/7zTypes.h \ - $(UPPDIR1)plugin/lzma/lib/7zWindows.h \ $(UPPDIR1)plugin/lzma/lib/Compiler.h \ + $(UPPDIR1)plugin/lzma/lib/CpuArch.c \ $(UPPDIR1)plugin/lzma/lib/CpuArch.h \ $(UPPDIR1)plugin/lzma/lib/Precomp.h $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_lzma) $(UPPDIR1)plugin/lzma/lib/CpuArch.c -o $(OutDir_plugin_lzma)CpuArch.o @@ -10430,8 +10074,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 \ @@ -10457,9 +10099,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 @@ -10522,8 +10163,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 \ @@ -10549,9 +10188,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 @@ -10614,8 +10252,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 \ @@ -10642,8 +10278,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 @@ -10717,8 +10352,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 \ @@ -10744,8 +10377,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 @@ -10809,8 +10441,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 \ @@ -10836,8 +10466,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 @@ -10901,8 +10530,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 \ @@ -10928,9 +10555,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 @@ -10944,20 +10570,18 @@ $(OutDir_plugin_zstd)huf_decompress.o: $(UPPDIR1)plugin/zstd/lib/huf_decompress. $(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/portability_macros.h \ $(UPPDIR1)plugin/zstd/lib/xxhash.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.h + $(UPPDIR1)plugin/zstd/lib/zstd_internal.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/allocations.h \ - $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -10968,40 +10592,20 @@ $(OutDir_plugin_zstd)zstd_ddict.o: $(UPPDIR1)plugin/zstd/lib/zstd_ddict.c \ $(UPPDIR1)plugin/zstd/lib/portability_macros.h \ $(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_deps.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.h + $(UPPDIR1)plugin/zstd/lib/zstd_internal.h $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/zstd_ddict.c -o $(OutDir_plugin_zstd)zstd_ddict.o $(OutDir_plugin_zstd)zstd_decompress.o: $(UPPDIR1)plugin/zstd/lib/zstd_decompress.c \ - $(UPPDIR1)plugin/zstd/lib/allocations.h \ - $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(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/portability_macros.h \ - $(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_deps.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.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/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -11013,19 +10617,19 @@ $(OutDir_plugin_zstd)zstd_decompress_block.o: $(UPPDIR1)plugin/zstd/lib/zstd_dec $(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_deps.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.h + $(UPPDIR1)plugin/zstd/lib/zstd_internal.h $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/zstd_decompress_block.c -o $(OutDir_plugin_zstd)zstd_decompress_block.o $(OutDir_plugin_zstd)entropy_common.o: $(UPPDIR1)plugin/zstd/lib/entropy_common.c \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(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 \ @@ -11041,6 +10645,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/portability_macros.h \ @@ -11054,6 +10660,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/portability_macros.h \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.h \ @@ -11069,6 +10677,7 @@ $(OutDir_plugin_zstd)huf_compress.o: $(UPPDIR1)plugin/zstd/lib/huf_compress.c \ $(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/portability_macros.h \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.h \ @@ -11076,8 +10685,6 @@ $(OutDir_plugin_zstd)huf_compress.o: $(UPPDIR1)plugin/zstd/lib/huf_compress.c \ $(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/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -11088,16 +10695,15 @@ $(OutDir_plugin_zstd)zstd_common.o: $(UPPDIR1)plugin/zstd/lib/zstd_common.c \ $(UPPDIR1)plugin/zstd/lib/portability_macros.h \ $(UPPDIR1)plugin/zstd/lib/xxhash.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_common.c \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/clevels.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ @@ -11110,6 +10716,7 @@ $(OutDir_plugin_zstd)zstd_compress.o: $(UPPDIR1)plugin/zstd/lib/zstd_compress.c $(UPPDIR1)plugin/zstd/lib/portability_macros.h \ $(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 \ @@ -11122,15 +10729,12 @@ $(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/zstd_trace.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -11147,15 +10751,13 @@ $(OutDir_plugin_zstd)zstd_opt.o: $(UPPDIR1)plugin/zstd/lib/zstd_opt.c \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.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/zstd_trace.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -11174,14 +10776,13 @@ $(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/zstd_trace.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -11197,15 +10798,13 @@ $(OutDir_plugin_zstd)zstd_lazy.o: $(UPPDIR1)plugin/zstd/lib/zstd_lazy.c \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.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/zstd_trace.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -11223,16 +10822,14 @@ $(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.c \ $(UPPDIR1)plugin/zstd/lib/zstd_ldm.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_ldm_geartab.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.h \ - $(UPPDIR1)plugin/zstd/lib/zstdmt_compress.h + $(UPPDIR1)plugin/zstd/lib/zstd_ldm_geartab.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -11247,15 +10844,15 @@ $(OutDir_plugin_zstd)zstd_fast.o: $(UPPDIR1)plugin/zstd/lib/zstd_fast.c \ $(UPPDIR1)plugin/zstd/lib/zstd_cwksp.h \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.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/zstd_trace.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/compiler.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(UPPDIR1)plugin/zstd/lib/error_private.c \ $(UPPDIR1)plugin/zstd/lib/error_private.h \ $(UPPDIR1)plugin/zstd/lib/portability_macros.h \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.h \ @@ -11266,6 +10863,7 @@ $(OutDir_plugin_zstd)hist.o: $(UPPDIR1)plugin/zstd/lib/hist.c \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(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/portability_macros.h \ @@ -11277,9 +10875,9 @@ $(OutDir_plugin_zstd)pool.o: $(UPPDIR1)plugin/zstd/lib/pool.c \ $(UPPDIR1)plugin/zstd/lib/allocations.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(UPPDIR1)plugin/zstd/lib/pool.c \ $(UPPDIR1)plugin/zstd/lib/pool.h \ $(UPPDIR1)plugin/zstd/lib/portability_macros.h \ - $(UPPDIR1)plugin/zstd/lib/threading.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.h $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/pool.c -o $(OutDir_plugin_zstd)pool.o @@ -11287,7 +10885,6 @@ $(OutDir_plugin_zstd)pool.o: $(UPPDIR1)plugin/zstd/lib/pool.c \ $(OutDir_plugin_zstd)zstd_double_fast.o: $(UPPDIR1)plugin/zstd/lib/zstd_double_fast.c \ $(UPPDIR1)plugin/zstd/lib/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -11301,17 +10898,15 @@ $(OutDir_plugin_zstd)zstd_double_fast.o: $(UPPDIR1)plugin/zstd/lib/zstd_double_f $(UPPDIR1)plugin/zstd/lib/zstd_compress_internal.h \ $(UPPDIR1)plugin/zstd/lib/zstd_cwksp.h \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.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/zstd_trace.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -11326,18 +10921,15 @@ $(OutDir_plugin_zstd)zstd_compress_superblock.o: $(UPPDIR1)plugin/zstd/lib/zstd_ $(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_deps.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.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/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -11348,17 +10940,16 @@ $(OutDir_plugin_zstd)zstd_compress_sequences.o: $(UPPDIR1)plugin/zstd/lib/zstd_c $(UPPDIR1)plugin/zstd/lib/portability_macros.h \ $(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_deps.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -11370,16 +10961,16 @@ $(OutDir_plugin_zstd)zstd_compress_literals.o: $(UPPDIR1)plugin/zstd/lib/zstd_co $(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_deps.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.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)xxhash.o: $(UPPDIR1)plugin/zstd/lib/xxhash.c \ + $(UPPDIR1)plugin/zstd/lib/xxhash.c \ $(UPPDIR1)plugin/zstd/lib/xxhash.h $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/xxhash.c -o $(OutDir_plugin_zstd)xxhash.o @@ -11462,6 +11053,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/FileMapping.h \ @@ -11499,8 +11091,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 \ @@ -11526,8 +11116,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 @@ -11578,6 +11166,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 \ @@ -11589,8 +11178,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 \ @@ -11616,8 +11203,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 @@ -11679,8 +11264,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 \ @@ -11706,8 +11290,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 @@ -11759,6 +11341,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 \ @@ -11769,8 +11352,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 \ @@ -11796,8 +11377,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 @@ -11833,7 +11412,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/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ @@ -11860,8 +11439,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 \ @@ -11887,8 +11464,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 @@ -11924,7 +11499,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/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ @@ -11951,8 +11526,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 \ @@ -11978,8 +11551,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 @@ -12015,7 +11586,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/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ @@ -12042,14 +11612,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 \ @@ -12070,8 +11638,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 @@ -12107,7 +11673,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/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ @@ -12120,6 +11685,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 \ @@ -12134,8 +11700,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 \ @@ -12161,8 +11725,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 @@ -12197,8 +11759,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/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ @@ -12225,8 +11787,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 \ @@ -12252,8 +11812,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 @@ -12289,7 +11847,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/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ @@ -12316,8 +11874,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 \ @@ -12343,8 +11899,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 @@ -12406,13 +11960,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 \ @@ -12433,8 +11986,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 @@ -12496,14 +12047,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 \ @@ -12524,8 +12073,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 @@ -12587,8 +12134,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 \ @@ -12610,12 +12155,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 @@ -12677,13 +12221,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 \ @@ -12704,8 +12247,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 @@ -12767,10 +12308,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 \ @@ -12794,8 +12334,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 @@ -12857,8 +12395,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 \ @@ -12869,6 +12405,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 \ @@ -12884,8 +12421,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 @@ -12947,8 +12482,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 \ @@ -12959,6 +12492,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 \ @@ -12974,8 +12508,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 @@ -12989,6 +12521,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 \ @@ -13037,8 +12570,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 \ @@ -13064,8 +12595,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 @@ -13075,6 +12604,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 \ @@ -13127,8 +12657,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 \ @@ -13154,8 +12682,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 @@ -13213,12 +12739,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 \ @@ -13244,8 +12769,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 @@ -13298,6 +12821,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 \ @@ -13307,8 +12831,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 \ @@ -13334,13 +12856,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 \ @@ -13397,8 +12918,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 \ @@ -13424,8 +12943,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 @@ -13462,6 +12979,7 @@ $(OutDir_Core)Huge.o: $(UPPDIR1)Core/Huge.cpp \ $(UPPDIR1)Core/Hash.h \ $(UPPDIR1)Core/Heap.h \ $(UPPDIR1)Core/HttpStatusCode.i \ + $(UPPDIR1)Core/Huge.cpp \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ $(UPPDIR1)Core/Index.h \ @@ -13487,8 +13005,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 \ @@ -13514,8 +13030,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 @@ -13577,11 +13091,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 \ @@ -13604,8 +13117,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 @@ -13615,6 +13126,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 \ @@ -13667,8 +13179,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 \ @@ -13694,8 +13204,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 @@ -13723,6 +13231,7 @@ $(OutDir_Core)FilterStream.o: $(UPPDIR1)Core/FilterStream.cpp \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ $(UPPDIR1)Core/FileMapping.h \ + $(UPPDIR1)Core/FilterStream.cpp \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ $(UPPDIR1)Core/Fn.h \ @@ -13757,8 +13266,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 \ @@ -13784,8 +13291,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 @@ -13812,6 +13317,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/FileMapping.h \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ @@ -13847,8 +13353,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 \ @@ -13874,8 +13378,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 @@ -13924,6 +13426,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 \ @@ -13937,8 +13440,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 \ @@ -13964,8 +13465,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 @@ -13990,6 +13489,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/FileMapping.h \ @@ -14027,8 +13527,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 \ @@ -14054,8 +13552,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 @@ -14097,6 +13593,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 \ @@ -14117,8 +13614,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 \ @@ -14144,8 +13639,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 @@ -14207,8 +13700,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 \ @@ -14220,6 +13711,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 \ @@ -14234,8 +13726,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 @@ -14286,6 +13776,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 \ @@ -14297,8 +13788,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 \ @@ -14324,8 +13813,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 @@ -14386,9 +13873,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 \ @@ -14414,8 +13900,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 @@ -14477,10 +13961,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 \ @@ -14504,8 +13987,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 @@ -14553,6 +14034,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 \ @@ -14567,8 +14049,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 \ @@ -14594,8 +14074,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 @@ -14652,13 +14130,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 \ @@ -14684,8 +14161,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 @@ -14747,8 +14222,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 \ @@ -14767,6 +14240,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 \ @@ -14774,8 +14248,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 @@ -14814,6 +14286,7 @@ $(OutDir_Core)Index.o: $(UPPDIR1)Core/Index.cpp \ $(UPPDIR1)Core/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.cpp \ $(UPPDIR1)Core/Index.h \ $(UPPDIR1)Core/Index.hpp \ $(UPPDIR1)Core/Inet.h \ @@ -14837,8 +14310,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 \ @@ -14864,8 +14335,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 @@ -14927,14 +14396,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 \ @@ -14954,8 +14422,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 @@ -15017,8 +14483,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 \ @@ -15032,6 +14496,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 \ @@ -15044,8 +14509,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 @@ -15107,8 +14570,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 \ @@ -15125,6 +14586,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 \ @@ -15134,8 +14596,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 @@ -15166,6 +14626,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 \ @@ -15197,8 +14658,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 \ @@ -15224,8 +14683,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 @@ -15250,6 +14707,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/FileMapping.h \ @@ -15288,8 +14746,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 \ @@ -15315,8 +14771,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 @@ -15336,6 +14790,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 \ @@ -15378,8 +14833,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 \ @@ -15405,8 +14858,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 @@ -15423,6 +14874,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 \ @@ -15468,8 +14920,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 \ @@ -15495,8 +14945,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 @@ -15529,6 +14977,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 \ @@ -15558,8 +15007,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 \ @@ -15585,8 +15032,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 @@ -15648,13 +15093,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 \ @@ -15676,8 +15120,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 @@ -15723,6 +15165,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 \ @@ -15739,8 +15182,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 \ @@ -15766,8 +15207,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 @@ -15815,6 +15254,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 \ @@ -15829,8 +15269,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 \ @@ -15856,8 +15294,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 @@ -15914,13 +15350,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 \ @@ -15946,8 +15381,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 @@ -16009,8 +15442,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 \ @@ -16032,12 +15463,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 @@ -16099,8 +15529,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 \ @@ -16123,11 +15551,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 @@ -16172,6 +15599,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 \ @@ -16189,8 +15617,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 \ @@ -16216,8 +15642,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 @@ -16279,8 +15703,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 \ @@ -16293,6 +15715,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 \ @@ -16306,8 +15729,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 @@ -16367,10 +15788,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 \ @@ -16396,8 +15816,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 @@ -16460,8 +15878,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 \ @@ -16486,14 +15902,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 \ - $(UPPDIR1)Core/lib/lz4.h + $(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 \ @@ -16554,8 +15969,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 \ @@ -16563,6 +15976,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 \ @@ -16581,8 +15995,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 @@ -16606,6 +16018,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 \ @@ -16644,8 +16057,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 \ @@ -16671,8 +16082,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 @@ -16734,8 +16143,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 \ @@ -16751,6 +16158,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 \ @@ -16761,8 +16169,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 @@ -16813,6 +16219,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 \ @@ -16824,8 +16231,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 \ @@ -16851,8 +16256,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 @@ -16914,8 +16317,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 \ @@ -16941,8 +16343,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 @@ -17004,8 +16404,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 \ @@ -17031,12 +16430,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 @@ -17099,8 +16497,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 \ @@ -17125,9 +16521,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 @@ -17169,6 +16564,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 \ @@ -17189,8 +16585,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 \ @@ -17216,8 +16610,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 @@ -17269,6 +16661,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 \ @@ -17279,8 +16672,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 \ @@ -17306,8 +16697,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 @@ -17369,8 +16758,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 \ @@ -17396,8 +16784,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 @@ -17433,6 +16819,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/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ @@ -17459,8 +16846,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 \ @@ -17486,8 +16871,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 @@ -17549,8 +16932,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 \ @@ -17571,13 +16952,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 @@ -17604,6 +16984,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/FileMapping.h \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ @@ -17639,8 +17020,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 \ @@ -17666,8 +17045,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 @@ -17729,8 +17106,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 \ @@ -17751,13 +17126,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 @@ -17969,8 +17343,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 \ @@ -17998,14 +17370,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 3206eac74..6b2d17e5e 100644 --- a/umkMakefile.in +++ b/umkMakefile.in @@ -1,12 +1,15 @@ UPPDIR1 = ./uppsrc/ +UPPDIR2 = /home/cxl/.config/u++/theide/UppHub/gdal/ +UPPDIR3 = /home/cxl/.config/u++/theide/UppHub/eigen/ +UPPDIR4 = /home/cxl/.config/u++/theide/UppHub/Functions4U/ 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) -I$(UPPDIR4) `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) CFLAGS = -O3 -ffunction-sections -fdata-sections -CXXFLAGS = -O3 -ffunction-sections -fdata-sections -std=c++14 +CXXFLAGS = -O3 -ffunction-sections -fdata-sections -std=c++17 LDFLAGS = -Wl,--gc-sections $(LINKOPTIONS) LIBPATH = AR = ar -sr @@ -185,8 +188,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 \ @@ -221,13 +222,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 @@ -291,8 +290,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 \ @@ -318,17 +315,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 \ @@ -338,13 +324,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 @@ -408,8 +392,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 \ @@ -444,13 +426,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 @@ -514,8 +494,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 \ @@ -550,13 +528,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 @@ -620,8 +596,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 \ @@ -656,14 +630,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 @@ -726,8 +698,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 \ @@ -762,13 +732,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 @@ -835,8 +803,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 \ @@ -867,15 +833,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 @@ -940,8 +904,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 \ @@ -972,15 +934,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 @@ -1045,8 +1005,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 \ @@ -1077,15 +1035,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 @@ -1150,8 +1106,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 \ @@ -1183,15 +1137,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 @@ -1256,8 +1208,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 \ @@ -1289,15 +1239,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 @@ -1362,8 +1310,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 \ @@ -1394,15 +1340,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 @@ -1467,8 +1411,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 \ @@ -1499,15 +1441,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 @@ -1572,8 +1512,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 \ @@ -1599,32 +1537,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 @@ -1688,8 +1612,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 \ @@ -1716,8 +1638,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 @@ -1779,8 +1700,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 \ @@ -1807,8 +1726,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 @@ -1870,8 +1788,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 \ @@ -1898,8 +1814,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 @@ -1961,8 +1876,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 \ @@ -1989,8 +1902,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 @@ -2053,8 +1965,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 \ @@ -2085,6 +1995,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 \ @@ -2095,11 +2006,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 @@ -2164,8 +2072,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 \ @@ -2197,16 +2103,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 @@ -2271,8 +2175,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 \ @@ -2304,16 +2206,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 @@ -2378,8 +2278,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 \ @@ -2411,16 +2309,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 @@ -2485,8 +2381,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 \ @@ -2514,6 +2408,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 \ @@ -2521,11 +2416,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 @@ -2590,8 +2482,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 \ @@ -2623,6 +2513,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 \ @@ -2631,11 +2522,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 @@ -2700,8 +2588,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 \ @@ -2732,15 +2618,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 @@ -2804,8 +2688,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 \ @@ -2831,9 +2713,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 @@ -2942,8 +2823,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 \ @@ -2972,13 +2851,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 @@ -3043,8 +2920,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 \ @@ -3071,15 +2946,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 @@ -3144,8 +3017,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 \ @@ -3172,15 +3043,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 @@ -3245,8 +3114,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 \ @@ -3273,15 +3140,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 @@ -3346,8 +3211,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 \ @@ -3377,12 +3240,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 @@ -3447,8 +3308,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 \ @@ -3475,15 +3334,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 @@ -3548,8 +3405,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 \ @@ -3579,12 +3434,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 @@ -3649,8 +3502,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 \ @@ -3680,12 +3531,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 @@ -3750,8 +3599,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 \ @@ -3781,12 +3628,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 @@ -3851,8 +3696,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 \ @@ -3879,15 +3722,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 @@ -3952,8 +3793,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 \ @@ -3983,12 +3822,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 @@ -4053,8 +3890,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 \ @@ -4082,14 +3917,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 @@ -4153,8 +3986,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 \ @@ -4180,9 +4011,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 @@ -4277,8 +4107,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 \ @@ -4305,6 +4133,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 \ @@ -4312,11 +4141,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 @@ -4381,8 +4207,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 \ @@ -4410,20 +4234,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 @@ -4488,8 +4310,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 \ @@ -4517,17 +4337,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 @@ -4592,8 +4410,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 \ @@ -4621,17 +4437,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 @@ -4696,8 +4510,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 \ @@ -4725,17 +4537,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 @@ -4800,8 +4610,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 \ @@ -4828,6 +4636,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 \ @@ -4835,11 +4644,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 @@ -4904,8 +4710,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 \ @@ -4933,15 +4737,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 @@ -5006,8 +4808,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 \ @@ -5035,15 +4835,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 @@ -5130,8 +4928,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 \ @@ -5162,12 +4958,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 @@ -5232,8 +5026,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 \ @@ -5263,13 +5055,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 @@ -5334,8 +5124,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 \ @@ -5366,12 +5154,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 @@ -5390,35 +5176,7 @@ $(OutDir_plugin_png): mkdir -p $(OutDir_plugin_png) $(OutDir_plugin_png)pnglib.o: $(UPPDIR1)plugin/png/pnglib.c \ - $(UPPDIR1)plugin/png/lib/arm/arm_init.c \ - $(UPPDIR1)plugin/png/lib/arm/filter_neon_intrinsics.c \ - $(UPPDIR1)plugin/png/lib/arm/palette_neon_intrinsics.c \ - $(UPPDIR1)plugin/png/lib/png.c \ - $(UPPDIR1)plugin/png/lib/png.h \ - $(UPPDIR1)plugin/png/lib/pngconf.h \ - $(UPPDIR1)plugin/png/lib/pngdebug.h \ - $(UPPDIR1)plugin/png/lib/pngerror.c \ - $(UPPDIR1)plugin/png/lib/pnggccrd.c \ - $(UPPDIR1)plugin/png/lib/pngget.c \ - $(UPPDIR1)plugin/png/lib/pnginfo.h \ - $(UPPDIR1)plugin/png/lib/pnglibconf.h \ - $(UPPDIR1)plugin/png/lib/pngmem.c \ - $(UPPDIR1)plugin/png/lib/pngpread.c \ - $(UPPDIR1)plugin/png/lib/pngpriv.h \ - $(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/pngstruct.h \ - $(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 \ @@ -5479,8 +5237,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 \ @@ -5510,6 +5266,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 \ @@ -5517,12 +5274,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/lib/pnglibconf.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 @@ -5584,8 +5337,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 \ @@ -5615,6 +5366,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 \ @@ -5623,8 +5375,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 @@ -5696,8 +5447,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 \ @@ -5727,6 +5476,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 \ @@ -5734,8 +5485,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 @@ -5797,8 +5546,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 \ @@ -5828,6 +5575,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 \ @@ -5836,8 +5585,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 @@ -5899,8 +5646,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 \ @@ -5930,15 +5675,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 @@ -6000,8 +5745,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 \ @@ -6031,6 +5774,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 \ @@ -6038,8 +5783,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 @@ -6101,8 +5844,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 \ @@ -6132,6 +5873,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 \ @@ -6139,8 +5882,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 @@ -6202,8 +5943,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 \ @@ -6232,7 +5971,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 \ @@ -6240,8 +5981,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 @@ -6303,8 +6042,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 \ @@ -6334,6 +6071,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 \ @@ -6341,8 +6080,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 @@ -6404,8 +6141,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 \ @@ -6435,6 +6170,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 \ @@ -6442,8 +6179,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 @@ -6505,8 +6240,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 \ @@ -6536,6 +6269,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 \ @@ -6543,8 +6278,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 @@ -6606,8 +6339,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 \ @@ -6637,15 +6368,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 @@ -6707,8 +6438,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 \ @@ -6738,6 +6467,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 \ @@ -6745,8 +6476,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 @@ -6808,8 +6537,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 \ @@ -6839,6 +6566,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 \ @@ -6846,8 +6575,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 @@ -6909,8 +6636,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 \ @@ -6938,8 +6663,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 \ @@ -6948,8 +6675,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 @@ -7011,8 +6736,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 \ @@ -7042,15 +6765,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 @@ -7112,8 +6835,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 \ @@ -7143,15 +6864,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 @@ -7213,8 +6934,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 \ @@ -7244,15 +6963,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 @@ -7314,8 +7033,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 \ @@ -7345,15 +7062,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 @@ -7415,8 +7132,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 \ @@ -7446,15 +7161,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 @@ -7516,8 +7231,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 \ @@ -7547,15 +7260,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 @@ -7617,8 +7330,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 \ @@ -7648,15 +7359,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 @@ -7718,8 +7429,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 \ @@ -7749,15 +7458,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 @@ -7819,8 +7528,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 \ @@ -7850,15 +7557,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 @@ -7920,8 +7627,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 \ @@ -7951,15 +7656,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 @@ -8021,8 +7726,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 \ @@ -8052,15 +7755,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 @@ -8122,8 +7825,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 \ @@ -8153,15 +7854,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 @@ -8223,8 +7924,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 \ @@ -8254,15 +7953,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 @@ -8324,8 +8023,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 \ @@ -8355,6 +8052,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 \ @@ -8362,8 +8061,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 @@ -8425,8 +8122,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 \ @@ -8456,6 +8151,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 \ @@ -8463,8 +8159,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 @@ -8526,8 +8221,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 \ @@ -8557,15 +8250,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 @@ -8627,8 +8320,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 \ @@ -8655,9 +8346,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 \ @@ -8665,8 +8358,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 @@ -8728,8 +8419,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 \ @@ -8759,15 +8448,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 @@ -8829,8 +8518,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 \ @@ -8860,15 +8547,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 @@ -8930,8 +8617,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 \ @@ -8961,15 +8646,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 @@ -9031,8 +8716,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 \ @@ -9062,15 +8745,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 @@ -9132,8 +8815,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 \ @@ -9163,15 +8844,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 @@ -9233,8 +8914,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 \ @@ -9260,10 +8939,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 \ @@ -9271,9 +8952,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 @@ -9335,8 +9013,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 \ @@ -9366,15 +9042,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 @@ -9516,8 +9192,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 \ @@ -9544,8 +9218,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 @@ -9607,8 +9280,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 \ @@ -9635,8 +9306,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 @@ -9698,8 +9368,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 \ @@ -9726,8 +9394,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 @@ -9789,8 +9456,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 \ @@ -9816,9 +9481,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 @@ -9880,8 +9544,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 \ @@ -9908,8 +9570,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 @@ -9971,8 +9632,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 \ @@ -9999,8 +9658,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 @@ -10062,8 +9720,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 \ @@ -10090,8 +9746,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 @@ -10173,8 +9828,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 \ @@ -10201,22 +9854,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: \ @@ -10287,8 +9930,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 \ @@ -10315,10 +9956,10 @@ $(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 @@ -10326,6 +9967,7 @@ $(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/CpuArch.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 @@ -10334,6 +9976,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 @@ -10343,14 +9986,15 @@ $(OutDir_plugin_lzma)LzmaEnc.o: $(UPPDIR1)plugin/lzma/lib/LzmaEnc.c \ $(UPPDIR1)plugin/lzma/lib/Compiler.h \ $(UPPDIR1)plugin/lzma/lib/CpuArch.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 $(OutDir_plugin_lzma)CpuArch.o: $(UPPDIR1)plugin/lzma/lib/CpuArch.c \ $(UPPDIR1)plugin/lzma/lib/7zTypes.h \ - $(UPPDIR1)plugin/lzma/lib/7zWindows.h \ $(UPPDIR1)plugin/lzma/lib/Compiler.h \ + $(UPPDIR1)plugin/lzma/lib/CpuArch.c \ $(UPPDIR1)plugin/lzma/lib/CpuArch.h \ $(UPPDIR1)plugin/lzma/lib/Precomp.h $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_lzma) $(UPPDIR1)plugin/lzma/lib/CpuArch.c -o $(OutDir_plugin_lzma)CpuArch.o @@ -10430,8 +10074,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 \ @@ -10457,9 +10099,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 @@ -10522,8 +10163,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 \ @@ -10549,9 +10188,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 @@ -10614,8 +10252,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 \ @@ -10642,8 +10278,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 @@ -10717,8 +10352,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 \ @@ -10744,8 +10377,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 @@ -10809,8 +10441,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 \ @@ -10836,8 +10466,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 @@ -10901,8 +10530,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 \ @@ -10928,9 +10555,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 @@ -10944,20 +10570,18 @@ $(OutDir_plugin_zstd)huf_decompress.o: $(UPPDIR1)plugin/zstd/lib/huf_decompress. $(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/portability_macros.h \ $(UPPDIR1)plugin/zstd/lib/xxhash.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.h + $(UPPDIR1)plugin/zstd/lib/zstd_internal.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/allocations.h \ - $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -10968,40 +10592,20 @@ $(OutDir_plugin_zstd)zstd_ddict.o: $(UPPDIR1)plugin/zstd/lib/zstd_ddict.c \ $(UPPDIR1)plugin/zstd/lib/portability_macros.h \ $(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_deps.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.h + $(UPPDIR1)plugin/zstd/lib/zstd_internal.h $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/zstd_ddict.c -o $(OutDir_plugin_zstd)zstd_ddict.o $(OutDir_plugin_zstd)zstd_decompress.o: $(UPPDIR1)plugin/zstd/lib/zstd_decompress.c \ - $(UPPDIR1)plugin/zstd/lib/allocations.h \ - $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(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/portability_macros.h \ - $(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_deps.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.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/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -11013,19 +10617,19 @@ $(OutDir_plugin_zstd)zstd_decompress_block.o: $(UPPDIR1)plugin/zstd/lib/zstd_dec $(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_deps.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.h + $(UPPDIR1)plugin/zstd/lib/zstd_internal.h $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/zstd_decompress_block.c -o $(OutDir_plugin_zstd)zstd_decompress_block.o $(OutDir_plugin_zstd)entropy_common.o: $(UPPDIR1)plugin/zstd/lib/entropy_common.c \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(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 \ @@ -11041,6 +10645,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/portability_macros.h \ @@ -11054,6 +10660,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/portability_macros.h \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.h \ @@ -11069,6 +10677,7 @@ $(OutDir_plugin_zstd)huf_compress.o: $(UPPDIR1)plugin/zstd/lib/huf_compress.c \ $(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/portability_macros.h \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.h \ @@ -11076,8 +10685,6 @@ $(OutDir_plugin_zstd)huf_compress.o: $(UPPDIR1)plugin/zstd/lib/huf_compress.c \ $(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/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -11088,16 +10695,15 @@ $(OutDir_plugin_zstd)zstd_common.o: $(UPPDIR1)plugin/zstd/lib/zstd_common.c \ $(UPPDIR1)plugin/zstd/lib/portability_macros.h \ $(UPPDIR1)plugin/zstd/lib/xxhash.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ + $(UPPDIR1)plugin/zstd/lib/zstd_common.c \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/clevels.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ @@ -11110,6 +10716,7 @@ $(OutDir_plugin_zstd)zstd_compress.o: $(UPPDIR1)plugin/zstd/lib/zstd_compress.c $(UPPDIR1)plugin/zstd/lib/portability_macros.h \ $(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 \ @@ -11122,15 +10729,12 @@ $(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/zstd_trace.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -11147,15 +10751,13 @@ $(OutDir_plugin_zstd)zstd_opt.o: $(UPPDIR1)plugin/zstd/lib/zstd_opt.c \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.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/zstd_trace.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -11174,14 +10776,13 @@ $(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/zstd_trace.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -11197,15 +10798,13 @@ $(OutDir_plugin_zstd)zstd_lazy.o: $(UPPDIR1)plugin/zstd/lib/zstd_lazy.c \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.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/zstd_trace.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -11223,16 +10822,14 @@ $(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.c \ $(UPPDIR1)plugin/zstd/lib/zstd_ldm.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_ldm_geartab.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.h \ - $(UPPDIR1)plugin/zstd/lib/zstdmt_compress.h + $(UPPDIR1)plugin/zstd/lib/zstd_ldm_geartab.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -11247,15 +10844,15 @@ $(OutDir_plugin_zstd)zstd_fast.o: $(UPPDIR1)plugin/zstd/lib/zstd_fast.c \ $(UPPDIR1)plugin/zstd/lib/zstd_cwksp.h \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.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/zstd_trace.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/compiler.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(UPPDIR1)plugin/zstd/lib/error_private.c \ $(UPPDIR1)plugin/zstd/lib/error_private.h \ $(UPPDIR1)plugin/zstd/lib/portability_macros.h \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.h \ @@ -11266,6 +10863,7 @@ $(OutDir_plugin_zstd)hist.o: $(UPPDIR1)plugin/zstd/lib/hist.c \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(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/portability_macros.h \ @@ -11277,9 +10875,9 @@ $(OutDir_plugin_zstd)pool.o: $(UPPDIR1)plugin/zstd/lib/pool.c \ $(UPPDIR1)plugin/zstd/lib/allocations.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ + $(UPPDIR1)plugin/zstd/lib/pool.c \ $(UPPDIR1)plugin/zstd/lib/pool.h \ $(UPPDIR1)plugin/zstd/lib/portability_macros.h \ - $(UPPDIR1)plugin/zstd/lib/threading.h \ $(UPPDIR1)plugin/zstd/lib/zstd.h \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.h $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/pool.c -o $(OutDir_plugin_zstd)pool.o @@ -11287,7 +10885,6 @@ $(OutDir_plugin_zstd)pool.o: $(UPPDIR1)plugin/zstd/lib/pool.c \ $(OutDir_plugin_zstd)zstd_double_fast.o: $(UPPDIR1)plugin/zstd/lib/zstd_double_fast.c \ $(UPPDIR1)plugin/zstd/lib/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -11301,17 +10898,15 @@ $(OutDir_plugin_zstd)zstd_double_fast.o: $(UPPDIR1)plugin/zstd/lib/zstd_double_f $(UPPDIR1)plugin/zstd/lib/zstd_compress_internal.h \ $(UPPDIR1)plugin/zstd/lib/zstd_cwksp.h \ $(UPPDIR1)plugin/zstd/lib/zstd_deps.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/zstd_trace.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -11326,18 +10921,15 @@ $(OutDir_plugin_zstd)zstd_compress_superblock.o: $(UPPDIR1)plugin/zstd/lib/zstd_ $(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_deps.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.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/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -11348,17 +10940,16 @@ $(OutDir_plugin_zstd)zstd_compress_sequences.o: $(UPPDIR1)plugin/zstd/lib/zstd_c $(UPPDIR1)plugin/zstd/lib/portability_macros.h \ $(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_deps.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.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/allocations.h \ $(UPPDIR1)plugin/zstd/lib/bits.h \ - $(UPPDIR1)plugin/zstd/lib/bitstream.h \ $(UPPDIR1)plugin/zstd/lib/compiler.h \ $(UPPDIR1)plugin/zstd/lib/cpu.h \ $(UPPDIR1)plugin/zstd/lib/debug.h \ @@ -11370,16 +10961,16 @@ $(OutDir_plugin_zstd)zstd_compress_literals.o: $(UPPDIR1)plugin/zstd/lib/zstd_co $(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_deps.h \ $(UPPDIR1)plugin/zstd/lib/zstd_errors.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_internal.h \ - $(UPPDIR1)plugin/zstd/lib/zstd_trace.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)xxhash.o: $(UPPDIR1)plugin/zstd/lib/xxhash.c \ + $(UPPDIR1)plugin/zstd/lib/xxhash.c \ $(UPPDIR1)plugin/zstd/lib/xxhash.h $(CXX) -c -x c $(CFLAGS) $(CINC) $(Macro_plugin_zstd) $(UPPDIR1)plugin/zstd/lib/xxhash.c -o $(OutDir_plugin_zstd)xxhash.o @@ -11462,6 +11053,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/FileMapping.h \ @@ -11499,8 +11091,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 \ @@ -11526,8 +11116,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 @@ -11578,6 +11166,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 \ @@ -11589,8 +11178,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 \ @@ -11616,8 +11203,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 @@ -11679,8 +11264,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 \ @@ -11706,8 +11290,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 @@ -11759,6 +11341,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 \ @@ -11769,8 +11352,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 \ @@ -11796,8 +11377,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 @@ -11833,7 +11412,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/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ @@ -11860,8 +11439,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 \ @@ -11887,8 +11464,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 @@ -11924,7 +11499,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/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ @@ -11951,8 +11526,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 \ @@ -11978,8 +11551,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 @@ -12015,7 +11586,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/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ @@ -12042,14 +11612,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 \ @@ -12070,8 +11638,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 @@ -12107,7 +11673,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/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ @@ -12120,6 +11685,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 \ @@ -12134,8 +11700,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 \ @@ -12161,8 +11725,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 @@ -12197,8 +11759,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/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ @@ -12225,8 +11787,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 \ @@ -12252,8 +11812,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 @@ -12289,7 +11847,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/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ @@ -12316,8 +11874,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 \ @@ -12343,8 +11899,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 @@ -12406,13 +11960,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 \ @@ -12433,8 +11986,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 @@ -12496,14 +12047,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 \ @@ -12524,8 +12073,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 @@ -12587,8 +12134,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 \ @@ -12610,12 +12155,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 @@ -12677,13 +12221,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 \ @@ -12704,8 +12247,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 @@ -12767,10 +12308,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 \ @@ -12794,8 +12334,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 @@ -12857,8 +12395,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 \ @@ -12869,6 +12405,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 \ @@ -12884,8 +12421,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 @@ -12947,8 +12482,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 \ @@ -12959,6 +12492,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 \ @@ -12974,8 +12508,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 @@ -12989,6 +12521,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 \ @@ -13037,8 +12570,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 \ @@ -13064,8 +12595,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 @@ -13075,6 +12604,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 \ @@ -13127,8 +12657,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 \ @@ -13154,8 +12682,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 @@ -13213,12 +12739,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 \ @@ -13244,8 +12769,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 @@ -13298,6 +12821,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 \ @@ -13307,8 +12831,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 \ @@ -13334,13 +12856,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 \ @@ -13397,8 +12918,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 \ @@ -13424,8 +12943,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 @@ -13462,6 +12979,7 @@ $(OutDir_Core)Huge.o: $(UPPDIR1)Core/Huge.cpp \ $(UPPDIR1)Core/Hash.h \ $(UPPDIR1)Core/Heap.h \ $(UPPDIR1)Core/HttpStatusCode.i \ + $(UPPDIR1)Core/Huge.cpp \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ $(UPPDIR1)Core/Index.h \ @@ -13487,8 +13005,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 \ @@ -13514,8 +13030,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 @@ -13577,11 +13091,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 \ @@ -13604,8 +13117,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 @@ -13615,6 +13126,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 \ @@ -13667,8 +13179,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 \ @@ -13694,8 +13204,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 @@ -13723,6 +13231,7 @@ $(OutDir_Core)FilterStream.o: $(UPPDIR1)Core/FilterStream.cpp \ $(UPPDIR1)Core/Defs.h \ $(UPPDIR1)Core/Diag.h \ $(UPPDIR1)Core/FileMapping.h \ + $(UPPDIR1)Core/FilterStream.cpp \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ $(UPPDIR1)Core/Fn.h \ @@ -13757,8 +13266,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 \ @@ -13784,8 +13291,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 @@ -13812,6 +13317,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/FileMapping.h \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ @@ -13847,8 +13353,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 \ @@ -13874,8 +13378,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 @@ -13924,6 +13426,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 \ @@ -13937,8 +13440,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 \ @@ -13964,8 +13465,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 @@ -13990,6 +13489,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/FileMapping.h \ @@ -14027,8 +13527,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 \ @@ -14054,8 +13552,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 @@ -14097,6 +13593,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 \ @@ -14117,8 +13614,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 \ @@ -14144,8 +13639,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 @@ -14207,8 +13700,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 \ @@ -14220,6 +13711,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 \ @@ -14234,8 +13726,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 @@ -14286,6 +13776,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 \ @@ -14297,8 +13788,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 \ @@ -14324,8 +13813,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 @@ -14386,9 +13873,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 \ @@ -14414,8 +13900,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 @@ -14477,10 +13961,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 \ @@ -14504,8 +13987,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 @@ -14553,6 +14034,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 \ @@ -14567,8 +14049,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 \ @@ -14594,8 +14074,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 @@ -14652,13 +14130,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 \ @@ -14684,8 +14161,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 @@ -14747,8 +14222,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 \ @@ -14767,6 +14240,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 \ @@ -14774,8 +14248,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 @@ -14814,6 +14286,7 @@ $(OutDir_Core)Index.o: $(UPPDIR1)Core/Index.cpp \ $(UPPDIR1)Core/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.cpp \ $(UPPDIR1)Core/Index.h \ $(UPPDIR1)Core/Index.hpp \ $(UPPDIR1)Core/Inet.h \ @@ -14837,8 +14310,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 \ @@ -14864,8 +14335,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 @@ -14927,14 +14396,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 \ @@ -14954,8 +14422,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 @@ -15017,8 +14483,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 \ @@ -15032,6 +14496,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 \ @@ -15044,8 +14509,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 @@ -15107,8 +14570,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 \ @@ -15125,6 +14586,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 \ @@ -15134,8 +14596,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 @@ -15166,6 +14626,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 \ @@ -15197,8 +14658,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 \ @@ -15224,8 +14683,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 @@ -15250,6 +14707,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/FileMapping.h \ @@ -15288,8 +14746,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 \ @@ -15315,8 +14771,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 @@ -15336,6 +14790,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 \ @@ -15378,8 +14833,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 \ @@ -15405,8 +14858,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 @@ -15423,6 +14874,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 \ @@ -15468,8 +14920,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 \ @@ -15495,8 +14945,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 @@ -15529,6 +14977,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 \ @@ -15558,8 +15007,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 \ @@ -15585,8 +15032,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 @@ -15648,13 +15093,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 \ @@ -15676,8 +15120,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 @@ -15723,6 +15165,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 \ @@ -15739,8 +15182,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 \ @@ -15766,8 +15207,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 @@ -15815,6 +15254,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 \ @@ -15829,8 +15269,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 \ @@ -15856,8 +15294,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 @@ -15914,13 +15350,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 \ @@ -15946,8 +15381,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 @@ -16009,8 +15442,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 \ @@ -16032,12 +15463,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 @@ -16099,8 +15529,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 \ @@ -16123,11 +15551,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 @@ -16172,6 +15599,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 \ @@ -16189,8 +15617,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 \ @@ -16216,8 +15642,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 @@ -16279,8 +15703,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 \ @@ -16293,6 +15715,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 \ @@ -16306,8 +15729,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 @@ -16367,10 +15788,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 \ @@ -16396,8 +15816,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 @@ -16460,8 +15878,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 \ @@ -16486,14 +15902,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 \ - $(UPPDIR1)Core/lib/lz4.h + $(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 \ @@ -16554,8 +15969,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 \ @@ -16563,6 +15976,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 \ @@ -16581,8 +15995,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 @@ -16606,6 +16018,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 \ @@ -16644,8 +16057,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 \ @@ -16671,8 +16082,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 @@ -16734,8 +16143,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 \ @@ -16751,6 +16158,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 \ @@ -16761,8 +16169,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 @@ -16813,6 +16219,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 \ @@ -16824,8 +16231,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 \ @@ -16851,8 +16256,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 @@ -16914,8 +16317,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 \ @@ -16941,8 +16343,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 @@ -17004,8 +16404,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 \ @@ -17031,12 +16430,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 @@ -17099,8 +16497,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 \ @@ -17125,9 +16521,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 @@ -17169,6 +16564,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 \ @@ -17189,8 +16585,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 \ @@ -17216,8 +16610,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 @@ -17269,6 +16661,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 \ @@ -17279,8 +16672,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 \ @@ -17306,8 +16697,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 @@ -17369,8 +16758,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 \ @@ -17396,8 +16784,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 @@ -17433,6 +16819,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/HttpStatusCode.i \ $(UPPDIR1)Core/Huge.h \ $(UPPDIR1)Core/i18n.h \ @@ -17459,8 +16846,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 \ @@ -17486,8 +16871,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 @@ -17549,8 +16932,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 \ @@ -17571,13 +16952,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 @@ -17604,6 +16984,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/FileMapping.h \ $(UPPDIR1)Core/FilterStream.h \ $(UPPDIR1)Core/FixedMap.h \ @@ -17639,8 +17020,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 \ @@ -17666,8 +17045,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 @@ -17729,8 +17106,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 \ @@ -17751,13 +17126,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 @@ -17969,8 +17343,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 \ @@ -17998,14 +17370,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 \